@pure-ds/storybook 0.4.0 → 0.4.2

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.
@@ -57,6 +57,10 @@ const config = {
57
57
  // This must be defined BEFORE @pds-src to take precedence
58
58
  if (!isPackage) {
59
59
  aliases['@pds-src/js/pds-configurator'] = resolve(currentDirname, '../../../packages/pds-configurator/src');
60
+
61
+ // Map the local src folder to the monorepo root src folder
62
+ // This eliminates the need for a copied src folder during development
63
+ aliases[resolve(currentDirname, '../src')] = pdsSrcPath;
60
64
  }
61
65
 
62
66
  aliases['@pds-src'] = pdsSrcPath;
@@ -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
- ['Layout', 'Border Effects', 'Utilities'],
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
- ['Layout', 'Border Effects', 'Utilities'],
1326
+ ['Border Effects', 'Utilities'],
1323
1327
  'Enhancements',
1324
1328
  ['Mesh Gradients', 'Interactive States', 'Toggles', 'Dropdowns', 'Range Sliders', 'Required Fields'],
1325
1329
  'Components',