@pure-ds/storybook 0.4.16 → 0.4.19
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/addons/html-preview/Panel.jsx +80 -29
- package/.storybook/addons/html-preview/preview.js +4 -5
- package/.storybook/manager.js +337 -49
- package/.storybook/preview-head.html +2 -2
- package/.storybook/preview.js +2 -2
- package/README.md +2 -2
- package/dist/pds-reference.json +1916 -267
- package/package.json +2 -2
- package/public/assets/css/app.css +2 -2
- package/public/assets/js/app.js +645 -10574
- package/public/assets/js/lit.js +3 -1048
- package/public/assets/js/pds.js +429 -7368
- package/public/assets/pds/components/pds-calendar.js +1 -1
- package/public/assets/pds/components/{pds-jsonform.js → pds-form.js} +536 -45
- package/public/assets/pds/custom-elements.json +271 -26
- package/public/assets/pds/pds-runtime-config.json +1 -1
- package/public/assets/pds/styles/pds-components.css +83 -221
- package/public/assets/pds/styles/pds-components.css.js +166 -442
- package/public/assets/pds/styles/pds-styles.css +240 -437
- package/public/assets/pds/styles/pds-styles.css.js +479 -881
- package/public/assets/pds/styles/pds-utilities.css +151 -214
- package/public/assets/pds/styles/pds-utilities.css.js +302 -428
- package/public/assets/pds/vscode-custom-data.json +63 -63
- package/scripts/build-pds-reference.mjs +112 -38
- package/scripts/generate-stories.js +2 -2
- package/src/js/common/ask.js +48 -21
- package/src/js/pds-configurator/pds-config-form.js +9 -9
- package/src/js/pds-configurator/pds-demo.js +2 -2
- package/src/js/pds-core/pds-config.js +14 -14
- package/src/js/pds-core/pds-generator.js +113 -50
- package/src/js/pds-core/pds-ontology.js +6 -6
- package/src/js/pds.d.ts +2 -2
- package/stories/GettingStarted.stories.js +3 -0
- package/stories/WhatIsPDS.stories.js +3 -0
- package/stories/components/PdsCalendar.stories.js +2 -2
- package/stories/components/PdsDrawer.stories.js +15 -15
- package/stories/components/PdsForm.stories.js +4356 -0
- package/stories/components/{PdsJsonformUiSchema.md → PdsFormUiSchema.md} +2 -2
- package/stories/components/PdsRichtext.stories.js +4 -17
- package/stories/components/PdsScrollrow.stories.js +224 -72
- package/stories/components/PdsSplitpanel.stories.js +63 -28
- package/stories/components/PdsTabstrip.stories.js +7 -7
- package/stories/enhancements/Accordion.stories.js +2 -2
- package/stories/enhancements/Dropdowns.stories.js +13 -10
- package/stories/enhancements/RangeSliders.stories.js +9 -9
- package/stories/enhancements/RequiredFields.stories.js +8 -8
- package/stories/enhancements/Toggles.stories.js +45 -36
- package/stories/enhancements/_enhancement-header.js +2 -2
- package/stories/foundations/Colors.stories.js +13 -13
- package/stories/foundations/HTMLDefaults.stories.js +4 -4
- package/stories/foundations/Icons.stories.js +123 -288
- package/stories/foundations/MeshGradients.stories.js +161 -250
- package/stories/foundations/SmartSurfaces.stories.js +147 -64
- package/stories/foundations/Spacing.stories.js +30 -30
- package/stories/foundations/Typography.stories.js +352 -723
- package/stories/foundations/ZIndex.stories.js +124 -141
- package/stories/layout/LayoutOverview.stories.js +345 -250
- package/stories/layout/LayoutSystem.stories.js +60 -76
- package/stories/patterns/InteractiveStates.stories.js +29 -29
- package/stories/patterns/Utilities.stories.js +17 -5
- package/stories/primitives/Alerts.stories.js +6 -6
- package/stories/primitives/Cards.stories.js +22 -11
- package/stories/primitives/{Forms.stories.js → FormElements.stories.js} +20 -11
- package/stories/primitives/HtmlFormElements.stories.js +128 -0
- package/stories/primitives/{FormGroups.stories.js → HtmlFormGroups.stories.js} +70 -21
- package/stories/primitives/Media.stories.js +23 -20
- package/stories/utilities/Backdrop.stories.js +68 -27
- package/stories/utils/PdsAsk.stories.js +15 -14
- package/public/assets/js/app.js.map +0 -7
- package/public/assets/js/lit.js.map +0 -7
- package/public/assets/js/pds.js.map +0 -7
- package/stories/components/PdsJsonform.stories.js +0 -1929
- /package/src/{pds-core → node-api}/pds-api.js +0 -0
package/dist/pds-reference.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-01-
|
|
2
|
+
"generatedAt": "2026-01-13T12:40:57.809Z",
|
|
3
3
|
"sources": {
|
|
4
4
|
"customElements": "custom-elements.json",
|
|
5
5
|
"ontology": "src\\js\\pds-core\\pds-ontology.js",
|
|
@@ -449,251 +449,29 @@
|
|
|
449
449
|
],
|
|
450
450
|
"notes": []
|
|
451
451
|
},
|
|
452
|
-
"pds-
|
|
453
|
-
"tag": "pds-
|
|
454
|
-
"className": "SvgIcon",
|
|
455
|
-
"displayName": "Icon",
|
|
456
|
-
"storyTitle": null,
|
|
457
|
-
"category": null,
|
|
458
|
-
"description": "SVG Icon Web Component\n\nSVG Icon Web Component",
|
|
459
|
-
"docsDescription": null,
|
|
460
|
-
"pdsTags": [],
|
|
461
|
-
"ontology": {
|
|
462
|
-
"id": "pds-icon",
|
|
463
|
-
"name": "Icon",
|
|
464
|
-
"description": "SVG icon web component",
|
|
465
|
-
"selectors": [
|
|
466
|
-
"pds-icon"
|
|
467
|
-
],
|
|
468
|
-
"tags": [
|
|
469
|
-
"icon",
|
|
470
|
-
"graphic",
|
|
471
|
-
"svg"
|
|
472
|
-
],
|
|
473
|
-
"category": "media"
|
|
474
|
-
},
|
|
475
|
-
"stories": [],
|
|
476
|
-
"sourceModule": "public/assets/pds/components/pds-icon.js",
|
|
477
|
-
"superclass": "HTMLElement",
|
|
478
|
-
"attributes": [
|
|
479
|
-
{
|
|
480
|
-
"name": "icon",
|
|
481
|
-
"description": "Icon name from the sprite sheet",
|
|
482
|
-
"type": "string",
|
|
483
|
-
"default": null,
|
|
484
|
-
"fieldName": null
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"name": "size",
|
|
488
|
-
"description": "Icon size in pixels or named size (xs, sm, md, lg, xl, 2xl)",
|
|
489
|
-
"type": "string|number",
|
|
490
|
-
"default": null,
|
|
491
|
-
"fieldName": null
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "color",
|
|
495
|
-
"description": "Icon color (CSS color value, default: currentColor)",
|
|
496
|
-
"type": "string",
|
|
497
|
-
"default": null,
|
|
498
|
-
"fieldName": null
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "label",
|
|
502
|
-
"description": "Accessible label for the icon (adds role=\"img\")",
|
|
503
|
-
"type": "string",
|
|
504
|
-
"default": null,
|
|
505
|
-
"fieldName": null
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"name": "rotate",
|
|
509
|
-
"description": "Rotation angle in degrees",
|
|
510
|
-
"type": "number",
|
|
511
|
-
"default": null,
|
|
512
|
-
"fieldName": null
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"name": "sprite",
|
|
516
|
-
"description": "Override sprite sheet path",
|
|
517
|
-
"type": "string",
|
|
518
|
-
"default": null,
|
|
519
|
-
"fieldName": null
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"name": "no-sprite",
|
|
523
|
-
"description": "Force fallback icon rendering",
|
|
524
|
-
"type": "boolean",
|
|
525
|
-
"default": null,
|
|
526
|
-
"fieldName": null
|
|
527
|
-
}
|
|
528
|
-
],
|
|
529
|
-
"properties": [
|
|
530
|
-
{
|
|
531
|
-
"name": "externalIconCache",
|
|
532
|
-
"attribute": null,
|
|
533
|
-
"description": null,
|
|
534
|
-
"type": "Map<any, any>",
|
|
535
|
-
"default": "new Map()",
|
|
536
|
-
"reflects": false,
|
|
537
|
-
"privacy": "public"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"name": "externalIconPromises",
|
|
541
|
-
"attribute": null,
|
|
542
|
-
"description": null,
|
|
543
|
-
"type": "Map<any, any>",
|
|
544
|
-
"default": "new Map()",
|
|
545
|
-
"reflects": false,
|
|
546
|
-
"privacy": "public"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "getExternalIconPath",
|
|
550
|
-
"attribute": null,
|
|
551
|
-
"description": "Get the external icons path from PDS config or use default",
|
|
552
|
-
"type": null,
|
|
553
|
-
"default": null,
|
|
554
|
-
"reflects": false,
|
|
555
|
-
"privacy": "public"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"name": "inlineSprites",
|
|
559
|
-
"attribute": null,
|
|
560
|
-
"description": null,
|
|
561
|
-
"type": "Map<any, any>",
|
|
562
|
-
"default": "new Map()",
|
|
563
|
-
"reflects": false,
|
|
564
|
-
"privacy": "public"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "instances",
|
|
568
|
-
"attribute": null,
|
|
569
|
-
"description": null,
|
|
570
|
-
"type": "Set<any>",
|
|
571
|
-
"default": "new Set()",
|
|
572
|
-
"reflects": false,
|
|
573
|
-
"privacy": "public"
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"name": "observedAttributes",
|
|
577
|
-
"attribute": null,
|
|
578
|
-
"description": null,
|
|
579
|
-
"type": "string[]",
|
|
580
|
-
"default": null,
|
|
581
|
-
"reflects": false,
|
|
582
|
-
"privacy": "public"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "spritePromises",
|
|
586
|
-
"attribute": null,
|
|
587
|
-
"description": null,
|
|
588
|
-
"type": "Map<any, any>",
|
|
589
|
-
"default": "new Map()",
|
|
590
|
-
"reflects": false,
|
|
591
|
-
"privacy": "public"
|
|
592
|
-
}
|
|
593
|
-
],
|
|
594
|
-
"methods": [
|
|
595
|
-
{
|
|
596
|
-
"name": "attributeChangedCallback",
|
|
597
|
-
"description": null,
|
|
598
|
-
"parameters": [
|
|
599
|
-
{
|
|
600
|
-
"name": "name",
|
|
601
|
-
"type": "any",
|
|
602
|
-
"description": null,
|
|
603
|
-
"optional": false
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "oldValue",
|
|
607
|
-
"type": "any",
|
|
608
|
-
"description": null,
|
|
609
|
-
"optional": false
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"name": "newValue",
|
|
613
|
-
"type": "any",
|
|
614
|
-
"description": null,
|
|
615
|
-
"optional": false
|
|
616
|
-
}
|
|
617
|
-
],
|
|
618
|
-
"return": "void"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "connectedCallback",
|
|
622
|
-
"description": null,
|
|
623
|
-
"parameters": [],
|
|
624
|
-
"return": "void"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"name": "disconnectedCallback",
|
|
628
|
-
"description": null,
|
|
629
|
-
"parameters": [],
|
|
630
|
-
"return": "void"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "ensureInlineSprite",
|
|
634
|
-
"description": null,
|
|
635
|
-
"parameters": [
|
|
636
|
-
{
|
|
637
|
-
"name": "spriteURL",
|
|
638
|
-
"type": "any",
|
|
639
|
-
"description": null,
|
|
640
|
-
"optional": false
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
|
-
"return": "Promise<any>"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "fetchExternalIcon",
|
|
647
|
-
"description": "Fetch an external SVG icon and cache it\n\nFetch an external SVG icon and cache it",
|
|
648
|
-
"parameters": [
|
|
649
|
-
{
|
|
650
|
-
"name": "iconName",
|
|
651
|
-
"type": "string",
|
|
652
|
-
"description": "The icon name (without .svg extension)",
|
|
653
|
-
"optional": false
|
|
654
|
-
}
|
|
655
|
-
],
|
|
656
|
-
"return": "Promise<boolean>"
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "notifyInstances",
|
|
660
|
-
"description": null,
|
|
661
|
-
"parameters": [],
|
|
662
|
-
"return": "void"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "render",
|
|
666
|
-
"description": null,
|
|
667
|
-
"parameters": [],
|
|
668
|
-
"return": "void"
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"name": "spriteAvailable",
|
|
672
|
-
"description": "Check if sprite sheet is available\n\nCheck if sprite sheet is available",
|
|
673
|
-
"parameters": [],
|
|
674
|
-
"return": "boolean"
|
|
675
|
-
}
|
|
676
|
-
],
|
|
677
|
-
"events": [],
|
|
678
|
-
"slots": [],
|
|
679
|
-
"cssParts": [],
|
|
680
|
-
"notes": []
|
|
681
|
-
},
|
|
682
|
-
"pds-jsonform": {
|
|
683
|
-
"tag": "pds-jsonform",
|
|
452
|
+
"pds-form": {
|
|
453
|
+
"tag": "pds-form",
|
|
684
454
|
"className": "SchemaForm",
|
|
685
455
|
"displayName": "PDS JSON Schema Form",
|
|
686
|
-
"storyTitle":
|
|
687
|
-
"category":
|
|
688
|
-
"description": "<pds-
|
|
689
|
-
"docsDescription":
|
|
690
|
-
"pdsTags": [
|
|
456
|
+
"storyTitle": "Components/pds-form",
|
|
457
|
+
"category": "Components",
|
|
458
|
+
"description": "<pds-form>\n\nForm Actions:\nBy default, the form includes Submit and Reset buttons inside the <form> element.\n\nUsage options:\n1. Default buttons:\n <pds-form .jsonSchema=${schema}></pds-form>\n\n2. Customize labels:\n <pds-form .jsonSchema=${schema} submit-label=\"Save\" reset-label=\"Clear\"></pds-form>\n\n3. Hide reset button:\n <pds-form .jsonSchema=${schema} hide-reset></pds-form>\n\n4. Add extra buttons (slot):\n <pds-form .jsonSchema=${schema}>\n <button type=\"button\" slot=\"actions\"\n\n<pds-form>\n\nForm Actions:\nBy default, the form includes Submit and Reset buttons inside the <form> element.\n\nUsage options:\n1. Default buttons:\n <pds-form .jsonSchema=${schema}></pds-form>\n\n2. Customize labels:\n <pds-form .jsonSchema=${schema} submit-label=\"Save\" reset-label=\"Clear\"></pds-form>\n\n3. Hide reset button:\n <pds-form .jsonSchema=${schema} hide-reset></pds-form>\n\n4. Add extra buttons (slot):\n <pds-form .jsonSchema=${schema}>\n <button type=\"button\" slot=\"actions\"",
|
|
459
|
+
"docsDescription": "**⭐ Recommended for modern applications** - Automatically generate complete forms from [JSON Schema](https://json-schema.org/) definitions.\n\n### Key Features\n- 🎯 **Zero boilerplate** - Define form structure in JSON, get a working form with validation\n- ✅ **Built-in validation** - Automatic validation based on schema rules (required, min/max, patterns, etc.)\n- 🔄 **Data binding** - Two-way data binding with form state management\n- 🎨 **PDS styled** - Uses all PDS design tokens automatically\n- 📱 **Responsive** - Mobile-friendly layouts out of the box\n- 🧩 **Conditional logic** - Show/hide/disable fields, computed values\n- 🌐 **Nested objects** - Support for complex nested data structures\n- 🔧 **Extensible** - Custom field types and validators\n\n### Why Generate Forms from JSON Schema?\nInstead of manually writing HTML for every form field, validation rule, and error message, you define your data schema once and get:\n- Form UI generation\n- Client-side validation\n- Server-side validation (same schema)\n- API documentation\n- Type definitions\n- Database schemas\n\nSee the examples below to get started, or check the [primitive forms](/story/primitives-form-elements--default) for manual form building.",
|
|
460
|
+
"pdsTags": [
|
|
461
|
+
"autodocs",
|
|
462
|
+
"forms",
|
|
463
|
+
"input",
|
|
464
|
+
"interaction",
|
|
465
|
+
"json-schema",
|
|
466
|
+
"pds-form",
|
|
467
|
+
"validation"
|
|
468
|
+
],
|
|
691
469
|
"ontology": {
|
|
692
|
-
"id": "pds-
|
|
470
|
+
"id": "pds-form",
|
|
693
471
|
"name": "JSON Form",
|
|
694
472
|
"description": "Auto-generated form from JSON Schema",
|
|
695
473
|
"selectors": [
|
|
696
|
-
"pds-
|
|
474
|
+
"pds-form"
|
|
697
475
|
],
|
|
698
476
|
"tags": [
|
|
699
477
|
"form",
|
|
@@ -703,7 +481,7 @@
|
|
|
703
481
|
"category": "form"
|
|
704
482
|
},
|
|
705
483
|
"stories": [],
|
|
706
|
-
"sourceModule": "public/assets/pds/components/pds-
|
|
484
|
+
"sourceModule": "public/assets/pds/components/pds-form.js",
|
|
707
485
|
"superclass": "LitElement",
|
|
708
486
|
"attributes": [
|
|
709
487
|
{
|
|
@@ -875,7 +653,7 @@
|
|
|
875
653
|
"name": "options",
|
|
876
654
|
"attribute": "options",
|
|
877
655
|
"description": "Toolkit-level options that adjust widget families, layouts, and validation behavior. Supports path-specific overrides.",
|
|
878
|
-
"type": "
|
|
656
|
+
"type": "formOptions",
|
|
879
657
|
"default": "undefined",
|
|
880
658
|
"reflects": false,
|
|
881
659
|
"privacy": "public"
|
|
@@ -970,6 +748,12 @@
|
|
|
970
748
|
"parameters": [],
|
|
971
749
|
"return": "any"
|
|
972
750
|
},
|
|
751
|
+
{
|
|
752
|
+
"name": "reset",
|
|
753
|
+
"description": null,
|
|
754
|
+
"parameters": [],
|
|
755
|
+
"return": "void"
|
|
756
|
+
},
|
|
973
757
|
{
|
|
974
758
|
"name": "serialize",
|
|
975
759
|
"description": null,
|
|
@@ -1012,55 +796,295 @@
|
|
|
1012
796
|
"events": [
|
|
1013
797
|
{
|
|
1014
798
|
"name": "pw:array-add",
|
|
1015
|
-
"type": "CustomEvent<
|
|
799
|
+
"type": "CustomEvent<formArrayEventDetail>",
|
|
1016
800
|
"description": "Triggered when an array item is appended. Carries the path and index metadata."
|
|
1017
801
|
},
|
|
1018
802
|
{
|
|
1019
803
|
"name": "pw:array-remove",
|
|
1020
|
-
"type": "CustomEvent<
|
|
804
|
+
"type": "CustomEvent<formArrayEventDetail>",
|
|
1021
805
|
"description": "Triggered when an array item is removed."
|
|
1022
806
|
},
|
|
1023
807
|
{
|
|
1024
808
|
"name": "pw:array-reorder",
|
|
1025
|
-
"type": "CustomEvent<
|
|
809
|
+
"type": "CustomEvent<formArrayEventDetail>",
|
|
1026
810
|
"description": "Triggered when array items are reordered (drag & drop scenarios)."
|
|
1027
811
|
},
|
|
1028
812
|
{
|
|
1029
813
|
"name": "pw:dialog-open",
|
|
1030
|
-
"type": "CustomEvent<
|
|
814
|
+
"type": "CustomEvent<formDialogEventDetail>",
|
|
1031
815
|
"description": "Fires before a dialog-driven field opens (e.g. complex editors)."
|
|
1032
816
|
},
|
|
1033
817
|
{
|
|
1034
818
|
"name": "pw:dialog-submit",
|
|
1035
|
-
"type": "CustomEvent<
|
|
819
|
+
"type": "CustomEvent<formDialogEventDetail>",
|
|
1036
820
|
"description": "Fires when a dialog-driven field is saved."
|
|
1037
821
|
},
|
|
1038
822
|
{
|
|
1039
823
|
"name": "pw:submit",
|
|
1040
|
-
"type": "CustomEvent<
|
|
824
|
+
"type": "CustomEvent<formSubmitDetail>",
|
|
1041
825
|
"description": "Emitted after submission. `detail` includes `{ json, formData, valid, issues }` for server hand-off or additional processing."
|
|
1042
826
|
},
|
|
1043
827
|
{
|
|
1044
828
|
"name": "pw:value-change",
|
|
1045
|
-
"type": "CustomEvent<
|
|
829
|
+
"type": "CustomEvent<formValueChangeDetail>",
|
|
1046
830
|
"description": "Live value updates whenever a field changes. `detail.name` contains the JSON Pointer-compatible path."
|
|
1047
831
|
}
|
|
1048
832
|
],
|
|
1049
833
|
"slots": [],
|
|
1050
834
|
"cssParts": [],
|
|
1051
835
|
"notes": [
|
|
1052
|
-
"Typed interfaces for `
|
|
836
|
+
"Typed interfaces for `formOptions`, `UISchema`, and related events live in `src/js/pds.d.ts`.",
|
|
1053
837
|
"The form accepts standard JSON Schema (Draft 7) documents via the `jsonSchema` property. `uiSchema` and `options` fine-tune layout, widgets, and behaviors."
|
|
1054
838
|
]
|
|
1055
839
|
},
|
|
1056
|
-
"pds-
|
|
1057
|
-
"tag": "pds-
|
|
1058
|
-
"className": "
|
|
1059
|
-
"displayName": "Pds
|
|
1060
|
-
"storyTitle": "Components/Pds
|
|
840
|
+
"pds-icon": {
|
|
841
|
+
"tag": "pds-icon",
|
|
842
|
+
"className": "SvgIcon",
|
|
843
|
+
"displayName": "Pds Icon",
|
|
844
|
+
"storyTitle": "Components/Pds Icon",
|
|
1061
845
|
"category": "Components",
|
|
1062
|
-
"description":
|
|
1063
|
-
"docsDescription":
|
|
846
|
+
"description": "SVG Icon Web Component\n\nSVG Icon Web Component",
|
|
847
|
+
"docsDescription": null,
|
|
848
|
+
"pdsTags": [
|
|
849
|
+
"autodocs",
|
|
850
|
+
"graphic",
|
|
851
|
+
"icon",
|
|
852
|
+
"icons",
|
|
853
|
+
"pds-icon",
|
|
854
|
+
"phosphor",
|
|
855
|
+
"sprite",
|
|
856
|
+
"svg",
|
|
857
|
+
"symbol"
|
|
858
|
+
],
|
|
859
|
+
"ontology": {
|
|
860
|
+
"id": "pds-icon",
|
|
861
|
+
"name": "Icon",
|
|
862
|
+
"description": "SVG icon web component",
|
|
863
|
+
"selectors": [
|
|
864
|
+
"pds-icon"
|
|
865
|
+
],
|
|
866
|
+
"tags": [
|
|
867
|
+
"icon",
|
|
868
|
+
"graphic",
|
|
869
|
+
"svg"
|
|
870
|
+
],
|
|
871
|
+
"category": "media"
|
|
872
|
+
},
|
|
873
|
+
"stories": [],
|
|
874
|
+
"sourceModule": "public/assets/pds/components/pds-icon.js",
|
|
875
|
+
"superclass": "HTMLElement",
|
|
876
|
+
"attributes": [
|
|
877
|
+
{
|
|
878
|
+
"name": "icon",
|
|
879
|
+
"description": "Icon name from the sprite sheet",
|
|
880
|
+
"type": "string",
|
|
881
|
+
"default": null,
|
|
882
|
+
"fieldName": null
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "size",
|
|
886
|
+
"description": "Icon size in pixels or named size (xs, sm, md, lg, xl, 2xl)",
|
|
887
|
+
"type": "string|number",
|
|
888
|
+
"default": null,
|
|
889
|
+
"fieldName": null
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "color",
|
|
893
|
+
"description": "Icon color (CSS color value, default: currentColor)",
|
|
894
|
+
"type": "string",
|
|
895
|
+
"default": null,
|
|
896
|
+
"fieldName": null
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "label",
|
|
900
|
+
"description": "Accessible label for the icon (adds role=\"img\")",
|
|
901
|
+
"type": "string",
|
|
902
|
+
"default": null,
|
|
903
|
+
"fieldName": null
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "rotate",
|
|
907
|
+
"description": "Rotation angle in degrees",
|
|
908
|
+
"type": "number",
|
|
909
|
+
"default": null,
|
|
910
|
+
"fieldName": null
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "sprite",
|
|
914
|
+
"description": "Override sprite sheet path",
|
|
915
|
+
"type": "string",
|
|
916
|
+
"default": null,
|
|
917
|
+
"fieldName": null
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "no-sprite",
|
|
921
|
+
"description": "Force fallback icon rendering",
|
|
922
|
+
"type": "boolean",
|
|
923
|
+
"default": null,
|
|
924
|
+
"fieldName": null
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"properties": [
|
|
928
|
+
{
|
|
929
|
+
"name": "externalIconCache",
|
|
930
|
+
"attribute": null,
|
|
931
|
+
"description": null,
|
|
932
|
+
"type": "Map<any, any>",
|
|
933
|
+
"default": "new Map()",
|
|
934
|
+
"reflects": false,
|
|
935
|
+
"privacy": "public"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "externalIconPromises",
|
|
939
|
+
"attribute": null,
|
|
940
|
+
"description": null,
|
|
941
|
+
"type": "Map<any, any>",
|
|
942
|
+
"default": "new Map()",
|
|
943
|
+
"reflects": false,
|
|
944
|
+
"privacy": "public"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "getExternalIconPath",
|
|
948
|
+
"attribute": null,
|
|
949
|
+
"description": "Get the external icons path from PDS config or use default",
|
|
950
|
+
"type": null,
|
|
951
|
+
"default": null,
|
|
952
|
+
"reflects": false,
|
|
953
|
+
"privacy": "public"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "inlineSprites",
|
|
957
|
+
"attribute": null,
|
|
958
|
+
"description": null,
|
|
959
|
+
"type": "Map<any, any>",
|
|
960
|
+
"default": "new Map()",
|
|
961
|
+
"reflects": false,
|
|
962
|
+
"privacy": "public"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "instances",
|
|
966
|
+
"attribute": null,
|
|
967
|
+
"description": null,
|
|
968
|
+
"type": "Set<any>",
|
|
969
|
+
"default": "new Set()",
|
|
970
|
+
"reflects": false,
|
|
971
|
+
"privacy": "public"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "observedAttributes",
|
|
975
|
+
"attribute": null,
|
|
976
|
+
"description": null,
|
|
977
|
+
"type": "string[]",
|
|
978
|
+
"default": null,
|
|
979
|
+
"reflects": false,
|
|
980
|
+
"privacy": "public"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "spritePromises",
|
|
984
|
+
"attribute": null,
|
|
985
|
+
"description": null,
|
|
986
|
+
"type": "Map<any, any>",
|
|
987
|
+
"default": "new Map()",
|
|
988
|
+
"reflects": false,
|
|
989
|
+
"privacy": "public"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"methods": [
|
|
993
|
+
{
|
|
994
|
+
"name": "attributeChangedCallback",
|
|
995
|
+
"description": null,
|
|
996
|
+
"parameters": [
|
|
997
|
+
{
|
|
998
|
+
"name": "name",
|
|
999
|
+
"type": "any",
|
|
1000
|
+
"description": null,
|
|
1001
|
+
"optional": false
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "oldValue",
|
|
1005
|
+
"type": "any",
|
|
1006
|
+
"description": null,
|
|
1007
|
+
"optional": false
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "newValue",
|
|
1011
|
+
"type": "any",
|
|
1012
|
+
"description": null,
|
|
1013
|
+
"optional": false
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
1016
|
+
"return": "void"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "connectedCallback",
|
|
1020
|
+
"description": null,
|
|
1021
|
+
"parameters": [],
|
|
1022
|
+
"return": "void"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "disconnectedCallback",
|
|
1026
|
+
"description": null,
|
|
1027
|
+
"parameters": [],
|
|
1028
|
+
"return": "void"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "ensureInlineSprite",
|
|
1032
|
+
"description": null,
|
|
1033
|
+
"parameters": [
|
|
1034
|
+
{
|
|
1035
|
+
"name": "spriteURL",
|
|
1036
|
+
"type": "any",
|
|
1037
|
+
"description": null,
|
|
1038
|
+
"optional": false
|
|
1039
|
+
}
|
|
1040
|
+
],
|
|
1041
|
+
"return": "Promise<any>"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "fetchExternalIcon",
|
|
1045
|
+
"description": "Fetch an external SVG icon and cache it\n\nFetch an external SVG icon and cache it",
|
|
1046
|
+
"parameters": [
|
|
1047
|
+
{
|
|
1048
|
+
"name": "iconName",
|
|
1049
|
+
"type": "string",
|
|
1050
|
+
"description": "The icon name (without .svg extension)",
|
|
1051
|
+
"optional": false
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
1054
|
+
"return": "Promise<boolean>"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "notifyInstances",
|
|
1058
|
+
"description": null,
|
|
1059
|
+
"parameters": [],
|
|
1060
|
+
"return": "void"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "render",
|
|
1064
|
+
"description": null,
|
|
1065
|
+
"parameters": [],
|
|
1066
|
+
"return": "void"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "spriteAvailable",
|
|
1070
|
+
"description": "Check if sprite sheet is available\n\nCheck if sprite sheet is available",
|
|
1071
|
+
"parameters": [],
|
|
1072
|
+
"return": "boolean"
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"events": [],
|
|
1076
|
+
"slots": [],
|
|
1077
|
+
"cssParts": [],
|
|
1078
|
+
"notes": []
|
|
1079
|
+
},
|
|
1080
|
+
"pds-richtext": {
|
|
1081
|
+
"tag": "pds-richtext",
|
|
1082
|
+
"className": "RichText",
|
|
1083
|
+
"displayName": "Pds Richtext",
|
|
1084
|
+
"storyTitle": "Components/Pds Richtext",
|
|
1085
|
+
"category": "Components",
|
|
1086
|
+
"description": null,
|
|
1087
|
+
"docsDescription": "Rich text editor with markdown support and formatting toolbar. Provide a #showdown import-map entry for best performance; set format=\"markdown\" to keep submitted values as Markdown.",
|
|
1064
1088
|
"pdsTags": [
|
|
1065
1089
|
"autodocs",
|
|
1066
1090
|
"content",
|
|
@@ -3255,7 +3279,7 @@
|
|
|
3255
3279
|
]
|
|
3256
3280
|
},
|
|
3257
3281
|
{
|
|
3258
|
-
"id": "pds-
|
|
3282
|
+
"id": "pds-form",
|
|
3259
3283
|
"name": "JSON Form",
|
|
3260
3284
|
"tags": [
|
|
3261
3285
|
"form",
|
|
@@ -3264,7 +3288,7 @@
|
|
|
3264
3288
|
],
|
|
3265
3289
|
"category": "form",
|
|
3266
3290
|
"selectors": [
|
|
3267
|
-
"pds-
|
|
3291
|
+
"pds-form"
|
|
3268
3292
|
]
|
|
3269
3293
|
},
|
|
3270
3294
|
{
|
|
@@ -3603,12 +3627,7 @@
|
|
|
3603
3627
|
".text-right"
|
|
3604
3628
|
],
|
|
3605
3629
|
"color": [
|
|
3606
|
-
".text-muted"
|
|
3607
|
-
".text-primary",
|
|
3608
|
-
".text-success",
|
|
3609
|
-
".text-warning",
|
|
3610
|
-
".text-danger",
|
|
3611
|
-
".text-info"
|
|
3630
|
+
".text-muted"
|
|
3612
3631
|
],
|
|
3613
3632
|
"overflow": [
|
|
3614
3633
|
".truncate"
|
|
@@ -3707,7 +3726,7 @@
|
|
|
3707
3726
|
],
|
|
3708
3727
|
"components": [
|
|
3709
3728
|
"pds-upload",
|
|
3710
|
-
"pds-
|
|
3729
|
+
"pds-form",
|
|
3711
3730
|
"pds-richtext",
|
|
3712
3731
|
"pds-calendar"
|
|
3713
3732
|
]
|
|
@@ -3854,7 +3873,7 @@
|
|
|
3854
3873
|
"label",
|
|
3855
3874
|
"button",
|
|
3856
3875
|
"fieldset",
|
|
3857
|
-
"pds-
|
|
3876
|
+
"pds-form",
|
|
3858
3877
|
"pds-upload",
|
|
3859
3878
|
"pds-richtext",
|
|
3860
3879
|
"pds-calendar",
|
|
@@ -4605,5 +4624,1635 @@
|
|
|
4605
4624
|
"mobile-stack"
|
|
4606
4625
|
]
|
|
4607
4626
|
}
|
|
4627
|
+
},
|
|
4628
|
+
"storyIndex": {
|
|
4629
|
+
"pds-calendar": {
|
|
4630
|
+
"slug": "pds-calendar",
|
|
4631
|
+
"storyTitle": "Components/Pds Calendar",
|
|
4632
|
+
"category": "Components",
|
|
4633
|
+
"name": "Pds Calendar",
|
|
4634
|
+
"description": "A fully featured calendar component with month navigation, event display, and expandable day views",
|
|
4635
|
+
"tags": [
|
|
4636
|
+
"autodocs",
|
|
4637
|
+
"calendar",
|
|
4638
|
+
"date",
|
|
4639
|
+
"datepicker",
|
|
4640
|
+
"event",
|
|
4641
|
+
"pds-calendar",
|
|
4642
|
+
"schedule"
|
|
4643
|
+
],
|
|
4644
|
+
"pdsParameters": {
|
|
4645
|
+
"tags": [
|
|
4646
|
+
"calendar",
|
|
4647
|
+
"date",
|
|
4648
|
+
"datepicker",
|
|
4649
|
+
"event",
|
|
4650
|
+
"schedule",
|
|
4651
|
+
"pds-calendar"
|
|
4652
|
+
]
|
|
4653
|
+
},
|
|
4654
|
+
"stories": [
|
|
4655
|
+
{
|
|
4656
|
+
"exportName": "Default",
|
|
4657
|
+
"name": "Default",
|
|
4658
|
+
"id": "components-pds-calendar--default",
|
|
4659
|
+
"tags": [],
|
|
4660
|
+
"description": null,
|
|
4661
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsCalendar.stories.js"
|
|
4662
|
+
},
|
|
4663
|
+
{
|
|
4664
|
+
"exportName": "DynamicEvents",
|
|
4665
|
+
"name": "DynamicEvents",
|
|
4666
|
+
"id": "components-pds-calendar--dynamic-events",
|
|
4667
|
+
"tags": [],
|
|
4668
|
+
"description": null,
|
|
4669
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsCalendar.stories.js"
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"exportName": "EventTypes",
|
|
4673
|
+
"name": "EventTypes",
|
|
4674
|
+
"id": "components-pds-calendar--event-types",
|
|
4675
|
+
"tags": [],
|
|
4676
|
+
"description": null,
|
|
4677
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsCalendar.stories.js"
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"exportName": "WithManyEvents",
|
|
4681
|
+
"name": "WithManyEvents",
|
|
4682
|
+
"id": "components-pds-calendar--with-many-events",
|
|
4683
|
+
"tags": [],
|
|
4684
|
+
"description": null,
|
|
4685
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsCalendar.stories.js"
|
|
4686
|
+
},
|
|
4687
|
+
{
|
|
4688
|
+
"exportName": "WithSpecificDate",
|
|
4689
|
+
"name": "WithSpecificDate",
|
|
4690
|
+
"id": "components-pds-calendar--with-specific-date",
|
|
4691
|
+
"tags": [],
|
|
4692
|
+
"description": null,
|
|
4693
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsCalendar.stories.js"
|
|
4694
|
+
}
|
|
4695
|
+
],
|
|
4696
|
+
"files": [
|
|
4697
|
+
"packages\\pds-storybook\\stories\\components\\PdsCalendar.stories.js"
|
|
4698
|
+
]
|
|
4699
|
+
},
|
|
4700
|
+
"pds-drawer": {
|
|
4701
|
+
"slug": "pds-drawer",
|
|
4702
|
+
"storyTitle": "Components/Pds Drawer",
|
|
4703
|
+
"category": "Components",
|
|
4704
|
+
"name": "Pds Drawer",
|
|
4705
|
+
"description": "Slide-out panels from any edge",
|
|
4706
|
+
"tags": [
|
|
4707
|
+
"autodocs",
|
|
4708
|
+
"drawer",
|
|
4709
|
+
"grouping",
|
|
4710
|
+
"interaction",
|
|
4711
|
+
"layout",
|
|
4712
|
+
"modal",
|
|
4713
|
+
"navigation",
|
|
4714
|
+
"overlay",
|
|
4715
|
+
"panel",
|
|
4716
|
+
"pds-drawer",
|
|
4717
|
+
"sidebar"
|
|
4718
|
+
],
|
|
4719
|
+
"pdsParameters": {
|
|
4720
|
+
"tags": [
|
|
4721
|
+
"drawer",
|
|
4722
|
+
"panel",
|
|
4723
|
+
"sidebar",
|
|
4724
|
+
"overlay",
|
|
4725
|
+
"navigation",
|
|
4726
|
+
"modal",
|
|
4727
|
+
"pds-drawer",
|
|
4728
|
+
"layout",
|
|
4729
|
+
"grouping",
|
|
4730
|
+
"interaction"
|
|
4731
|
+
]
|
|
4732
|
+
},
|
|
4733
|
+
"stories": [
|
|
4734
|
+
{
|
|
4735
|
+
"exportName": "Default",
|
|
4736
|
+
"name": "Default",
|
|
4737
|
+
"id": "components-pds-drawer--default",
|
|
4738
|
+
"tags": [],
|
|
4739
|
+
"description": null,
|
|
4740
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsDrawer.stories.js"
|
|
4741
|
+
}
|
|
4742
|
+
],
|
|
4743
|
+
"files": [
|
|
4744
|
+
"packages\\pds-storybook\\stories\\components\\PdsDrawer.stories.js"
|
|
4745
|
+
]
|
|
4746
|
+
},
|
|
4747
|
+
"pds-form": {
|
|
4748
|
+
"slug": "pds-form",
|
|
4749
|
+
"storyTitle": "Components/pds-form",
|
|
4750
|
+
"category": "Components",
|
|
4751
|
+
"name": "pds-form",
|
|
4752
|
+
"description": "**⭐ Recommended for modern applications** - Automatically generate complete forms from [JSON Schema](https://json-schema.org/) definitions.\n\n### Key Features\n- 🎯 **Zero boilerplate** - Define form structure in JSON, get a working form with validation\n- ✅ **Built-in validation** - Automatic validation based on schema rules (required, min/max, patterns, etc.)\n- 🔄 **Data binding** - Two-way data binding with form state management\n- 🎨 **PDS styled** - Uses all PDS design tokens automatically\n- 📱 **Responsive** - Mobile-friendly layouts out of the box\n- 🧩 **Conditional logic** - Show/hide/disable fields, computed values\n- 🌐 **Nested objects** - Support for complex nested data structures\n- 🔧 **Extensible** - Custom field types and validators\n\n### Why Generate Forms from JSON Schema?\nInstead of manually writing HTML for every form field, validation rule, and error message, you define your data schema once and get:\n- Form UI generation\n- Client-side validation\n- Server-side validation (same schema)\n- API documentation\n- Type definitions\n- Database schemas\n\nSee the examples below to get started, or check the [primitive forms](/story/primitives-form-elements--default) for manual form building.",
|
|
4753
|
+
"tags": [
|
|
4754
|
+
"autodocs",
|
|
4755
|
+
"forms",
|
|
4756
|
+
"input",
|
|
4757
|
+
"interaction",
|
|
4758
|
+
"json-schema",
|
|
4759
|
+
"pds-form",
|
|
4760
|
+
"validation"
|
|
4761
|
+
],
|
|
4762
|
+
"pdsParameters": {
|
|
4763
|
+
"tags": [
|
|
4764
|
+
"forms",
|
|
4765
|
+
"json-schema",
|
|
4766
|
+
"validation",
|
|
4767
|
+
"input",
|
|
4768
|
+
"pds-form",
|
|
4769
|
+
"interaction"
|
|
4770
|
+
]
|
|
4771
|
+
},
|
|
4772
|
+
"stories": [],
|
|
4773
|
+
"files": [
|
|
4774
|
+
"packages\\pds-storybook\\stories\\components\\PdsForm.stories.js"
|
|
4775
|
+
]
|
|
4776
|
+
},
|
|
4777
|
+
"pds-icon": {
|
|
4778
|
+
"slug": "pds-icon",
|
|
4779
|
+
"storyTitle": "Components/Pds Icon",
|
|
4780
|
+
"category": "Components",
|
|
4781
|
+
"name": "Pds Icon",
|
|
4782
|
+
"description": null,
|
|
4783
|
+
"tags": [
|
|
4784
|
+
"autodocs",
|
|
4785
|
+
"graphic",
|
|
4786
|
+
"icon",
|
|
4787
|
+
"icons",
|
|
4788
|
+
"pds-icon",
|
|
4789
|
+
"phosphor",
|
|
4790
|
+
"sprite",
|
|
4791
|
+
"svg",
|
|
4792
|
+
"symbol"
|
|
4793
|
+
],
|
|
4794
|
+
"pdsParameters": {
|
|
4795
|
+
"tags": [
|
|
4796
|
+
"icon",
|
|
4797
|
+
"icons",
|
|
4798
|
+
"svg",
|
|
4799
|
+
"sprite",
|
|
4800
|
+
"phosphor",
|
|
4801
|
+
"graphic",
|
|
4802
|
+
"symbol",
|
|
4803
|
+
"pds-icon"
|
|
4804
|
+
]
|
|
4805
|
+
},
|
|
4806
|
+
"stories": [],
|
|
4807
|
+
"files": [
|
|
4808
|
+
"packages\\pds-storybook\\stories\\components\\PdsIcon.stories.js"
|
|
4809
|
+
]
|
|
4810
|
+
},
|
|
4811
|
+
"pds-richtext": {
|
|
4812
|
+
"slug": "pds-richtext",
|
|
4813
|
+
"storyTitle": "Components/Pds Richtext",
|
|
4814
|
+
"category": "Components",
|
|
4815
|
+
"name": "Pds Richtext",
|
|
4816
|
+
"description": "Rich text editor with markdown support and formatting toolbar. Provide a #showdown import-map entry for best performance; set format=\"markdown\" to keep submitted values as Markdown.",
|
|
4817
|
+
"tags": [
|
|
4818
|
+
"autodocs",
|
|
4819
|
+
"content",
|
|
4820
|
+
"editor",
|
|
4821
|
+
"forms",
|
|
4822
|
+
"pds-richtext",
|
|
4823
|
+
"richtext",
|
|
4824
|
+
"text",
|
|
4825
|
+
"wysiwyg"
|
|
4826
|
+
],
|
|
4827
|
+
"pdsParameters": {
|
|
4828
|
+
"tags": [
|
|
4829
|
+
"richtext",
|
|
4830
|
+
"editor",
|
|
4831
|
+
"wysiwyg",
|
|
4832
|
+
"text",
|
|
4833
|
+
"content",
|
|
4834
|
+
"pds-richtext",
|
|
4835
|
+
"forms"
|
|
4836
|
+
]
|
|
4837
|
+
},
|
|
4838
|
+
"stories": [
|
|
4839
|
+
{
|
|
4840
|
+
"exportName": "Default",
|
|
4841
|
+
"name": "Default",
|
|
4842
|
+
"id": "components-pds-richtext--default",
|
|
4843
|
+
"tags": [],
|
|
4844
|
+
"description": null,
|
|
4845
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsRichtext.stories.js"
|
|
4846
|
+
}
|
|
4847
|
+
],
|
|
4848
|
+
"files": [
|
|
4849
|
+
"packages\\pds-storybook\\stories\\components\\PdsRichtext.stories.js"
|
|
4850
|
+
]
|
|
4851
|
+
},
|
|
4852
|
+
"pds-scrollrow": {
|
|
4853
|
+
"slug": "pds-scrollrow",
|
|
4854
|
+
"storyTitle": "Components/Pds Scrollrow",
|
|
4855
|
+
"category": "Components",
|
|
4856
|
+
"name": "Pds Scrollrow",
|
|
4857
|
+
"description": "Horizontal scrolling container with navigation buttons",
|
|
4858
|
+
"tags": [
|
|
4859
|
+
"autodocs",
|
|
4860
|
+
"carousel",
|
|
4861
|
+
"horizontal",
|
|
4862
|
+
"layout",
|
|
4863
|
+
"overflow",
|
|
4864
|
+
"pds-scrollrow",
|
|
4865
|
+
"scroll",
|
|
4866
|
+
"scrollrow"
|
|
4867
|
+
],
|
|
4868
|
+
"pdsParameters": {
|
|
4869
|
+
"tags": [
|
|
4870
|
+
"scrollrow",
|
|
4871
|
+
"scroll",
|
|
4872
|
+
"carousel",
|
|
4873
|
+
"horizontal",
|
|
4874
|
+
"overflow",
|
|
4875
|
+
"pds-scrollrow",
|
|
4876
|
+
"layout"
|
|
4877
|
+
]
|
|
4878
|
+
},
|
|
4879
|
+
"stories": [],
|
|
4880
|
+
"files": [
|
|
4881
|
+
"packages\\pds-storybook\\stories\\components\\PdsScrollrow.stories.js"
|
|
4882
|
+
]
|
|
4883
|
+
},
|
|
4884
|
+
"pds-splitpanel": {
|
|
4885
|
+
"slug": "pds-splitpanel",
|
|
4886
|
+
"storyTitle": "Components/Pds Splitpanel",
|
|
4887
|
+
"category": "Components",
|
|
4888
|
+
"name": "Pds Splitpanel",
|
|
4889
|
+
"description": "Split panels divide content areas with a draggable divider for resizable layouts.",
|
|
4890
|
+
"tags": [
|
|
4891
|
+
"autodocs",
|
|
4892
|
+
"interaction",
|
|
4893
|
+
"layout",
|
|
4894
|
+
"panel",
|
|
4895
|
+
"pds-splitpanel",
|
|
4896
|
+
"resizable",
|
|
4897
|
+
"sizing",
|
|
4898
|
+
"split",
|
|
4899
|
+
"splitpanel"
|
|
4900
|
+
],
|
|
4901
|
+
"pdsParameters": {
|
|
4902
|
+
"tags": [
|
|
4903
|
+
"splitpanel",
|
|
4904
|
+
"split",
|
|
4905
|
+
"resizable",
|
|
4906
|
+
"panel",
|
|
4907
|
+
"layout",
|
|
4908
|
+
"sizing",
|
|
4909
|
+
"interaction",
|
|
4910
|
+
"pds-splitpanel"
|
|
4911
|
+
]
|
|
4912
|
+
},
|
|
4913
|
+
"stories": [],
|
|
4914
|
+
"files": [
|
|
4915
|
+
"packages\\pds-storybook\\stories\\components\\PdsSplitpanel.stories.js"
|
|
4916
|
+
]
|
|
4917
|
+
},
|
|
4918
|
+
"pds-tabstrip": {
|
|
4919
|
+
"slug": "pds-tabstrip",
|
|
4920
|
+
"storyTitle": "Components/Pds Tabstrip",
|
|
4921
|
+
"category": "Components",
|
|
4922
|
+
"name": "Pds Tabstrip",
|
|
4923
|
+
"description": "Accessible tab interface with keyboard navigation",
|
|
4924
|
+
"tags": [
|
|
4925
|
+
"autodocs",
|
|
4926
|
+
"grouping",
|
|
4927
|
+
"layout",
|
|
4928
|
+
"navigation",
|
|
4929
|
+
"panels",
|
|
4930
|
+
"pds-tabstrip",
|
|
4931
|
+
"tab",
|
|
4932
|
+
"tabs",
|
|
4933
|
+
"tabstrip"
|
|
4934
|
+
],
|
|
4935
|
+
"pdsParameters": {
|
|
4936
|
+
"tags": [
|
|
4937
|
+
"tab",
|
|
4938
|
+
"tabs",
|
|
4939
|
+
"tabstrip",
|
|
4940
|
+
"navigation",
|
|
4941
|
+
"panels",
|
|
4942
|
+
"grouping",
|
|
4943
|
+
"layout",
|
|
4944
|
+
"pds-tabstrip"
|
|
4945
|
+
]
|
|
4946
|
+
},
|
|
4947
|
+
"stories": [],
|
|
4948
|
+
"files": [
|
|
4949
|
+
"packages\\pds-storybook\\stories\\components\\PdsTabstrip.stories.js"
|
|
4950
|
+
]
|
|
4951
|
+
},
|
|
4952
|
+
"pds-toaster": {
|
|
4953
|
+
"slug": "pds-toaster",
|
|
4954
|
+
"storyTitle": "Components/Pds Toaster",
|
|
4955
|
+
"category": "Components",
|
|
4956
|
+
"name": "Pds Toaster",
|
|
4957
|
+
"description": "Toast notification system with auto-dismiss and stacking. Toast notifications appear in the top-right corner and auto-dismiss after a few seconds based on message length.",
|
|
4958
|
+
"tags": [
|
|
4959
|
+
"alert",
|
|
4960
|
+
"autodocs",
|
|
4961
|
+
"feedback",
|
|
4962
|
+
"interaction",
|
|
4963
|
+
"message",
|
|
4964
|
+
"notification",
|
|
4965
|
+
"pds-toaster",
|
|
4966
|
+
"toast",
|
|
4967
|
+
"toaster"
|
|
4968
|
+
],
|
|
4969
|
+
"pdsParameters": {
|
|
4970
|
+
"tags": [
|
|
4971
|
+
"toast",
|
|
4972
|
+
"toaster",
|
|
4973
|
+
"notification",
|
|
4974
|
+
"alert",
|
|
4975
|
+
"message",
|
|
4976
|
+
"feedback",
|
|
4977
|
+
"pds-toaster",
|
|
4978
|
+
"interaction"
|
|
4979
|
+
]
|
|
4980
|
+
},
|
|
4981
|
+
"stories": [],
|
|
4982
|
+
"files": [
|
|
4983
|
+
"packages\\pds-storybook\\stories\\components\\PdsToaster.stories.js"
|
|
4984
|
+
]
|
|
4985
|
+
},
|
|
4986
|
+
"pds-upload": {
|
|
4987
|
+
"slug": "pds-upload",
|
|
4988
|
+
"storyTitle": "Components/Pds Upload",
|
|
4989
|
+
"category": "Components",
|
|
4990
|
+
"name": "Pds Upload",
|
|
4991
|
+
"description": "File upload with preview and validation",
|
|
4992
|
+
"tags": [
|
|
4993
|
+
"autodocs",
|
|
4994
|
+
"dropzone",
|
|
4995
|
+
"file",
|
|
4996
|
+
"forms",
|
|
4997
|
+
"input",
|
|
4998
|
+
"pds-upload",
|
|
4999
|
+
"upload"
|
|
5000
|
+
],
|
|
5001
|
+
"pdsParameters": {
|
|
5002
|
+
"tags": [
|
|
5003
|
+
"upload",
|
|
5004
|
+
"file",
|
|
5005
|
+
"dropzone",
|
|
5006
|
+
"input",
|
|
5007
|
+
"pds-upload",
|
|
5008
|
+
"forms"
|
|
5009
|
+
]
|
|
5010
|
+
},
|
|
5011
|
+
"stories": [
|
|
5012
|
+
{
|
|
5013
|
+
"exportName": "Default",
|
|
5014
|
+
"name": "Default",
|
|
5015
|
+
"id": "components-pds-upload--default",
|
|
5016
|
+
"tags": [],
|
|
5017
|
+
"description": null,
|
|
5018
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsUpload.stories.js"
|
|
5019
|
+
}
|
|
5020
|
+
],
|
|
5021
|
+
"files": [
|
|
5022
|
+
"packages\\pds-storybook\\stories\\components\\PdsUpload.stories.js"
|
|
5023
|
+
]
|
|
5024
|
+
},
|
|
5025
|
+
"accordion": {
|
|
5026
|
+
"slug": "accordion",
|
|
5027
|
+
"storyTitle": "Enhancements/Accordion",
|
|
5028
|
+
"category": "Enhancements",
|
|
5029
|
+
"name": "Accordion",
|
|
5030
|
+
"description": null,
|
|
5031
|
+
"tags": [
|
|
5032
|
+
"accordion",
|
|
5033
|
+
"enhancement",
|
|
5034
|
+
"grouping",
|
|
5035
|
+
"navigation"
|
|
5036
|
+
],
|
|
5037
|
+
"pdsParameters": {
|
|
5038
|
+
"tags": [
|
|
5039
|
+
"grouping",
|
|
5040
|
+
"navigation",
|
|
5041
|
+
"enhancement",
|
|
5042
|
+
"accordion"
|
|
5043
|
+
]
|
|
5044
|
+
},
|
|
5045
|
+
"stories": [],
|
|
5046
|
+
"files": [
|
|
5047
|
+
"packages\\pds-storybook\\stories\\enhancements\\Accordion.stories.js"
|
|
5048
|
+
]
|
|
5049
|
+
},
|
|
5050
|
+
"button-working": {
|
|
5051
|
+
"slug": "button-working",
|
|
5052
|
+
"storyTitle": "Enhancements/Button Working",
|
|
5053
|
+
"category": "Enhancements",
|
|
5054
|
+
"name": "Button Working",
|
|
5055
|
+
"description": null,
|
|
5056
|
+
"tags": [
|
|
5057
|
+
"button",
|
|
5058
|
+
"enhancement",
|
|
5059
|
+
"feedback",
|
|
5060
|
+
"interaction",
|
|
5061
|
+
"loading",
|
|
5062
|
+
"spinner",
|
|
5063
|
+
"working"
|
|
5064
|
+
],
|
|
5065
|
+
"pdsParameters": {
|
|
5066
|
+
"tags": [
|
|
5067
|
+
"button",
|
|
5068
|
+
"loading",
|
|
5069
|
+
"working",
|
|
5070
|
+
"spinner",
|
|
5071
|
+
"interaction",
|
|
5072
|
+
"feedback",
|
|
5073
|
+
"enhancement"
|
|
5074
|
+
]
|
|
5075
|
+
},
|
|
5076
|
+
"stories": [],
|
|
5077
|
+
"files": [
|
|
5078
|
+
"packages\\pds-storybook\\stories\\enhancements\\ButtonWorking.stories.js"
|
|
5079
|
+
]
|
|
5080
|
+
},
|
|
5081
|
+
"dropdowns": {
|
|
5082
|
+
"slug": "dropdowns",
|
|
5083
|
+
"storyTitle": "Enhancements/Dropdowns",
|
|
5084
|
+
"category": "Enhancements",
|
|
5085
|
+
"name": "Dropdowns",
|
|
5086
|
+
"description": null,
|
|
5087
|
+
"tags": [
|
|
5088
|
+
"data-dropdown",
|
|
5089
|
+
"dropdown",
|
|
5090
|
+
"forms",
|
|
5091
|
+
"interaction",
|
|
5092
|
+
"menu",
|
|
5093
|
+
"navigation",
|
|
5094
|
+
"overlay",
|
|
5095
|
+
"popover"
|
|
5096
|
+
],
|
|
5097
|
+
"pdsParameters": {
|
|
5098
|
+
"tags": [
|
|
5099
|
+
"dropdown",
|
|
5100
|
+
"menu",
|
|
5101
|
+
"navigation",
|
|
5102
|
+
"popover",
|
|
5103
|
+
"overlay",
|
|
5104
|
+
"forms",
|
|
5105
|
+
"interaction",
|
|
5106
|
+
"data-dropdown"
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
5109
|
+
"stories": [],
|
|
5110
|
+
"files": [
|
|
5111
|
+
"packages\\pds-storybook\\stories\\enhancements\\Dropdowns.stories.js"
|
|
5112
|
+
]
|
|
5113
|
+
},
|
|
5114
|
+
"open-groups": {
|
|
5115
|
+
"slug": "open-groups",
|
|
5116
|
+
"storyTitle": "Enhancements/Open Groups",
|
|
5117
|
+
"category": "Enhancements",
|
|
5118
|
+
"name": "Open Groups",
|
|
5119
|
+
"description": null,
|
|
5120
|
+
"tags": [
|
|
5121
|
+
"checkbox",
|
|
5122
|
+
"custom-option",
|
|
5123
|
+
"data-open",
|
|
5124
|
+
"dynamic",
|
|
5125
|
+
"enhancement",
|
|
5126
|
+
"fieldset",
|
|
5127
|
+
"forms",
|
|
5128
|
+
"interaction",
|
|
5129
|
+
"radio"
|
|
5130
|
+
],
|
|
5131
|
+
"pdsParameters": {
|
|
5132
|
+
"tags": [
|
|
5133
|
+
"fieldset",
|
|
5134
|
+
"radio",
|
|
5135
|
+
"checkbox",
|
|
5136
|
+
"dynamic",
|
|
5137
|
+
"custom-option",
|
|
5138
|
+
"data-open",
|
|
5139
|
+
"forms",
|
|
5140
|
+
"interaction",
|
|
5141
|
+
"enhancement"
|
|
5142
|
+
]
|
|
5143
|
+
},
|
|
5144
|
+
"stories": [],
|
|
5145
|
+
"files": [
|
|
5146
|
+
"packages\\pds-storybook\\stories\\enhancements\\OpenGroups.stories.js"
|
|
5147
|
+
]
|
|
5148
|
+
},
|
|
5149
|
+
"range-sliders": {
|
|
5150
|
+
"slug": "range-sliders",
|
|
5151
|
+
"storyTitle": "Enhancements/Range Sliders",
|
|
5152
|
+
"category": "Enhancements",
|
|
5153
|
+
"name": "Range Sliders",
|
|
5154
|
+
"description": null,
|
|
5155
|
+
"tags": [
|
|
5156
|
+
"enhancement",
|
|
5157
|
+
"forms",
|
|
5158
|
+
"input",
|
|
5159
|
+
"interaction",
|
|
5160
|
+
"range",
|
|
5161
|
+
"slider"
|
|
5162
|
+
],
|
|
5163
|
+
"pdsParameters": {
|
|
5164
|
+
"tags": [
|
|
5165
|
+
"range",
|
|
5166
|
+
"slider",
|
|
5167
|
+
"input",
|
|
5168
|
+
"forms",
|
|
5169
|
+
"interaction",
|
|
5170
|
+
"enhancement"
|
|
5171
|
+
]
|
|
5172
|
+
},
|
|
5173
|
+
"stories": [],
|
|
5174
|
+
"files": [
|
|
5175
|
+
"packages\\pds-storybook\\stories\\enhancements\\RangeSliders.stories.js"
|
|
5176
|
+
]
|
|
5177
|
+
},
|
|
5178
|
+
"required-fields": {
|
|
5179
|
+
"slug": "required-fields",
|
|
5180
|
+
"storyTitle": "Enhancements/Required Fields",
|
|
5181
|
+
"category": "Enhancements",
|
|
5182
|
+
"name": "Required Fields",
|
|
5183
|
+
"description": null,
|
|
5184
|
+
"tags": [
|
|
5185
|
+
"asterisk",
|
|
5186
|
+
"enhancement",
|
|
5187
|
+
"form",
|
|
5188
|
+
"forms",
|
|
5189
|
+
"input",
|
|
5190
|
+
"interaction",
|
|
5191
|
+
"required",
|
|
5192
|
+
"validation"
|
|
5193
|
+
],
|
|
5194
|
+
"pdsParameters": {
|
|
5195
|
+
"tags": [
|
|
5196
|
+
"required",
|
|
5197
|
+
"validation",
|
|
5198
|
+
"form",
|
|
5199
|
+
"input",
|
|
5200
|
+
"asterisk",
|
|
5201
|
+
"forms",
|
|
5202
|
+
"interaction",
|
|
5203
|
+
"enhancement"
|
|
5204
|
+
]
|
|
5205
|
+
},
|
|
5206
|
+
"stories": [],
|
|
5207
|
+
"files": [
|
|
5208
|
+
"packages\\pds-storybook\\stories\\enhancements\\RequiredFields.stories.js"
|
|
5209
|
+
]
|
|
5210
|
+
},
|
|
5211
|
+
"toggles": {
|
|
5212
|
+
"slug": "toggles",
|
|
5213
|
+
"storyTitle": "Enhancements/Toggles",
|
|
5214
|
+
"category": "Enhancements",
|
|
5215
|
+
"name": "Toggles",
|
|
5216
|
+
"description": null,
|
|
5217
|
+
"tags": [
|
|
5218
|
+
"checkbox",
|
|
5219
|
+
"data-toggle",
|
|
5220
|
+
"enhancement",
|
|
5221
|
+
"forms",
|
|
5222
|
+
"interaction",
|
|
5223
|
+
"switch",
|
|
5224
|
+
"toggle"
|
|
5225
|
+
],
|
|
5226
|
+
"pdsParameters": {
|
|
5227
|
+
"tags": [
|
|
5228
|
+
"toggle",
|
|
5229
|
+
"switch",
|
|
5230
|
+
"checkbox",
|
|
5231
|
+
"forms",
|
|
5232
|
+
"interaction",
|
|
5233
|
+
"data-toggle",
|
|
5234
|
+
"enhancement"
|
|
5235
|
+
]
|
|
5236
|
+
},
|
|
5237
|
+
"stories": [],
|
|
5238
|
+
"files": [
|
|
5239
|
+
"packages\\pds-storybook\\stories\\enhancements\\Toggles.stories.js"
|
|
5240
|
+
]
|
|
5241
|
+
},
|
|
5242
|
+
"colors": {
|
|
5243
|
+
"slug": "colors",
|
|
5244
|
+
"storyTitle": "Foundations/Colors",
|
|
5245
|
+
"category": "Foundations",
|
|
5246
|
+
"name": "Colors",
|
|
5247
|
+
"description": "Design tokens - colors, typography, spacing, icons",
|
|
5248
|
+
"tags": [
|
|
5249
|
+
"accent",
|
|
5250
|
+
"color",
|
|
5251
|
+
"colors",
|
|
5252
|
+
"danger",
|
|
5253
|
+
"gray",
|
|
5254
|
+
"info",
|
|
5255
|
+
"neutral",
|
|
5256
|
+
"palette",
|
|
5257
|
+
"primary",
|
|
5258
|
+
"secondary",
|
|
5259
|
+
"semantic",
|
|
5260
|
+
"success",
|
|
5261
|
+
"theming",
|
|
5262
|
+
"tokens",
|
|
5263
|
+
"warning"
|
|
5264
|
+
],
|
|
5265
|
+
"pdsParameters": {
|
|
5266
|
+
"tags": [
|
|
5267
|
+
"color",
|
|
5268
|
+
"colors",
|
|
5269
|
+
"primary",
|
|
5270
|
+
"secondary",
|
|
5271
|
+
"accent",
|
|
5272
|
+
"success",
|
|
5273
|
+
"warning",
|
|
5274
|
+
"danger",
|
|
5275
|
+
"info",
|
|
5276
|
+
"neutral",
|
|
5277
|
+
"gray",
|
|
5278
|
+
"semantic",
|
|
5279
|
+
"palette",
|
|
5280
|
+
"tokens",
|
|
5281
|
+
"theming"
|
|
5282
|
+
]
|
|
5283
|
+
},
|
|
5284
|
+
"stories": [
|
|
5285
|
+
{
|
|
5286
|
+
"exportName": "Default",
|
|
5287
|
+
"name": "Default",
|
|
5288
|
+
"id": "foundations-colors--default",
|
|
5289
|
+
"tags": [],
|
|
5290
|
+
"description": null,
|
|
5291
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Colors.stories.js"
|
|
5292
|
+
}
|
|
5293
|
+
],
|
|
5294
|
+
"files": [
|
|
5295
|
+
"packages\\pds-storybook\\stories\\foundations\\Colors.stories.js"
|
|
5296
|
+
]
|
|
5297
|
+
},
|
|
5298
|
+
"html-defaults": {
|
|
5299
|
+
"slug": "html-defaults",
|
|
5300
|
+
"storyTitle": "Foundations/HTML Defaults",
|
|
5301
|
+
"category": "Foundations",
|
|
5302
|
+
"name": "HTML Defaults",
|
|
5303
|
+
"description": "PDS provides opinionated default styles for semantic HTML elements, creating a modern look & feel without requiring classes.",
|
|
5304
|
+
"tags": [],
|
|
5305
|
+
"pdsParameters": {},
|
|
5306
|
+
"stories": [
|
|
5307
|
+
{
|
|
5308
|
+
"exportName": "DetailsAndSummary",
|
|
5309
|
+
"name": "Details & Summary",
|
|
5310
|
+
"id": "foundations-html-defaults--details-and-summary",
|
|
5311
|
+
"tags": [],
|
|
5312
|
+
"description": null,
|
|
5313
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\HTMLDefaults.stories.js"
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"exportName": "Overview",
|
|
5317
|
+
"name": "Overview",
|
|
5318
|
+
"id": "foundations-html-defaults--overview",
|
|
5319
|
+
"tags": [],
|
|
5320
|
+
"description": null,
|
|
5321
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\HTMLDefaults.stories.js"
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"exportName": "StructuralElements",
|
|
5325
|
+
"name": "Structural Elements",
|
|
5326
|
+
"id": "foundations-html-defaults--structural-elements",
|
|
5327
|
+
"tags": [],
|
|
5328
|
+
"description": null,
|
|
5329
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\HTMLDefaults.stories.js"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"exportName": "TextElements",
|
|
5333
|
+
"name": "Text Elements",
|
|
5334
|
+
"id": "foundations-html-defaults--text-elements",
|
|
5335
|
+
"tags": [],
|
|
5336
|
+
"description": null,
|
|
5337
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\HTMLDefaults.stories.js"
|
|
5338
|
+
}
|
|
5339
|
+
],
|
|
5340
|
+
"files": [
|
|
5341
|
+
"packages\\pds-storybook\\stories\\foundations\\HTMLDefaults.stories.js"
|
|
5342
|
+
]
|
|
5343
|
+
},
|
|
5344
|
+
"icons": {
|
|
5345
|
+
"slug": "icons",
|
|
5346
|
+
"storyTitle": "Foundations/Icons",
|
|
5347
|
+
"category": "Foundations",
|
|
5348
|
+
"name": "Icons",
|
|
5349
|
+
"description": "Icon system using Phosphor icons with configurable sets per category",
|
|
5350
|
+
"tags": [
|
|
5351
|
+
"graphic",
|
|
5352
|
+
"icon",
|
|
5353
|
+
"icons",
|
|
5354
|
+
"pds-icon",
|
|
5355
|
+
"phosphor",
|
|
5356
|
+
"sprite",
|
|
5357
|
+
"svg",
|
|
5358
|
+
"symbol"
|
|
5359
|
+
],
|
|
5360
|
+
"pdsParameters": {
|
|
5361
|
+
"tags": [
|
|
5362
|
+
"icon",
|
|
5363
|
+
"icons",
|
|
5364
|
+
"svg",
|
|
5365
|
+
"phosphor",
|
|
5366
|
+
"graphic",
|
|
5367
|
+
"symbol",
|
|
5368
|
+
"pds-icon",
|
|
5369
|
+
"sprite"
|
|
5370
|
+
]
|
|
5371
|
+
},
|
|
5372
|
+
"stories": [],
|
|
5373
|
+
"files": [
|
|
5374
|
+
"packages\\pds-storybook\\stories\\foundations\\Icons.stories.js"
|
|
5375
|
+
]
|
|
5376
|
+
},
|
|
5377
|
+
"mesh-gradients": {
|
|
5378
|
+
"slug": "mesh-gradients",
|
|
5379
|
+
"storyTitle": "Foundations/Mesh Gradients",
|
|
5380
|
+
"category": "Foundations",
|
|
5381
|
+
"name": "Mesh Gradients",
|
|
5382
|
+
"description": "Beautiful mesh gradient backgrounds generated from your color palette. Automatically adapts to light and dark modes with 5 different variations.",
|
|
5383
|
+
"tags": [
|
|
5384
|
+
"background",
|
|
5385
|
+
"colors",
|
|
5386
|
+
"decoration",
|
|
5387
|
+
"effect",
|
|
5388
|
+
"gradient",
|
|
5389
|
+
"mesh",
|
|
5390
|
+
"theming"
|
|
5391
|
+
],
|
|
5392
|
+
"pdsParameters": {
|
|
5393
|
+
"tags": [
|
|
5394
|
+
"mesh",
|
|
5395
|
+
"gradient",
|
|
5396
|
+
"background",
|
|
5397
|
+
"effect",
|
|
5398
|
+
"decoration",
|
|
5399
|
+
"colors",
|
|
5400
|
+
"theming"
|
|
5401
|
+
]
|
|
5402
|
+
},
|
|
5403
|
+
"stories": [],
|
|
5404
|
+
"files": [
|
|
5405
|
+
"packages\\pds-storybook\\stories\\foundations\\MeshGradients.stories.js"
|
|
5406
|
+
]
|
|
5407
|
+
},
|
|
5408
|
+
"smart-surfaces": {
|
|
5409
|
+
"slug": "smart-surfaces",
|
|
5410
|
+
"storyTitle": "Foundations/Smart Surfaces",
|
|
5411
|
+
"category": "Foundations",
|
|
5412
|
+
"name": "Smart Surfaces",
|
|
5413
|
+
"description": "Smart surface system that automatically adapts text, icons, shadows, and borders based on backgrounds. Maintains WCAG AA contrast ratios automatically.",
|
|
5414
|
+
"tags": [
|
|
5415
|
+
"background",
|
|
5416
|
+
"colors",
|
|
5417
|
+
"contrast",
|
|
5418
|
+
"elevated",
|
|
5419
|
+
"inverse",
|
|
5420
|
+
"layout",
|
|
5421
|
+
"overlay",
|
|
5422
|
+
"subtle",
|
|
5423
|
+
"sunken",
|
|
5424
|
+
"surface",
|
|
5425
|
+
"theming"
|
|
5426
|
+
],
|
|
5427
|
+
"pdsParameters": {
|
|
5428
|
+
"tags": [
|
|
5429
|
+
"surface",
|
|
5430
|
+
"background",
|
|
5431
|
+
"theming",
|
|
5432
|
+
"contrast",
|
|
5433
|
+
"elevated",
|
|
5434
|
+
"subtle",
|
|
5435
|
+
"sunken",
|
|
5436
|
+
"overlay",
|
|
5437
|
+
"inverse",
|
|
5438
|
+
"colors",
|
|
5439
|
+
"layout"
|
|
5440
|
+
]
|
|
5441
|
+
},
|
|
5442
|
+
"stories": [],
|
|
5443
|
+
"files": [
|
|
5444
|
+
"packages\\pds-storybook\\stories\\foundations\\SmartSurfaces.stories.js"
|
|
5445
|
+
]
|
|
5446
|
+
},
|
|
5447
|
+
"spacing": {
|
|
5448
|
+
"slug": "spacing",
|
|
5449
|
+
"storyTitle": "Foundations/Spacing",
|
|
5450
|
+
"category": "Foundations",
|
|
5451
|
+
"name": "Spacing",
|
|
5452
|
+
"description": "Spacing tokens ensure consistent rhythm, balance, and hierarchy across layouts.",
|
|
5453
|
+
"tags": [
|
|
5454
|
+
"gap",
|
|
5455
|
+
"layout",
|
|
5456
|
+
"margin",
|
|
5457
|
+
"padding",
|
|
5458
|
+
"rhythm",
|
|
5459
|
+
"scale",
|
|
5460
|
+
"spacing",
|
|
5461
|
+
"tokens"
|
|
5462
|
+
],
|
|
5463
|
+
"pdsParameters": {
|
|
5464
|
+
"tags": [
|
|
5465
|
+
"spacing",
|
|
5466
|
+
"gap",
|
|
5467
|
+
"padding",
|
|
5468
|
+
"margin",
|
|
5469
|
+
"rhythm",
|
|
5470
|
+
"tokens",
|
|
5471
|
+
"layout",
|
|
5472
|
+
"scale"
|
|
5473
|
+
]
|
|
5474
|
+
},
|
|
5475
|
+
"stories": [
|
|
5476
|
+
{
|
|
5477
|
+
"exportName": "SpacingScale",
|
|
5478
|
+
"name": "Spacing Scale",
|
|
5479
|
+
"id": "foundations-spacing--spacing-scale",
|
|
5480
|
+
"tags": [],
|
|
5481
|
+
"description": null,
|
|
5482
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Spacing.stories.js"
|
|
5483
|
+
}
|
|
5484
|
+
],
|
|
5485
|
+
"files": [
|
|
5486
|
+
"packages\\pds-storybook\\stories\\foundations\\Spacing.stories.js"
|
|
5487
|
+
]
|
|
5488
|
+
},
|
|
5489
|
+
"typography": {
|
|
5490
|
+
"slug": "typography",
|
|
5491
|
+
"storyTitle": "Foundations/Typography",
|
|
5492
|
+
"category": "Foundations",
|
|
5493
|
+
"name": "Typography",
|
|
5494
|
+
"description": "Typography system with scales, weights, line heights, and semantic text styles for building clear content hierarchy and readable interfaces.",
|
|
5495
|
+
"tags": [
|
|
5496
|
+
"body",
|
|
5497
|
+
"family",
|
|
5498
|
+
"font",
|
|
5499
|
+
"heading",
|
|
5500
|
+
"scale",
|
|
5501
|
+
"size",
|
|
5502
|
+
"text",
|
|
5503
|
+
"tokens",
|
|
5504
|
+
"typography",
|
|
5505
|
+
"weight"
|
|
5506
|
+
],
|
|
5507
|
+
"pdsParameters": {
|
|
5508
|
+
"tags": [
|
|
5509
|
+
"typography",
|
|
5510
|
+
"font",
|
|
5511
|
+
"text",
|
|
5512
|
+
"heading",
|
|
5513
|
+
"body",
|
|
5514
|
+
"size",
|
|
5515
|
+
"weight",
|
|
5516
|
+
"family",
|
|
5517
|
+
"tokens",
|
|
5518
|
+
"scale"
|
|
5519
|
+
]
|
|
5520
|
+
},
|
|
5521
|
+
"stories": [
|
|
5522
|
+
{
|
|
5523
|
+
"exportName": "ArticleLayout",
|
|
5524
|
+
"name": "Article Layout",
|
|
5525
|
+
"id": "foundations-typography--article-layout",
|
|
5526
|
+
"tags": [],
|
|
5527
|
+
"description": null,
|
|
5528
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"exportName": "DataDisplay",
|
|
5532
|
+
"name": "Data Display & Lists",
|
|
5533
|
+
"id": "foundations-typography--data-display",
|
|
5534
|
+
"tags": [],
|
|
5535
|
+
"description": null,
|
|
5536
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5537
|
+
},
|
|
5538
|
+
{
|
|
5539
|
+
"exportName": "HeadingScale",
|
|
5540
|
+
"name": "Heading Scale",
|
|
5541
|
+
"id": "foundations-typography--heading-scale",
|
|
5542
|
+
"tags": [],
|
|
5543
|
+
"description": null,
|
|
5544
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5545
|
+
},
|
|
5546
|
+
{
|
|
5547
|
+
"exportName": "LineHeights",
|
|
5548
|
+
"name": "Line Heights & Readability",
|
|
5549
|
+
"id": "foundations-typography--line-heights",
|
|
5550
|
+
"tags": [],
|
|
5551
|
+
"description": null,
|
|
5552
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"exportName": "TextSelection",
|
|
5556
|
+
"name": "Text Selection & Interaction",
|
|
5557
|
+
"id": "foundations-typography--text-selection",
|
|
5558
|
+
"tags": [],
|
|
5559
|
+
"description": null,
|
|
5560
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"exportName": "TextStyles",
|
|
5564
|
+
"name": "Text Styles & Weights",
|
|
5565
|
+
"id": "foundations-typography--text-styles",
|
|
5566
|
+
"tags": [],
|
|
5567
|
+
"description": null,
|
|
5568
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5569
|
+
},
|
|
5570
|
+
{
|
|
5571
|
+
"exportName": "UIComponents",
|
|
5572
|
+
"name": "UI Component Text",
|
|
5573
|
+
"id": "foundations-typography--uicomponents",
|
|
5574
|
+
"tags": [],
|
|
5575
|
+
"description": null,
|
|
5576
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5577
|
+
}
|
|
5578
|
+
],
|
|
5579
|
+
"files": [
|
|
5580
|
+
"packages\\pds-storybook\\stories\\foundations\\Typography.stories.js"
|
|
5581
|
+
]
|
|
5582
|
+
},
|
|
5583
|
+
"z-index": {
|
|
5584
|
+
"slug": "z-index",
|
|
5585
|
+
"storyTitle": "Foundations/Z-Index",
|
|
5586
|
+
"category": "Foundations",
|
|
5587
|
+
"name": "Z-Index",
|
|
5588
|
+
"description": "Z-Index tokens define the stacking order of UI elements along the z-axis. These tokens ensure consistent layering across the application, preventing z-index conflicts and establishing clear visual hierarchy for overlays, modals, dropdowns, and other elevated UI components.",
|
|
5589
|
+
"tags": [
|
|
5590
|
+
"dropdown",
|
|
5591
|
+
"layer",
|
|
5592
|
+
"modal",
|
|
5593
|
+
"overlay",
|
|
5594
|
+
"stacking",
|
|
5595
|
+
"tokens",
|
|
5596
|
+
"z-index",
|
|
5597
|
+
"zindex"
|
|
5598
|
+
],
|
|
5599
|
+
"pdsParameters": {
|
|
5600
|
+
"tags": [
|
|
5601
|
+
"z-index",
|
|
5602
|
+
"zindex",
|
|
5603
|
+
"stacking",
|
|
5604
|
+
"layer",
|
|
5605
|
+
"overlay",
|
|
5606
|
+
"modal",
|
|
5607
|
+
"dropdown",
|
|
5608
|
+
"tokens"
|
|
5609
|
+
]
|
|
5610
|
+
},
|
|
5611
|
+
"stories": [
|
|
5612
|
+
{
|
|
5613
|
+
"exportName": "UsageExamples",
|
|
5614
|
+
"name": "Usage Examples",
|
|
5615
|
+
"id": "foundations-z-index--usage-examples",
|
|
5616
|
+
"tags": [],
|
|
5617
|
+
"description": null,
|
|
5618
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\ZIndex.stories.js"
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"exportName": "VisualDemo",
|
|
5622
|
+
"name": "Visual Stacking Demo",
|
|
5623
|
+
"id": "foundations-z-index--visual-demo",
|
|
5624
|
+
"tags": [],
|
|
5625
|
+
"description": null,
|
|
5626
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\ZIndex.stories.js"
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
"exportName": "ZIndexScale",
|
|
5630
|
+
"name": "Z-Index Scale",
|
|
5631
|
+
"id": "foundations-z-index--zindex-scale",
|
|
5632
|
+
"tags": [],
|
|
5633
|
+
"description": null,
|
|
5634
|
+
"source": "packages\\pds-storybook\\stories\\foundations\\ZIndex.stories.js"
|
|
5635
|
+
}
|
|
5636
|
+
],
|
|
5637
|
+
"files": [
|
|
5638
|
+
"packages\\pds-storybook\\stories\\foundations\\ZIndex.stories.js"
|
|
5639
|
+
]
|
|
5640
|
+
},
|
|
5641
|
+
"getting-started": {
|
|
5642
|
+
"slug": "getting-started",
|
|
5643
|
+
"storyTitle": "About PDS/Getting Started",
|
|
5644
|
+
"category": "About PDS",
|
|
5645
|
+
"name": "Getting Started",
|
|
5646
|
+
"description": "Complete beginner guide: installation, philosophy, configuration, enhancements, components, and console API",
|
|
5647
|
+
"tags": [
|
|
5648
|
+
"cdn",
|
|
5649
|
+
"cli",
|
|
5650
|
+
"dark mode",
|
|
5651
|
+
"getting started",
|
|
5652
|
+
"guide",
|
|
5653
|
+
"introduction",
|
|
5654
|
+
"light mode",
|
|
5655
|
+
"npm",
|
|
5656
|
+
"overview",
|
|
5657
|
+
"themes"
|
|
5658
|
+
],
|
|
5659
|
+
"pdsParameters": {
|
|
5660
|
+
"tags": [
|
|
5661
|
+
"getting started",
|
|
5662
|
+
"introduction",
|
|
5663
|
+
"cli",
|
|
5664
|
+
"npm",
|
|
5665
|
+
"cdn",
|
|
5666
|
+
"overview",
|
|
5667
|
+
"guide",
|
|
5668
|
+
"themes",
|
|
5669
|
+
"dark mode",
|
|
5670
|
+
"light mode"
|
|
5671
|
+
]
|
|
5672
|
+
},
|
|
5673
|
+
"stories": [],
|
|
5674
|
+
"files": [
|
|
5675
|
+
"packages\\pds-storybook\\stories\\GettingStarted.stories.js"
|
|
5676
|
+
]
|
|
5677
|
+
},
|
|
5678
|
+
"layout": {
|
|
5679
|
+
"slug": "layout",
|
|
5680
|
+
"storyTitle": "Foundations/Layout",
|
|
5681
|
+
"category": "Foundations",
|
|
5682
|
+
"name": "Layout",
|
|
5683
|
+
"description": "Complete layout system: Container, Grid, Flex, Stack, and Gap utilities.",
|
|
5684
|
+
"tags": [
|
|
5685
|
+
"alignment",
|
|
5686
|
+
"container",
|
|
5687
|
+
"flex",
|
|
5688
|
+
"gap",
|
|
5689
|
+
"grid",
|
|
5690
|
+
"layout",
|
|
5691
|
+
"spacing",
|
|
5692
|
+
"text",
|
|
5693
|
+
"truncate",
|
|
5694
|
+
"utilities"
|
|
5695
|
+
],
|
|
5696
|
+
"pdsParameters": {},
|
|
5697
|
+
"stories": [],
|
|
5698
|
+
"files": [
|
|
5699
|
+
"packages\\pds-storybook\\stories\\layout\\LayoutOverview.stories.js",
|
|
5700
|
+
"packages\\pds-storybook\\stories\\layout\\LayoutSystem.stories.js"
|
|
5701
|
+
]
|
|
5702
|
+
},
|
|
5703
|
+
"border-effects": {
|
|
5704
|
+
"slug": "border-effects",
|
|
5705
|
+
"storyTitle": "Patterns/Border Effects",
|
|
5706
|
+
"category": "Patterns",
|
|
5707
|
+
"name": "Border Effects",
|
|
5708
|
+
"description": "Special border effects including gradients and glows",
|
|
5709
|
+
"tags": [
|
|
5710
|
+
"border",
|
|
5711
|
+
"border-glow",
|
|
5712
|
+
"border-gradient",
|
|
5713
|
+
"decoration",
|
|
5714
|
+
"effect",
|
|
5715
|
+
"glow",
|
|
5716
|
+
"gradient"
|
|
5717
|
+
],
|
|
5718
|
+
"pdsParameters": {
|
|
5719
|
+
"tags": [
|
|
5720
|
+
"border",
|
|
5721
|
+
"gradient",
|
|
5722
|
+
"glow",
|
|
5723
|
+
"effect",
|
|
5724
|
+
"decoration",
|
|
5725
|
+
"border-gradient",
|
|
5726
|
+
"border-glow"
|
|
5727
|
+
]
|
|
5728
|
+
},
|
|
5729
|
+
"stories": [],
|
|
5730
|
+
"files": [
|
|
5731
|
+
"packages\\pds-storybook\\stories\\patterns\\BorderEffects.stories.js"
|
|
5732
|
+
]
|
|
5733
|
+
},
|
|
5734
|
+
"interactive-states": {
|
|
5735
|
+
"slug": "interactive-states",
|
|
5736
|
+
"storyTitle": "Patterns/Interactive States",
|
|
5737
|
+
"category": "Patterns",
|
|
5738
|
+
"name": "Interactive States",
|
|
5739
|
+
"description": "Interactive states including focus rings, hover effects, active states, disabled states, and working/loading states. All animations respect user preferences and accessibility settings.",
|
|
5740
|
+
"tags": [
|
|
5741
|
+
"accessibility",
|
|
5742
|
+
"active",
|
|
5743
|
+
"disabled",
|
|
5744
|
+
"feedback",
|
|
5745
|
+
"focus",
|
|
5746
|
+
"hover",
|
|
5747
|
+
"interaction",
|
|
5748
|
+
"loading",
|
|
5749
|
+
"state",
|
|
5750
|
+
"working"
|
|
5751
|
+
],
|
|
5752
|
+
"pdsParameters": {
|
|
5753
|
+
"tags": [
|
|
5754
|
+
"hover",
|
|
5755
|
+
"focus",
|
|
5756
|
+
"active",
|
|
5757
|
+
"disabled",
|
|
5758
|
+
"loading",
|
|
5759
|
+
"working",
|
|
5760
|
+
"interaction",
|
|
5761
|
+
"accessibility",
|
|
5762
|
+
"feedback",
|
|
5763
|
+
"state"
|
|
5764
|
+
]
|
|
5765
|
+
},
|
|
5766
|
+
"stories": [],
|
|
5767
|
+
"files": [
|
|
5768
|
+
"packages\\pds-storybook\\stories\\patterns\\InteractiveStates.stories.js"
|
|
5769
|
+
]
|
|
5770
|
+
},
|
|
5771
|
+
"utilities": {
|
|
5772
|
+
"slug": "utilities",
|
|
5773
|
+
"storyTitle": "Patterns/Utilities",
|
|
5774
|
+
"category": "Patterns",
|
|
5775
|
+
"name": "Utilities",
|
|
5776
|
+
"description": "Utility classes for spacing, sizing, and common patterns",
|
|
5777
|
+
"tags": [
|
|
5778
|
+
"gap",
|
|
5779
|
+
"layout",
|
|
5780
|
+
"spacing",
|
|
5781
|
+
"utilities"
|
|
5782
|
+
],
|
|
5783
|
+
"pdsParameters": {
|
|
5784
|
+
"tags": [
|
|
5785
|
+
"utilities",
|
|
5786
|
+
"layout",
|
|
5787
|
+
"spacing",
|
|
5788
|
+
"gap"
|
|
5789
|
+
]
|
|
5790
|
+
},
|
|
5791
|
+
"stories": [],
|
|
5792
|
+
"files": [
|
|
5793
|
+
"packages\\pds-storybook\\stories\\patterns\\Utilities.stories.js"
|
|
5794
|
+
]
|
|
5795
|
+
},
|
|
5796
|
+
"alerts": {
|
|
5797
|
+
"slug": "alerts",
|
|
5798
|
+
"storyTitle": "Primitives/Alerts",
|
|
5799
|
+
"category": "Primitives",
|
|
5800
|
+
"name": "Alerts",
|
|
5801
|
+
"description": "Alert components for feedback messages, notifications, and status indicators. Supports icons, titles, dismissible variants, and semantic messages.",
|
|
5802
|
+
"tags": [
|
|
5803
|
+
"alerts",
|
|
5804
|
+
"colors",
|
|
5805
|
+
"danger",
|
|
5806
|
+
"error",
|
|
5807
|
+
"feedback",
|
|
5808
|
+
"info",
|
|
5809
|
+
"message",
|
|
5810
|
+
"notification",
|
|
5811
|
+
"notifications",
|
|
5812
|
+
"status",
|
|
5813
|
+
"success",
|
|
5814
|
+
"warning"
|
|
5815
|
+
],
|
|
5816
|
+
"pdsParameters": {
|
|
5817
|
+
"tags": [
|
|
5818
|
+
"alerts",
|
|
5819
|
+
"colors",
|
|
5820
|
+
"feedback",
|
|
5821
|
+
"notification",
|
|
5822
|
+
"message",
|
|
5823
|
+
"status"
|
|
5824
|
+
]
|
|
5825
|
+
},
|
|
5826
|
+
"stories": [],
|
|
5827
|
+
"files": [
|
|
5828
|
+
"packages\\pds-storybook\\stories\\primitives\\Alerts.stories.js"
|
|
5829
|
+
]
|
|
5830
|
+
},
|
|
5831
|
+
"badges-pills": {
|
|
5832
|
+
"slug": "badges-pills",
|
|
5833
|
+
"storyTitle": "Primitives/Badges & Pills",
|
|
5834
|
+
"category": "Primitives",
|
|
5835
|
+
"name": "Badges & Pills",
|
|
5836
|
+
"description": "Badges and pills for labels, tags, status indicators, and categorization",
|
|
5837
|
+
"tags": [
|
|
5838
|
+
"badge",
|
|
5839
|
+
"chip",
|
|
5840
|
+
"indicator",
|
|
5841
|
+
"inline",
|
|
5842
|
+
"label",
|
|
5843
|
+
"pill",
|
|
5844
|
+
"status",
|
|
5845
|
+
"tag"
|
|
5846
|
+
],
|
|
5847
|
+
"pdsParameters": {
|
|
5848
|
+
"tags": [
|
|
5849
|
+
"badge",
|
|
5850
|
+
"pill",
|
|
5851
|
+
"tag",
|
|
5852
|
+
"chip",
|
|
5853
|
+
"status",
|
|
5854
|
+
"label",
|
|
5855
|
+
"indicator",
|
|
5856
|
+
"inline"
|
|
5857
|
+
]
|
|
5858
|
+
},
|
|
5859
|
+
"stories": [
|
|
5860
|
+
{
|
|
5861
|
+
"exportName": "AllVariations",
|
|
5862
|
+
"name": "AllVariations",
|
|
5863
|
+
"id": "primitives-badges-pills--all-variations",
|
|
5864
|
+
"tags": [],
|
|
5865
|
+
"description": null,
|
|
5866
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\Badges.stories.js"
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"exportName": "BadgeSizes",
|
|
5870
|
+
"name": "BadgeSizes",
|
|
5871
|
+
"id": "primitives-badges-pills--badge-sizes",
|
|
5872
|
+
"tags": [],
|
|
5873
|
+
"description": null,
|
|
5874
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\Badges.stories.js"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"exportName": "DefaultBadges",
|
|
5878
|
+
"name": "DefaultBadges",
|
|
5879
|
+
"id": "primitives-badges-pills--default-badges",
|
|
5880
|
+
"tags": [],
|
|
5881
|
+
"description": null,
|
|
5882
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\Badges.stories.js"
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
"exportName": "OutlinedBadges",
|
|
5886
|
+
"name": "OutlinedBadges",
|
|
5887
|
+
"id": "primitives-badges-pills--outlined-badges",
|
|
5888
|
+
"tags": [],
|
|
5889
|
+
"description": null,
|
|
5890
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\Badges.stories.js"
|
|
5891
|
+
},
|
|
5892
|
+
{
|
|
5893
|
+
"exportName": "Pills",
|
|
5894
|
+
"name": "Pills",
|
|
5895
|
+
"id": "primitives-badges-pills--pills",
|
|
5896
|
+
"tags": [],
|
|
5897
|
+
"description": null,
|
|
5898
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\Badges.stories.js"
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"files": [
|
|
5902
|
+
"packages\\pds-storybook\\stories\\primitives\\Badges.stories.js"
|
|
5903
|
+
]
|
|
5904
|
+
},
|
|
5905
|
+
"buttons": {
|
|
5906
|
+
"slug": "buttons",
|
|
5907
|
+
"storyTitle": "Primitives/Buttons",
|
|
5908
|
+
"category": "Primitives",
|
|
5909
|
+
"name": "Buttons",
|
|
5910
|
+
"description": "Button primitives with variants, sizes, and icon support. All buttons automatically adapt to your theme with proper focus states and accessibility.",
|
|
5911
|
+
"tags": [
|
|
5912
|
+
"buttons",
|
|
5913
|
+
"interaction"
|
|
5914
|
+
],
|
|
5915
|
+
"pdsParameters": {
|
|
5916
|
+
"tags": [
|
|
5917
|
+
"buttons",
|
|
5918
|
+
"interaction"
|
|
5919
|
+
]
|
|
5920
|
+
},
|
|
5921
|
+
"stories": [],
|
|
5922
|
+
"files": [
|
|
5923
|
+
"packages\\pds-storybook\\stories\\primitives\\Buttons.stories.js"
|
|
5924
|
+
]
|
|
5925
|
+
},
|
|
5926
|
+
"cards": {
|
|
5927
|
+
"slug": "cards",
|
|
5928
|
+
"storyTitle": "Primitives/Cards",
|
|
5929
|
+
"category": "Primitives",
|
|
5930
|
+
"name": "Cards",
|
|
5931
|
+
"description": "Versatile content containers with multiple surface variants. Cards automatically adapt to your theme and support nesting for complex layouts.",
|
|
5932
|
+
"tags": [
|
|
5933
|
+
"cards",
|
|
5934
|
+
"colors",
|
|
5935
|
+
"layout",
|
|
5936
|
+
"spacing",
|
|
5937
|
+
"surface"
|
|
5938
|
+
],
|
|
5939
|
+
"pdsParameters": {
|
|
5940
|
+
"tags": [
|
|
5941
|
+
"cards",
|
|
5942
|
+
"layout",
|
|
5943
|
+
"spacing",
|
|
5944
|
+
"surface",
|
|
5945
|
+
"colors"
|
|
5946
|
+
]
|
|
5947
|
+
},
|
|
5948
|
+
"stories": [],
|
|
5949
|
+
"files": [
|
|
5950
|
+
"packages\\pds-storybook\\stories\\primitives\\Cards.stories.js"
|
|
5951
|
+
]
|
|
5952
|
+
},
|
|
5953
|
+
"form-elements": {
|
|
5954
|
+
"slug": "form-elements",
|
|
5955
|
+
"storyTitle": "Primitives/Form Elements",
|
|
5956
|
+
"category": "Primitives",
|
|
5957
|
+
"name": "Form Elements",
|
|
5958
|
+
"description": "Standard HTML form controls styled by PDS. \n\n**💡 For modern apps, consider using [pds-form](/story/components-pds-form--simple-form)** - a powerful web component that automatically generates forms from JSON Schema with built-in validation, conditional logic, and data binding.\n\nThese primitive form controls provide the foundation for manual form building when you need full control over the markup.",
|
|
5959
|
+
"tags": [
|
|
5960
|
+
"buttons",
|
|
5961
|
+
"forms"
|
|
5962
|
+
],
|
|
5963
|
+
"pdsParameters": {
|
|
5964
|
+
"tags": [
|
|
5965
|
+
"buttons",
|
|
5966
|
+
"forms"
|
|
5967
|
+
]
|
|
5968
|
+
},
|
|
5969
|
+
"stories": [
|
|
5970
|
+
{
|
|
5971
|
+
"exportName": "Default",
|
|
5972
|
+
"name": "Default",
|
|
5973
|
+
"id": "primitives-form-elements--default",
|
|
5974
|
+
"tags": [],
|
|
5975
|
+
"description": null,
|
|
5976
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\FormElements.stories.js"
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"exportName": "InputsWithIcons",
|
|
5980
|
+
"name": "InputsWithIcons",
|
|
5981
|
+
"id": "primitives-form-elements--inputs-with-icons",
|
|
5982
|
+
"tags": [],
|
|
5983
|
+
"description": "Input fields can be enhanced with icons to provide visual context. Use the `input-icon` class wrapper and position icons at the start (default) or end (`input-icon-end`) of the input.",
|
|
5984
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\FormElements.stories.js"
|
|
5985
|
+
}
|
|
5986
|
+
],
|
|
5987
|
+
"files": [
|
|
5988
|
+
"packages\\pds-storybook\\stories\\primitives\\FormElements.stories.js"
|
|
5989
|
+
]
|
|
5990
|
+
},
|
|
5991
|
+
"html-form-elements": {
|
|
5992
|
+
"slug": "html-form-elements",
|
|
5993
|
+
"storyTitle": "Primitives/HTML Form Elements",
|
|
5994
|
+
"category": "Primitives",
|
|
5995
|
+
"name": "HTML Form Elements",
|
|
5996
|
+
"description": "Standard HTML form controls styled by PDS. \n\n**💡 For modern apps, consider using [pds-form](/story/components-pds-form--simple-form)** - a powerful web component that automatically generates forms from JSON Schema with built-in validation, conditional logic, and data binding.\n\nThese primitive form controls provide the foundation for manual form building when you need full control over the markup.",
|
|
5997
|
+
"tags": [
|
|
5998
|
+
"buttons",
|
|
5999
|
+
"forms"
|
|
6000
|
+
],
|
|
6001
|
+
"pdsParameters": {
|
|
6002
|
+
"tags": [
|
|
6003
|
+
"buttons",
|
|
6004
|
+
"forms"
|
|
6005
|
+
]
|
|
6006
|
+
},
|
|
6007
|
+
"stories": [
|
|
6008
|
+
{
|
|
6009
|
+
"exportName": "Default",
|
|
6010
|
+
"name": "Default",
|
|
6011
|
+
"id": "primitives-html-form-elements--default",
|
|
6012
|
+
"tags": [],
|
|
6013
|
+
"description": null,
|
|
6014
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\HtmlFormElements.stories.js"
|
|
6015
|
+
},
|
|
6016
|
+
{
|
|
6017
|
+
"exportName": "InputsWithIcons",
|
|
6018
|
+
"name": "InputsWithIcons",
|
|
6019
|
+
"id": "primitives-html-form-elements--inputs-with-icons",
|
|
6020
|
+
"tags": [],
|
|
6021
|
+
"description": "Input fields can be enhanced with icons to provide visual context. Use the `input-icon` class wrapper and position icons at the start (default) or end (`input-icon-end`) of the input.",
|
|
6022
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\HtmlFormElements.stories.js"
|
|
6023
|
+
}
|
|
6024
|
+
],
|
|
6025
|
+
"files": [
|
|
6026
|
+
"packages\\pds-storybook\\stories\\primitives\\HtmlFormElements.stories.js"
|
|
6027
|
+
]
|
|
6028
|
+
},
|
|
6029
|
+
"html-form-groups": {
|
|
6030
|
+
"slug": "html-form-groups",
|
|
6031
|
+
"storyTitle": "Primitives/HTML Form Groups",
|
|
6032
|
+
"category": "Primitives",
|
|
6033
|
+
"name": "HTML Form Groups",
|
|
6034
|
+
"description": "Accessible radio groups and checkbox groups with proper ARIA attributes and semantic HTML.\n\n## Unified Styling\n\nRadio groups (`role=\"radiogroup\"`) and checkbox groups (`role=\"group\"`) share the same consolidated styling rules:\n\n### Default Style\nBoth display with visible native controls in a vertical column layout:\n- Column layout with reduced spacing (`gap: var(--spacing-2)`)\n- Visible native radio buttons or checkboxes with primary accent color\n- Clean hover states that highlight text\n- Proper focus outlines for accessibility\n- Users can override layout with standard flex utilities\n\n### Button Style\nAdd the `.buttons` class to either type for outlined button-style controls:\n- Horizontal flex wrap layout\n- Outlined style with transparent background\n- Selected state: subtle primary tint (8%) with thicker border (2px)\n- Compact/dense sizing (75% of regular button height)\n- Never looks like filled primary buttons - always outlined\n- Works identically for both radio and checkbox groups",
|
|
6035
|
+
"tags": [
|
|
6036
|
+
"checkbox",
|
|
6037
|
+
"forms",
|
|
6038
|
+
"grouping",
|
|
6039
|
+
"radio"
|
|
6040
|
+
],
|
|
6041
|
+
"pdsParameters": {
|
|
6042
|
+
"tags": [
|
|
6043
|
+
"forms",
|
|
6044
|
+
"radio",
|
|
6045
|
+
"checkbox",
|
|
6046
|
+
"grouping"
|
|
6047
|
+
]
|
|
6048
|
+
},
|
|
6049
|
+
"stories": [
|
|
6050
|
+
{
|
|
6051
|
+
"exportName": "AccessibleFormGroups",
|
|
6052
|
+
"name": "Accessible Form Groups",
|
|
6053
|
+
"id": "primitives-html-form-groups--accessible-form-groups",
|
|
6054
|
+
"tags": [],
|
|
6055
|
+
"description": null,
|
|
6056
|
+
"source": "packages\\pds-storybook\\stories\\primitives\\HtmlFormGroups.stories.js"
|
|
6057
|
+
}
|
|
6058
|
+
],
|
|
6059
|
+
"files": [
|
|
6060
|
+
"packages\\pds-storybook\\stories\\primitives\\HtmlFormGroups.stories.js"
|
|
6061
|
+
]
|
|
6062
|
+
},
|
|
6063
|
+
"media-elements": {
|
|
6064
|
+
"slug": "media-elements",
|
|
6065
|
+
"storyTitle": "Primitives/Media Elements",
|
|
6066
|
+
"category": "Primitives",
|
|
6067
|
+
"name": "Media Elements",
|
|
6068
|
+
"description": "Responsive images, figures with captions, image galleries, and video elements with proper semantic HTML.",
|
|
6069
|
+
"tags": [
|
|
6070
|
+
"caption",
|
|
6071
|
+
"figure",
|
|
6072
|
+
"gallery",
|
|
6073
|
+
"image",
|
|
6074
|
+
"img",
|
|
6075
|
+
"media",
|
|
6076
|
+
"responsive",
|
|
6077
|
+
"video"
|
|
6078
|
+
],
|
|
6079
|
+
"pdsParameters": {
|
|
6080
|
+
"tags": [
|
|
6081
|
+
"media",
|
|
6082
|
+
"image",
|
|
6083
|
+
"figure",
|
|
6084
|
+
"gallery",
|
|
6085
|
+
"video",
|
|
6086
|
+
"responsive",
|
|
6087
|
+
"caption",
|
|
6088
|
+
"img"
|
|
6089
|
+
]
|
|
6090
|
+
},
|
|
6091
|
+
"stories": [],
|
|
6092
|
+
"files": [
|
|
6093
|
+
"packages\\pds-storybook\\stories\\primitives\\Media.stories.js"
|
|
6094
|
+
]
|
|
6095
|
+
},
|
|
6096
|
+
"tables": {
|
|
6097
|
+
"slug": "tables",
|
|
6098
|
+
"storyTitle": "Primitives/Tables",
|
|
6099
|
+
"category": "Primitives",
|
|
6100
|
+
"name": "Tables",
|
|
6101
|
+
"description": "Responsive tables with various styling options including striped, bordered, and compact variants.",
|
|
6102
|
+
"tags": [
|
|
6103
|
+
"bordered",
|
|
6104
|
+
"compact",
|
|
6105
|
+
"data",
|
|
6106
|
+
"grid",
|
|
6107
|
+
"responsive",
|
|
6108
|
+
"striped",
|
|
6109
|
+
"table",
|
|
6110
|
+
"tabular"
|
|
6111
|
+
],
|
|
6112
|
+
"pdsParameters": {
|
|
6113
|
+
"tags": [
|
|
6114
|
+
"table",
|
|
6115
|
+
"data",
|
|
6116
|
+
"grid",
|
|
6117
|
+
"tabular",
|
|
6118
|
+
"responsive",
|
|
6119
|
+
"striped",
|
|
6120
|
+
"bordered",
|
|
6121
|
+
"compact"
|
|
6122
|
+
]
|
|
6123
|
+
},
|
|
6124
|
+
"stories": [],
|
|
6125
|
+
"files": [
|
|
6126
|
+
"packages\\pds-storybook\\stories\\primitives\\Tables.stories.js"
|
|
6127
|
+
]
|
|
6128
|
+
},
|
|
6129
|
+
"backdrop": {
|
|
6130
|
+
"slug": "backdrop",
|
|
6131
|
+
"storyTitle": "Utilities/Backdrop",
|
|
6132
|
+
"category": "Utilities",
|
|
6133
|
+
"name": "Backdrop",
|
|
6134
|
+
"description": "Backdrop utilities for modal overlays, drawers, and lightboxes. Provides consistent blur and dimming effects with light/dark variants.",
|
|
6135
|
+
"tags": [
|
|
6136
|
+
"backdrop",
|
|
6137
|
+
"layout",
|
|
6138
|
+
"modal",
|
|
6139
|
+
"overlay",
|
|
6140
|
+
"utilities"
|
|
6141
|
+
],
|
|
6142
|
+
"pdsParameters": {
|
|
6143
|
+
"tags": [
|
|
6144
|
+
"backdrop",
|
|
6145
|
+
"modal",
|
|
6146
|
+
"overlay",
|
|
6147
|
+
"utilities"
|
|
6148
|
+
]
|
|
6149
|
+
},
|
|
6150
|
+
"stories": [],
|
|
6151
|
+
"files": [
|
|
6152
|
+
"packages\\pds-storybook\\stories\\utilities\\Backdrop.stories.js"
|
|
6153
|
+
]
|
|
6154
|
+
},
|
|
6155
|
+
"pds-ask": {
|
|
6156
|
+
"slug": "pds-ask",
|
|
6157
|
+
"storyTitle": "Utilities/PDS ask",
|
|
6158
|
+
"category": "Utilities",
|
|
6159
|
+
"name": "PDS ask",
|
|
6160
|
+
"description": "The `PDS.ask()` helper wraps the native `<dialog>` element with PDS styling and a promise-based API.\nUse it to collect quick confirmations or to stage entire forms before committing data back to the host application.",
|
|
6161
|
+
"tags": [
|
|
6162
|
+
"alert",
|
|
6163
|
+
"confirm",
|
|
6164
|
+
"dialog",
|
|
6165
|
+
"dialogs",
|
|
6166
|
+
"forms",
|
|
6167
|
+
"interaction",
|
|
6168
|
+
"modal",
|
|
6169
|
+
"overlay",
|
|
6170
|
+
"pds-ask",
|
|
6171
|
+
"popup",
|
|
6172
|
+
"prompt"
|
|
6173
|
+
],
|
|
6174
|
+
"pdsParameters": {
|
|
6175
|
+
"tags": [
|
|
6176
|
+
"interaction",
|
|
6177
|
+
"dialogs",
|
|
6178
|
+
"forms",
|
|
6179
|
+
"pds-ask",
|
|
6180
|
+
"modal",
|
|
6181
|
+
"alert",
|
|
6182
|
+
"confirm",
|
|
6183
|
+
"prompt"
|
|
6184
|
+
]
|
|
6185
|
+
},
|
|
6186
|
+
"stories": [
|
|
6187
|
+
{
|
|
6188
|
+
"exportName": "BareConfirm",
|
|
6189
|
+
"name": "Are you sure?",
|
|
6190
|
+
"id": "utilities-pds-ask--bare-confirm",
|
|
6191
|
+
"tags": [],
|
|
6192
|
+
"description": null,
|
|
6193
|
+
"source": "packages\\pds-storybook\\stories\\utils\\PdsAsk.stories.js"
|
|
6194
|
+
},
|
|
6195
|
+
{
|
|
6196
|
+
"exportName": "QuickConfirm",
|
|
6197
|
+
"name": "Boolean confirm flow",
|
|
6198
|
+
"id": "utilities-pds-ask--quick-confirm",
|
|
6199
|
+
"tags": [],
|
|
6200
|
+
"description": null,
|
|
6201
|
+
"source": "packages\\pds-storybook\\stories\\utils\\PdsAsk.stories.js"
|
|
6202
|
+
},
|
|
6203
|
+
{
|
|
6204
|
+
"exportName": "formSubdialog",
|
|
6205
|
+
"name": "Embed a pds-form subform",
|
|
6206
|
+
"id": "utilities-pds-ask--form-subdialog",
|
|
6207
|
+
"tags": [],
|
|
6208
|
+
"description": null,
|
|
6209
|
+
"source": "packages\\pds-storybook\\stories\\utils\\PdsAsk.stories.js"
|
|
6210
|
+
},
|
|
6211
|
+
{
|
|
6212
|
+
"exportName": "MiniForm",
|
|
6213
|
+
"name": "Mini form submission",
|
|
6214
|
+
"id": "utilities-pds-ask--mini-form",
|
|
6215
|
+
"tags": [],
|
|
6216
|
+
"description": null,
|
|
6217
|
+
"source": "packages\\pds-storybook\\stories\\utils\\PdsAsk.stories.js"
|
|
6218
|
+
}
|
|
6219
|
+
],
|
|
6220
|
+
"files": [
|
|
6221
|
+
"packages\\pds-storybook\\stories\\utils\\PdsAsk.stories.js"
|
|
6222
|
+
]
|
|
6223
|
+
},
|
|
6224
|
+
"what-is-pds": {
|
|
6225
|
+
"slug": "what-is-pds",
|
|
6226
|
+
"storyTitle": "About PDS/What Is PDS",
|
|
6227
|
+
"category": "About PDS",
|
|
6228
|
+
"name": "What Is PDS",
|
|
6229
|
+
"description": "Learn about Pure Design System and its revolutionary approach to design systems",
|
|
6230
|
+
"tags": [
|
|
6231
|
+
"adoptedt stylesheets",
|
|
6232
|
+
"design system",
|
|
6233
|
+
"introduction",
|
|
6234
|
+
"overview",
|
|
6235
|
+
"philosophy",
|
|
6236
|
+
"progressive enhancements",
|
|
6237
|
+
"web components",
|
|
6238
|
+
"what is pds"
|
|
6239
|
+
],
|
|
6240
|
+
"pdsParameters": {
|
|
6241
|
+
"tags": [
|
|
6242
|
+
"what is pds",
|
|
6243
|
+
"introduction",
|
|
6244
|
+
"overview",
|
|
6245
|
+
"design system",
|
|
6246
|
+
"philosophy",
|
|
6247
|
+
"progressive enhancements",
|
|
6248
|
+
"web components",
|
|
6249
|
+
"adoptedt stylesheets"
|
|
6250
|
+
]
|
|
6251
|
+
},
|
|
6252
|
+
"stories": [],
|
|
6253
|
+
"files": [
|
|
6254
|
+
"packages\\pds-storybook\\stories\\WhatIsPDS.stories.js"
|
|
6255
|
+
]
|
|
6256
|
+
}
|
|
4608
6257
|
}
|
|
4609
6258
|
}
|