Cory LaViska
e8634e4178
Popup virtual elements ( #1449 )
...
* 1433: POC for comments (+ fix build.watch())
* 1433: consolidate virtualAnchor into anchor
* add virtual element examples
* update changelog
---------
Co-authored-by: Marko <marko@modelcitizen.com>
2023-07-13 16:49:57 -04:00
Ben Anderson
8fd01e1eda
Add event types to react wrapper components ( #1419 )
...
* Rename SlSlideChange for consistency with other events
* Setup React event types for events used by Shoelace components
Means that consumers of Shoelace via the React wrapper will be able to
use callback methods with the correct event type, instead of having to
rely on casting and friends when using Typescript.
* Add docs demonstrating importing event types for React callbacks
2023-07-12 11:31:27 -04:00
Konnor Rogers
60d7f688eb
fix extensionless imports ( #1394 )
2023-06-22 10:56:24 -04:00
Konnor Rogers
67cbb85682
Add support for svg sprites in `<sl-icon>` ( #1374 )
...
* wip: initial implementation for review
* icon testing
* feat: add the ability to use SVG sprite sheets
* finish up spritesheets
* add icon notes
* update plopfile, add changelog entry
* prettier
* linting
* linting
* fix icon test
* eslint fixes?
* prettier
* disable eslint -.-
* linting loop!
* linting loop!
* prettier
* prettier
---------
Co-authored-by: Diego <diego@trebellar.com>
2023-06-20 14:01:58 -04:00
Cory LaViska
73ad76a2fa
fix serve
2023-06-13 13:48:50 -04:00
Konnor Rogers
aadcb486a9
fix broken build ( #1370 )
...
* fix broken build
* prettier
2023-06-13 12:30:32 -04:00
Cory LaViska
8c8977549c
fix dispose
2023-06-13 12:19:25 -04:00
Cory LaViska
24ef154d42
update esbuild
2023-06-13 11:48:17 -04:00
Cory LaViska
834d44e0e4
npm
2023-06-12 16:22:20 -04:00
Cory LaViska
65b72217ea
remove copydir and fix virtual path for serve
2023-06-12 16:15:29 -04:00
Cory LaViska
c4c2e8e3a9
make esbuild happy again
2023-06-12 15:36:35 -04:00
Cory LaViska
47018d61cd
don't bundle anything for npm
2023-06-12 15:32:45 -04:00
konnorrogers
41913c8c58
update docs with cdn / npm paths
2023-06-12 13:45:27 -04:00
konnorrogers
415a1477bb
changelog, prettier
2023-06-12 11:39:56 -04:00
konnorrogers
d236206cce
remove unneeded CLI args
2023-06-12 10:54:33 -04:00
Cory LaViska
b268d7dd8e
done!
2023-06-08 15:12:23 -04:00
Cory LaViska
90e56e2f07
don't swallow errors
2023-06-08 15:05:39 -04:00
Cory LaViska
45ddaa4d38
cleaner watching
2023-06-08 14:46:12 -04:00
Cory LaViska
0de54b163a
smarter exit
2023-06-08 13:47:01 -04:00
Cory LaViska
620b86cddb
exit after
2023-06-08 12:51:15 -04:00
Cory LaViska
b7726cd514
cleanup
2023-06-07 16:56:46 -04:00
Cory LaViska
c31fe1ed35
update template
2023-06-07 16:53:48 -04:00
Cory LaViska
9e034810d9
reorder
2023-06-07 16:50:30 -04:00
Cory LaViska
217aabe55a
update plop
2023-06-07 16:49:27 -04:00
Cory LaViska
add09ca5b8
cleanup
2023-06-07 16:38:13 -04:00
Cory LaViska
57bd3632e8
fix spinner in prod build
2023-06-07 16:16:00 -04:00
Cory LaViska
6f44b6ffa6
remove await
2023-06-07 16:14:32 -04:00
Cory LaViska
ca8ba2d16b
don't swallow errors
2023-06-07 16:14:25 -04:00
Cory LaViska
c37e4ba6b5
don't hide cursor
2023-06-07 15:19:10 -04:00
Cory LaViska
5085ef831b
add shell for win
2023-06-07 13:49:10 -04:00
Cory LaViska
4721bd117b
kill child processes without errors
2023-06-07 14:12:34 -04:00
Cory LaViska
57b13d848a
nicer build (abort still erroring)
2023-06-07 13:28:22 -04:00
Cory LaViska
ec92351acf
serve pages like page/index.html
2023-06-07 07:46:41 -04:00
Cory LaViska
8c44eb75d5
improvements
2023-06-06 17:02:15 -04:00
Konnor Rogers
aa48566aef
make live reload actually work.
2023-06-06 15:46:50 -04:00
Cory LaViska
b8b6175a64
works with a 24 second docs refresh 😕
2023-06-06 09:21:07 -04:00
Cory LaViska
de5ad1b1b9
new docs
2023-06-06 08:22:18 -04:00
Cory LaViska
257407758f
remove unnecessary dep
2023-03-21 16:25:52 -04:00
Cory LaViska
a32488baeb
add autoloader prototype
2023-02-22 14:18:04 -05:00
Cory LaViska
223ef32b70
fix web-types.json
2023-01-26 09:47:33 -05:00
Cory LaViska
88c4bef5e7
Revert "Add JSON format for design tokens ( #1129 )"
...
This reverts commit 4a3f2caf59
.
2023-01-19 11:37:52 -05:00
Jared White
4a3f2caf59
Add JSON format for design tokens ( #1129 )
...
* Initial example of a JSON schema and converter for design tokens
* Clean up script and relocate file
* Update token JSON format and finish build process
2023-01-17 13:22:02 -05:00
Cory LaViska
edc9e69f30
add @documentation tag
2023-01-12 10:26:25 -05:00
Alan Chambers
0e1b792bf7
Update `make-react.js` script to use new @lit-labs/react createComponent options object ( #1090 )
...
* Update react wrapper signature
Updated react createComponent to use new options object
* removed unused pascalCase import
2023-01-03 08:57:27 -05:00
Cory LaViska
7885572ebd
jsdoc exported functions
2022-12-06 11:48:57 -05:00
Cory LaViska
f2efa73e20
improve documentation
2022-12-06 11:18:14 -05:00
Cory LaViska
8dab5a8f04
Merge branch 'next' into cem-better-data
2022-11-28 16:07:29 -05:00
Cory LaViska
4ac9483213
remove unused config
2022-11-28 16:06:35 -05:00
Cory LaViska
1e39647d7f
Merge branch 'next' into cem-better-data
2022-11-28 11:51:20 -05:00
Cory LaViska
5d128c154c
remove tab reuse logic
...
This broke recently so might as well remove the extra logic and make launching a bi faster.
2022-11-22 13:22:51 -05:00