@pure-ds/storybook 0.3.10 → 0.3.12

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.
@@ -1292,6 +1292,24 @@ const preview = {
1292
1292
  options: {
1293
1293
  storySort: {
1294
1294
  order: [
1295
+ 'PDS',
1296
+ [
1297
+ 'General',
1298
+ ['What is PDS', 'Getting Started'],
1299
+ 'Foundations',
1300
+ ['Colors', 'Typography', 'Icons', 'Spacing', 'Smart Surfaces'],
1301
+ 'Primitives',
1302
+ ['Buttons', 'Forms', 'Form Groups', 'Alerts', 'Badges', 'Cards', 'Tables', 'Media', 'Accordion'],
1303
+ 'Utilities',
1304
+ ['Grid System'],
1305
+ 'Patterns',
1306
+ ['Layout', 'Border Effects', 'Utilities'],
1307
+ 'Enhancements',
1308
+ ['Mesh Gradients', 'Interactive States', 'Toggles', 'Dropdowns', 'Range Sliders', 'Required Fields'],
1309
+ 'Components',
1310
+ ['Pds Jsonform', 'Pds Icon', 'Pds Drawer', 'Pds Toaster', 'Pds Tabstrip', 'Pds Splitpanel', 'Pds Scrollrow', 'Pds Richtext', 'Pds Upload'],
1311
+ 'Reference'
1312
+ ],
1295
1313
  'General',
1296
1314
  ['What is PDS', 'Getting Started'],
1297
1315
  'Foundations',
@@ -1306,6 +1324,7 @@ const preview = {
1306
1324
  ['Mesh Gradients', 'Interactive States', 'Toggles', 'Dropdowns', 'Range Sliders', 'Required Fields'],
1307
1325
  'Components',
1308
1326
  ['Pds Jsonform', 'Pds Icon', 'Pds Drawer', 'Pds Toaster', 'Pds Tabstrip', 'Pds Splitpanel', 'Pds Scrollrow', 'Pds Richtext', 'Pds Upload'],
1327
+ 'Reference',
1309
1328
  '*'
1310
1329
  ]
1311
1330
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pure-ds/storybook",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
4
4
  "description": "Storybook showcase for Pure Design System with live configuration",
5
5
  "type": "module",
6
6
  "private": false,