@pure-ds/storybook 0.4.0 → 0.4.1
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/.storybook/preview.js
CHANGED
|
@@ -1300,10 +1300,12 @@ const preview = {
|
|
|
1300
1300
|
['Colors', 'Typography', 'Icons', 'Spacing', 'Smart Surfaces'],
|
|
1301
1301
|
'Primitives',
|
|
1302
1302
|
['Buttons', 'Forms', 'Form Groups', 'Alerts', 'Badges', 'Cards', 'Tables', 'Media', 'Accordion'],
|
|
1303
|
+
'Layout',
|
|
1304
|
+
['Overview', 'System'],
|
|
1303
1305
|
'Utilities',
|
|
1304
1306
|
['Grid System'],
|
|
1305
1307
|
'Patterns',
|
|
1306
|
-
['
|
|
1308
|
+
['Border Effects', 'Utilities'],
|
|
1307
1309
|
'Enhancements',
|
|
1308
1310
|
['Mesh Gradients', 'Interactive States', 'Toggles', 'Dropdowns', 'Range Sliders', 'Required Fields'],
|
|
1309
1311
|
'Components',
|
|
@@ -1316,10 +1318,12 @@ const preview = {
|
|
|
1316
1318
|
['Colors', 'Typography', 'Icons', 'Spacing', 'Smart Surfaces'],
|
|
1317
1319
|
'Primitives',
|
|
1318
1320
|
['Buttons', 'Forms', 'Form Groups', 'Alerts', 'Badges', 'Cards', 'Tables', 'Media', 'Accordion'],
|
|
1321
|
+
'Layout',
|
|
1322
|
+
['Overview', 'System'],
|
|
1319
1323
|
'Utilities',
|
|
1320
1324
|
['Grid System'],
|
|
1321
1325
|
'Patterns',
|
|
1322
|
-
['
|
|
1326
|
+
['Border Effects', 'Utilities'],
|
|
1323
1327
|
'Enhancements',
|
|
1324
1328
|
['Mesh Gradients', 'Interactive States', 'Toggles', 'Dropdowns', 'Range Sliders', 'Required Fields'],
|
|
1325
1329
|
'Components',
|
package/dist/pds-reference.json
CHANGED
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@ export default {
|
|
|
58
58
|
|
|
59
59
|
export const BasicRequired = () => html`
|
|
60
60
|
${requiredFieldsStoryStyles}
|
|
61
|
-
<form
|
|
61
|
+
<form data-required
|
|
62
62
|
class="required-form"
|
|
63
63
|
@submit="${(event) => {
|
|
64
64
|
event.preventDefault();
|
|
@@ -89,7 +89,7 @@ export const BasicRequired = () => html`
|
|
|
89
89
|
|
|
90
90
|
export const MixedRequired = () => html`
|
|
91
91
|
${requiredFieldsStoryStyles}
|
|
92
|
-
<form
|
|
92
|
+
<form data-required
|
|
93
93
|
class="required-form required-form--wide"
|
|
94
94
|
@submit="${(event) => {
|
|
95
95
|
event.preventDefault();
|