@warp-ds/elements 2.4.0-next.5 → 2.4.0-next.7
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/dist/api.js.map +1 -1
- package/dist/custom-elements.json +440 -608
- package/dist/index.d.ts +3337 -1386
- package/dist/packages/affix/{index.js → affix.js} +1 -1
- package/dist/packages/affix/{index.js.map → affix.js.map} +1 -1
- package/dist/packages/affix/affix.react.stories.d.ts +1 -1
- package/dist/packages/affix/affix.stories.d.ts +2 -2
- package/dist/packages/affix/affix.stories.js +1 -1
- package/dist/packages/affix/affix.test.d.ts +1 -1
- package/dist/packages/affix/affix.test.js +1 -1
- package/dist/packages/affix/react.d.ts +1 -1
- package/dist/packages/alert/{index.js → alert.js} +1 -1
- package/dist/packages/alert/{index.js.map → alert.js.map} +1 -1
- package/dist/packages/alert/alert.react.stories.d.ts +1 -1
- package/dist/packages/alert/alert.stories.d.ts +2 -2
- package/dist/packages/alert/alert.stories.js +1 -1
- package/dist/packages/alert/alert.test.d.ts +1 -1
- package/dist/packages/alert/alert.test.js +1 -1
- package/dist/packages/alert/react.d.ts +1 -1
- package/dist/packages/attention/{index.d.ts → attention.d.ts} +1 -1
- package/dist/packages/attention/{index.js → attention.js} +1 -1
- package/dist/packages/attention/{index.js.map → attention.js.map} +2 -2
- package/dist/packages/attention/attention.stories.d.ts +3 -3
- package/dist/packages/attention/attention.stories.js +2 -2
- package/dist/packages/attention/attention.test.d.ts +1 -1
- package/dist/packages/attention/attention.test.js +1 -1
- package/dist/packages/attention/react.d.ts +1 -1
- package/dist/packages/badge/{index.js → badge.js} +1 -1
- package/dist/packages/badge/{index.js.map → badge.js.map} +1 -1
- package/dist/packages/badge/badge.react.stories.d.ts +2 -2
- package/dist/packages/badge/badge.stories.d.ts +2 -2
- package/dist/packages/badge/badge.stories.js +1 -1
- package/dist/packages/badge/badge.test.d.ts +1 -1
- package/dist/packages/badge/badge.test.js +1 -1
- package/dist/packages/badge/react.d.ts +1 -1
- package/dist/packages/box/{index.js → box.js} +1 -1
- package/dist/packages/box/{index.js.map → box.js.map} +1 -1
- package/dist/packages/box/box.react.stories.d.ts +2 -2
- package/dist/packages/box/box.stories.d.ts +2 -2
- package/dist/packages/box/box.stories.js +1 -1
- package/dist/packages/box/box.test.d.ts +1 -1
- package/dist/packages/box/box.test.js +1 -1
- package/dist/packages/box/react.d.ts +1 -1
- package/dist/packages/box/slot.test.d.ts +1 -1
- package/dist/packages/box/slot.test.js +1 -1
- package/dist/packages/breadcrumbs/{index.js → breadcrumbs.js} +1 -1
- package/dist/packages/breadcrumbs/{index.js.map → breadcrumbs.js.map} +1 -1
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.d.ts +2 -2
- package/dist/packages/breadcrumbs/breadcrumbs.stories.d.ts +2 -2
- package/dist/packages/breadcrumbs/breadcrumbs.stories.js +1 -1
- package/dist/packages/breadcrumbs/breadcrumbs.test.d.ts +1 -1
- package/dist/packages/breadcrumbs/breadcrumbs.test.js +1 -1
- package/dist/packages/breadcrumbs/react.d.ts +1 -1
- package/dist/packages/button/{index.d.ts → button.d.ts} +1 -1
- package/dist/packages/button/{index.js → button.js} +1 -1
- package/dist/packages/button/button.js.map +7 -0
- package/dist/packages/button/button.react.stories.d.ts +2 -2
- package/dist/packages/button/button.stories.d.ts +2 -2
- package/dist/packages/button/button.stories.js +1 -1
- package/dist/packages/button/button.test.d.ts +1 -1
- package/dist/packages/button/button.test.js +1 -1
- package/dist/packages/button/react.d.ts +1 -1
- package/dist/packages/card/{index.js → card.js} +1 -1
- package/dist/packages/card/{index.js.map → card.js.map} +1 -1
- package/dist/packages/card/card.react.stories.d.ts +2 -2
- package/dist/packages/card/card.stories.d.ts +2 -2
- package/dist/packages/card/card.stories.js +1 -1
- package/dist/packages/card/card.test.d.ts +1 -1
- package/dist/packages/card/card.test.js +1 -1
- package/dist/packages/card/react.d.ts +1 -1
- package/dist/packages/checkbox/checkbox.stories.d.ts +2 -1
- package/dist/packages/checkbox/checkbox.stories.js +2 -1
- package/dist/packages/checkbox/react.d.ts +0 -2
- package/dist/packages/checkbox/react.js +0 -5
- package/dist/packages/{checkbox → checkbox-group}/checkbox-group.js.map +1 -1
- package/dist/packages/checkbox-group/react.d.ts +2 -0
- package/dist/packages/checkbox-group/react.js +11 -0
- package/dist/packages/combobox/{index.js → combobox.js} +1 -1
- package/dist/packages/combobox/{index.js.map → combobox.js.map} +1 -1
- package/dist/packages/combobox/combobox.react.stories.d.ts +3 -3
- package/dist/packages/combobox/combobox.stories.d.ts +3 -3
- package/dist/packages/combobox/combobox.stories.js +2 -2
- package/dist/packages/combobox/combobox.test.d.ts +2 -2
- package/dist/packages/combobox/combobox.test.js +2 -2
- package/dist/packages/combobox/react.d.ts +1 -1
- package/dist/packages/datepicker/DatePicker.test.d.ts +2 -2
- package/dist/packages/datepicker/DatePicker.test.js +2 -2
- package/dist/packages/datepicker/datepicker.stories.d.ts +3 -3
- package/dist/packages/datepicker/datepicker.stories.js +2 -2
- package/dist/packages/datepicker/datepicker.test.d.ts +2 -2
- package/dist/packages/datepicker/datepicker.test.js +2 -2
- package/dist/packages/{deadtoggle/index.js → dead-toggle/dead-toggle.js} +1 -1
- package/dist/packages/{deadtoggle/index.js.map → dead-toggle/dead-toggle.js.map} +1 -1
- package/dist/packages/dead-toggle/dead-toggle.react.stories.d.ts +15 -0
- package/dist/packages/{deadtoggle → dead-toggle}/dead-toggle.stories.d.ts +2 -2
- package/dist/packages/{deadtoggle → dead-toggle}/dead-toggle.stories.js +1 -1
- package/dist/packages/dead-toggle/dead-toggle.test.d.ts +1 -0
- package/dist/packages/{deadtoggle → dead-toggle}/dead-toggle.test.js +1 -1
- package/dist/packages/{deadtoggle → dead-toggle}/react.d.ts +1 -1
- package/dist/packages/expandable/{index.js → expandable.js} +1 -1
- package/dist/packages/expandable/{index.js.map → expandable.js.map} +1 -1
- package/dist/packages/expandable/expandable.react.stories.d.ts +2 -2
- package/dist/packages/expandable/expandable.stories.d.ts +2 -2
- package/dist/packages/expandable/expandable.stories.js +1 -1
- package/dist/packages/expandable/expandable.test.d.ts +1 -1
- package/dist/packages/expandable/expandable.test.js +1 -1
- package/dist/packages/expandable/react.d.ts +1 -1
- package/dist/packages/link/{index.js → link.js} +1 -1
- package/dist/packages/link/{index.js.map → link.js.map} +1 -1
- package/dist/packages/link/link.react.stories.d.ts +2 -2
- package/dist/packages/link/link.stories.d.ts +2 -2
- package/dist/packages/link/link.stories.js +1 -1
- package/dist/packages/link/link.test.d.ts +1 -1
- package/dist/packages/link/link.test.js +1 -1
- package/dist/packages/link/react.d.ts +1 -1
- package/dist/packages/modal/index.d.ts +6 -3
- package/dist/packages/modal/index.js +10 -2717
- package/dist/packages/modal/{modal-main.js → modal.js} +1 -1
- package/dist/packages/modal/{modal-main.js.map → modal.js.map} +1 -1
- package/dist/packages/modal/modal.react.stories.d.ts +1 -1
- package/dist/packages/modal/modal.stories.d.ts +4 -2
- package/dist/packages/modal/modal.stories.js +3 -1
- package/dist/packages/modal/react.d.ts +3 -6
- package/dist/packages/modal/react.js +4 -15
- package/dist/packages/{modal → modal-footer}/modal-footer.d.ts +2 -2
- package/dist/packages/modal-footer/modal-footer.js.map +7 -0
- package/dist/packages/modal-footer/react.d.ts +2 -0
- package/dist/packages/modal-footer/react.js +11 -0
- package/dist/packages/{modal → modal-header}/modal-header.d.ts +1 -1
- package/dist/packages/modal-header/modal-header.js.map +7 -0
- package/dist/packages/modal-header/react.d.ts +5 -0
- package/dist/packages/modal-header/react.js +15 -0
- package/dist/packages/{pageindicator/index.js → page-indicator/page-indicator.js} +9 -9
- package/dist/packages/{pageindicator/index.js.map → page-indicator/page-indicator.js.map} +3 -3
- package/dist/packages/{pageindicator/pageindicator.react.stories.d.ts → page-indicator/page-indicator.react.stories.d.ts} +2 -2
- package/dist/packages/{pageindicator/pageindicator.stories.d.ts → page-indicator/page-indicator.stories.d.ts} +1 -1
- package/dist/packages/{pageindicator/pageindicator.stories.js → page-indicator/page-indicator.stories.js} +7 -7
- package/dist/packages/{pageindicator → page-indicator}/react.d.ts +1 -1
- package/dist/packages/{pageindicator → page-indicator}/react.js +1 -1
- package/dist/packages/{pageindicator → page-indicator}/style.js +4 -4
- package/dist/packages/pagination/{index.js → pagination.js} +1 -1
- package/dist/packages/pagination/{index.js.map → pagination.js.map} +1 -1
- package/dist/packages/pagination/pagination.react.stories.d.ts +3 -3
- package/dist/packages/pagination/pagination.stories.d.ts +2 -2
- package/dist/packages/pagination/pagination.stories.js +1 -1
- package/dist/packages/pagination/pagination.test.d.ts +1 -1
- package/dist/packages/pagination/pagination.test.js +1 -1
- package/dist/packages/pagination/react.d.ts +1 -1
- package/dist/packages/pill/{index.js → pill.js} +1 -1
- package/dist/packages/pill/{index.js.map → pill.js.map} +1 -1
- package/dist/packages/pill/pill.react.stories.d.ts +3 -3
- package/dist/packages/pill/pill.stories.d.ts +2 -2
- package/dist/packages/pill/pill.stories.js +1 -1
- package/dist/packages/pill/pill.test.d.ts +1 -1
- package/dist/packages/pill/pill.test.js +1 -1
- package/dist/packages/pill/react.d.ts +1 -1
- package/dist/packages/radio/radio-styles.js +0 -1
- package/dist/packages/radio/radio.stories.d.ts +3 -3
- package/dist/packages/radio/radio.stories.js +47 -3688
- package/dist/packages/radio/react.d.ts +0 -7
- package/dist/packages/radio/react.js +0 -11
- package/dist/packages/{radio → radio-group}/radio-group-styles.js +3 -3
- package/dist/packages/{radio → radio-group}/radio-group.d.ts +4 -4
- package/dist/packages/radio-group/radio-group.js.map +7 -0
- package/dist/packages/radio-group/react.d.ts +7 -0
- package/dist/packages/radio-group/react.js +17 -0
- package/dist/packages/select/react.d.ts +1 -1
- package/dist/packages/select/{index.js → select.js} +1 -1
- package/dist/packages/select/{index.js.map → select.js.map} +1 -1
- package/dist/packages/select/select.react.stories.d.ts +3 -3
- package/dist/packages/select/select.stories.d.ts +2 -2
- package/dist/packages/select/select.stories.js +1 -1
- package/dist/packages/select/select.test.d.ts +1 -1
- package/dist/packages/select/select.test.js +1 -1
- package/dist/packages/slider/index.d.ts +1 -1
- package/dist/packages/slider/index.js +1 -1
- package/dist/packages/slider/react.d.ts +1 -6
- package/dist/packages/slider/react.js +2 -9
- package/dist/packages/slider/slider.js.map +1 -1
- package/dist/packages/slider/slider.stories.d.ts +5 -4
- package/dist/packages/slider/slider.stories.js +5 -4
- package/dist/packages/slider/slider.test.d.ts +5 -4
- package/dist/packages/slider/slider.test.js +5 -4
- package/dist/packages/slider-thumb/react.d.ts +6 -0
- package/dist/packages/slider-thumb/react.js +15 -0
- package/dist/packages/{slider → slider-thumb}/slider-thumb.d.ts +1 -1
- package/dist/packages/slider-thumb/slider-thumb.js.map +7 -0
- package/dist/packages/step/react.d.ts +2 -0
- package/dist/packages/step/react.js +11 -0
- package/dist/packages/step/step.d.ts +22 -0
- package/dist/packages/{stepindicator/index.js → step/step.js} +9 -13
- package/dist/packages/step/step.js.map +7 -0
- package/dist/packages/step-indicator/index.d.ts +2 -0
- package/dist/packages/step-indicator/index.js +2 -0
- package/dist/packages/step-indicator/react.d.ts +3 -0
- package/dist/packages/{stepindicator → step-indicator}/react.js +3 -6
- package/dist/packages/step-indicator/step-indicator.d.ts +15 -0
- package/dist/packages/step-indicator/step-indicator.js +2454 -0
- package/dist/packages/step-indicator/step-indicator.js.map +7 -0
- package/dist/packages/{stepindicator → step-indicator}/stepindicator.react.stories.d.ts +1 -1
- package/dist/packages/{stepindicator → step-indicator}/stepindicator.stories.d.ts +2 -1
- package/dist/packages/{stepindicator → step-indicator}/stepindicator.stories.js +2 -1
- package/dist/packages/switch/react.d.ts +1 -1
- package/dist/packages/switch/{index.js → switch.js} +1 -1
- package/dist/packages/switch/{index.js.map → switch.js.map} +1 -1
- package/dist/packages/switch/switch.react.stories.d.ts +1 -1
- package/dist/packages/switch/switch.stories.d.ts +1 -1
- package/dist/packages/switch/switch.stories.js +1 -1
- package/dist/packages/switch/switch.test.d.ts +1 -1
- package/dist/packages/switch/switch.test.js +1 -1
- package/dist/packages/tab/react.d.ts +7 -0
- package/dist/packages/tab/react.js +17 -0
- package/dist/packages/tab/tab.js.map +7 -0
- package/dist/packages/tab-panel/react.d.ts +2 -0
- package/dist/packages/tab-panel/react.js +11 -0
- package/dist/packages/tab-panel/tab-panel.js +2441 -0
- package/dist/packages/tab-panel/tab-panel.js.map +7 -0
- package/dist/packages/tabs/index.d.ts +2 -2
- package/dist/packages/tabs/index.js +2 -2
- package/dist/packages/tabs/react.d.ts +3 -8
- package/dist/packages/tabs/react.js +4 -17
- package/dist/packages/tabs/tabs.js.map +1 -1
- package/dist/packages/tabs/tabs.stories.d.ts +3 -1
- package/dist/packages/tabs/tabs.stories.js +3 -1
- package/dist/packages/textarea/react.d.ts +1 -1
- package/dist/packages/textarea/textarea.stories.d.ts +2 -2
- package/dist/packages/textarea/textarea.stories.js +1 -1
- package/dist/packages/textarea/textarea.test.d.ts +1 -1
- package/dist/packages/textarea/textarea.test.js +1 -1
- package/dist/packages/textfield/react.d.ts +1 -1
- package/dist/packages/textfield/{index.js → textfield.js} +1 -1
- package/dist/packages/textfield/{index.js.map → textfield.js.map} +1 -1
- package/dist/packages/textfield/textfield.react.stories.d.ts +3 -3
- package/dist/packages/textfield/textfield.stories.d.ts +2 -2
- package/dist/packages/textfield/textfield.stories.js +1 -1
- package/dist/packages/textfield/textfield.test.d.ts +2 -2
- package/dist/packages/textfield/textfield.test.js +2 -2
- package/dist/packages/toast/index.d.ts +5 -3
- package/dist/packages/toast/index.js +7 -2483
- package/dist/packages/toast/toast.stories.d.ts +4 -3
- package/dist/packages/toast/toast.stories.js +3 -2
- package/dist/packages/{toast → toast-container}/toast-container.d.ts +1 -1
- package/dist/packages/toast-container/toast-container.js.map +7 -0
- package/dist/web-types.json +67 -51
- package/package.json +121 -21
- package/dist/packages/button/index.js.map +0 -7
- package/dist/packages/checkbox/index.d.ts +0 -2
- package/dist/packages/checkbox/index.js +0 -2
- package/dist/packages/datepicker/index.d.ts +0 -1
- package/dist/packages/datepicker/index.js +0 -2785
- package/dist/packages/datepicker/index.js.map +0 -7
- package/dist/packages/deadtoggle/dead-toggle.react.stories.d.ts +0 -15
- package/dist/packages/deadtoggle/dead-toggle.test.d.ts +0 -1
- package/dist/packages/modal/index.js.map +0 -7
- package/dist/packages/modal/modal-footer.js.map +0 -7
- package/dist/packages/modal/modal-header.js.map +0 -7
- package/dist/packages/radio/index.d.ts +0 -2
- package/dist/packages/radio/index.js +0 -2
- package/dist/packages/radio/radio-group-styles.js.map +0 -7
- package/dist/packages/radio/radio-group.js.map +0 -7
- package/dist/packages/radio/radio-styles.js.map +0 -7
- package/dist/packages/radio/radio.stories.js.map +0 -7
- package/dist/packages/slider/slider-thumb.js.map +0 -7
- package/dist/packages/stepindicator/index.d.ts +0 -37
- package/dist/packages/stepindicator/index.js.map +0 -7
- package/dist/packages/stepindicator/react.d.ts +0 -3
- package/dist/packages/tabs/tab-panel.js +0 -47
- package/dist/packages/tabs/tab.js.map +0 -7
- package/dist/packages/textarea/index.d.ts +0 -1
- package/dist/packages/textarea/index.js +0 -1
- package/dist/packages/toast/index.js.map +0 -7
- package/dist/packages/toast/toast-container.js.map +0 -7
- /package/dist/packages/affix/{index.d.ts → affix.d.ts} +0 -0
- /package/dist/packages/alert/{index.d.ts → alert.d.ts} +0 -0
- /package/dist/packages/badge/{index.d.ts → badge.d.ts} +0 -0
- /package/dist/packages/box/{index.d.ts → box.d.ts} +0 -0
- /package/dist/packages/breadcrumbs/{index.d.ts → breadcrumbs.d.ts} +0 -0
- /package/dist/packages/card/{index.d.ts → card.d.ts} +0 -0
- /package/dist/packages/{checkbox → checkbox-group}/checkbox-group.d.ts +0 -0
- /package/dist/packages/{checkbox → checkbox-group}/checkbox-group.js +0 -0
- /package/dist/packages/combobox/{index.d.ts → combobox.d.ts} +0 -0
- /package/dist/packages/{deadtoggle/index.d.ts → dead-toggle/dead-toggle.d.ts} +0 -0
- /package/dist/packages/{deadtoggle → dead-toggle}/dead-toggle.react.stories.js +0 -0
- /package/dist/packages/{deadtoggle → dead-toggle}/react.js +0 -0
- /package/dist/packages/expandable/{index.d.ts → expandable.d.ts} +0 -0
- /package/dist/packages/link/{index.d.ts → link.d.ts} +0 -0
- /package/dist/packages/modal/{modal-main.d.ts → modal.d.ts} +0 -0
- /package/dist/packages/{modal → modal-footer}/modal-footer.js +0 -0
- /package/dist/packages/{modal → modal-header}/modal-header.js +0 -0
- /package/dist/packages/{pageindicator/index.d.ts → page-indicator/page-indicator.d.ts} +0 -0
- /package/dist/packages/{pageindicator/pageindicator.react.stories.js → page-indicator/page-indicator.react.stories.js} +0 -0
- /package/dist/packages/{pageindicator → page-indicator}/style.d.ts +0 -0
- /package/dist/packages/pagination/{index.d.ts → pagination.d.ts} +0 -0
- /package/dist/packages/pill/{index.d.ts → pill.d.ts} +0 -0
- /package/dist/packages/{radio → radio-group}/radio-group-styles.d.ts +0 -0
- /package/dist/packages/{radio → radio-group}/radio-group.js +0 -0
- /package/dist/packages/select/{index.d.ts → select.d.ts} +0 -0
- /package/dist/packages/{slider → slider-thumb}/SliderThumb.d.ts +0 -0
- /package/dist/packages/{slider → slider-thumb}/SliderThumb.js +0 -0
- /package/dist/packages/{slider → slider-thumb}/oddbird-css-anchor-positioning.d.ts +0 -0
- /package/dist/packages/{slider → slider-thumb}/oddbird-css-anchor-positioning.js +0 -0
- /package/dist/packages/{slider → slider-thumb}/slider-thumb.js +0 -0
- /package/dist/packages/{slider → slider-thumb}/styles/w-slider-thumb.styles.d.ts +0 -0
- /package/dist/packages/{slider → slider-thumb}/styles/w-slider-thumb.styles.js +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/da/messages.d.mts +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/da/messages.mjs +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/en/messages.d.mts +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/en/messages.mjs +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/fi/messages.d.mts +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/fi/messages.mjs +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/nb/messages.d.mts +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/nb/messages.mjs +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/sv/messages.d.mts +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/locales/sv/messages.mjs +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/stepindicator.react.stories.js +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/styles.d.ts +0 -0
- /package/dist/packages/{stepindicator → step-indicator}/styles.js +0 -0
- /package/dist/packages/switch/{index.d.ts → switch.d.ts} +0 -0
- /package/dist/packages/{tabs → tab}/tab.d.ts +0 -0
- /package/dist/packages/{tabs → tab}/tab.js +0 -0
- /package/dist/packages/{tabs → tab-panel}/tab-panel.d.ts +0 -0
- /package/dist/packages/textfield/{index.d.ts → textfield.d.ts} +0 -0
- /package/dist/packages/{toast → toast-container}/toast-container.js +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.0-next.
|
|
4
|
+
"version": "2.4.0-next.7",
|
|
5
5
|
"packageManager": "pnpm@10.20.0",
|
|
6
6
|
"description": "Custom elements for Warp",
|
|
7
7
|
"exports": {
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
10
|
"import": "./dist/index.js"
|
|
11
11
|
},
|
|
12
|
-
"./components/affix": "./dist/packages/affix/
|
|
13
|
-
"./components/alert": "./dist/packages/alert/
|
|
14
|
-
"./components/attention": "./dist/packages/attention/
|
|
15
|
-
"./components/badge": "./dist/packages/badge/
|
|
16
|
-
"./components/box": "./dist/packages/box/
|
|
17
|
-
"./components/breadcrumbs": "./dist/packages/breadcrumbs/
|
|
18
|
-
"./components/button": "./dist/packages/button/
|
|
19
|
-
"./components/card": "./dist/packages/card/
|
|
20
|
-
"./components/expandable": "./dist/packages/expandable/
|
|
12
|
+
"./components/affix": "./dist/packages/affix/affix.js",
|
|
13
|
+
"./components/alert": "./dist/packages/alert/alert.js",
|
|
14
|
+
"./components/attention": "./dist/packages/attention/attention.js",
|
|
15
|
+
"./components/badge": "./dist/packages/badge/badge.js",
|
|
16
|
+
"./components/box": "./dist/packages/box/box.js",
|
|
17
|
+
"./components/breadcrumbs": "./dist/packages/breadcrumbs/breadcrumbs.js",
|
|
18
|
+
"./components/button": "./dist/packages/button/button.js",
|
|
19
|
+
"./components/card": "./dist/packages/card/card.js",
|
|
20
|
+
"./components/expandable": "./dist/packages/expandable/expandable.js",
|
|
21
21
|
"./components/modal": "./dist/packages/modal/index.js",
|
|
22
|
-
"./components/pill": "./dist/packages/pill/
|
|
23
|
-
"./components/select": "./dist/packages/select/
|
|
24
|
-
"./components/textfield": "./dist/packages/textfield/
|
|
22
|
+
"./components/pill": "./dist/packages/pill/pill.js",
|
|
23
|
+
"./components/select": "./dist/packages/select/select.js",
|
|
24
|
+
"./components/textfield": "./dist/packages/textfield/textfield.js",
|
|
25
25
|
"./components/toast": "./dist/packages/toast/index.js",
|
|
26
26
|
"./toast": "./dist/api.js",
|
|
27
27
|
"./custom-elements.json": "./dist/custom-elements.json",
|
|
@@ -93,13 +93,85 @@
|
|
|
93
93
|
"types": "./dist/packages/textfield/react.d.ts",
|
|
94
94
|
"import": "./dist/packages/textfield/react.js"
|
|
95
95
|
},
|
|
96
|
+
"./react/tabs": {
|
|
97
|
+
"types": "./dist/packages/tabs/react.d.ts",
|
|
98
|
+
"import": "./dist/packages/tabs/react.js"
|
|
99
|
+
},
|
|
100
|
+
"./react/checkbox": {
|
|
101
|
+
"types": "./dist/packages/checkbox/react.d.ts",
|
|
102
|
+
"import": "./dist/packages/checkbox/react.js"
|
|
103
|
+
},
|
|
104
|
+
"./react/dead-toggle": {
|
|
105
|
+
"types": "./dist/packages/dead-toggle/react.d.ts",
|
|
106
|
+
"import": "./dist/packages/dead-toggle/react.js"
|
|
107
|
+
},
|
|
108
|
+
"./react/page-indicator": {
|
|
109
|
+
"types": "./dist/packages/page-indicator/react.d.ts",
|
|
110
|
+
"import": "./dist/packages/page-indicator/react.js"
|
|
111
|
+
},
|
|
112
|
+
"./react/modal-header": {
|
|
113
|
+
"types": "./dist/packages/modal-header/react.d.ts",
|
|
114
|
+
"import": "./dist/packages/modal-header/react.js"
|
|
115
|
+
},
|
|
116
|
+
"./react/modal-footer": {
|
|
117
|
+
"types": "./dist/packages/modal-footer/react.d.ts",
|
|
118
|
+
"import": "./dist/packages/modal-footer/react.js"
|
|
119
|
+
},
|
|
120
|
+
"./react/toast-container": {
|
|
121
|
+
"types": "./dist/packages/toast-container/react.d.ts",
|
|
122
|
+
"import": "./dist/packages/toast-container/react.js"
|
|
123
|
+
},
|
|
124
|
+
"./react/checkbox-group": {
|
|
125
|
+
"types": "./dist/packages/checkbox-group/react.d.ts",
|
|
126
|
+
"import": "./dist/packages/checkbox-group/react.js"
|
|
127
|
+
},
|
|
128
|
+
"./react/radio-group": {
|
|
129
|
+
"types": "./dist/packages/radio-group/react.d.ts",
|
|
130
|
+
"import": "./dist/packages/radio-group/react.js"
|
|
131
|
+
},
|
|
132
|
+
"./react/slider-thumb": {
|
|
133
|
+
"types": "./dist/packages/slider-thumb/react.d.ts",
|
|
134
|
+
"import": "./dist/packages/slider-thumb/react.js"
|
|
135
|
+
},
|
|
136
|
+
"./react/step-indicator": {
|
|
137
|
+
"types": "./dist/packages/step-indicator/react.d.ts",
|
|
138
|
+
"import": "./dist/packages/step-indicator/react.js"
|
|
139
|
+
},
|
|
140
|
+
"./react/step": {
|
|
141
|
+
"types": "./dist/packages/step/react.d.ts",
|
|
142
|
+
"import": "./dist/packages/step/react.js"
|
|
143
|
+
},
|
|
144
|
+
"./react/tab": {
|
|
145
|
+
"types": "./dist/packages/tab/react.d.ts",
|
|
146
|
+
"import": "./dist/packages/tab/react.js"
|
|
147
|
+
},
|
|
148
|
+
"./react/tab-panel": {
|
|
149
|
+
"types": "./dist/packages/tab-panel/react.d.ts",
|
|
150
|
+
"import": "./dist/packages/tab-panel/react.js"
|
|
151
|
+
},
|
|
152
|
+
"./react/pagination": {
|
|
153
|
+
"types": "./dist/packages/pagination/react.d.ts",
|
|
154
|
+
"import": "./dist/packages/pagination/react.js"
|
|
155
|
+
},
|
|
156
|
+
"./react/radio": {
|
|
157
|
+
"types": "./dist/packages/radio/react.d.ts",
|
|
158
|
+
"import": "./dist/packages/radio/react.js"
|
|
159
|
+
},
|
|
160
|
+
"./react/slider": {
|
|
161
|
+
"types": "./dist/packages/slider/react.d.ts",
|
|
162
|
+
"import": "./dist/packages/slider/react.js"
|
|
163
|
+
},
|
|
164
|
+
"./react/textarea": {
|
|
165
|
+
"types": "./dist/packages/textarea/react.d.ts",
|
|
166
|
+
"import": "./dist/packages/textarea/react.js"
|
|
167
|
+
},
|
|
96
168
|
"./react/*": {
|
|
97
169
|
"types": "./dist/packages/*/react.d.ts",
|
|
98
170
|
"import": "./dist/packages/*/react.js"
|
|
99
171
|
},
|
|
100
172
|
"./*": {
|
|
101
|
-
"types": "./dist/packages
|
|
102
|
-
"import": "./dist/packages
|
|
173
|
+
"types": "./dist/packages/*/*.d.ts",
|
|
174
|
+
"import": "./dist/packages/*/*.js"
|
|
103
175
|
}
|
|
104
176
|
},
|
|
105
177
|
"main": "./dist/index.js",
|
|
@@ -139,8 +211,8 @@
|
|
|
139
211
|
"react/datepicker": [
|
|
140
212
|
"./dist/packages/datepicker/react.d.ts"
|
|
141
213
|
],
|
|
142
|
-
"react/
|
|
143
|
-
"./dist/packages/
|
|
214
|
+
"react/dead-toggle": [
|
|
215
|
+
"./dist/packages/dead-toggle/react.d.ts"
|
|
144
216
|
],
|
|
145
217
|
"react/expandable": [
|
|
146
218
|
"./dist/packages/expandable/react.d.ts"
|
|
@@ -151,8 +223,8 @@
|
|
|
151
223
|
"react/modal": [
|
|
152
224
|
"./dist/packages/modal/react.d.ts"
|
|
153
225
|
],
|
|
154
|
-
"react/
|
|
155
|
-
"./dist/packages/
|
|
226
|
+
"react/page-indicator": [
|
|
227
|
+
"./dist/packages/page-indicator/react.d.ts"
|
|
156
228
|
],
|
|
157
229
|
"react/pagination": [
|
|
158
230
|
"./dist/packages/pagination/react.d.ts"
|
|
@@ -172,8 +244,35 @@
|
|
|
172
244
|
"react/slider": [
|
|
173
245
|
"./dist/packages/slider/react.d.ts"
|
|
174
246
|
],
|
|
175
|
-
"react/
|
|
176
|
-
"./dist/packages/
|
|
247
|
+
"react/step-indicator": [
|
|
248
|
+
"./dist/packages/step-indicator/react.d.ts"
|
|
249
|
+
],
|
|
250
|
+
"react/step": [
|
|
251
|
+
"./dist/packages/step/react.d.ts"
|
|
252
|
+
],
|
|
253
|
+
"react/modal-header": [
|
|
254
|
+
"./dist/packages/modal-header/react.d.ts"
|
|
255
|
+
],
|
|
256
|
+
"react/modal-footer": [
|
|
257
|
+
"./dist/packages/modal-footer/react.d.ts"
|
|
258
|
+
],
|
|
259
|
+
"react/toast-container": [
|
|
260
|
+
"./dist/packages/toast-container/react.d.ts"
|
|
261
|
+
],
|
|
262
|
+
"react/checkbox-group": [
|
|
263
|
+
"./dist/packages/checkbox-group/react.d.ts"
|
|
264
|
+
],
|
|
265
|
+
"react/radio-group": [
|
|
266
|
+
"./dist/packages/radio-group/react.d.ts"
|
|
267
|
+
],
|
|
268
|
+
"react/slider-thumb": [
|
|
269
|
+
"./dist/packages/slider-thumb/react.d.ts"
|
|
270
|
+
],
|
|
271
|
+
"react/tab": [
|
|
272
|
+
"./dist/packages/tab/react.d.ts"
|
|
273
|
+
],
|
|
274
|
+
"react/tab-panel": [
|
|
275
|
+
"./dist/packages/tab-panel/react.d.ts"
|
|
177
276
|
],
|
|
178
277
|
"react/switch": [
|
|
179
278
|
"./dist/packages/switch/react.d.ts"
|
|
@@ -223,6 +322,7 @@
|
|
|
223
322
|
"semantic-release": "semantic-release",
|
|
224
323
|
"test": "vitest",
|
|
225
324
|
"test:module-resolution": "cd tests/module-resolution && ./setup.sh && ./test.sh",
|
|
325
|
+
"test:output-validation": "node tests/output-validation/validate-eik-output.js",
|
|
226
326
|
"watch:npm": "npx esbuild ./index.js --outdir=dist/ --target=es2017 --bundle --sourcemap --format=esm --minify --watch"
|
|
227
327
|
},
|
|
228
328
|
"repository": {
|