@warp-ds/elements 2.3.0-next.12 → 2.3.0-next.14
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/custom-elements.json +42 -0
- package/dist/packages/affix/index.js.map +2 -2
- package/dist/packages/alert/index.js.map +2 -2
- package/dist/packages/attention/attention.stories.js +4 -1
- package/dist/packages/attention/index.js.map +2 -2
- package/dist/packages/badge/index.js.map +2 -2
- package/dist/packages/box/index.js.map +2 -2
- package/dist/packages/breadcrumbs/index.js.map +2 -2
- package/dist/packages/button/button.stories.d.ts +4 -4
- package/dist/packages/button/button.stories.js +4 -4
- package/dist/packages/button/index.js.map +2 -2
- package/dist/packages/card/index.js.map +2 -2
- package/dist/packages/combobox/index.js.map +2 -2
- package/dist/packages/dead-toggle/index.js.map +2 -2
- package/dist/packages/expandable/index.js.map +2 -2
- package/dist/packages/modal/index.js.map +2 -2
- package/dist/packages/modal/modal-header.js.map +2 -2
- package/dist/packages/modal/modal.stories.d.ts +3 -3
- package/dist/packages/modal/modal.stories.js +32 -32
- package/dist/packages/pagination/index.js.map +2 -2
- package/dist/packages/pill/index.js.map +2 -2
- package/dist/packages/rip-and-tear-checkbox/checkbox-group.js.map +1 -1
- package/dist/packages/rip-and-tear-checkbox/checkbox.js.map +1 -1
- package/dist/packages/rip-and-tear-radio/radio-group.js.map +1 -1
- package/dist/packages/rip-and-tear-radio/radio.js.map +1 -1
- package/dist/packages/rip-and-tear-radio/radio.stories.js.map +1 -1
- package/dist/packages/select/index.js.map +2 -2
- package/dist/packages/select/select.stories.js +2 -2
- package/dist/packages/slider/slider-thumb.js +26 -25
- package/dist/packages/slider/slider-thumb.js.map +3 -3
- package/dist/packages/slider/slider.stories.d.ts +1 -0
- package/dist/packages/slider/slider.stories.js +67 -0
- package/dist/packages/steps/index.js.map +2 -2
- package/dist/packages/switch/index.js.map +2 -2
- package/dist/packages/tabs/tab.js.map +2 -2
- package/dist/packages/tabs/tabs.js.map +2 -2
- package/dist/packages/textarea/index.d.ts +1 -1
- package/dist/packages/textarea/index.js +1 -1
- package/dist/packages/textarea/textarea.js.map +2 -2
- package/dist/packages/textarea/textarea.stories.js +2 -2
- package/dist/packages/textfield/index.js.map +2 -2
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
|
@@ -51,14 +51,14 @@ export const Disabled = {
|
|
|
51
51
|
args: {
|
|
52
52
|
label: 'Description',
|
|
53
53
|
disabled: true,
|
|
54
|
-
value: 'A Link to the Past is a distant prequel to the original The Legend of Zelda, and, within the official chronology, is the first game in the "Defeated Hero" timeline that connects to an alternate reality scenario where the Hero of Time does not succeed in Ocarina of Time.'
|
|
54
|
+
value: 'A Link to the Past is a distant prequel to the original The Legend of Zelda, and, within the official chronology, is the first game in the "Defeated Hero" timeline that connects to an alternate reality scenario where the Hero of Time does not succeed in Ocarina of Time.',
|
|
55
55
|
},
|
|
56
56
|
};
|
|
57
57
|
export const ReadOnly = {
|
|
58
58
|
args: {
|
|
59
59
|
label: 'Description',
|
|
60
60
|
'read-only': true,
|
|
61
|
-
value: 'A Link to the Past is a distant prequel to the original The Legend of Zelda, and, within the official chronology, is the first game in the "Defeated Hero" timeline that connects to an alternate reality scenario where the Hero of Time does not succeed in Ocarina of Time.'
|
|
61
|
+
value: 'A Link to the Past is a distant prequel to the original The Legend of Zelda, and, within the official chronology, is the first game in the "Defeated Hero" timeline that connects to an alternate reality scenario where the Hero of Time does not succeed in Ocarina of Time.',
|
|
62
62
|
},
|
|
63
63
|
};
|
|
64
64
|
export const Optional = {
|