kemet-ui 2.0.3 → 3.0.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/custom-elements.json +540 -553
- package/dist/components/kemet-accordion/kemet-accordion-panel.d.ts +1 -2
- package/dist/components/kemet-accordion/kemet-accordion-panel.js +3 -2
- package/dist/components/kemet-accordion/kemet-accordion-panel.js.map +1 -1
- package/dist/components/kemet-accordion/kemet-accordion.d.ts +3 -2
- package/dist/components/kemet-accordion/kemet-accordion.js +12 -4
- package/dist/components/kemet-accordion/kemet-accordion.js.map +1 -1
- package/dist/components/kemet-accordion/stories.d.ts +2 -0
- package/dist/components/kemet-accordion/stories.js +6 -3
- package/dist/components/kemet-accordion/stories.js.map +1 -1
- package/dist/components/kemet-accordion/styles.js +5 -5
- package/dist/components/kemet-accordion/styles.js.map +1 -1
- package/dist/components/kemet-alert/docs/stories.d.ts +12 -0
- package/dist/components/kemet-alert/docs/stories.js +180 -36
- package/dist/components/kemet-alert/docs/stories.js.map +1 -1
- package/dist/components/kemet-alert/kemet-alert.d.ts +4 -5
- package/dist/components/kemet-alert/kemet-alert.js +8 -5
- package/dist/components/kemet-alert/kemet-alert.js.map +1 -1
- package/dist/components/kemet-alert/styles.js +10 -8
- package/dist/components/kemet-alert/styles.js.map +1 -1
- package/dist/components/kemet-alert/types.d.ts +0 -9
- package/dist/components/kemet-alert/types.js.map +1 -1
- package/dist/components/kemet-avatar/docs/stories.d.ts +4 -0
- package/dist/components/kemet-avatar/docs/stories.js +57 -35
- package/dist/components/kemet-avatar/docs/stories.js.map +1 -1
- package/dist/components/kemet-avatar/kemet-avatar.d.ts +4 -4
- package/dist/components/kemet-avatar/kemet-avatar.js +4 -4
- package/dist/components/kemet-avatar/kemet-avatar.js.map +1 -1
- package/dist/components/kemet-avatar/styles.js +16 -9
- package/dist/components/kemet-avatar/styles.js.map +1 -1
- package/dist/components/kemet-badge/docs/stories.d.ts +6 -0
- package/dist/components/kemet-badge/docs/stories.js +52 -16
- package/dist/components/kemet-badge/docs/stories.js.map +1 -1
- package/dist/components/kemet-badge/kemet-badge.d.ts +2 -1
- package/dist/components/kemet-badge/kemet-badge.js +1 -1
- package/dist/components/kemet-badge/kemet-badge.js.map +1 -1
- package/dist/components/kemet-badge/styles.js +11 -9
- package/dist/components/kemet-badge/styles.js.map +1 -1
- package/dist/components/kemet-badge/types.d.ts +1 -6
- package/dist/components/kemet-badge/types.js.map +1 -1
- package/dist/components/kemet-button/docs/stories.d.ts +12 -0
- package/dist/components/kemet-button/docs/stories.js +81 -20
- package/dist/components/kemet-button/docs/stories.js.map +1 -1
- package/dist/components/kemet-button/kemet-button.d.ts +21 -21
- package/dist/components/kemet-button/kemet-button.js +22 -22
- package/dist/components/kemet-button/kemet-button.js.map +1 -1
- package/dist/components/kemet-button/styles.js +46 -26
- package/dist/components/kemet-button/styles.js.map +1 -1
- package/dist/components/kemet-button/types.d.ts +1 -10
- package/dist/components/kemet-button/types.js.map +1 -1
- package/dist/components/kemet-card/docs/stories.d.ts +10 -0
- package/dist/components/kemet-card/docs/stories.js +78 -66
- package/dist/components/kemet-card/docs/stories.js.map +1 -1
- package/dist/components/kemet-card/kemet-card.d.ts +15 -15
- package/dist/components/kemet-card/kemet-card.js +15 -15
- package/dist/components/kemet-card/kemet-card.js.map +1 -1
- package/dist/components/kemet-card/styles.js +29 -14
- package/dist/components/kemet-card/styles.js.map +1 -1
- package/dist/components/kemet-carousel/docs/stories.d.ts +6 -0
- package/dist/components/kemet-carousel/docs/stories.js +72 -60
- package/dist/components/kemet-carousel/docs/stories.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-current.d.ts +2 -2
- package/dist/components/kemet-carousel/kemet-carousel-current.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-total.d.ts +2 -2
- package/dist/components/kemet-carousel/kemet-carousel-total.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel.d.ts +15 -15
- package/dist/components/kemet-carousel/kemet-carousel.js +15 -15
- package/dist/components/kemet-carousel/kemet-carousel.js.map +1 -1
- package/dist/components/kemet-carousel/styles.js +31 -15
- package/dist/components/kemet-carousel/styles.js.map +1 -1
- package/dist/components/kemet-checkbox/docs/stories.d.ts +4 -0
- package/dist/components/kemet-checkbox/docs/stories.js +28 -28
- package/dist/components/kemet-checkbox/docs/stories.js.map +1 -1
- package/dist/components/kemet-checkbox/kemet-checkbox.d.ts +6 -6
- package/dist/components/kemet-checkbox/kemet-checkbox.js +6 -6
- package/dist/components/kemet-checkbox/kemet-checkbox.js.map +1 -1
- package/dist/components/kemet-checkbox/styles.js +20 -13
- package/dist/components/kemet-checkbox/styles.js.map +1 -1
- package/dist/components/kemet-combo/docs/stories.js +14 -12
- package/dist/components/kemet-combo/docs/stories.js.map +1 -1
- package/dist/components/kemet-combo/kemet-combo.d.ts +9 -9
- package/dist/components/kemet-combo/kemet-combo.js +9 -9
- package/dist/components/kemet-combo/kemet-combo.js.map +1 -1
- package/dist/components/kemet-combo/styles.js +21 -9
- package/dist/components/kemet-combo/styles.js.map +1 -1
- package/dist/components/kemet-count/docs/stories.js +10 -25
- package/dist/components/kemet-count/docs/stories.js.map +1 -1
- package/dist/components/kemet-draggable/docs/stories.d.ts +1 -0
- package/dist/components/kemet-draggable/docs/stories.js +8 -15
- package/dist/components/kemet-draggable/docs/stories.js.map +1 -1
- package/dist/components/kemet-drawer/docs/stories.d.ts +6 -0
- package/dist/components/kemet-drawer/docs/stories.js +59 -60
- package/dist/components/kemet-drawer/docs/stories.js.map +1 -1
- package/dist/components/kemet-drawer/kemet-drawer.d.ts +5 -5
- package/dist/components/kemet-drawer/kemet-drawer.js +5 -5
- package/dist/components/kemet-drawer/kemet-drawer.js.map +1 -1
- package/dist/components/kemet-drawer/styles.js +31 -25
- package/dist/components/kemet-drawer/styles.js.map +1 -1
- package/dist/components/kemet-drawer/types.d.ts +0 -6
- package/dist/components/kemet-drawer/types.js.map +1 -1
- package/dist/components/kemet-fab/docs/stories.d.ts +3 -0
- package/dist/components/kemet-fab/docs/stories.js +23 -32
- package/dist/components/kemet-fab/docs/stories.js.map +1 -1
- package/dist/components/kemet-fab/kemet-fab.d.ts +6 -6
- package/dist/components/kemet-fab/kemet-fab.js +6 -6
- package/dist/components/kemet-fab/kemet-fab.js.map +1 -1
- package/dist/components/kemet-fab/styles.js +19 -10
- package/dist/components/kemet-fab/styles.js.map +1 -1
- package/dist/components/kemet-field/docs/stories.d.ts +1 -1
- package/dist/components/kemet-field/docs/stories.js +19 -69
- package/dist/components/kemet-field/docs/stories.js.map +1 -1
- package/dist/components/kemet-field/kemet-field.d.ts +5 -5
- package/dist/components/kemet-field/kemet-field.js.map +1 -1
- package/dist/components/kemet-field/styles.js +6 -6
- package/dist/components/kemet-field/styles.js.map +1 -1
- package/dist/components/kemet-flipcard/docs/stories.d.ts +3 -0
- package/dist/components/kemet-flipcard/docs/stories.js +29 -78
- package/dist/components/kemet-flipcard/docs/stories.js.map +1 -1
- package/dist/components/kemet-flipcard/kemet-flipcard.d.ts +7 -7
- package/dist/components/kemet-flipcard/kemet-flipcard.js +7 -7
- package/dist/components/kemet-flipcard/kemet-flipcard.js.map +1 -1
- package/dist/components/kemet-flipcard/styles.js +20 -10
- package/dist/components/kemet-flipcard/styles.js.map +1 -1
- package/dist/components/kemet-icon/docs/stories.js +8 -15
- package/dist/components/kemet-icon/docs/stories.js.map +1 -1
- package/dist/components/kemet-input/docs/stories.d.ts +4 -0
- package/dist/components/kemet-input/docs/stories.js +54 -113
- package/dist/components/kemet-input/docs/stories.js.map +1 -1
- package/dist/components/kemet-input/kemet-input.d.ts +15 -15
- package/dist/components/kemet-input/kemet-input.js +15 -15
- package/dist/components/kemet-input/kemet-input.js.map +1 -1
- package/dist/components/kemet-input/styles.js +38 -21
- package/dist/components/kemet-input/styles.js.map +1 -1
- package/dist/components/kemet-modal/docs/stories.d.ts +2 -0
- package/dist/components/kemet-modal/docs/stories.js +25 -68
- package/dist/components/kemet-modal/docs/stories.js.map +1 -1
- package/dist/components/kemet-modal/kemet-modal-close.js +1 -1
- package/dist/components/kemet-modal/kemet-modal-close.js.map +1 -1
- package/dist/components/kemet-modal/kemet-modal.d.ts +16 -6
- package/dist/components/kemet-modal/kemet-modal.js +37 -18
- package/dist/components/kemet-modal/kemet-modal.js.map +1 -1
- package/dist/components/kemet-modal/styles.js +77 -48
- package/dist/components/kemet-modal/styles.js.map +1 -1
- package/dist/components/kemet-password/docs/stories.js +10 -18
- package/dist/components/kemet-password/docs/stories.js.map +1 -1
- package/dist/components/kemet-password/styles.js +7 -7
- package/dist/components/kemet-password/styles.js.map +1 -1
- package/dist/components/kemet-popper/docs/stories.d.ts +2 -0
- package/dist/components/kemet-popper/docs/stories.js +32 -39
- package/dist/components/kemet-popper/docs/stories.js.map +1 -1
- package/dist/components/kemet-popper/kemet-popper.d.ts +1 -3
- package/dist/components/kemet-popper/kemet-popper.js +2 -7
- package/dist/components/kemet-popper/kemet-popper.js.map +1 -1
- package/dist/components/kemet-popper/styles.js +14 -5
- package/dist/components/kemet-popper/styles.js.map +1 -1
- package/dist/components/kemet-radio/docs/stories.d.ts +2 -0
- package/dist/components/kemet-radio/docs/stories.js +24 -20
- package/dist/components/kemet-radio/docs/stories.js.map +1 -1
- package/dist/components/kemet-radio/kemet-radio.d.ts +7 -6
- package/dist/components/kemet-radio/kemet-radio.js +7 -6
- package/dist/components/kemet-radio/kemet-radio.js.map +1 -1
- package/dist/components/kemet-radio/kemet-radios.d.ts +1 -1
- package/dist/components/kemet-radio/kemet-radios.js +1 -1
- package/dist/components/kemet-radio/kemet-radios.js.map +1 -1
- package/dist/components/kemet-radio/styles.js +26 -16
- package/dist/components/kemet-radio/styles.js.map +1 -1
- package/dist/components/kemet-rotator/docs/stories.d.ts +1 -0
- package/dist/components/kemet-rotator/docs/stories.js +16 -28
- package/dist/components/kemet-rotator/docs/stories.js.map +1 -1
- package/dist/components/kemet-rotator/kemet-rotator.d.ts +2 -2
- package/dist/components/kemet-rotator/kemet-rotator.js +1 -1
- package/dist/components/kemet-rotator/kemet-rotator.js.map +1 -1
- package/dist/components/kemet-rotator/styles.js +4 -2
- package/dist/components/kemet-rotator/styles.js.map +1 -1
- package/dist/components/kemet-scroll-link/docs/stories.js +2 -2
- package/dist/components/kemet-scroll-link/docs/stories.js.map +1 -1
- package/dist/components/kemet-scroll-nav/docs/stories.js +5 -5
- package/dist/components/kemet-scroll-nav/docs/stories.js.map +1 -1
- package/dist/components/kemet-scroll-nav/kemet-scroll-nav.d.ts +5 -5
- package/dist/components/kemet-scroll-nav/kemet-scroll-nav.js +5 -5
- package/dist/components/kemet-scroll-nav/kemet-scroll-nav.js.map +1 -1
- package/dist/components/kemet-scroll-nav/styles.js +10 -4
- package/dist/components/kemet-scroll-nav/styles.js.map +1 -1
- package/dist/components/kemet-scroll-snap/docs/stories.d.ts +6 -0
- package/dist/components/kemet-scroll-snap/docs/stories.js +72 -82
- package/dist/components/kemet-scroll-snap/docs/stories.js.map +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-paginator.d.ts +3 -3
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-paginator.js +3 -3
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-paginator.js.map +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap.d.ts +4 -4
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap.js +4 -4
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap.js.map +1 -1
- package/dist/components/kemet-scroll-snap/styles.js +14 -6
- package/dist/components/kemet-scroll-snap/styles.js.map +1 -1
- package/dist/components/kemet-select/docs/stories.d.ts +3 -0
- package/dist/components/kemet-select/docs/stories.js +25 -33
- package/dist/components/kemet-select/docs/stories.js.map +1 -1
- package/dist/components/kemet-select/kemet-select.d.ts +13 -13
- package/dist/components/kemet-select/kemet-select.js +13 -13
- package/dist/components/kemet-select/kemet-select.js.map +1 -1
- package/dist/components/kemet-select/styles.js +32 -16
- package/dist/components/kemet-select/styles.js.map +1 -1
- package/dist/components/kemet-sortable/docs/stories.js +5 -10
- package/dist/components/kemet-sortable/docs/stories.js.map +1 -1
- package/dist/components/kemet-sortable/styles.js +1 -1
- package/dist/components/kemet-sortable/styles.js.map +1 -1
- package/dist/components/kemet-svgs/docs/stories.js +11 -11
- package/dist/components/kemet-svgs/docs/stories.js.map +1 -1
- package/dist/components/kemet-tabs/docs/stories.d.ts +9 -0
- package/dist/components/kemet-tabs/docs/stories.js +78 -78
- package/dist/components/kemet-tabs/docs/stories.js.map +1 -1
- package/dist/components/kemet-tabs/kemet-tab-panel.d.ts +1 -1
- package/dist/components/kemet-tabs/kemet-tab-panel.js +1 -1
- package/dist/components/kemet-tabs/kemet-tab-panel.js.map +1 -1
- package/dist/components/kemet-tabs/kemet-tab.d.ts +2 -2
- package/dist/components/kemet-tabs/kemet-tab.js +2 -2
- package/dist/components/kemet-tabs/kemet-tab.js.map +1 -1
- package/dist/components/kemet-tabs/kemet-tabs.d.ts +8 -8
- package/dist/components/kemet-tabs/kemet-tabs.js +16 -8
- package/dist/components/kemet-tabs/kemet-tabs.js.map +1 -1
- package/dist/components/kemet-tabs/styles.js +12 -5
- package/dist/components/kemet-tabs/styles.js.map +1 -1
- package/dist/components/kemet-textarea/docs/stories.d.ts +3 -0
- package/dist/components/kemet-textarea/docs/stories.js +37 -67
- package/dist/components/kemet-textarea/docs/stories.js.map +1 -1
- package/dist/components/kemet-textarea/kemet-textarea.d.ts +12 -12
- package/dist/components/kemet-textarea/kemet-textarea.js +12 -12
- package/dist/components/kemet-textarea/kemet-textarea.js.map +1 -1
- package/dist/components/kemet-textarea/styles.js +31 -16
- package/dist/components/kemet-textarea/styles.js.map +1 -1
- package/dist/components/kemet-toggle/docs/stories.d.ts +2 -0
- package/dist/components/kemet-toggle/docs/stories.js +21 -36
- package/dist/components/kemet-toggle/docs/stories.js.map +1 -1
- package/dist/components/kemet-toggle/kemet-toggle.d.ts +9 -9
- package/dist/components/kemet-toggle/kemet-toggle.js +9 -9
- package/dist/components/kemet-toggle/kemet-toggle.js.map +1 -1
- package/dist/components/kemet-toggle/styles.js +12 -6
- package/dist/components/kemet-toggle/styles.js.map +1 -1
- package/dist/components/kemet-tooltip/docs/stories.d.ts +4 -0
- package/dist/components/kemet-tooltip/docs/stories.js +58 -33
- package/dist/components/kemet-tooltip/docs/stories.js.map +1 -1
- package/dist/components/kemet-tooltip/styles.js +2 -2
- package/dist/components/kemet-tooltip/styles.js.map +1 -1
- package/dist/components/kemet-tracker/docs/stories.d.ts +1 -0
- package/dist/components/kemet-tracker/docs/stories.js +18 -22
- package/dist/components/kemet-tracker/docs/stories.js.map +1 -1
- package/dist/components/kemet-tracker/kemet-tracker-step.d.ts +16 -16
- package/dist/components/kemet-tracker/kemet-tracker-step.js +16 -16
- package/dist/components/kemet-tracker/kemet-tracker-step.js.map +1 -1
- package/dist/components/kemet-tracker/styles.js +23 -12
- package/dist/components/kemet-tracker/styles.js.map +1 -1
- package/dist/components/kemet-upload/docs/stories.js +17 -22
- package/dist/components/kemet-upload/docs/stories.js.map +1 -1
- package/dist/components/kemet-upload/kemet-upload-file.d.ts +3 -3
- package/dist/components/kemet-upload/kemet-upload-file.js +3 -3
- package/dist/components/kemet-upload/kemet-upload-file.js.map +1 -1
- package/dist/components/kemet-upload/kemet-upload.d.ts +4 -4
- package/dist/components/kemet-upload/kemet-upload.js +4 -4
- package/dist/components/kemet-upload/kemet-upload.js.map +1 -1
- package/dist/components/kemet-upload/styles.js +27 -18
- package/dist/components/kemet-upload/styles.js.map +1 -1
- package/dist/kemet-components.bundle.js +16 -16
- package/dist/kemet-components.bundle.js.map +1 -1
- package/dist/kemet-components.cjs +2903 -2614
- package/dist/kemet-components.js +2903 -2614
- package/dist/styles/kemet.base.css +255 -78
- package/dist/styles/kemet.base.css.map +1 -1
- package/dist/styles/kemet.base.scss +6 -5
- package/dist/styles/kemet.components.css +1 -16
- package/dist/styles/kemet.components.css.map +1 -1
- package/dist/styles/kemet.components.scss +0 -2
- package/dist/styles/kemet.core.css +5729 -1737
- package/dist/styles/kemet.core.css.map +1 -1
- package/dist/styles/shared/_config.scss +306 -93
- package/dist/styles/shared/_helpers.scss +88 -16
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -12
- package/dist/components/kemet-accordion/types.d.ts +0 -9
- package/dist/components/kemet-accordion/types.js +0 -2
- package/dist/components/kemet-accordion/types.js.map +0 -1
- package/dist/components/kemet-avatar/types.d.ts +0 -8
- package/dist/components/kemet-avatar/types.js +0 -2
- package/dist/components/kemet-avatar/types.js.map +0 -1
- package/dist/components/kemet-card/types.d.ts +0 -3
- package/dist/components/kemet-card/types.js +0 -2
- package/dist/components/kemet-card/types.js.map +0 -1
- package/dist/components/kemet-carousel/types.d.ts +0 -21
- package/dist/components/kemet-carousel/types.js +0 -2
- package/dist/components/kemet-carousel/types.js.map +0 -1
- package/dist/components/kemet-combo/types.d.ts +0 -5
- package/dist/components/kemet-combo/types.js +0 -2
- package/dist/components/kemet-combo/types.js.map +0 -1
- package/dist/components/kemet-draggable/types.d.ts +0 -6
- package/dist/components/kemet-draggable/types.js +0 -2
- package/dist/components/kemet-draggable/types.js.map +0 -1
- package/dist/styles/components/drawer.scss +0 -11
- package/dist/styles/components/modal.scss +0 -8
package/custom-elements.json
CHANGED
|
@@ -4,40 +4,44 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "src/components/kemet-
|
|
7
|
+
"path": "src/components/kemet-alert/kemet-alert.ts",
|
|
8
8
|
"declarations": [
|
|
9
9
|
{
|
|
10
10
|
"kind": "class",
|
|
11
11
|
"description": "",
|
|
12
|
-
"name": "
|
|
12
|
+
"name": "KemetAlert",
|
|
13
13
|
"cssProperties": [
|
|
14
14
|
{
|
|
15
|
-
"description": "The
|
|
16
|
-
"name": "--kemet-
|
|
15
|
+
"description": "The padding on the alert.",
|
|
16
|
+
"name": "--kemet-alert-padding"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"description": "The thickness of the border.",
|
|
20
|
+
"name": "--kemet-alert-border-thickness"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"description": "The status color. Default: inherit.",
|
|
24
|
+
"name": "--kemet-alert-status-color"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"description": "The alert's alignment.",
|
|
28
|
+
"name": "--kemet-alert-align-items"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"description": "The border around the alert.",
|
|
32
|
+
"name": "--kemet-alert-border"
|
|
17
33
|
}
|
|
18
34
|
],
|
|
19
35
|
"cssParts": [
|
|
20
36
|
{
|
|
21
|
-
"description": "
|
|
22
|
-
"name": "
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"description": "Contains the body for the panel.",
|
|
26
|
-
"name": "body"
|
|
37
|
+
"description": "Container for the close button.",
|
|
38
|
+
"name": "close"
|
|
27
39
|
}
|
|
28
40
|
],
|
|
29
41
|
"slots": [
|
|
30
42
|
{
|
|
31
|
-
"description": "The
|
|
32
|
-
"name": "
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"description": "The body content of the panel.",
|
|
36
|
-
"name": "body"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"description": "The icon for the panel.",
|
|
40
|
-
"name": "icon"
|
|
43
|
+
"description": "The contents of the alert.",
|
|
44
|
+
"name": "default"
|
|
41
45
|
}
|
|
42
46
|
],
|
|
43
47
|
"members": [
|
|
@@ -47,61 +51,87 @@
|
|
|
47
51
|
"type": {
|
|
48
52
|
"text": "boolean"
|
|
49
53
|
},
|
|
50
|
-
"
|
|
51
|
-
"description": "Determines the opened state of the panel",
|
|
54
|
+
"description": "Determines if the alert is opened or not.",
|
|
52
55
|
"attribute": "opened",
|
|
53
56
|
"reflects": true
|
|
54
57
|
},
|
|
55
58
|
{
|
|
56
59
|
"kind": "field",
|
|
57
|
-
"name": "
|
|
60
|
+
"name": "reveal",
|
|
58
61
|
"type": {
|
|
59
|
-
"text": "
|
|
62
|
+
"text": "boolean"
|
|
60
63
|
},
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
+
"description": "Fades in the alert when opened.",
|
|
65
|
+
"attribute": "reveal",
|
|
66
|
+
"reflects": true
|
|
64
67
|
},
|
|
65
68
|
{
|
|
66
69
|
"kind": "field",
|
|
67
|
-
"name": "
|
|
70
|
+
"name": "closable",
|
|
71
|
+
"type": {
|
|
72
|
+
"text": "boolean"
|
|
73
|
+
},
|
|
74
|
+
"description": "Adds a close button to the alert.",
|
|
75
|
+
"attribute": "closable",
|
|
76
|
+
"reflects": true
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"kind": "field",
|
|
80
|
+
"name": "status",
|
|
81
|
+
"type": {
|
|
82
|
+
"text": "TypeStatus"
|
|
83
|
+
},
|
|
84
|
+
"default": "'standard'",
|
|
85
|
+
"attribute": "status",
|
|
86
|
+
"reflects": true
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"kind": "field",
|
|
90
|
+
"name": "borderStatus",
|
|
68
91
|
"type": {
|
|
69
92
|
"text": "string"
|
|
70
93
|
},
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
94
|
+
"description": "Adds a border that indicates the status.",
|
|
95
|
+
"attribute": "border-status",
|
|
96
|
+
"reflects": true
|
|
74
97
|
},
|
|
75
98
|
{
|
|
76
|
-
"kind": "
|
|
77
|
-
"name": "
|
|
99
|
+
"kind": "field",
|
|
100
|
+
"name": "hidden",
|
|
101
|
+
"type": {
|
|
102
|
+
"text": "boolean"
|
|
103
|
+
},
|
|
104
|
+
"description": "Hides the element from document flow.",
|
|
105
|
+
"attribute": "hidden",
|
|
106
|
+
"reflects": true
|
|
78
107
|
},
|
|
79
108
|
{
|
|
80
|
-
"kind": "
|
|
81
|
-
"name": "
|
|
109
|
+
"kind": "field",
|
|
110
|
+
"name": "overlay",
|
|
111
|
+
"type": {
|
|
112
|
+
"text": "string"
|
|
113
|
+
},
|
|
114
|
+
"description": "Fixes the alert over content in specified position.",
|
|
115
|
+
"attribute": "overlay",
|
|
116
|
+
"reflects": true
|
|
82
117
|
},
|
|
83
118
|
{
|
|
84
119
|
"kind": "method",
|
|
85
|
-
"name": "
|
|
120
|
+
"name": "makeCloseBtn"
|
|
86
121
|
},
|
|
87
122
|
{
|
|
88
123
|
"kind": "method",
|
|
89
|
-
"name": "
|
|
90
|
-
"parameters": [
|
|
91
|
-
{
|
|
92
|
-
"name": "event"
|
|
93
|
-
}
|
|
94
|
-
]
|
|
124
|
+
"name": "handleMotion"
|
|
95
125
|
}
|
|
96
126
|
],
|
|
97
127
|
"events": [
|
|
98
128
|
{
|
|
99
|
-
"description": "Fires when
|
|
100
|
-
"name": "kemet-
|
|
129
|
+
"description": "Fires when alert is opened.",
|
|
130
|
+
"name": "kemet-alert-opened"
|
|
101
131
|
},
|
|
102
132
|
{
|
|
103
|
-
"description": "Fires when
|
|
104
|
-
"name": "kemet-
|
|
133
|
+
"description": "Fires when alert is closed.",
|
|
134
|
+
"name": "kemet-alert-closed"
|
|
105
135
|
}
|
|
106
136
|
],
|
|
107
137
|
"attributes": [
|
|
@@ -110,153 +140,64 @@
|
|
|
110
140
|
"type": {
|
|
111
141
|
"text": "boolean"
|
|
112
142
|
},
|
|
113
|
-
"
|
|
114
|
-
"resolveInitializer": {
|
|
115
|
-
"module": "src/components/kemet-accordion/kemet-accordion-panel.ts"
|
|
116
|
-
},
|
|
117
|
-
"description": "Determines the opened state of the panel",
|
|
143
|
+
"description": "Determines if the alert is opened or not.",
|
|
118
144
|
"fieldName": "opened"
|
|
119
145
|
},
|
|
120
146
|
{
|
|
121
|
-
"name": "
|
|
147
|
+
"name": "reveal",
|
|
122
148
|
"type": {
|
|
123
|
-
"text": "
|
|
149
|
+
"text": "boolean"
|
|
124
150
|
},
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"fieldName": "maxHeight"
|
|
151
|
+
"description": "Fades in the alert when opened.",
|
|
152
|
+
"fieldName": "reveal"
|
|
128
153
|
},
|
|
129
154
|
{
|
|
130
|
-
"name": "
|
|
155
|
+
"name": "closable",
|
|
131
156
|
"type": {
|
|
132
|
-
"text": "
|
|
157
|
+
"text": "boolean"
|
|
133
158
|
},
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"superclass": {
|
|
140
|
-
"name": "LitElement",
|
|
141
|
-
"package": "lit"
|
|
142
|
-
},
|
|
143
|
-
"tagName": "kemet-accordion-panel",
|
|
144
|
-
"summary": "A blade for an accordion.",
|
|
145
|
-
"customElement": true
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
"exports": [
|
|
149
|
-
{
|
|
150
|
-
"kind": "js",
|
|
151
|
-
"name": "default",
|
|
152
|
-
"declaration": {
|
|
153
|
-
"name": "KemetAccordionPanel",
|
|
154
|
-
"module": "src/components/kemet-accordion/kemet-accordion-panel.ts"
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"kind": "custom-element-definition",
|
|
159
|
-
"name": "kemet-accordion-panel",
|
|
160
|
-
"declaration": {
|
|
161
|
-
"name": "KemetAccordionPanel",
|
|
162
|
-
"module": "src/components/kemet-accordion/kemet-accordion-panel.ts"
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"kind": "javascript-module",
|
|
169
|
-
"path": "src/components/kemet-accordion/kemet-accordion.ts",
|
|
170
|
-
"declarations": [
|
|
171
|
-
{
|
|
172
|
-
"kind": "class",
|
|
173
|
-
"description": "",
|
|
174
|
-
"name": "KemetAccordion",
|
|
175
|
-
"members": [
|
|
159
|
+
"description": "Adds a close button to the alert.",
|
|
160
|
+
"fieldName": "closable"
|
|
161
|
+
},
|
|
176
162
|
{
|
|
177
|
-
"
|
|
178
|
-
"name": "currentPanel",
|
|
163
|
+
"name": "status",
|
|
179
164
|
"type": {
|
|
180
|
-
"text": "
|
|
165
|
+
"text": "TypeStatus"
|
|
181
166
|
},
|
|
182
|
-
"
|
|
183
|
-
"
|
|
167
|
+
"default": "'standard'",
|
|
168
|
+
"fieldName": "status"
|
|
184
169
|
},
|
|
185
170
|
{
|
|
186
|
-
"
|
|
187
|
-
"name": "togglePanels",
|
|
171
|
+
"name": "border-status",
|
|
188
172
|
"type": {
|
|
189
|
-
"text": "
|
|
173
|
+
"text": "string"
|
|
190
174
|
},
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"attribute": "toggle-panels "
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"kind": "method",
|
|
197
|
-
"name": "handleSlotChange"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"kind": "method",
|
|
201
|
-
"name": "handlePanelOpened",
|
|
202
|
-
"parameters": [
|
|
203
|
-
{
|
|
204
|
-
"name": "event"
|
|
205
|
-
}
|
|
206
|
-
]
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"kind": "method",
|
|
210
|
-
"name": "navigatePanels",
|
|
211
|
-
"parameters": [
|
|
212
|
-
{
|
|
213
|
-
"name": "direction"
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"kind": "method",
|
|
219
|
-
"name": "handleKeyDown",
|
|
220
|
-
"parameters": [
|
|
221
|
-
{
|
|
222
|
-
"name": "event"
|
|
223
|
-
}
|
|
224
|
-
]
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"kind": "method",
|
|
228
|
-
"name": "expandAll"
|
|
175
|
+
"description": "Adds a border that indicates the status.",
|
|
176
|
+
"fieldName": "borderStatus"
|
|
229
177
|
},
|
|
230
178
|
{
|
|
231
|
-
"
|
|
232
|
-
"name": "collapseAll"
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"attributes": [
|
|
236
|
-
{
|
|
237
|
-
"name": "currentPanel",
|
|
179
|
+
"name": "hidden",
|
|
238
180
|
"type": {
|
|
239
|
-
"text": "
|
|
181
|
+
"text": "boolean"
|
|
240
182
|
},
|
|
241
|
-
"description": "
|
|
242
|
-
"fieldName": "
|
|
183
|
+
"description": "Hides the element from document flow.",
|
|
184
|
+
"fieldName": "hidden"
|
|
243
185
|
},
|
|
244
186
|
{
|
|
245
|
-
"name": "
|
|
187
|
+
"name": "overlay",
|
|
246
188
|
"type": {
|
|
247
|
-
"text": "
|
|
189
|
+
"text": "string"
|
|
248
190
|
},
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"fieldName": "togglePanels"
|
|
191
|
+
"description": "Fixes the alert over content in specified position.",
|
|
192
|
+
"fieldName": "overlay"
|
|
252
193
|
}
|
|
253
194
|
],
|
|
254
195
|
"superclass": {
|
|
255
196
|
"name": "LitElement",
|
|
256
197
|
"package": "lit"
|
|
257
198
|
},
|
|
258
|
-
"tagName": "kemet-
|
|
259
|
-
"summary": "
|
|
199
|
+
"tagName": "kemet-alert",
|
|
200
|
+
"summary": "Calls out important messages and notifications.",
|
|
260
201
|
"customElement": true
|
|
261
202
|
}
|
|
262
203
|
],
|
|
@@ -265,16 +206,16 @@
|
|
|
265
206
|
"kind": "js",
|
|
266
207
|
"name": "default",
|
|
267
208
|
"declaration": {
|
|
268
|
-
"name": "
|
|
269
|
-
"module": "src/components/kemet-
|
|
209
|
+
"name": "KemetAlert",
|
|
210
|
+
"module": "src/components/kemet-alert/kemet-alert.ts"
|
|
270
211
|
}
|
|
271
212
|
},
|
|
272
213
|
{
|
|
273
214
|
"kind": "custom-element-definition",
|
|
274
|
-
"name": "kemet-
|
|
215
|
+
"name": "kemet-alert",
|
|
275
216
|
"declaration": {
|
|
276
|
-
"name": "
|
|
277
|
-
"module": "src/components/kemet-
|
|
217
|
+
"name": "KemetAlert",
|
|
218
|
+
"module": "src/components/kemet-alert/kemet-alert.ts"
|
|
278
219
|
}
|
|
279
220
|
}
|
|
280
221
|
]
|
|
@@ -289,19 +230,19 @@
|
|
|
289
230
|
"name": "KemetAvatar",
|
|
290
231
|
"cssProperties": [
|
|
291
232
|
{
|
|
292
|
-
"description": "The color of the text.
|
|
233
|
+
"description": "The color of the text.",
|
|
293
234
|
"name": "--kemet-avatar-color"
|
|
294
235
|
},
|
|
295
236
|
{
|
|
296
|
-
"description": "The color of the background.
|
|
237
|
+
"description": "The color of the background.",
|
|
297
238
|
"name": "--kemet-avatar-background-color"
|
|
298
239
|
},
|
|
299
240
|
{
|
|
300
|
-
"description": "The border radius of the rounded type.
|
|
241
|
+
"description": "The border radius of the rounded type.",
|
|
301
242
|
"name": "--kemet-avatar-rounded-radius"
|
|
302
243
|
},
|
|
303
244
|
{
|
|
304
|
-
"description": "The space around the initials.
|
|
245
|
+
"description": "The space around the initials.",
|
|
305
246
|
"name": "--kemet-avatar-initials-margin"
|
|
306
247
|
}
|
|
307
248
|
],
|
|
@@ -506,48 +447,34 @@
|
|
|
506
447
|
},
|
|
507
448
|
{
|
|
508
449
|
"kind": "javascript-module",
|
|
509
|
-
"path": "src/components/kemet-
|
|
450
|
+
"path": "src/components/kemet-accordion/kemet-accordion-panel.ts",
|
|
510
451
|
"declarations": [
|
|
511
452
|
{
|
|
512
453
|
"kind": "class",
|
|
513
454
|
"description": "",
|
|
514
|
-
"name": "
|
|
515
|
-
"
|
|
516
|
-
{
|
|
517
|
-
"description": "The padding on the alert. Default: 1rem.",
|
|
518
|
-
"name": "--kemet-alert-padding"
|
|
519
|
-
},
|
|
455
|
+
"name": "KemetAccordionPanel",
|
|
456
|
+
"cssParts": [
|
|
520
457
|
{
|
|
521
|
-
"description": "
|
|
522
|
-
"name": "
|
|
458
|
+
"description": "Contains the trigger for the panel.",
|
|
459
|
+
"name": "trigger"
|
|
523
460
|
},
|
|
524
461
|
{
|
|
525
|
-
"description": "
|
|
526
|
-
"name": "
|
|
527
|
-
}
|
|
462
|
+
"description": "Contains the body for the panel.",
|
|
463
|
+
"name": "body"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"slots": [
|
|
528
467
|
{
|
|
529
|
-
"description": "The
|
|
530
|
-
"name": "
|
|
468
|
+
"description": "The trigger button that opens and closes the panel.",
|
|
469
|
+
"name": "trigger"
|
|
531
470
|
},
|
|
532
471
|
{
|
|
533
|
-
"description": "The
|
|
534
|
-
"name": "
|
|
472
|
+
"description": "The body content of the panel.",
|
|
473
|
+
"name": "body"
|
|
535
474
|
},
|
|
536
475
|
{
|
|
537
|
-
"description": "The
|
|
538
|
-
"name": "
|
|
539
|
-
}
|
|
540
|
-
],
|
|
541
|
-
"cssParts": [
|
|
542
|
-
{
|
|
543
|
-
"description": "Container for the close button.",
|
|
544
|
-
"name": "close"
|
|
545
|
-
}
|
|
546
|
-
],
|
|
547
|
-
"slots": [
|
|
548
|
-
{
|
|
549
|
-
"description": "The contents of the alert.",
|
|
550
|
-
"name": "default"
|
|
476
|
+
"description": "The icon for the panel.",
|
|
477
|
+
"name": "icon"
|
|
551
478
|
}
|
|
552
479
|
],
|
|
553
480
|
"members": [
|
|
@@ -557,86 +484,69 @@
|
|
|
557
484
|
"type": {
|
|
558
485
|
"text": "boolean"
|
|
559
486
|
},
|
|
560
|
-
"
|
|
487
|
+
"default": "undefined",
|
|
488
|
+
"description": "Determines the opened state of the panel",
|
|
561
489
|
"attribute": "opened",
|
|
562
490
|
"reflects": true
|
|
563
491
|
},
|
|
564
492
|
{
|
|
565
493
|
"kind": "field",
|
|
566
|
-
"name": "
|
|
567
|
-
"type": {
|
|
568
|
-
"text": "boolean"
|
|
569
|
-
},
|
|
570
|
-
"description": "Fades in the alert when opened.",
|
|
571
|
-
"attribute": "reveal",
|
|
572
|
-
"reflects": true
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"kind": "field",
|
|
576
|
-
"name": "closable",
|
|
577
|
-
"type": {
|
|
578
|
-
"text": "boolean"
|
|
579
|
-
},
|
|
580
|
-
"description": "Adds a close button to the alert.",
|
|
581
|
-
"attribute": "closable",
|
|
582
|
-
"reflects": true
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"kind": "field",
|
|
586
|
-
"name": "status",
|
|
494
|
+
"name": "maxHeight",
|
|
587
495
|
"type": {
|
|
588
|
-
"text": "
|
|
496
|
+
"text": "string"
|
|
589
497
|
},
|
|
590
|
-
"
|
|
591
|
-
"
|
|
498
|
+
"default": "'0px'",
|
|
499
|
+
"description": "Sets the max height of the panel's body",
|
|
500
|
+
"attribute": "max-height"
|
|
592
501
|
},
|
|
593
502
|
{
|
|
594
503
|
"kind": "field",
|
|
595
|
-
"name": "
|
|
504
|
+
"name": "slug",
|
|
596
505
|
"type": {
|
|
597
506
|
"text": "string"
|
|
598
507
|
},
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
508
|
+
"default": "'panel'",
|
|
509
|
+
"description": "Uniquely identifies a panel for accessibility purposes",
|
|
510
|
+
"attribute": "slug"
|
|
602
511
|
},
|
|
603
512
|
{
|
|
604
513
|
"kind": "field",
|
|
605
|
-
"name": "
|
|
514
|
+
"name": "index",
|
|
606
515
|
"type": {
|
|
607
|
-
"text": "
|
|
516
|
+
"text": "number"
|
|
608
517
|
},
|
|
609
|
-
"
|
|
610
|
-
"attribute": "hidden",
|
|
611
|
-
"reflects": true
|
|
518
|
+
"attribute": "index"
|
|
612
519
|
},
|
|
613
520
|
{
|
|
614
|
-
"kind": "
|
|
615
|
-
"name": "
|
|
616
|
-
"type": {
|
|
617
|
-
"text": "string"
|
|
618
|
-
},
|
|
619
|
-
"description": "Fixes the alert over content in specified position.",
|
|
620
|
-
"attribute": "overlay",
|
|
621
|
-
"reflects": true
|
|
521
|
+
"kind": "method",
|
|
522
|
+
"name": "toggle"
|
|
622
523
|
},
|
|
623
524
|
{
|
|
624
525
|
"kind": "method",
|
|
625
|
-
"name": "
|
|
526
|
+
"name": "focusableBodyElements"
|
|
626
527
|
},
|
|
627
528
|
{
|
|
628
529
|
"kind": "method",
|
|
629
|
-
"name": "
|
|
530
|
+
"name": "a11y"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"kind": "method",
|
|
534
|
+
"name": "handleKeyDown",
|
|
535
|
+
"parameters": [
|
|
536
|
+
{
|
|
537
|
+
"name": "event"
|
|
538
|
+
}
|
|
539
|
+
]
|
|
630
540
|
}
|
|
631
541
|
],
|
|
632
542
|
"events": [
|
|
633
543
|
{
|
|
634
|
-
"description": "Fires when
|
|
635
|
-
"name": "kemet-
|
|
544
|
+
"description": "Fires when a panel is opened",
|
|
545
|
+
"name": "kemet-accordion-panel-opened"
|
|
636
546
|
},
|
|
637
547
|
{
|
|
638
|
-
"description": "Fires when
|
|
639
|
-
"name": "kemet-
|
|
548
|
+
"description": "Fires when a panel is closed",
|
|
549
|
+
"name": "kemet-accordion-panel-closed"
|
|
640
550
|
}
|
|
641
551
|
],
|
|
642
552
|
"attributes": [
|
|
@@ -645,63 +555,162 @@
|
|
|
645
555
|
"type": {
|
|
646
556
|
"text": "boolean"
|
|
647
557
|
},
|
|
648
|
-
"
|
|
558
|
+
"default": "undefined",
|
|
559
|
+
"resolveInitializer": {
|
|
560
|
+
"module": "src/components/kemet-accordion/kemet-accordion-panel.ts"
|
|
561
|
+
},
|
|
562
|
+
"description": "Determines the opened state of the panel",
|
|
649
563
|
"fieldName": "opened"
|
|
650
564
|
},
|
|
651
565
|
{
|
|
652
|
-
"name": "
|
|
566
|
+
"name": "max-height",
|
|
653
567
|
"type": {
|
|
654
|
-
"text": "
|
|
568
|
+
"text": "string"
|
|
655
569
|
},
|
|
656
|
-
"
|
|
657
|
-
"
|
|
570
|
+
"default": "'0px'",
|
|
571
|
+
"description": "Sets the max height of the panel's body",
|
|
572
|
+
"fieldName": "maxHeight"
|
|
658
573
|
},
|
|
659
574
|
{
|
|
660
|
-
"name": "
|
|
575
|
+
"name": "slug",
|
|
661
576
|
"type": {
|
|
662
|
-
"text": "
|
|
577
|
+
"text": "string"
|
|
663
578
|
},
|
|
664
|
-
"
|
|
665
|
-
"
|
|
579
|
+
"default": "'panel'",
|
|
580
|
+
"description": "Uniquely identifies a panel for accessibility purposes",
|
|
581
|
+
"fieldName": "slug"
|
|
666
582
|
},
|
|
667
583
|
{
|
|
668
|
-
"name": "
|
|
584
|
+
"name": "index",
|
|
669
585
|
"type": {
|
|
670
|
-
"text": "
|
|
586
|
+
"text": "number"
|
|
671
587
|
},
|
|
672
|
-
"fieldName": "
|
|
673
|
-
}
|
|
588
|
+
"fieldName": "index"
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"superclass": {
|
|
592
|
+
"name": "LitElement",
|
|
593
|
+
"package": "lit"
|
|
594
|
+
},
|
|
595
|
+
"tagName": "kemet-accordion-panel",
|
|
596
|
+
"summary": "A blade for an accordion.",
|
|
597
|
+
"customElement": true
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"exports": [
|
|
601
|
+
{
|
|
602
|
+
"kind": "js",
|
|
603
|
+
"name": "default",
|
|
604
|
+
"declaration": {
|
|
605
|
+
"name": "KemetAccordionPanel",
|
|
606
|
+
"module": "src/components/kemet-accordion/kemet-accordion-panel.ts"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "custom-element-definition",
|
|
611
|
+
"name": "kemet-accordion-panel",
|
|
612
|
+
"declaration": {
|
|
613
|
+
"name": "KemetAccordionPanel",
|
|
614
|
+
"module": "src/components/kemet-accordion/kemet-accordion-panel.ts"
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"kind": "javascript-module",
|
|
621
|
+
"path": "src/components/kemet-accordion/kemet-accordion.ts",
|
|
622
|
+
"declarations": [
|
|
623
|
+
{
|
|
624
|
+
"kind": "class",
|
|
625
|
+
"description": "",
|
|
626
|
+
"name": "KemetAccordion",
|
|
627
|
+
"members": [
|
|
674
628
|
{
|
|
675
|
-
"
|
|
629
|
+
"kind": "field",
|
|
630
|
+
"name": "currentPanel",
|
|
676
631
|
"type": {
|
|
677
|
-
"text": "
|
|
632
|
+
"text": "number"
|
|
678
633
|
},
|
|
679
|
-
"
|
|
680
|
-
"
|
|
634
|
+
"default": "0",
|
|
635
|
+
"description": "The index value for the most recently opened panel",
|
|
636
|
+
"attribute": "current-panel"
|
|
681
637
|
},
|
|
682
638
|
{
|
|
683
|
-
"
|
|
639
|
+
"kind": "field",
|
|
640
|
+
"name": "togglePanels",
|
|
684
641
|
"type": {
|
|
685
642
|
"text": "boolean"
|
|
686
643
|
},
|
|
687
|
-
"
|
|
688
|
-
"
|
|
644
|
+
"default": "false",
|
|
645
|
+
"description": "Support for closing all inactive panels when one is opened",
|
|
646
|
+
"attribute": "toggle-panels"
|
|
689
647
|
},
|
|
690
648
|
{
|
|
691
|
-
"
|
|
649
|
+
"kind": "method",
|
|
650
|
+
"name": "handleSlotChange"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "method",
|
|
654
|
+
"name": "handlePanelOpened",
|
|
655
|
+
"parameters": [
|
|
656
|
+
{
|
|
657
|
+
"name": "event"
|
|
658
|
+
}
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "method",
|
|
663
|
+
"name": "navigatePanels",
|
|
664
|
+
"parameters": [
|
|
665
|
+
{
|
|
666
|
+
"name": "direction"
|
|
667
|
+
}
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "method",
|
|
672
|
+
"name": "handleKeyDown",
|
|
673
|
+
"parameters": [
|
|
674
|
+
{
|
|
675
|
+
"name": "event"
|
|
676
|
+
}
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"kind": "method",
|
|
681
|
+
"name": "expandAll"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "method",
|
|
685
|
+
"name": "collapseAll"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"attributes": [
|
|
689
|
+
{
|
|
690
|
+
"name": "current-panel",
|
|
692
691
|
"type": {
|
|
693
|
-
"text": "
|
|
692
|
+
"text": "number"
|
|
694
693
|
},
|
|
695
|
-
"
|
|
696
|
-
"
|
|
694
|
+
"default": "0",
|
|
695
|
+
"description": "The index value for the most recently opened panel",
|
|
696
|
+
"fieldName": "currentPanel"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "toggle-panels",
|
|
700
|
+
"type": {
|
|
701
|
+
"text": "boolean"
|
|
702
|
+
},
|
|
703
|
+
"default": "false",
|
|
704
|
+
"description": "Support for closing all inactive panels when one is opened",
|
|
705
|
+
"fieldName": "togglePanels"
|
|
697
706
|
}
|
|
698
707
|
],
|
|
699
708
|
"superclass": {
|
|
700
709
|
"name": "LitElement",
|
|
701
710
|
"package": "lit"
|
|
702
711
|
},
|
|
703
|
-
"tagName": "kemet-
|
|
704
|
-
"summary": "
|
|
712
|
+
"tagName": "kemet-accordion",
|
|
713
|
+
"summary": "A component that acts like a standard accordion.",
|
|
705
714
|
"customElement": true
|
|
706
715
|
}
|
|
707
716
|
],
|
|
@@ -710,16 +719,16 @@
|
|
|
710
719
|
"kind": "js",
|
|
711
720
|
"name": "default",
|
|
712
721
|
"declaration": {
|
|
713
|
-
"name": "
|
|
714
|
-
"module": "src/components/kemet-
|
|
722
|
+
"name": "KemetAccordion",
|
|
723
|
+
"module": "src/components/kemet-accordion/kemet-accordion.ts"
|
|
715
724
|
}
|
|
716
725
|
},
|
|
717
726
|
{
|
|
718
727
|
"kind": "custom-element-definition",
|
|
719
|
-
"name": "kemet-
|
|
728
|
+
"name": "kemet-accordion",
|
|
720
729
|
"declaration": {
|
|
721
|
-
"name": "
|
|
722
|
-
"module": "src/components/kemet-
|
|
730
|
+
"name": "KemetAccordion",
|
|
731
|
+
"module": "src/components/kemet-accordion/kemet-accordion.ts"
|
|
723
732
|
}
|
|
724
733
|
}
|
|
725
734
|
]
|
|
@@ -863,63 +872,63 @@
|
|
|
863
872
|
"name": "KemetCard",
|
|
864
873
|
"cssProperties": [
|
|
865
874
|
{
|
|
866
|
-
"description": "The space around elements.
|
|
875
|
+
"description": "The space around elements.",
|
|
867
876
|
"name": "--kemet-card-padding"
|
|
868
877
|
},
|
|
869
878
|
{
|
|
870
|
-
"description": "The color of the borders.
|
|
879
|
+
"description": "The color of the borders.",
|
|
871
880
|
"name": "--kemet-card-border-color"
|
|
872
881
|
},
|
|
873
882
|
{
|
|
874
|
-
"description": "The color of the text. Default:
|
|
883
|
+
"description": "The color of the text. Default:",
|
|
875
884
|
"name": "--kemet-card-color"
|
|
876
885
|
},
|
|
877
886
|
{
|
|
878
|
-
"description": "The max width of the card.
|
|
887
|
+
"description": "The max width of the card.",
|
|
879
888
|
"name": "--kemet-card-max-width"
|
|
880
889
|
},
|
|
881
890
|
{
|
|
882
|
-
"description": "The border around the card.
|
|
891
|
+
"description": "The border around the card.",
|
|
883
892
|
"name": "--kemet-card-border"
|
|
884
893
|
},
|
|
885
894
|
{
|
|
886
|
-
"description": "The border radius of the card.
|
|
895
|
+
"description": "The border radius of the card.",
|
|
887
896
|
"name": "--kemet-card-border-radius"
|
|
888
897
|
},
|
|
889
898
|
{
|
|
890
|
-
"description": "The background color.
|
|
899
|
+
"description": "The background color.",
|
|
891
900
|
"name": "--kemet-card-background-color"
|
|
892
901
|
},
|
|
893
902
|
{
|
|
894
|
-
"description": "The body spacing.
|
|
903
|
+
"description": "The body spacing.",
|
|
895
904
|
"name": "--kemet-card-body-padding"
|
|
896
905
|
},
|
|
897
906
|
{
|
|
898
|
-
"description": "The header spacing.
|
|
907
|
+
"description": "The header spacing.",
|
|
899
908
|
"name": "--kemet-card-header-padding"
|
|
900
909
|
},
|
|
901
910
|
{
|
|
902
|
-
"description": "The header border.
|
|
911
|
+
"description": "The header border.",
|
|
903
912
|
"name": "--kemet-card-header-border-bottom"
|
|
904
913
|
},
|
|
905
914
|
{
|
|
906
|
-
"description": "The caption text color.
|
|
915
|
+
"description": "The caption text color.",
|
|
907
916
|
"name": "--kemet-card-caption-color"
|
|
908
917
|
},
|
|
909
918
|
{
|
|
910
|
-
"description": "The caption spacing.
|
|
919
|
+
"description": "The caption spacing.",
|
|
911
920
|
"name": "--kemet-card-caption-padding"
|
|
912
921
|
},
|
|
913
922
|
{
|
|
914
|
-
"description": "The caption background color.
|
|
923
|
+
"description": "The caption background color.",
|
|
915
924
|
"name": "--kemet-card-caption-background-color"
|
|
916
925
|
},
|
|
917
926
|
{
|
|
918
|
-
"description": "The footer spacing.
|
|
927
|
+
"description": "The footer spacing.",
|
|
919
928
|
"name": "--kemet-card-footer-padding"
|
|
920
929
|
},
|
|
921
930
|
{
|
|
922
|
-
"description": "The footer border.
|
|
931
|
+
"description": "The footer border.",
|
|
923
932
|
"name": "--kemet-card-footer-border-top"
|
|
924
933
|
}
|
|
925
934
|
],
|
|
@@ -1015,75 +1024,75 @@
|
|
|
1015
1024
|
"name": "KemetButton",
|
|
1016
1025
|
"cssProperties": [
|
|
1017
1026
|
{
|
|
1018
|
-
"description": "The font size.
|
|
1027
|
+
"description": "The font size.",
|
|
1019
1028
|
"name": "--kemet-button-font-size"
|
|
1020
1029
|
},
|
|
1021
1030
|
{
|
|
1022
|
-
"description": "The text color.
|
|
1031
|
+
"description": "The text color.",
|
|
1023
1032
|
"name": "--kemet-button-color"
|
|
1024
1033
|
},
|
|
1025
1034
|
{
|
|
1026
|
-
"description": "The width.
|
|
1035
|
+
"description": "The width.",
|
|
1027
1036
|
"name": "--kemet-button-width"
|
|
1028
1037
|
},
|
|
1029
1038
|
{
|
|
1030
|
-
"description": "The height.
|
|
1039
|
+
"description": "The height.",
|
|
1031
1040
|
"name": "--kemet-button-height"
|
|
1032
1041
|
},
|
|
1033
1042
|
{
|
|
1034
|
-
"description": "The border.
|
|
1043
|
+
"description": "The border.",
|
|
1035
1044
|
"name": "--kemet-button-border"
|
|
1036
1045
|
},
|
|
1037
1046
|
{
|
|
1038
|
-
"description": "The border radius.
|
|
1047
|
+
"description": "The border radius.",
|
|
1039
1048
|
"name": "--kemet-button-border-radius"
|
|
1040
1049
|
},
|
|
1041
1050
|
{
|
|
1042
|
-
"description": "The transition speed of the hover effect.
|
|
1051
|
+
"description": "The transition speed of the hover effect.",
|
|
1043
1052
|
"name": "--kemet-button-transition-speed"
|
|
1044
1053
|
},
|
|
1045
1054
|
{
|
|
1046
|
-
"description": "The background color.
|
|
1055
|
+
"description": "The background color.",
|
|
1047
1056
|
"name": "--kemet-button-background-color"
|
|
1048
1057
|
},
|
|
1049
1058
|
{
|
|
1050
|
-
"description": "The brightness of the hover effect.
|
|
1059
|
+
"description": "The brightness of the hover effect.",
|
|
1051
1060
|
"name": "--kemet-button-hover-brightness"
|
|
1052
1061
|
},
|
|
1053
1062
|
{
|
|
1054
|
-
"description": "The gap between the button and icons.
|
|
1063
|
+
"description": "The gap between the button and icons.",
|
|
1055
1064
|
"name": "--kemet-button-gap"
|
|
1056
1065
|
},
|
|
1057
1066
|
{
|
|
1058
|
-
"description": "The button padding.
|
|
1067
|
+
"description": "The button padding.",
|
|
1059
1068
|
"name": "--kemet-button-padding"
|
|
1060
1069
|
},
|
|
1061
1070
|
{
|
|
1062
|
-
"description": "The decoration for a text button's hover.
|
|
1071
|
+
"description": "The decoration for a text button's hover.",
|
|
1063
1072
|
"name": "--kemet-button-hover-decoration"
|
|
1064
1073
|
},
|
|
1065
1074
|
{
|
|
1066
|
-
"description": "The diameter of a circle button.
|
|
1075
|
+
"description": "The diameter of a circle button.",
|
|
1067
1076
|
"name": "--kemet-button-circle-size"
|
|
1068
1077
|
},
|
|
1069
1078
|
{
|
|
1070
|
-
"description": "The border radius of the rounded button.
|
|
1079
|
+
"description": "The border radius of the rounded button.",
|
|
1071
1080
|
"name": "--kemet-button-rounded-amount"
|
|
1072
1081
|
},
|
|
1073
1082
|
{
|
|
1074
|
-
"description": "The width of the outline border.
|
|
1083
|
+
"description": "The width of the outline border.",
|
|
1075
1084
|
"name": "--kemet-button-border-width"
|
|
1076
1085
|
},
|
|
1077
1086
|
{
|
|
1078
|
-
"description": "The style of the outline border.
|
|
1087
|
+
"description": "The style of the outline border.",
|
|
1079
1088
|
"name": "--kemet-button-border-style"
|
|
1080
1089
|
},
|
|
1081
1090
|
{
|
|
1082
|
-
"description": "The color of the outline border.
|
|
1091
|
+
"description": "The color of the outline border.",
|
|
1083
1092
|
"name": "--kemet-button-border-color"
|
|
1084
1093
|
},
|
|
1085
1094
|
{
|
|
1086
|
-
"description": "The opacity of the disabled state.
|
|
1095
|
+
"description": "The opacity of the disabled state.",
|
|
1087
1096
|
"name": "--kemet-button-disabled-opacity"
|
|
1088
1097
|
}
|
|
1089
1098
|
],
|
|
@@ -1167,13 +1176,13 @@
|
|
|
1167
1176
|
},
|
|
1168
1177
|
{
|
|
1169
1178
|
"kind": "field",
|
|
1170
|
-
"name": "
|
|
1179
|
+
"name": "variant",
|
|
1171
1180
|
"type": {
|
|
1172
1181
|
"text": "string"
|
|
1173
1182
|
},
|
|
1174
1183
|
"default": "'standard'",
|
|
1175
1184
|
"description": "Controls the type of button. standard | text | circle | rounded | pill",
|
|
1176
|
-
"attribute": "
|
|
1185
|
+
"attribute": "variant",
|
|
1177
1186
|
"reflects": true
|
|
1178
1187
|
},
|
|
1179
1188
|
{
|
|
@@ -1268,13 +1277,13 @@
|
|
|
1268
1277
|
"fieldName": "disabled"
|
|
1269
1278
|
},
|
|
1270
1279
|
{
|
|
1271
|
-
"name": "
|
|
1280
|
+
"name": "variant",
|
|
1272
1281
|
"type": {
|
|
1273
1282
|
"text": "string"
|
|
1274
1283
|
},
|
|
1275
1284
|
"default": "'standard'",
|
|
1276
1285
|
"description": "Controls the type of button. standard | text | circle | rounded | pill",
|
|
1277
|
-
"fieldName": "
|
|
1286
|
+
"fieldName": "variant"
|
|
1278
1287
|
}
|
|
1279
1288
|
],
|
|
1280
1289
|
"superclass": {
|
|
@@ -1327,7 +1336,7 @@
|
|
|
1327
1336
|
"kind": "field",
|
|
1328
1337
|
"name": "carousel",
|
|
1329
1338
|
"type": {
|
|
1330
|
-
"text": "
|
|
1339
|
+
"text": "KemetCarousel | null"
|
|
1331
1340
|
}
|
|
1332
1341
|
}
|
|
1333
1342
|
],
|
|
@@ -1850,7 +1859,7 @@
|
|
|
1850
1859
|
"kind": "field",
|
|
1851
1860
|
"name": "carousel",
|
|
1852
1861
|
"type": {
|
|
1853
|
-
"text": "
|
|
1862
|
+
"text": "KemetCarousel | null"
|
|
1854
1863
|
}
|
|
1855
1864
|
}
|
|
1856
1865
|
],
|
|
@@ -1902,63 +1911,63 @@
|
|
|
1902
1911
|
"name": "KemetCarousel",
|
|
1903
1912
|
"cssProperties": [
|
|
1904
1913
|
{
|
|
1905
|
-
"description": "The width of the carousel.
|
|
1914
|
+
"description": "The width of the carousel.",
|
|
1906
1915
|
"name": "--kemet-carousel-width"
|
|
1907
1916
|
},
|
|
1908
1917
|
{
|
|
1909
|
-
"description": "The height of the carousel.
|
|
1918
|
+
"description": "The height of the carousel.",
|
|
1910
1919
|
"name": "--kemet-carousel-height"
|
|
1911
1920
|
},
|
|
1912
1921
|
{
|
|
1913
|
-
"description": "The space between items in the toolbar.
|
|
1922
|
+
"description": "The space between items in the toolbar.",
|
|
1914
1923
|
"name": "--kemet-carousel-toolbar-gap"
|
|
1915
1924
|
},
|
|
1916
1925
|
{
|
|
1917
|
-
"description": "The cross axis alignment of the toolbar.
|
|
1926
|
+
"description": "The cross axis alignment of the toolbar.",
|
|
1918
1927
|
"name": "--kemet-carousel-toolbar-justify-content"
|
|
1919
1928
|
},
|
|
1920
1929
|
{
|
|
1921
|
-
"description": "The padding of the toolbar.
|
|
1930
|
+
"description": "The padding of the toolbar.",
|
|
1922
1931
|
"name": "--kemet-carousel-toolbar-padding"
|
|
1923
1932
|
},
|
|
1924
1933
|
{
|
|
1925
|
-
"description": "The inner toolbar width.
|
|
1934
|
+
"description": "The inner toolbar width.",
|
|
1926
1935
|
"name": "--kemet-carousel-toolbar-inner-width"
|
|
1927
1936
|
},
|
|
1928
1937
|
{
|
|
1929
|
-
"description": "The bottom position of the inner toolbar.
|
|
1938
|
+
"description": "The bottom position of the inner toolbar.",
|
|
1930
1939
|
"name": "--kemet-carousel-toolbar-inner-bottom"
|
|
1931
1940
|
},
|
|
1932
1941
|
{
|
|
1933
|
-
"description": "The top position of the inner toolbar.
|
|
1942
|
+
"description": "The top position of the inner toolbar.",
|
|
1934
1943
|
"name": "--kemet-carousel-toolbar-inner-top"
|
|
1935
1944
|
},
|
|
1936
1945
|
{
|
|
1937
|
-
"description": "The inner toolbar text color.
|
|
1946
|
+
"description": "The inner toolbar text color.",
|
|
1938
1947
|
"name": "--kemet-carousel-toolbar-inner-color"
|
|
1939
1948
|
},
|
|
1940
1949
|
{
|
|
1941
|
-
"description": "The inner toolbar background color.
|
|
1950
|
+
"description": "The inner toolbar background color.",
|
|
1942
1951
|
"name": "--kemet-carousel-toolbar-inner-background-color"
|
|
1943
1952
|
},
|
|
1944
1953
|
{
|
|
1945
|
-
"description": "The border around the slides.
|
|
1954
|
+
"description": "The border around the slides.",
|
|
1946
1955
|
"name": "--kemet-carousel-slides-border"
|
|
1947
1956
|
},
|
|
1948
1957
|
{
|
|
1949
|
-
"description": "The transition speed of the slides.
|
|
1958
|
+
"description": "The transition speed of the slides.",
|
|
1950
1959
|
"name": "--kemet-carousel-transition-speed"
|
|
1951
1960
|
},
|
|
1952
1961
|
{
|
|
1953
|
-
"description": "The arrows start opacity.
|
|
1962
|
+
"description": "The arrows start opacity.",
|
|
1954
1963
|
"name": "--kemet-carousel-arrows-opacity"
|
|
1955
1964
|
},
|
|
1956
1965
|
{
|
|
1957
|
-
"description": "The arrows however opacity.
|
|
1966
|
+
"description": "The arrows however opacity.",
|
|
1958
1967
|
"name": "--kemet-carousel-arrows-opacity-hover"
|
|
1959
1968
|
},
|
|
1960
1969
|
{
|
|
1961
|
-
"description": "The arrows transition speed.
|
|
1970
|
+
"description": "The arrows transition speed.",
|
|
1962
1971
|
"name": "--kemet-carousel-arrows-transition-speed"
|
|
1963
1972
|
}
|
|
1964
1973
|
],
|
|
@@ -2320,27 +2329,27 @@
|
|
|
2320
2329
|
"name": "KemetCheckbox",
|
|
2321
2330
|
"cssProperties": [
|
|
2322
2331
|
{
|
|
2323
|
-
"description": "The width and height of the checkbox.
|
|
2332
|
+
"description": "The width and height of the checkbox.",
|
|
2324
2333
|
"name": "--kemet-checkbox-size"
|
|
2325
2334
|
},
|
|
2326
2335
|
{
|
|
2327
|
-
"description": "The color of the checkbox's mark.
|
|
2336
|
+
"description": "The color of the checkbox's mark.",
|
|
2328
2337
|
"name": "--kemet-checkbox-color"
|
|
2329
2338
|
},
|
|
2330
2339
|
{
|
|
2331
|
-
"description": "The border of the checkbox.
|
|
2340
|
+
"description": "The border of the checkbox.",
|
|
2332
2341
|
"name": "--kemet-checkbox-border"
|
|
2333
2342
|
},
|
|
2334
2343
|
{
|
|
2335
|
-
"description": "The border radius of the checkbox.
|
|
2344
|
+
"description": "The border radius of the checkbox.",
|
|
2336
2345
|
"name": "--kemet-checkbox-border-radius"
|
|
2337
2346
|
},
|
|
2338
2347
|
{
|
|
2339
|
-
"description": "The filled color of the checkbox's mark.
|
|
2348
|
+
"description": "The filled color of the checkbox's mark.",
|
|
2340
2349
|
"name": "--kemet-checkbox-filled-color"
|
|
2341
2350
|
},
|
|
2342
2351
|
{
|
|
2343
|
-
"description": "The filled background color.
|
|
2352
|
+
"description": "The filled background color.",
|
|
2344
2353
|
"name": "--kemet-checkbox-filled-background-color"
|
|
2345
2354
|
}
|
|
2346
2355
|
],
|
|
@@ -2675,39 +2684,39 @@
|
|
|
2675
2684
|
"name": "KemetCombo",
|
|
2676
2685
|
"cssProperties": [
|
|
2677
2686
|
{
|
|
2678
|
-
"description": "The width of the combo box.
|
|
2687
|
+
"description": "The width of the combo box.",
|
|
2679
2688
|
"name": "--kemet-combo-width"
|
|
2680
2689
|
},
|
|
2681
2690
|
{
|
|
2682
|
-
"description": "The margins on the combo box.
|
|
2691
|
+
"description": "The margins on the combo box.",
|
|
2683
2692
|
"name": "--kemet-combo-margin"
|
|
2684
2693
|
},
|
|
2685
2694
|
{
|
|
2686
|
-
"description": "The max height of the combo box.
|
|
2695
|
+
"description": "The max height of the combo box.",
|
|
2687
2696
|
"name": "--kemet-combo-max-height"
|
|
2688
2697
|
},
|
|
2689
2698
|
{
|
|
2690
|
-
"description": "The border of the combo box.
|
|
2699
|
+
"description": "The border of the combo box.",
|
|
2691
2700
|
"name": "--kemet-combo-border"
|
|
2692
2701
|
},
|
|
2693
2702
|
{
|
|
2694
|
-
"description": "The border radius of the combo box.
|
|
2703
|
+
"description": "The border radius of the combo box.",
|
|
2695
2704
|
"name": "--kemet-combo-border-radius"
|
|
2696
2705
|
},
|
|
2697
2706
|
{
|
|
2698
|
-
"description": "The background color of the combo box.
|
|
2707
|
+
"description": "The background color of the combo box.",
|
|
2699
2708
|
"name": "--kemet-combo-background-color"
|
|
2700
2709
|
},
|
|
2701
2710
|
{
|
|
2702
|
-
"description": "The shadow of the combo box.
|
|
2711
|
+
"description": "The shadow of the combo box.",
|
|
2703
2712
|
"name": "--kemet-combo-shadow"
|
|
2704
2713
|
},
|
|
2705
2714
|
{
|
|
2706
|
-
"description": "The hover item's text color.
|
|
2715
|
+
"description": "The hover item's text color.",
|
|
2707
2716
|
"name": "--kemet-combo-hover-color"
|
|
2708
2717
|
},
|
|
2709
2718
|
{
|
|
2710
|
-
"description": "The hover item's background color.
|
|
2719
|
+
"description": "The hover item's background color.",
|
|
2711
2720
|
"name": "--kemet-combo-hover-background-color"
|
|
2712
2721
|
}
|
|
2713
2722
|
],
|
|
@@ -3180,23 +3189,23 @@
|
|
|
3180
3189
|
"name": "KemetDrawer",
|
|
3181
3190
|
"cssProperties": [
|
|
3182
3191
|
{
|
|
3183
|
-
"description": "The width of the drawer.
|
|
3192
|
+
"description": "The width of the drawer.",
|
|
3184
3193
|
"name": "--kemet-drawer-width"
|
|
3185
3194
|
},
|
|
3186
3195
|
{
|
|
3187
|
-
"description": "The height of the drawer.
|
|
3196
|
+
"description": "The height of the drawer.",
|
|
3188
3197
|
"name": "--kemet-drawer-height"
|
|
3189
3198
|
},
|
|
3190
3199
|
{
|
|
3191
|
-
"description": "The text color of the drawer.
|
|
3200
|
+
"description": "The text color of the drawer.",
|
|
3192
3201
|
"name": "--kemet-drawer-color"
|
|
3193
3202
|
},
|
|
3194
3203
|
{
|
|
3195
|
-
"description": "The background color of the drawer.
|
|
3204
|
+
"description": "The background color of the drawer.",
|
|
3196
3205
|
"name": "--kemet-drawer-background-color"
|
|
3197
3206
|
},
|
|
3198
3207
|
{
|
|
3199
|
-
"description": "The color of the overlay.
|
|
3208
|
+
"description": "The color of the overlay.",
|
|
3200
3209
|
"name": "--kemet-drawer-overlay-color"
|
|
3201
3210
|
}
|
|
3202
3211
|
],
|
|
@@ -3362,27 +3371,27 @@
|
|
|
3362
3371
|
"name": "KemetFAB",
|
|
3363
3372
|
"cssProperties": [
|
|
3364
3373
|
{
|
|
3365
|
-
"description": "The width and height of the fab.
|
|
3374
|
+
"description": "The width and height of the fab.",
|
|
3366
3375
|
"name": "--kemet-fab-size"
|
|
3367
3376
|
},
|
|
3368
3377
|
{
|
|
3369
|
-
"description": "The text color of the fab.
|
|
3378
|
+
"description": "The text color of the fab.",
|
|
3370
3379
|
"name": "--kemet-fab-color"
|
|
3371
3380
|
},
|
|
3372
3381
|
{
|
|
3373
|
-
"description": "The bg color of the tab.
|
|
3382
|
+
"description": "The bg color of the tab.",
|
|
3374
3383
|
"name": "--kemet-fab-background-color"
|
|
3375
3384
|
},
|
|
3376
3385
|
{
|
|
3377
|
-
"description": "The text color of an outlined fab.
|
|
3386
|
+
"description": "The text color of an outlined fab.",
|
|
3378
3387
|
"name": "--kemet-fab-outlined-color"
|
|
3379
3388
|
},
|
|
3380
3389
|
{
|
|
3381
|
-
"description": "The border of an outlined fab.
|
|
3390
|
+
"description": "The border of an outlined fab.",
|
|
3382
3391
|
"name": "--kemet-fab-outlined-border"
|
|
3383
3392
|
},
|
|
3384
3393
|
{
|
|
3385
|
-
"description": "The border radius of a pill fab.
|
|
3394
|
+
"description": "The border radius of a pill fab.",
|
|
3386
3395
|
"name": "--kemet-fab-pill-radius"
|
|
3387
3396
|
}
|
|
3388
3397
|
],
|
|
@@ -3696,14 +3705,14 @@
|
|
|
3696
3705
|
"kind": "field",
|
|
3697
3706
|
"name": "slotInput",
|
|
3698
3707
|
"type": {
|
|
3699
|
-
"text": "
|
|
3708
|
+
"text": "KemetInput | KemetTextarea"
|
|
3700
3709
|
}
|
|
3701
3710
|
},
|
|
3702
3711
|
{
|
|
3703
3712
|
"kind": "field",
|
|
3704
3713
|
"name": "slotCombo",
|
|
3705
3714
|
"type": {
|
|
3706
|
-
"text": "
|
|
3715
|
+
"text": "KemetCombo"
|
|
3707
3716
|
}
|
|
3708
3717
|
},
|
|
3709
3718
|
{
|
|
@@ -3937,31 +3946,31 @@
|
|
|
3937
3946
|
"name": "KemetFlipcard",
|
|
3938
3947
|
"cssProperties": [
|
|
3939
3948
|
{
|
|
3940
|
-
"description": "The text color for the front of the card.
|
|
3949
|
+
"description": "The text color for the front of the card.",
|
|
3941
3950
|
"name": "--kemet-flipcard-front-color"
|
|
3942
3951
|
},
|
|
3943
3952
|
{
|
|
3944
|
-
"description": "The text color for the back of the card.
|
|
3953
|
+
"description": "The text color for the back of the card.",
|
|
3945
3954
|
"name": "--kemet-flipcard-back-color"
|
|
3946
3955
|
},
|
|
3947
3956
|
{
|
|
3948
|
-
"description": "The background color for the front of the card.
|
|
3957
|
+
"description": "The background color for the front of the card.",
|
|
3949
3958
|
"name": "--kemet-flipcard-front-background-color"
|
|
3950
3959
|
},
|
|
3951
3960
|
{
|
|
3952
|
-
"description": "The background color for the back of the card.
|
|
3961
|
+
"description": "The background color for the back of the card.",
|
|
3953
3962
|
"name": "--kemet-flipcard-back-background-color"
|
|
3954
3963
|
},
|
|
3955
3964
|
{
|
|
3956
|
-
"description": "The border on the front and back of the card.
|
|
3965
|
+
"description": "The border on the front and back of the card.",
|
|
3957
3966
|
"name": "--kemet-flipcard-border"
|
|
3958
3967
|
},
|
|
3959
3968
|
{
|
|
3960
|
-
"description": "The border radius on the front and back of the card.
|
|
3969
|
+
"description": "The border radius on the front and back of the card.",
|
|
3961
3970
|
"name": "--kemet-flipcard-border-radius"
|
|
3962
3971
|
},
|
|
3963
3972
|
{
|
|
3964
|
-
"description": "The aspect ratio of the card.
|
|
3973
|
+
"description": "The aspect ratio of the card.",
|
|
3965
3974
|
"name": "--kemet-flipcard-ratio"
|
|
3966
3975
|
}
|
|
3967
3976
|
],
|
|
@@ -4255,64 +4264,64 @@
|
|
|
4255
4264
|
"name": "KemetInput",
|
|
4256
4265
|
"cssProperties": [
|
|
4257
4266
|
{
|
|
4258
|
-
"description": "The height of the input.
|
|
4267
|
+
"description": "The height of the input.",
|
|
4259
4268
|
"name": "--kemet-input-height"
|
|
4260
4269
|
},
|
|
4261
4270
|
{
|
|
4262
|
-
"description": "The padding on the input.
|
|
4263
|
-
"name": "
|
|
4271
|
+
"description": "The padding on the input.",
|
|
4272
|
+
"name": "--kemet-input-padding"
|
|
4264
4273
|
},
|
|
4265
4274
|
{
|
|
4266
|
-
"description": "The border of the input.
|
|
4267
|
-
"name": "
|
|
4275
|
+
"description": "The border of the input.",
|
|
4276
|
+
"name": "--kemet-input-border"
|
|
4268
4277
|
},
|
|
4269
4278
|
{
|
|
4270
|
-
"description": " The border of the error state.
|
|
4271
|
-
"name": "
|
|
4279
|
+
"description": " The border of the error state.",
|
|
4280
|
+
"name": "--kemet-input-border-color-error"
|
|
4272
4281
|
},
|
|
4273
4282
|
{
|
|
4274
|
-
"description": "The border of the success state.
|
|
4275
|
-
"name": "
|
|
4283
|
+
"description": "The border of the success state.",
|
|
4284
|
+
"name": "--kemet-input-border-color-success"
|
|
4276
4285
|
},
|
|
4277
4286
|
{
|
|
4278
|
-
"description": "The border of the warning state.
|
|
4279
|
-
"name": "
|
|
4287
|
+
"description": "The border of the warning state.",
|
|
4288
|
+
"name": "--kemet-input-border-color-warning"
|
|
4280
4289
|
},
|
|
4281
4290
|
{
|
|
4282
|
-
"description": "The icon-left padding.
|
|
4283
|
-
"name": "
|
|
4291
|
+
"description": "The icon-left padding.",
|
|
4292
|
+
"name": "--kemet-input-icon-left-padding"
|
|
4284
4293
|
},
|
|
4285
4294
|
{
|
|
4286
|
-
"description": "The icon-right padding.
|
|
4287
|
-
"name": "
|
|
4295
|
+
"description": "The icon-right padding.",
|
|
4296
|
+
"name": "--kemet-input-icon-right-padding"
|
|
4288
4297
|
},
|
|
4289
4298
|
{
|
|
4290
|
-
"description": "The border radius on rounded.
|
|
4291
|
-
"name": "
|
|
4299
|
+
"description": "The border radius on rounded.",
|
|
4300
|
+
"name": "--kemet-input-border-radius-rounded"
|
|
4292
4301
|
},
|
|
4293
4302
|
{
|
|
4294
|
-
"description": "The border on filled.
|
|
4295
|
-
"name": "
|
|
4303
|
+
"description": "The border on filled.",
|
|
4304
|
+
"name": "--kemet-input-border-filled"
|
|
4296
4305
|
},
|
|
4297
4306
|
{
|
|
4298
|
-
"description": "The color on filled.
|
|
4299
|
-
"name": "
|
|
4307
|
+
"description": "The color on filled.",
|
|
4308
|
+
"name": "--kemet-input-color-filled"
|
|
4300
4309
|
},
|
|
4301
4310
|
{
|
|
4302
|
-
"description": "The background-color on filled.
|
|
4303
|
-
"name": "
|
|
4311
|
+
"description": "The background-color on filled.",
|
|
4312
|
+
"name": "--kemet-input-background-color-filled"
|
|
4304
4313
|
},
|
|
4305
4314
|
{
|
|
4306
|
-
"description": "The error state background color.
|
|
4307
|
-
"name": "
|
|
4315
|
+
"description": "The error state background color.",
|
|
4316
|
+
"name": "--kemet-input-background-color-error"
|
|
4308
4317
|
},
|
|
4309
4318
|
{
|
|
4310
|
-
"description": "The success state background color.
|
|
4311
|
-
"name": "
|
|
4319
|
+
"description": "The success state background color.",
|
|
4320
|
+
"name": "--kemet-input-background-color-success"
|
|
4312
4321
|
},
|
|
4313
4322
|
{
|
|
4314
|
-
"description": "The warning state background color.
|
|
4315
|
-
"name": "
|
|
4323
|
+
"description": "The warning state background color.",
|
|
4324
|
+
"name": "--kemet-input-background-color-warning"
|
|
4316
4325
|
}
|
|
4317
4326
|
],
|
|
4318
4327
|
"cssParts": [
|
|
@@ -5141,30 +5150,42 @@
|
|
|
5141
5150
|
"name": "KemetModal",
|
|
5142
5151
|
"cssProperties": [
|
|
5143
5152
|
{
|
|
5144
|
-
"description": "The
|
|
5145
|
-
"name": "--kemet-modal-
|
|
5153
|
+
"description": "The mount of rounding for rounded corners",
|
|
5154
|
+
"name": "--kemet-modal-radius"
|
|
5146
5155
|
},
|
|
5147
5156
|
{
|
|
5148
|
-
"description": "The
|
|
5149
|
-
"name": "--kemet-modal-
|
|
5157
|
+
"description": "The minimum width of the dialog.",
|
|
5158
|
+
"name": "--kemet-modal-dialog-min-width"
|
|
5150
5159
|
},
|
|
5151
5160
|
{
|
|
5152
|
-
"description": "The
|
|
5153
|
-
"name": "--kemet-modal-
|
|
5161
|
+
"description": "The maximum width of the dialog.",
|
|
5162
|
+
"name": "--kemet-modal-dialog-max-width"
|
|
5154
5163
|
},
|
|
5155
5164
|
{
|
|
5156
|
-
"description": "The
|
|
5157
|
-
"name": "--kemet-modal-
|
|
5165
|
+
"description": "The background color of the dialog.",
|
|
5166
|
+
"name": "--kemet-modal-dialog-background-color"
|
|
5158
5167
|
},
|
|
5159
5168
|
{
|
|
5160
|
-
"description": "The
|
|
5161
|
-
"name": "--kemet-modal-
|
|
5169
|
+
"description": "The width of the mobile dialog.",
|
|
5170
|
+
"name": "--kemet-modal-dialog-mobile-width"
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"description": "The margins of the mobile dialog.",
|
|
5174
|
+
"name": "--kemet-modal-dialog-mobile-margin"
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"description": "The padding of the mobile dialog.",
|
|
5178
|
+
"name": "--kemet-modal-dialog-mobile-padding"
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"description": "The color of the backdrop overlay.",
|
|
5182
|
+
"name": "--kemet-modal-overlay-background-color"
|
|
5162
5183
|
}
|
|
5163
5184
|
],
|
|
5164
5185
|
"cssParts": [
|
|
5165
5186
|
{
|
|
5166
5187
|
"description": "The main contents of the modal.",
|
|
5167
|
-
"name": "
|
|
5188
|
+
"name": "dialog"
|
|
5168
5189
|
},
|
|
5169
5190
|
{
|
|
5170
5191
|
"description": "The surrounding scrim of the modal.",
|
|
@@ -5220,21 +5241,24 @@
|
|
|
5220
5241
|
},
|
|
5221
5242
|
{
|
|
5222
5243
|
"kind": "field",
|
|
5223
|
-
"name": "
|
|
5244
|
+
"name": "rounded",
|
|
5224
5245
|
"type": {
|
|
5225
|
-
"text": "
|
|
5226
|
-
}
|
|
5246
|
+
"text": "boolean"
|
|
5247
|
+
},
|
|
5248
|
+
"attribute": "rounded",
|
|
5249
|
+
"reflects": true
|
|
5227
5250
|
},
|
|
5228
5251
|
{
|
|
5229
|
-
"kind": "
|
|
5230
|
-
"name": "
|
|
5231
|
-
"type": {
|
|
5232
|
-
"text": "any"
|
|
5233
|
-
}
|
|
5252
|
+
"kind": "method",
|
|
5253
|
+
"name": "isMobile"
|
|
5234
5254
|
},
|
|
5235
5255
|
{
|
|
5236
5256
|
"kind": "method",
|
|
5237
|
-
"name": "
|
|
5257
|
+
"name": "handleOpen"
|
|
5258
|
+
},
|
|
5259
|
+
{
|
|
5260
|
+
"kind": "method",
|
|
5261
|
+
"name": "handleClose"
|
|
5238
5262
|
},
|
|
5239
5263
|
{
|
|
5240
5264
|
"kind": "method",
|
|
@@ -5294,6 +5318,13 @@
|
|
|
5294
5318
|
"text": "boolean"
|
|
5295
5319
|
},
|
|
5296
5320
|
"fieldName": "mobile"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"name": "rounded",
|
|
5324
|
+
"type": {
|
|
5325
|
+
"text": "boolean"
|
|
5326
|
+
},
|
|
5327
|
+
"fieldName": "rounded"
|
|
5297
5328
|
}
|
|
5298
5329
|
],
|
|
5299
5330
|
"superclass": {
|
|
@@ -5709,17 +5740,6 @@
|
|
|
5709
5740
|
"attribute": "opened",
|
|
5710
5741
|
"reflects": true
|
|
5711
5742
|
},
|
|
5712
|
-
{
|
|
5713
|
-
"kind": "field",
|
|
5714
|
-
"name": "effect",
|
|
5715
|
-
"type": {
|
|
5716
|
-
"text": "TypeEffect"
|
|
5717
|
-
},
|
|
5718
|
-
"default": "'fade'",
|
|
5719
|
-
"description": "The open/close animation effect for the Popper",
|
|
5720
|
-
"attribute": "effect",
|
|
5721
|
-
"reflects": true
|
|
5722
|
-
},
|
|
5723
5743
|
{
|
|
5724
5744
|
"kind": "field",
|
|
5725
5745
|
"name": "fireOn",
|
|
@@ -5824,15 +5844,6 @@
|
|
|
5824
5844
|
"description": "Determines if the the Popper is opened or closed",
|
|
5825
5845
|
"fieldName": "opened"
|
|
5826
5846
|
},
|
|
5827
|
-
{
|
|
5828
|
-
"name": "effect",
|
|
5829
|
-
"type": {
|
|
5830
|
-
"text": "TypeEffect"
|
|
5831
|
-
},
|
|
5832
|
-
"default": "'fade'",
|
|
5833
|
-
"description": "The open/close animation effect for the Popper",
|
|
5834
|
-
"fieldName": "effect"
|
|
5835
|
-
},
|
|
5836
5847
|
{
|
|
5837
5848
|
"name": "fire-on",
|
|
5838
5849
|
"type": {
|
|
@@ -5908,28 +5919,32 @@
|
|
|
5908
5919
|
"name": "KemetRadio",
|
|
5909
5920
|
"cssProperties": [
|
|
5910
5921
|
{
|
|
5911
|
-
"description": "The size of the radio button.
|
|
5922
|
+
"description": "The size of the radio button.",
|
|
5912
5923
|
"name": "--kemet-radio-size"
|
|
5913
5924
|
},
|
|
5914
5925
|
{
|
|
5915
|
-
"description": "The outer border of the radio button.
|
|
5926
|
+
"description": "The outer border of the radio button.",
|
|
5916
5927
|
"name": "--kemet-radio-border"
|
|
5917
5928
|
},
|
|
5918
5929
|
{
|
|
5919
|
-
"description": "The color of the radio button's dot.
|
|
5930
|
+
"description": "The color of the radio button's dot.",
|
|
5920
5931
|
"name": "--kemet-radio-dot-color"
|
|
5921
5932
|
},
|
|
5922
5933
|
{
|
|
5923
|
-
"description": "The border width of the radio button's dot.
|
|
5934
|
+
"description": "The border width of the radio button's dot.",
|
|
5924
5935
|
"name": "--kemet-radio-dot-border-width"
|
|
5925
5936
|
},
|
|
5926
5937
|
{
|
|
5927
|
-
"description": "The border color of the radio button's dot.
|
|
5938
|
+
"description": "The border color of the radio button's dot.",
|
|
5928
5939
|
"name": "--kemet-radio-dot-border-color"
|
|
5929
5940
|
},
|
|
5930
5941
|
{
|
|
5931
|
-
"description": "The filled color of the radio button.
|
|
5942
|
+
"description": "The filled color of the radio button.",
|
|
5932
5943
|
"name": "--kemet-radio-dot-color-filled"
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"description": "The ring color of the radio button's dot.",
|
|
5947
|
+
"name": "--kemet-radio-dot-ring-color"
|
|
5933
5948
|
}
|
|
5934
5949
|
],
|
|
5935
5950
|
"cssParts": [
|
|
@@ -6378,7 +6393,7 @@
|
|
|
6378
6393
|
"name": "KemetRotator",
|
|
6379
6394
|
"cssProperties": [
|
|
6380
6395
|
{
|
|
6381
|
-
"description": "How long, in css time units, the transition effect lasts.
|
|
6396
|
+
"description": "How long, in css time units, the transition effect lasts.",
|
|
6382
6397
|
"name": "--kemet-rotator-transition-speed"
|
|
6383
6398
|
}
|
|
6384
6399
|
],
|
|
@@ -6697,23 +6712,23 @@
|
|
|
6697
6712
|
"name": "KemetScrollNav",
|
|
6698
6713
|
"cssProperties": [
|
|
6699
6714
|
{
|
|
6700
|
-
"description": "The padding of the nav.
|
|
6715
|
+
"description": "The padding of the nav.",
|
|
6701
6716
|
"name": "--kemet-scroll-nav-padding"
|
|
6702
6717
|
},
|
|
6703
6718
|
{
|
|
6704
|
-
"description": "The background color of the nav.
|
|
6719
|
+
"description": "The background color of the nav.",
|
|
6705
6720
|
"name": "--kemet-scroll-nav-background"
|
|
6706
6721
|
},
|
|
6707
6722
|
{
|
|
6708
|
-
"description": "The transition speed of the transformation.
|
|
6723
|
+
"description": "The transition speed of the transformation.",
|
|
6709
6724
|
"name": "--kemet-scroll-nav-transition"
|
|
6710
6725
|
},
|
|
6711
6726
|
{
|
|
6712
|
-
"description": "The height of the pre-transformed nav.
|
|
6727
|
+
"description": "The height of the pre-transformed nav.",
|
|
6713
6728
|
"name": "--kemet-scroll-nav-resize-height"
|
|
6714
6729
|
},
|
|
6715
6730
|
{
|
|
6716
|
-
"description": "The height of the transformed nav.
|
|
6731
|
+
"description": "The height of the transformed nav.",
|
|
6717
6732
|
"name": "--kemet-scroll-nav-resize-height-transformed"
|
|
6718
6733
|
}
|
|
6719
6734
|
],
|
|
@@ -6830,15 +6845,15 @@
|
|
|
6830
6845
|
"name": "KemetScrollSnapPaginator",
|
|
6831
6846
|
"cssProperties": [
|
|
6832
6847
|
{
|
|
6833
|
-
"description": "The padding on the container.
|
|
6848
|
+
"description": "The padding on the container.",
|
|
6834
6849
|
"name": "--kemet-scroll-snap-paginator-padding"
|
|
6835
6850
|
},
|
|
6836
6851
|
{
|
|
6837
|
-
"description": "The space between pagination items.
|
|
6852
|
+
"description": "The space between pagination items.",
|
|
6838
6853
|
"name": "--kemet-scroll-snap-paginator-gap"
|
|
6839
6854
|
},
|
|
6840
6855
|
{
|
|
6841
|
-
"description": "The color of a linkable pagination item.
|
|
6856
|
+
"description": "The color of a linkable pagination item.",
|
|
6842
6857
|
"name": "--kemet-scroll-snap-paginator-link-color"
|
|
6843
6858
|
}
|
|
6844
6859
|
],
|
|
@@ -7169,19 +7184,19 @@
|
|
|
7169
7184
|
"name": "KemetScrollSnap",
|
|
7170
7185
|
"cssProperties": [
|
|
7171
7186
|
{
|
|
7172
|
-
"description": "Space between the slides.
|
|
7187
|
+
"description": "Space between the slides.",
|
|
7173
7188
|
"name": "--kemet-scroll-snap-gap"
|
|
7174
7189
|
},
|
|
7175
7190
|
{
|
|
7176
|
-
"description": "The horizontal max width of the container.
|
|
7191
|
+
"description": "The horizontal max width of the container.",
|
|
7177
7192
|
"name": "--kemet-scroll-snap-horizontal-max-width"
|
|
7178
7193
|
},
|
|
7179
7194
|
{
|
|
7180
|
-
"description": "The vertical height of the container.
|
|
7195
|
+
"description": "The vertical height of the container.",
|
|
7181
7196
|
"name": "--kemet-scroll-snap-vertical-height"
|
|
7182
7197
|
},
|
|
7183
7198
|
{
|
|
7184
|
-
"description": "Padding on the vertical axis.
|
|
7199
|
+
"description": "Padding on the vertical axis.",
|
|
7185
7200
|
"name": "--kemet-scroll-snap-slides-vertical-padding"
|
|
7186
7201
|
}
|
|
7187
7202
|
],
|
|
@@ -7454,55 +7469,55 @@
|
|
|
7454
7469
|
"name": "KemetSelect",
|
|
7455
7470
|
"cssProperties": [
|
|
7456
7471
|
{
|
|
7457
|
-
"description": "The padding on the textarea.
|
|
7472
|
+
"description": "The padding on the textarea.",
|
|
7458
7473
|
"name": "--kemet-select-padding"
|
|
7459
7474
|
},
|
|
7460
7475
|
{
|
|
7461
|
-
"description": "The border of the textarea.
|
|
7476
|
+
"description": "The border of the textarea.",
|
|
7462
7477
|
"name": "--kemet-select-border"
|
|
7463
7478
|
},
|
|
7464
7479
|
{
|
|
7465
|
-
"description": "The border of the error state.
|
|
7480
|
+
"description": "The border of the error state.",
|
|
7466
7481
|
"name": "--kemet-select-border-color-error"
|
|
7467
7482
|
},
|
|
7468
7483
|
{
|
|
7469
|
-
"description": "The border of the success state.
|
|
7484
|
+
"description": "The border of the success state.",
|
|
7470
7485
|
"name": "--kemet-select-border-color-success"
|
|
7471
7486
|
},
|
|
7472
7487
|
{
|
|
7473
|
-
"description": "The border of the warning state.
|
|
7488
|
+
"description": "The border of the warning state.",
|
|
7474
7489
|
"name": "--kemet-select-border-color-warning"
|
|
7475
7490
|
},
|
|
7476
7491
|
{
|
|
7477
|
-
"description": "The border radius on rounded.
|
|
7492
|
+
"description": "The border radius on rounded.",
|
|
7478
7493
|
"name": "--kemet-select-border-radius-rounded"
|
|
7479
7494
|
},
|
|
7480
7495
|
{
|
|
7481
|
-
"description": "The border on filled.
|
|
7496
|
+
"description": "The border on filled.",
|
|
7482
7497
|
"name": "--kemet-select-border-filled"
|
|
7483
7498
|
},
|
|
7484
7499
|
{
|
|
7485
|
-
"description": "The color on filled.
|
|
7500
|
+
"description": "The color on filled.",
|
|
7486
7501
|
"name": "--kemet-select-color-filled"
|
|
7487
7502
|
},
|
|
7488
7503
|
{
|
|
7489
|
-
"description": "The background-color on filled.
|
|
7504
|
+
"description": "The background-color on filled.",
|
|
7490
7505
|
"name": "--kemet-select-background-color-filled"
|
|
7491
7506
|
},
|
|
7492
7507
|
{
|
|
7493
|
-
"description": "The error state background color.
|
|
7508
|
+
"description": "The error state background color.",
|
|
7494
7509
|
"name": "--kemet-select-background-color-error"
|
|
7495
7510
|
},
|
|
7496
7511
|
{
|
|
7497
|
-
"description": "The success state background color.
|
|
7512
|
+
"description": "The success state background color.",
|
|
7498
7513
|
"name": "--kemet-select-background-color-success"
|
|
7499
7514
|
},
|
|
7500
7515
|
{
|
|
7501
|
-
"description": "The warning state background color.
|
|
7516
|
+
"description": "The warning state background color.",
|
|
7502
7517
|
"name": "--kemet-select-background-color-warning"
|
|
7503
7518
|
},
|
|
7504
7519
|
{
|
|
7505
|
-
"description": "The space on the right of the icon.
|
|
7520
|
+
"description": "The space on the right of the icon.",
|
|
7506
7521
|
"name": "--kemet-select-icon-right"
|
|
7507
7522
|
}
|
|
7508
7523
|
],
|
|
@@ -8225,7 +8240,7 @@
|
|
|
8225
8240
|
"name": "KemetTabPanel",
|
|
8226
8241
|
"cssProperties": [
|
|
8227
8242
|
{
|
|
8228
|
-
"description": "The fade speed.
|
|
8243
|
+
"description": "The fade speed.",
|
|
8229
8244
|
"name": "--kemet-tab-panel-fade-speed"
|
|
8230
8245
|
}
|
|
8231
8246
|
],
|
|
@@ -8312,11 +8327,11 @@
|
|
|
8312
8327
|
"name": "KemetTab",
|
|
8313
8328
|
"cssProperties": [
|
|
8314
8329
|
{
|
|
8315
|
-
"description": "The padding of the tab.
|
|
8330
|
+
"description": "The padding of the tab.",
|
|
8316
8331
|
"name": "--kemet-tab-padding"
|
|
8317
8332
|
},
|
|
8318
8333
|
{
|
|
8319
|
-
"description": "The color of the selected tab.
|
|
8334
|
+
"description": "The color of the selected tab.",
|
|
8320
8335
|
"name": "--kemet-tab-color"
|
|
8321
8336
|
}
|
|
8322
8337
|
],
|
|
@@ -8442,31 +8457,31 @@
|
|
|
8442
8457
|
"name": "KemetTabs",
|
|
8443
8458
|
"cssProperties": [
|
|
8444
8459
|
{
|
|
8445
|
-
"description": "The thickness of the ink.
|
|
8460
|
+
"description": "The thickness of the ink.",
|
|
8446
8461
|
"name": "--kemet-tabs-ink-size"
|
|
8447
8462
|
},
|
|
8448
8463
|
{
|
|
8449
|
-
"description": "The radius on the ink.
|
|
8464
|
+
"description": "The radius on the ink.",
|
|
8450
8465
|
"name": "--kemet-tabs-ink-radius"
|
|
8451
8466
|
},
|
|
8452
8467
|
{
|
|
8453
|
-
"description": "The color of the ink.
|
|
8468
|
+
"description": "The color of the ink.",
|
|
8454
8469
|
"name": "--kemet-tabs-ink-color"
|
|
8455
8470
|
},
|
|
8456
8471
|
{
|
|
8457
|
-
"description": "The thickness of the divider.
|
|
8472
|
+
"description": "The thickness of the divider.",
|
|
8458
8473
|
"name": "--kemet-tabs-divider-size"
|
|
8459
8474
|
},
|
|
8460
8475
|
{
|
|
8461
|
-
"description": "The color of the divider.
|
|
8476
|
+
"description": "The color of the divider.",
|
|
8462
8477
|
"name": "--kemet-tabs-divider-color"
|
|
8463
8478
|
},
|
|
8464
8479
|
{
|
|
8465
|
-
"description": "The transition speed of the panels.
|
|
8480
|
+
"description": "The transition speed of the panels.",
|
|
8466
8481
|
"name": "--kemet-tabs-transition-speed"
|
|
8467
8482
|
},
|
|
8468
8483
|
{
|
|
8469
|
-
"description": "The space between tabs and panels.
|
|
8484
|
+
"description": "The space between tabs and panels.",
|
|
8470
8485
|
"name": "--kemet-tabs-spacer"
|
|
8471
8486
|
}
|
|
8472
8487
|
],
|
|
@@ -8918,51 +8933,51 @@
|
|
|
8918
8933
|
"name": "KemetTextarea",
|
|
8919
8934
|
"cssProperties": [
|
|
8920
8935
|
{
|
|
8921
|
-
"description": "The padding on the textarea.
|
|
8936
|
+
"description": "The padding on the textarea.",
|
|
8922
8937
|
"name": "--kemet-textarea-padding"
|
|
8923
8938
|
},
|
|
8924
8939
|
{
|
|
8925
|
-
"description": "The border of the textarea.
|
|
8940
|
+
"description": "The border of the textarea.",
|
|
8926
8941
|
"name": "--kemet-textarea-border"
|
|
8927
8942
|
},
|
|
8928
8943
|
{
|
|
8929
|
-
"description": "The border of the error state.
|
|
8944
|
+
"description": "The border of the error state.",
|
|
8930
8945
|
"name": "--kemet-textarea-border-color-error"
|
|
8931
8946
|
},
|
|
8932
8947
|
{
|
|
8933
|
-
"description": "The border of the success state.
|
|
8948
|
+
"description": "The border of the success state.",
|
|
8934
8949
|
"name": "--kemet-textarea-border-color-success"
|
|
8935
8950
|
},
|
|
8936
8951
|
{
|
|
8937
|
-
"description": "The border of the warning state.
|
|
8952
|
+
"description": "The border of the warning state.",
|
|
8938
8953
|
"name": "--kemet-textarea-border-color-warning"
|
|
8939
8954
|
},
|
|
8940
8955
|
{
|
|
8941
|
-
"description": "The border radius on rounded.
|
|
8956
|
+
"description": "The border radius on rounded.",
|
|
8942
8957
|
"name": "--kemet-textarea-border-radius-rounded"
|
|
8943
8958
|
},
|
|
8944
8959
|
{
|
|
8945
|
-
"description": "The border on filled.
|
|
8960
|
+
"description": "The border on filled.",
|
|
8946
8961
|
"name": "--kemet-textarea-border-filled"
|
|
8947
8962
|
},
|
|
8948
8963
|
{
|
|
8949
|
-
"description": "The color on filled.
|
|
8964
|
+
"description": "The color on filled.",
|
|
8950
8965
|
"name": "--kemet-textarea-color-filled"
|
|
8951
8966
|
},
|
|
8952
8967
|
{
|
|
8953
|
-
"description": "The background-color on filled.
|
|
8968
|
+
"description": "The background-color on filled.",
|
|
8954
8969
|
"name": "--kemet-textarea-background-color-filled"
|
|
8955
8970
|
},
|
|
8956
8971
|
{
|
|
8957
|
-
"description": "The error state background color.
|
|
8972
|
+
"description": "The error state background color.",
|
|
8958
8973
|
"name": "--kemet-textarea-background-color-error"
|
|
8959
8974
|
},
|
|
8960
8975
|
{
|
|
8961
|
-
"description": "The success state background color.
|
|
8976
|
+
"description": "The success state background color.",
|
|
8962
8977
|
"name": "--kemet-textarea-background-color-success"
|
|
8963
8978
|
},
|
|
8964
8979
|
{
|
|
8965
|
-
"description": "The warning state background color.
|
|
8980
|
+
"description": "The warning state background color.",
|
|
8966
8981
|
"name": "--kemet-textarea-background-color-warning"
|
|
8967
8982
|
}
|
|
8968
8983
|
],
|
|
@@ -9415,39 +9430,39 @@
|
|
|
9415
9430
|
"name": "KemetToggle",
|
|
9416
9431
|
"cssProperties": [
|
|
9417
9432
|
{
|
|
9418
|
-
"description": "The width of the entire toggle.
|
|
9433
|
+
"description": "The width of the entire toggle.",
|
|
9419
9434
|
"name": "--kemet-toggle-width"
|
|
9420
9435
|
},
|
|
9421
9436
|
{
|
|
9422
|
-
"description": "The height of the entire toggle.
|
|
9437
|
+
"description": "The height of the entire toggle.",
|
|
9423
9438
|
"name": "--kemet-toggle-height"
|
|
9424
9439
|
},
|
|
9425
9440
|
{
|
|
9426
|
-
"description": "The diameter of the handle.
|
|
9441
|
+
"description": "The diameter of the handle.",
|
|
9427
9442
|
"name": "--kemet-toggle-handle-diameter"
|
|
9428
9443
|
},
|
|
9429
9444
|
{
|
|
9430
|
-
"description": "The border of the track.
|
|
9445
|
+
"description": "The border of the track.",
|
|
9431
9446
|
"name": "--kemet-toggle-track-border"
|
|
9432
9447
|
},
|
|
9433
9448
|
{
|
|
9434
|
-
"description": "The color of the track.
|
|
9449
|
+
"description": "The color of the track.",
|
|
9435
9450
|
"name": "--kemet-toggle-track-color"
|
|
9436
9451
|
},
|
|
9437
9452
|
{
|
|
9438
|
-
"description": "The shadow on the track.
|
|
9453
|
+
"description": "The shadow on the track.",
|
|
9439
9454
|
"name": "--kemet-toggle-track-shadow"
|
|
9440
9455
|
},
|
|
9441
9456
|
{
|
|
9442
|
-
"description": "The border on the handle.
|
|
9457
|
+
"description": "The border on the handle.",
|
|
9443
9458
|
"name": "--kemet-toggle-handle-border"
|
|
9444
9459
|
},
|
|
9445
9460
|
{
|
|
9446
|
-
"description": "The color of the handle.
|
|
9461
|
+
"description": "The color of the handle.",
|
|
9447
9462
|
"name": "--kemet-toggle-handle-color"
|
|
9448
9463
|
},
|
|
9449
9464
|
{
|
|
9450
|
-
"description": "The shadow on the handle.
|
|
9465
|
+
"description": "The shadow on the handle.",
|
|
9451
9466
|
"name": "--kemet-toggle-handle-shadow"
|
|
9452
9467
|
}
|
|
9453
9468
|
],
|
|
@@ -9775,21 +9790,6 @@
|
|
|
9775
9790
|
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9776
9791
|
}
|
|
9777
9792
|
},
|
|
9778
|
-
{
|
|
9779
|
-
"kind": "field",
|
|
9780
|
-
"name": "effect",
|
|
9781
|
-
"type": {
|
|
9782
|
-
"text": "TypeEffect"
|
|
9783
|
-
},
|
|
9784
|
-
"default": "'fade'",
|
|
9785
|
-
"description": "The open/close animation effect for the Popper",
|
|
9786
|
-
"attribute": "effect",
|
|
9787
|
-
"reflects": true,
|
|
9788
|
-
"inheritedFrom": {
|
|
9789
|
-
"name": "KemetPopper",
|
|
9790
|
-
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9791
|
-
}
|
|
9792
|
-
},
|
|
9793
9793
|
{
|
|
9794
9794
|
"kind": "field",
|
|
9795
9795
|
"name": "fireOn",
|
|
@@ -9935,19 +9935,6 @@
|
|
|
9935
9935
|
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9936
9936
|
}
|
|
9937
9937
|
},
|
|
9938
|
-
{
|
|
9939
|
-
"name": "effect",
|
|
9940
|
-
"type": {
|
|
9941
|
-
"text": "TypeEffect"
|
|
9942
|
-
},
|
|
9943
|
-
"default": "'fade'",
|
|
9944
|
-
"description": "The open/close animation effect for the Popper",
|
|
9945
|
-
"fieldName": "effect",
|
|
9946
|
-
"inheritedFrom": {
|
|
9947
|
-
"name": "KemetPopper",
|
|
9948
|
-
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9949
|
-
}
|
|
9950
|
-
},
|
|
9951
9938
|
{
|
|
9952
9939
|
"name": "fire-on",
|
|
9953
9940
|
"type": {
|
|
@@ -10050,67 +10037,67 @@
|
|
|
10050
10037
|
"name": "KemetTrackerStep",
|
|
10051
10038
|
"cssProperties": [
|
|
10052
10039
|
{
|
|
10053
|
-
"description": "The font size.
|
|
10040
|
+
"description": "The font size.",
|
|
10054
10041
|
"name": "--kemet-tracker-step-dot-font-size"
|
|
10055
10042
|
},
|
|
10056
10043
|
{
|
|
10057
|
-
"description": "The text color.
|
|
10044
|
+
"description": "The text color.",
|
|
10058
10045
|
"name": "--kemet-tracker-step-dot-color"
|
|
10059
10046
|
},
|
|
10060
10047
|
{
|
|
10061
|
-
"description": "Border around a dot.
|
|
10048
|
+
"description": "Border around a dot.",
|
|
10062
10049
|
"name": "--kemet-tracker-step-dot-border"
|
|
10063
10050
|
},
|
|
10064
10051
|
{
|
|
10065
|
-
"description": "Width and height of a dot.
|
|
10052
|
+
"description": "Width and height of a dot.",
|
|
10066
10053
|
"name": "--kemet-tracker-step-dot-size"
|
|
10067
10054
|
},
|
|
10068
10055
|
{
|
|
10069
|
-
"description": "Mobile width and height of a dot.
|
|
10056
|
+
"description": "Mobile width and height of a dot.",
|
|
10070
10057
|
"name": "--kemet-tracker-step-dot-size-mobile"
|
|
10071
10058
|
},
|
|
10072
10059
|
{
|
|
10073
|
-
"description": "Space between a dot and connector line.
|
|
10060
|
+
"description": "Space between a dot and connector line.",
|
|
10074
10061
|
"name": "--kemet-tracker-step-dot-gap"
|
|
10075
10062
|
},
|
|
10076
10063
|
{
|
|
10077
|
-
"description": "Transition of a dot.
|
|
10064
|
+
"description": "Transition of a dot.",
|
|
10078
10065
|
"name": "--kemet-tracker-step-dot-transition"
|
|
10079
10066
|
},
|
|
10080
10067
|
{
|
|
10081
|
-
"description": "Fill color of a dot.
|
|
10068
|
+
"description": "Fill color of a dot.",
|
|
10082
10069
|
"name": "--kemet-tracker-step-dot-fill-color"
|
|
10083
10070
|
},
|
|
10084
10071
|
{
|
|
10085
|
-
"description": "Color of the background a dot is on.
|
|
10072
|
+
"description": "Color of the background a dot is on.",
|
|
10086
10073
|
"name": "--kemet-tracker-step-dot-background-color"
|
|
10087
10074
|
},
|
|
10088
10075
|
{
|
|
10089
|
-
"description": "Current dot text color.
|
|
10076
|
+
"description": "Current dot text color.",
|
|
10090
10077
|
"name": "--kemet-tracker-step-current-color"
|
|
10091
10078
|
},
|
|
10092
10079
|
{
|
|
10093
|
-
"description": "Current dot fill color.
|
|
10080
|
+
"description": "Current dot fill color.",
|
|
10094
10081
|
"name": "--kemet-tracker-step-current-fill-color"
|
|
10095
10082
|
},
|
|
10096
10083
|
{
|
|
10097
|
-
"description": "Text color of a completed dot.
|
|
10084
|
+
"description": "Text color of a completed dot.",
|
|
10098
10085
|
"name": "--kemet-tracker-step-completed-color"
|
|
10099
10086
|
},
|
|
10100
10087
|
{
|
|
10101
|
-
"description": "Background color of a completed dot.
|
|
10088
|
+
"description": "Background color of a completed dot.",
|
|
10102
10089
|
"name": "--kemet-tracker-step-completed-fill-color"
|
|
10103
10090
|
},
|
|
10104
10091
|
{
|
|
10105
|
-
"description": "Completed connector line color.
|
|
10092
|
+
"description": "Completed connector line color.",
|
|
10106
10093
|
"name": "--kemet-tracker-step-completed-line-color"
|
|
10107
10094
|
},
|
|
10108
10095
|
{
|
|
10109
|
-
"description": "Completed line weight.
|
|
10096
|
+
"description": "Completed line weight.",
|
|
10110
10097
|
"name": "--kemet-tracker-step-completed-line-weight"
|
|
10111
10098
|
},
|
|
10112
10099
|
{
|
|
10113
|
-
"description": "Standard line weight.
|
|
10100
|
+
"description": "Standard line weight.",
|
|
10114
10101
|
"name": "--kemet-tracker-step-standard-line-weight"
|
|
10115
10102
|
}
|
|
10116
10103
|
],
|
|
@@ -10413,15 +10400,15 @@
|
|
|
10413
10400
|
"name": "KemetUploadFile",
|
|
10414
10401
|
"cssProperties": [
|
|
10415
10402
|
{
|
|
10416
|
-
"description": "The default text color.
|
|
10403
|
+
"description": "The default text color.",
|
|
10417
10404
|
"name": "--kemet-upload-file-color"
|
|
10418
10405
|
},
|
|
10419
10406
|
{
|
|
10420
|
-
"description": "The padding around the file.
|
|
10407
|
+
"description": "The padding around the file.",
|
|
10421
10408
|
"name": "--kemet-upload-file-padding"
|
|
10422
10409
|
},
|
|
10423
10410
|
{
|
|
10424
|
-
"description": "The border around the file.
|
|
10411
|
+
"description": "The border around the file.",
|
|
10425
10412
|
"name": "--kemet-upload-file-border"
|
|
10426
10413
|
}
|
|
10427
10414
|
],
|
|
@@ -10623,19 +10610,19 @@
|
|
|
10623
10610
|
"name": "KemetUpload",
|
|
10624
10611
|
"cssProperties": [
|
|
10625
10612
|
{
|
|
10626
|
-
"description": "The default text color.
|
|
10613
|
+
"description": "The default text color.",
|
|
10627
10614
|
"name": "--kemet-upload-color"
|
|
10628
10615
|
},
|
|
10629
10616
|
{
|
|
10630
|
-
"description": "The height.
|
|
10617
|
+
"description": "The height.",
|
|
10631
10618
|
"name": "--kemet-upload-height"
|
|
10632
10619
|
},
|
|
10633
10620
|
{
|
|
10634
|
-
"description": "The border.
|
|
10621
|
+
"description": "The border.",
|
|
10635
10622
|
"name": "--kemet-upload-border"
|
|
10636
10623
|
},
|
|
10637
10624
|
{
|
|
10638
|
-
"description": "The background color.
|
|
10625
|
+
"description": "The background color.",
|
|
10639
10626
|
"name": "--kemet-upload-background-color"
|
|
10640
10627
|
}
|
|
10641
10628
|
],
|