@easemate/web-kit 0.1.5 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +360 -168
- package/build/decorators.cjs +921 -0
- package/build/decorators.cjs.map +1 -0
- package/build/decorators.d.cts +123 -0
- package/build/decorators.d.ts +123 -0
- package/build/decorators.js +889 -0
- package/build/decorators.js.map +1 -0
- package/build/elements.cjs +27604 -0
- package/build/elements.cjs.map +1 -0
- package/build/elements.d.cts +373 -0
- package/build/elements.d.ts +373 -0
- package/build/elements.js +27528 -0
- package/build/elements.js.map +1 -0
- package/build/{elements/monitor/index.d.ts → index-31iOHBv0.d.cts} +26 -5
- package/build/{elements/monitor/index.d.cts → index-31iOHBv0.d.ts} +26 -5
- package/build/index-NzGpn7ai.d.cts +70 -0
- package/build/index-NzGpn7ai.d.ts +70 -0
- package/build/index-qZoNKsHn.d.cts +136 -0
- package/build/index-qZoNKsHn.d.ts +136 -0
- package/build/index.cjs +38651 -38
- package/build/index.cjs.map +1 -0
- package/build/index.d.cts +85 -6
- package/build/index.d.ts +85 -6
- package/build/index.js +38535 -12
- package/build/index.js.map +1 -0
- package/build/init-B7gNNyTd.d.ts +235 -0
- package/build/init-DwVGVxkx.d.cts +235 -0
- package/build/jsx.cjs +31 -0
- package/build/jsx.cjs.map +1 -0
- package/build/jsx.d.cts +317 -0
- package/build/jsx.d.ts +317 -0
- package/build/jsx.js +6 -0
- package/build/jsx.js.map +1 -0
- package/build/outside-click-rZ3Di_WX.d.cts +16 -0
- package/build/outside-click-rZ3Di_WX.d.ts +16 -0
- package/build/react.cjs +37827 -0
- package/build/react.cjs.map +1 -0
- package/build/react.d.cts +356 -0
- package/build/react.d.ts +356 -0
- package/build/react.js +37802 -0
- package/build/react.js.map +1 -0
- package/build/register.cjs +35832 -35
- package/build/register.cjs.map +1 -0
- package/build/register.d.cts +4 -32
- package/build/register.d.ts +4 -32
- package/build/register.js +35831 -34
- package/build/register.js.map +1 -0
- package/build/register.server.cjs +19 -0
- package/build/register.server.cjs.map +1 -0
- package/build/register.server.d.cts +2 -0
- package/build/register.server.d.ts +2 -0
- package/build/register.server.js +1 -0
- package/build/register.server.js.map +1 -0
- package/build/registry-9GX9KTG1.d.cts +264 -0
- package/build/registry-9GX9KTG1.d.ts +264 -0
- package/build/template-helpers-CguLXtLD.d.cts +10 -0
- package/build/template-helpers-CguLXtLD.d.ts +10 -0
- package/build/theme.cjs +746 -0
- package/build/theme.cjs.map +1 -0
- package/build/{theme/index.d.cts → theme.d.cts} +41 -21
- package/build/{theme/index.d.ts → theme.d.ts} +41 -21
- package/build/theme.js +692 -0
- package/build/theme.js.map +1 -0
- package/build/utils.cjs +205 -0
- package/build/utils.cjs.map +1 -0
- package/build/utils.d.cts +26 -0
- package/build/utils.d.ts +26 -0
- package/build/utils.js +167 -0
- package/build/utils.js.map +1 -0
- package/package.json +57 -29
- package/build/components/code/index.cjs +0 -152
- package/build/components/code/index.d.cts +0 -11
- package/build/components/code/index.d.ts +0 -11
- package/build/components/code/index.js +0 -148
- package/build/components/code/utils/highlight-api.cjs +0 -18
- package/build/components/code/utils/highlight-api.d.cts +0 -7
- package/build/components/code/utils/highlight-api.d.ts +0 -7
- package/build/components/code/utils/highlight-api.js +0 -14
- package/build/components/code/utils/syntax-grammars.cjs +0 -62
- package/build/components/code/utils/syntax-grammars.d.cts +0 -7
- package/build/components/code/utils/syntax-grammars.d.ts +0 -7
- package/build/components/code/utils/syntax-grammars.js +0 -59
- package/build/components/code/utils/syntax-highlighter-theme.cjs +0 -27
- package/build/components/code/utils/syntax-highlighter-theme.d.cts +0 -3
- package/build/components/code/utils/syntax-highlighter-theme.d.ts +0 -3
- package/build/components/code/utils/syntax-highlighter-theme.js +0 -23
- package/build/components/code/utils/syntax-highlighter-types.cjs +0 -2
- package/build/components/code/utils/syntax-highlighter-types.d.cts +0 -12
- package/build/components/code/utils/syntax-highlighter-types.d.ts +0 -12
- package/build/components/code/utils/syntax-highlighter-types.js +0 -1
- package/build/components/code/utils/syntax-tokenizer.cjs +0 -63
- package/build/components/code/utils/syntax-tokenizer.d.cts +0 -3
- package/build/components/code/utils/syntax-tokenizer.d.ts +0 -3
- package/build/components/code/utils/syntax-tokenizer.js +0 -58
- package/build/components/curve/bezier-conversion.cjs +0 -23
- package/build/components/curve/bezier-conversion.d.cts +0 -2
- package/build/components/curve/bezier-conversion.d.ts +0 -2
- package/build/components/curve/bezier-conversion.js +0 -19
- package/build/components/curve/canvas-controls.cjs +0 -300
- package/build/components/curve/canvas-controls.d.cts +0 -12
- package/build/components/curve/canvas-controls.d.ts +0 -12
- package/build/components/curve/canvas-controls.js +0 -296
- package/build/components/curve/canvas.cjs +0 -1208
- package/build/components/curve/canvas.d.cts +0 -24
- package/build/components/curve/canvas.d.ts +0 -24
- package/build/components/curve/canvas.js +0 -1204
- package/build/components/curve/constants.cjs +0 -203
- package/build/components/curve/constants.d.cts +0 -23
- package/build/components/curve/constants.d.ts +0 -23
- package/build/components/curve/constants.js +0 -200
- package/build/components/curve/controls.cjs +0 -942
- package/build/components/curve/controls.d.cts +0 -37
- package/build/components/curve/controls.d.ts +0 -37
- package/build/components/curve/controls.js +0 -938
- package/build/components/curve/index.cjs +0 -335
- package/build/components/curve/index.d.cts +0 -31
- package/build/components/curve/index.d.ts +0 -31
- package/build/components/curve/index.js +0 -330
- package/build/components/curve/output.cjs +0 -141
- package/build/components/curve/output.d.cts +0 -19
- package/build/components/curve/output.d.ts +0 -19
- package/build/components/curve/output.js +0 -137
- package/build/components/curve/styles.cjs +0 -493
- package/build/components/curve/styles.d.cts +0 -6
- package/build/components/curve/styles.d.ts +0 -6
- package/build/components/curve/styles.js +0 -490
- package/build/components/curve/svg-renderer.cjs +0 -185
- package/build/components/curve/svg-renderer.d.cts +0 -9
- package/build/components/curve/svg-renderer.d.ts +0 -9
- package/build/components/curve/svg-renderer.js +0 -175
- package/build/components/curve/toolbar.cjs +0 -368
- package/build/components/curve/toolbar.d.cts +0 -26
- package/build/components/curve/toolbar.d.ts +0 -26
- package/build/components/curve/toolbar.js +0 -364
- package/build/components/curve/types.cjs +0 -10
- package/build/components/curve/types.d.cts +0 -33
- package/build/components/curve/types.d.ts +0 -33
- package/build/components/curve/types.js +0 -7
- package/build/components/curve/utils.cjs +0 -541
- package/build/components/curve/utils.d.cts +0 -33
- package/build/components/curve/utils.d.ts +0 -33
- package/build/components/curve/utils.js +0 -521
- package/build/components/index.cjs +0 -18
- package/build/components/index.d.cts +0 -2
- package/build/components/index.d.ts +0 -2
- package/build/components/index.js +0 -2
- package/build/decorators/Component.cjs +0 -127
- package/build/decorators/Component.d.cts +0 -28
- package/build/decorators/Component.d.ts +0 -28
- package/build/decorators/Component.js +0 -123
- package/build/decorators/Listen.cjs +0 -154
- package/build/decorators/Listen.d.cts +0 -18
- package/build/decorators/Listen.d.ts +0 -18
- package/build/decorators/Listen.js +0 -151
- package/build/decorators/OutsideClick.cjs +0 -64
- package/build/decorators/OutsideClick.d.cts +0 -16
- package/build/decorators/OutsideClick.d.ts +0 -16
- package/build/decorators/OutsideClick.js +0 -59
- package/build/decorators/Prop.cjs +0 -273
- package/build/decorators/Prop.d.cts +0 -22
- package/build/decorators/Prop.d.ts +0 -22
- package/build/decorators/Prop.js +0 -270
- package/build/decorators/Query.cjs +0 -79
- package/build/decorators/Query.d.cts +0 -27
- package/build/decorators/Query.d.ts +0 -27
- package/build/decorators/Query.js +0 -76
- package/build/decorators/Watch.cjs +0 -52
- package/build/decorators/Watch.d.cts +0 -11
- package/build/decorators/Watch.d.ts +0 -11
- package/build/decorators/Watch.js +0 -49
- package/build/decorators/index.cjs +0 -15
- package/build/decorators/index.d.cts +0 -6
- package/build/decorators/index.d.ts +0 -6
- package/build/decorators/index.js +0 -6
- package/build/elements/button/index.cjs +0 -214
- package/build/elements/button/index.d.cts +0 -11
- package/build/elements/button/index.d.ts +0 -11
- package/build/elements/button/index.js +0 -210
- package/build/elements/checkbox/index.cjs +0 -316
- package/build/elements/checkbox/index.d.cts +0 -14
- package/build/elements/checkbox/index.d.ts +0 -14
- package/build/elements/checkbox/index.js +0 -312
- package/build/elements/color/index.cjs +0 -154
- package/build/elements/color/index.d.cts +0 -18
- package/build/elements/color/index.d.ts +0 -18
- package/build/elements/color/index.js +0 -150
- package/build/elements/color/picker.cjs +0 -544
- package/build/elements/color/picker.d.cts +0 -37
- package/build/elements/color/picker.d.ts +0 -37
- package/build/elements/color/picker.js +0 -540
- package/build/elements/color/utils.cjs +0 -235
- package/build/elements/color/utils.d.cts +0 -37
- package/build/elements/color/utils.d.ts +0 -37
- package/build/elements/color/utils.js +0 -218
- package/build/elements/dropdown/index.cjs +0 -875
- package/build/elements/dropdown/index.d.cts +0 -30
- package/build/elements/dropdown/index.d.ts +0 -30
- package/build/elements/dropdown/index.js +0 -871
- package/build/elements/field/index.cjs +0 -82
- package/build/elements/field/index.d.cts +0 -4
- package/build/elements/field/index.d.ts +0 -4
- package/build/elements/field/index.js +0 -78
- package/build/elements/icons/animation/chevron.cjs +0 -57
- package/build/elements/icons/animation/chevron.d.cts +0 -10
- package/build/elements/icons/animation/chevron.d.ts +0 -10
- package/build/elements/icons/animation/chevron.js +0 -53
- package/build/elements/icons/animation/clear.cjs +0 -74
- package/build/elements/icons/animation/clear.d.cts +0 -3
- package/build/elements/icons/animation/clear.d.ts +0 -3
- package/build/elements/icons/animation/clear.js +0 -70
- package/build/elements/icons/animation/grid.cjs +0 -77
- package/build/elements/icons/animation/grid.d.cts +0 -8
- package/build/elements/icons/animation/grid.d.ts +0 -8
- package/build/elements/icons/animation/grid.js +0 -73
- package/build/elements/icons/animation/loading.cjs +0 -68
- package/build/elements/icons/animation/loading.d.cts +0 -3
- package/build/elements/icons/animation/loading.d.ts +0 -3
- package/build/elements/icons/animation/loading.js +0 -64
- package/build/elements/icons/animation/snap.cjs +0 -133
- package/build/elements/icons/animation/snap.d.cts +0 -8
- package/build/elements/icons/animation/snap.d.ts +0 -8
- package/build/elements/icons/animation/snap.js +0 -129
- package/build/elements/icons/index.cjs +0 -40
- package/build/elements/icons/index.d.cts +0 -24
- package/build/elements/icons/index.d.ts +0 -24
- package/build/elements/icons/index.js +0 -24
- package/build/elements/icons/interface/anchor-add.cjs +0 -35
- package/build/elements/icons/interface/anchor-add.d.cts +0 -3
- package/build/elements/icons/interface/anchor-add.d.ts +0 -3
- package/build/elements/icons/interface/anchor-add.js +0 -31
- package/build/elements/icons/interface/anchor-remove.cjs +0 -34
- package/build/elements/icons/interface/anchor-remove.d.cts +0 -3
- package/build/elements/icons/interface/anchor-remove.d.ts +0 -3
- package/build/elements/icons/interface/anchor-remove.js +0 -30
- package/build/elements/icons/interface/arrow-up.cjs +0 -30
- package/build/elements/icons/interface/arrow-up.d.cts +0 -3
- package/build/elements/icons/interface/arrow-up.d.ts +0 -3
- package/build/elements/icons/interface/arrow-up.js +0 -26
- package/build/elements/icons/interface/arrows-vertical.cjs +0 -30
- package/build/elements/icons/interface/arrows-vertical.d.cts +0 -3
- package/build/elements/icons/interface/arrows-vertical.d.ts +0 -3
- package/build/elements/icons/interface/arrows-vertical.js +0 -26
- package/build/elements/icons/interface/bezier-angle.cjs +0 -33
- package/build/elements/icons/interface/bezier-angle.d.cts +0 -3
- package/build/elements/icons/interface/bezier-angle.d.ts +0 -3
- package/build/elements/icons/interface/bezier-angle.js +0 -29
- package/build/elements/icons/interface/bezier-distribute.cjs +0 -34
- package/build/elements/icons/interface/bezier-distribute.d.cts +0 -3
- package/build/elements/icons/interface/bezier-distribute.d.ts +0 -3
- package/build/elements/icons/interface/bezier-distribute.js +0 -30
- package/build/elements/icons/interface/bezier-length.cjs +0 -31
- package/build/elements/icons/interface/bezier-length.d.cts +0 -3
- package/build/elements/icons/interface/bezier-length.d.ts +0 -3
- package/build/elements/icons/interface/bezier-length.js +0 -27
- package/build/elements/icons/interface/bezier-mirror.cjs +0 -31
- package/build/elements/icons/interface/bezier-mirror.d.cts +0 -3
- package/build/elements/icons/interface/bezier-mirror.d.ts +0 -3
- package/build/elements/icons/interface/bezier-mirror.js +0 -27
- package/build/elements/icons/interface/bezier.cjs +0 -26
- package/build/elements/icons/interface/bezier.d.cts +0 -3
- package/build/elements/icons/interface/bezier.d.ts +0 -3
- package/build/elements/icons/interface/bezier.js +0 -22
- package/build/elements/icons/interface/check.cjs +0 -30
- package/build/elements/icons/interface/check.d.cts +0 -3
- package/build/elements/icons/interface/check.d.ts +0 -3
- package/build/elements/icons/interface/check.js +0 -26
- package/build/elements/icons/interface/circle-arrow-left.cjs +0 -30
- package/build/elements/icons/interface/circle-arrow-left.d.cts +0 -3
- package/build/elements/icons/interface/circle-arrow-left.d.ts +0 -3
- package/build/elements/icons/interface/circle-arrow-left.js +0 -26
- package/build/elements/icons/interface/circle-arrow-right.cjs +0 -30
- package/build/elements/icons/interface/circle-arrow-right.d.cts +0 -3
- package/build/elements/icons/interface/circle-arrow-right.d.ts +0 -3
- package/build/elements/icons/interface/circle-arrow-right.js +0 -26
- package/build/elements/icons/interface/code.cjs +0 -30
- package/build/elements/icons/interface/code.d.cts +0 -3
- package/build/elements/icons/interface/code.d.ts +0 -3
- package/build/elements/icons/interface/code.js +0 -26
- package/build/elements/icons/interface/dots.cjs +0 -32
- package/build/elements/icons/interface/dots.d.cts +0 -3
- package/build/elements/icons/interface/dots.d.ts +0 -3
- package/build/elements/icons/interface/dots.js +0 -28
- package/build/elements/icons/interface/mention.cjs +0 -30
- package/build/elements/icons/interface/mention.d.cts +0 -3
- package/build/elements/icons/interface/mention.d.ts +0 -3
- package/build/elements/icons/interface/mention.js +0 -26
- package/build/elements/icons/interface/minus.cjs +0 -30
- package/build/elements/icons/interface/minus.d.cts +0 -3
- package/build/elements/icons/interface/minus.d.ts +0 -3
- package/build/elements/icons/interface/minus.js +0 -26
- package/build/elements/icons/interface/picker.cjs +0 -34
- package/build/elements/icons/interface/picker.d.cts +0 -3
- package/build/elements/icons/interface/picker.d.ts +0 -3
- package/build/elements/icons/interface/picker.js +0 -30
- package/build/elements/icons/interface/plus.cjs +0 -30
- package/build/elements/icons/interface/plus.d.cts +0 -3
- package/build/elements/icons/interface/plus.d.ts +0 -3
- package/build/elements/icons/interface/plus.js +0 -26
- package/build/elements/icons/interface/settings.cjs +0 -30
- package/build/elements/icons/interface/settings.d.cts +0 -3
- package/build/elements/icons/interface/settings.d.ts +0 -3
- package/build/elements/icons/interface/settings.js +0 -26
- package/build/elements/index.cjs +0 -62
- package/build/elements/index.d.cts +0 -22
- package/build/elements/index.d.ts +0 -22
- package/build/elements/index.js +0 -22
- package/build/elements/input/index.cjs +0 -273
- package/build/elements/input/index.d.cts +0 -17
- package/build/elements/input/index.d.ts +0 -17
- package/build/elements/input/index.js +0 -269
- package/build/elements/logo/index.cjs +0 -732
- package/build/elements/logo/index.d.cts +0 -17
- package/build/elements/logo/index.d.ts +0 -17
- package/build/elements/logo/index.js +0 -728
- package/build/elements/monitor/fps.cjs +0 -432
- package/build/elements/monitor/fps.d.cts +0 -21
- package/build/elements/monitor/fps.d.ts +0 -21
- package/build/elements/monitor/fps.js +0 -428
- package/build/elements/monitor/index.cjs +0 -670
- package/build/elements/monitor/index.js +0 -666
- package/build/elements/number/index.cjs +0 -173
- package/build/elements/number/index.d.cts +0 -19
- package/build/elements/number/index.d.ts +0 -19
- package/build/elements/number/index.js +0 -169
- package/build/elements/origin/index.cjs +0 -169
- package/build/elements/origin/index.d.cts +0 -12
- package/build/elements/origin/index.d.ts +0 -12
- package/build/elements/origin/index.js +0 -165
- package/build/elements/popover/index.cjs +0 -209
- package/build/elements/popover/index.d.cts +0 -19
- package/build/elements/popover/index.d.ts +0 -19
- package/build/elements/popover/index.js +0 -205
- package/build/elements/radio/index.cjs +0 -301
- package/build/elements/radio/index.d.cts +0 -13
- package/build/elements/radio/index.d.ts +0 -13
- package/build/elements/radio/index.js +0 -283
- package/build/elements/radio/input.cjs +0 -329
- package/build/elements/radio/input.d.cts +0 -15
- package/build/elements/radio/input.d.ts +0 -15
- package/build/elements/radio/input.js +0 -325
- package/build/elements/radio/option.cjs +0 -15
- package/build/elements/radio/option.d.cts +0 -3
- package/build/elements/radio/option.d.ts +0 -3
- package/build/elements/radio/option.js +0 -11
- package/build/elements/shared.cjs +0 -66
- package/build/elements/shared.d.cts +0 -40
- package/build/elements/shared.d.ts +0 -40
- package/build/elements/shared.js +0 -59
- package/build/elements/slider/index.cjs +0 -232
- package/build/elements/slider/index.d.cts +0 -20
- package/build/elements/slider/index.d.ts +0 -20
- package/build/elements/slider/index.js +0 -228
- package/build/elements/state/index.cjs +0 -681
- package/build/elements/state/index.d.cts +0 -86
- package/build/elements/state/index.d.ts +0 -86
- package/build/elements/state/index.js +0 -677
- package/build/elements/toggle/index.cjs +0 -151
- package/build/elements/toggle/index.d.cts +0 -9
- package/build/elements/toggle/index.d.ts +0 -9
- package/build/elements/toggle/index.js +0 -147
- package/build/elements/tooltip/index.cjs +0 -187
- package/build/elements/tooltip/index.d.cts +0 -17
- package/build/elements/tooltip/index.d.ts +0 -17
- package/build/elements/tooltip/index.js +0 -183
- package/build/init.cjs +0 -325
- package/build/init.d.cts +0 -157
- package/build/init.d.ts +0 -157
- package/build/init.js +0 -289
- package/build/internal/component-loaders.cjs +0 -206
- package/build/internal/component-loaders.d.cts +0 -52
- package/build/internal/component-loaders.d.ts +0 -52
- package/build/internal/component-loaders.js +0 -167
- package/build/internal/fonts.cjs +0 -128
- package/build/internal/fonts.d.cts +0 -32
- package/build/internal/fonts.d.ts +0 -32
- package/build/internal/fonts.js +0 -123
- package/build/internal/lazy-load.cjs +0 -89
- package/build/internal/lazy-load.d.cts +0 -32
- package/build/internal/lazy-load.d.ts +0 -32
- package/build/internal/lazy-load.js +0 -86
- package/build/internal/style-inject.cjs +0 -236
- package/build/internal/style-inject.d.cts +0 -44
- package/build/internal/style-inject.d.ts +0 -44
- package/build/internal/style-inject.js +0 -226
- package/build/theme/index.cjs +0 -452
- package/build/theme/index.js +0 -423
- package/build/theme/presets.cjs +0 -54
- package/build/theme/presets.d.cts +0 -19
- package/build/theme/presets.d.ts +0 -19
- package/build/theme/presets.js +0 -51
- package/build/theme/registry.cjs +0 -204
- package/build/theme/registry.d.cts +0 -99
- package/build/theme/registry.d.ts +0 -99
- package/build/theme/registry.js +0 -194
- package/build/theme/tokens.cjs +0 -148
- package/build/theme/tokens.d.cts +0 -163
- package/build/theme/tokens.d.ts +0 -163
- package/build/theme/tokens.js +0 -145
- package/build/utils/dismiss-controller.cjs +0 -77
- package/build/utils/dismiss-controller.d.cts +0 -14
- package/build/utils/dismiss-controller.d.ts +0 -14
- package/build/utils/dismiss-controller.js +0 -73
- package/build/utils/index.cjs +0 -18
- package/build/utils/index.d.cts +0 -3
- package/build/utils/index.d.ts +0 -3
- package/build/utils/index.js +0 -3
- package/build/utils/outside-click.cjs +0 -82
- package/build/utils/outside-click.d.cts +0 -18
- package/build/utils/outside-click.d.ts +0 -18
- package/build/utils/outside-click.js +0 -74
- package/build/utils/template-helpers.cjs +0 -39
- package/build/utils/template-helpers.d.cts +0 -13
- package/build/utils/template-helpers.d.ts +0 -13
- package/build/utils/template-helpers.js +0 -28
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-check',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 12px;
|
|
9
|
-
height: 12px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M3 6.5L5.33333 9L10 4" path-length="100" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconCheck extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconCircleArrowLeft = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-circle-arrow-left',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M14.6667 6.66667C14.6667 6.66667 13.33 4.84548 12.2441 3.75883C11.1582 2.67218 9.6576 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C10.7354 14 13.0433 12.1695 13.7655 9.66667M14.6667 6.66667V2.66667M14.6667 6.66667H10.6667" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class IconCircleArrowLeft extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.IconCircleArrowLeft = IconCircleArrowLeft;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-circle-arrow-left',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 16px;
|
|
9
|
-
height: 16px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M14.6667 6.66667C14.6667 6.66667 13.33 4.84548 12.2441 3.75883C11.1582 2.67218 9.6576 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C10.7354 14 13.0433 12.1695 13.7655 9.66667M14.6667 6.66667V2.66667M14.6667 6.66667H10.6667" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconCircleArrowLeft extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconCircleArrowRight = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-circle-arrow-right',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M1.33333 6.66667C1.33333 6.66667 2.66999 4.84548 3.75589 3.75883C4.84179 2.67218 6.3424 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C5.2646 14 2.95674 12.1695 2.23451 9.66667M1.33333 6.66667V2.66667M1.33333 6.66667H5.33333" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class IconCircleArrowRight extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.IconCircleArrowRight = IconCircleArrowRight;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-circle-arrow-right',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 16px;
|
|
9
|
-
height: 16px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M1.33333 6.66667C1.33333 6.66667 2.66999 4.84548 3.75589 3.75883C4.84179 2.67218 6.3424 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C5.2646 14 2.95674 12.1695 2.23451 9.66667M1.33333 6.66667V2.66667M1.33333 6.66667H5.33333" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconCircleArrowRight extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconCode = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-code',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 12px;
|
|
12
|
-
height: 12px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M8 9L11 6L8 3M4 3L1 6L4 9" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class IconCode extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.IconCode = IconCode;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-code',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 12px;
|
|
9
|
-
height: 12px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M8 9L11 6L8 3M4 3L1 6L4 9" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconCode extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconDots = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-dots',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M8.00008 8.66655C8.36827 8.66655 8.66675 8.36808 8.66675 7.99989C8.66675 7.6317 8.36827 7.33322 8.00008 7.33322C7.63189 7.33322 7.33341 7.6317 7.33341 7.99989C7.33341 8.36808 7.63189 8.66655 8.00008 8.66655Z" />
|
|
24
|
-
<path d="M12.6667 8.66655C13.0349 8.66655 13.3334 8.36808 13.3334 7.99989C13.3334 7.6317 13.0349 7.33322 12.6667 7.33322C12.2986 7.33322 12.0001 7.6317 12.0001 7.99989C12.0001 8.36808 12.2986 8.66655 12.6667 8.66655Z" />
|
|
25
|
-
<path d="M3.33341 8.66655C3.7016 8.66655 4.00008 8.36808 4.00008 7.99989C4.00008 7.6317 3.7016 7.33322 3.33341 7.33322C2.96522 7.33322 2.66675 7.6317 2.66675 7.99989C2.66675 8.36808 2.96522 8.66655 3.33341 8.66655Z" />
|
|
26
|
-
</svg>
|
|
27
|
-
`;
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
class IconDots extends HTMLElement {
|
|
31
|
-
}
|
|
32
|
-
exports.IconDots = IconDots;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-dots',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 16px;
|
|
9
|
-
height: 16px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M8.00008 8.66655C8.36827 8.66655 8.66675 8.36808 8.66675 7.99989C8.66675 7.6317 8.36827 7.33322 8.00008 7.33322C7.63189 7.33322 7.33341 7.6317 7.33341 7.99989C7.33341 8.36808 7.63189 8.66655 8.00008 8.66655Z" />
|
|
21
|
-
<path d="M12.6667 8.66655C13.0349 8.66655 13.3334 8.36808 13.3334 7.99989C13.3334 7.6317 13.0349 7.33322 12.6667 7.33322C12.2986 7.33322 12.0001 7.6317 12.0001 7.99989C12.0001 8.36808 12.2986 8.66655 12.6667 8.66655Z" />
|
|
22
|
-
<path d="M3.33341 8.66655C3.7016 8.66655 4.00008 8.36808 4.00008 7.99989C4.00008 7.6317 3.7016 7.33322 3.33341 7.33322C2.96522 7.33322 2.66675 7.6317 2.66675 7.99989C2.66675 8.36808 2.96522 8.66655 3.33341 8.66655Z" />
|
|
23
|
-
</svg>
|
|
24
|
-
`;
|
|
25
|
-
}
|
|
26
|
-
})
|
|
27
|
-
export class IconDots extends HTMLElement {
|
|
28
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconMention = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-mention',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M10.4 5.59963V8.59962C10.4 9.07701 10.5896 9.53485 10.9272 9.87242C11.2648 10.21 11.7226 10.3996 12.2 10.3996C12.6774 10.3996 13.1352 10.21 13.4728 9.87242C13.8104 9.53485 14 9.07701 14 8.59962V7.99962C13.9999 6.64544 13.5417 5.33111 12.7 4.27035C11.8582 3.20958 10.6823 2.46476 9.36359 2.15701C8.04484 1.84925 6.66076 1.99665 5.43641 2.57525C4.21206 3.15384 3.21944 4.1296 2.61996 5.34386C2.02048 6.55812 1.84939 7.93947 2.13451 9.26329C2.41963 10.5871 3.14419 11.7756 4.19038 12.6354C5.23657 13.4952 6.54286 13.9758 7.89684 13.9991C9.25083 14.0224 10.5729 13.587 11.648 12.7636M10.4 7.99962C10.4 9.32511 9.32549 10.3996 8 10.3996C6.67452 10.3996 5.6 9.32511 5.6 7.99962C5.6 6.67414 6.67452 5.59963 8 5.59963C9.32549 5.59963 10.4 6.67414 10.4 7.99962Z" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class IconMention extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.IconMention = IconMention;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-mention',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 16px;
|
|
9
|
-
height: 16px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M10.4 5.59963V8.59962C10.4 9.07701 10.5896 9.53485 10.9272 9.87242C11.2648 10.21 11.7226 10.3996 12.2 10.3996C12.6774 10.3996 13.1352 10.21 13.4728 9.87242C13.8104 9.53485 14 9.07701 14 8.59962V7.99962C13.9999 6.64544 13.5417 5.33111 12.7 4.27035C11.8582 3.20958 10.6823 2.46476 9.36359 2.15701C8.04484 1.84925 6.66076 1.99665 5.43641 2.57525C4.21206 3.15384 3.21944 4.1296 2.61996 5.34386C2.02048 6.55812 1.84939 7.93947 2.13451 9.26329C2.41963 10.5871 3.14419 11.7756 4.19038 12.6354C5.23657 13.4952 6.54286 13.9758 7.89684 13.9991C9.25083 14.0224 10.5729 13.587 11.648 12.7636M10.4 7.99962C10.4 9.32511 9.32549 10.3996 8 10.3996C6.67452 10.3996 5.6 9.32511 5.6 7.99962C5.6 6.67414 6.67452 5.59963 8 5.59963C9.32549 5.59963 10.4 6.67414 10.4 7.99962Z" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconMention extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconMinus = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-minus',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M5 7.99995H11" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class IconMinus extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.IconMinus = IconMinus;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-minus',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 16px;
|
|
9
|
-
height: 16px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M5 7.99995H11" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconMinus extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconPicker = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-picker',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: contents;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
[part="picker"] {
|
|
14
|
-
display: block;
|
|
15
|
-
width: 12px;
|
|
16
|
-
height: 12px;
|
|
17
|
-
fill: none;
|
|
18
|
-
stroke: currentColor;
|
|
19
|
-
stroke-width: 1.25;
|
|
20
|
-
stroke-linecap: round;
|
|
21
|
-
stroke-linejoin: round;
|
|
22
|
-
}
|
|
23
|
-
`,
|
|
24
|
-
template() {
|
|
25
|
-
return (0, lit_html_1.html) `
|
|
26
|
-
<svg part="picker" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
27
|
-
<path d="M5 3.50003L8.5 7.00003M2.14645 7.85358L7.5 2.50003C8.05228 1.94774 8.94772 1.94774 9.5 2.50003C10.0523 3.05231 10.0523 3.94774 9.5 4.50003L4.14645 9.85358C4.05268 9.94735 3.9255 10 3.79289 10H2.5C2.22386 10 2 9.77617 2 9.50003V8.20714C2 8.07453 2.05268 7.94735 2.14645 7.85358Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
-
</svg>
|
|
29
|
-
`;
|
|
30
|
-
}
|
|
31
|
-
})
|
|
32
|
-
class IconPicker extends HTMLElement {
|
|
33
|
-
}
|
|
34
|
-
exports.IconPicker = IconPicker;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-picker',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: contents;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
[part="picker"] {
|
|
11
|
-
display: block;
|
|
12
|
-
width: 12px;
|
|
13
|
-
height: 12px;
|
|
14
|
-
fill: none;
|
|
15
|
-
stroke: currentColor;
|
|
16
|
-
stroke-width: 1.25;
|
|
17
|
-
stroke-linecap: round;
|
|
18
|
-
stroke-linejoin: round;
|
|
19
|
-
}
|
|
20
|
-
`,
|
|
21
|
-
template() {
|
|
22
|
-
return html `
|
|
23
|
-
<svg part="picker" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
-
<path d="M5 3.50003L8.5 7.00003M2.14645 7.85358L7.5 2.50003C8.05228 1.94774 8.94772 1.94774 9.5 2.50003C10.0523 3.05231 10.0523 3.94774 9.5 4.50003L4.14645 9.85358C4.05268 9.94735 3.9255 10 3.79289 10H2.5C2.22386 10 2 9.77617 2 9.50003V8.20714C2 8.07453 2.05268 7.94735 2.14645 7.85358Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
-
</svg>
|
|
26
|
-
`;
|
|
27
|
-
}
|
|
28
|
-
})
|
|
29
|
-
export class IconPicker extends HTMLElement {
|
|
30
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconPlus = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-plus',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M8.00018 4.28591C8.00018 4.28591 8.00018 8.42263 8.00018 11.714M4.28613 7.99995H11.7142" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class IconPlus extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.IconPlus = IconPlus;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '../../../decorators/Component';
|
|
3
|
-
@Component({
|
|
4
|
-
tag: 'ease-icon-plus',
|
|
5
|
-
styles: `
|
|
6
|
-
:host {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 16px;
|
|
9
|
-
height: 16px;
|
|
10
|
-
fill: none;
|
|
11
|
-
stroke: currentColor;
|
|
12
|
-
stroke-width: 1.5;
|
|
13
|
-
stroke-linecap: round;
|
|
14
|
-
stroke-linejoin: round;
|
|
15
|
-
}
|
|
16
|
-
`,
|
|
17
|
-
template() {
|
|
18
|
-
return html `
|
|
19
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
-
<path d="M8.00018 4.28591C8.00018 4.28591 8.00018 8.42263 8.00018 11.714M4.28613 7.99995H11.7142" />
|
|
21
|
-
</svg>
|
|
22
|
-
`;
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
export class IconPlus extends HTMLElement {
|
|
26
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Settings = void 0;
|
|
4
|
-
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("../../../decorators/Component");
|
|
6
|
-
@(0, Component_1.Component)({
|
|
7
|
-
tag: 'ease-icon-settings',
|
|
8
|
-
styles: `
|
|
9
|
-
:host {
|
|
10
|
-
display: block;
|
|
11
|
-
width: 16px;
|
|
12
|
-
height: 16px;
|
|
13
|
-
fill: none;
|
|
14
|
-
stroke: currentColor;
|
|
15
|
-
stroke-width: 1.5;
|
|
16
|
-
stroke-linecap: round;
|
|
17
|
-
stroke-linejoin: round;
|
|
18
|
-
}
|
|
19
|
-
`,
|
|
20
|
-
template() {
|
|
21
|
-
return (0, lit_html_1.html) `
|
|
22
|
-
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
-
<path d="M2 5.33319L10 5.33319M10 5.33319C10 6.43776 10.8954 7.33319 12 7.33319C13.1046 7.33319 14 6.43776 14 5.33319C14 4.22862 13.1046 3.33319 12 3.33319C10.8954 3.33319 10 4.22862 10 5.33319ZM6 10.6665L14 10.6665M6 10.6665C6 11.7711 5.10457 12.6665 4 12.6665C2.89543 12.6665 2 11.7711 2 10.6665C2 9.56195 2.89543 8.66652 4 8.66652C5.10457 8.66652 6 9.56195 6 10.6665Z" />
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
}
|
|
27
|
-
})
|
|
28
|
-
class Settings extends HTMLElement {
|
|
29
|
-
}
|
|
30
|
-
exports.Settings = Settings;
|