@genesislcap/rapid-design-system 14.159.0 → 14.160.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +232 -232
  2. package/package.json +10 -10
@@ -695,6 +695,238 @@
695
695
  }
696
696
  ]
697
697
  },
698
+ {
699
+ "kind": "javascript-module",
700
+ "path": "src/_common/color.hex.ts",
701
+ "declarations": [],
702
+ "exports": []
703
+ },
704
+ {
705
+ "kind": "javascript-module",
706
+ "path": "src/_common/index.ts",
707
+ "declarations": [],
708
+ "exports": [
709
+ {
710
+ "kind": "js",
711
+ "name": "*",
712
+ "declaration": {
713
+ "name": "*",
714
+ "package": "./color.hex"
715
+ }
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "kind": "javascript-module",
721
+ "path": "src/_config/index.ts",
722
+ "declarations": [],
723
+ "exports": [
724
+ {
725
+ "kind": "js",
726
+ "name": "*",
727
+ "declaration": {
728
+ "name": "*",
729
+ "package": "./tokens"
730
+ }
731
+ },
732
+ {
733
+ "kind": "js",
734
+ "name": "*",
735
+ "declaration": {
736
+ "name": "*",
737
+ "package": "./values"
738
+ }
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "kind": "javascript-module",
744
+ "path": "src/accordion/accordion.stories.ts",
745
+ "declarations": [
746
+ {
747
+ "kind": "variable",
748
+ "name": "meta",
749
+ "type": {
750
+ "text": "Meta"
751
+ },
752
+ "default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
753
+ },
754
+ {
755
+ "kind": "variable",
756
+ "name": "Primary",
757
+ "type": {
758
+ "text": "StoryObj"
759
+ },
760
+ "default": "{\n render: () => html`\n <rapid-accordion>\n <rapid-accordion-item slot=\"item\" id=\"accordion-1\" class=\"expanded\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </rapid-accordion-item>\n </rapid-accordion>\n `,\n}"
761
+ }
762
+ ],
763
+ "exports": [
764
+ {
765
+ "kind": "js",
766
+ "name": "default",
767
+ "declaration": {
768
+ "name": "meta",
769
+ "module": "src/accordion/accordion.stories.ts"
770
+ }
771
+ },
772
+ {
773
+ "kind": "js",
774
+ "name": "Primary",
775
+ "declaration": {
776
+ "name": "Primary",
777
+ "module": "src/accordion/accordion.stories.ts"
778
+ }
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "kind": "javascript-module",
784
+ "path": "src/accordion/accordion.styles.ts",
785
+ "declarations": [
786
+ {
787
+ "kind": "function",
788
+ "name": "rapidAccordionStyles",
789
+ "return": {
790
+ "type": {
791
+ "text": "ElementStyles"
792
+ }
793
+ },
794
+ "parameters": [
795
+ {
796
+ "name": "context",
797
+ "type": {
798
+ "text": "ElementDefinitionContext"
799
+ }
800
+ },
801
+ {
802
+ "name": "definition",
803
+ "type": {
804
+ "text": "FoundationElementDefinition"
805
+ }
806
+ }
807
+ ]
808
+ }
809
+ ],
810
+ "exports": [
811
+ {
812
+ "kind": "js",
813
+ "name": "rapidAccordionStyles",
814
+ "declaration": {
815
+ "name": "rapidAccordionStyles",
816
+ "module": "src/accordion/accordion.styles.ts"
817
+ }
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "kind": "javascript-module",
823
+ "path": "src/accordion/accordion.template.ts",
824
+ "declarations": [
825
+ {
826
+ "kind": "function",
827
+ "name": "rapidAccordionTemplate",
828
+ "return": {
829
+ "type": {
830
+ "text": "ViewTemplate<Accordion>"
831
+ }
832
+ },
833
+ "parameters": [
834
+ {
835
+ "name": "context",
836
+ "type": {
837
+ "text": "ElementDefinitionContext"
838
+ }
839
+ },
840
+ {
841
+ "name": "definition",
842
+ "type": {
843
+ "text": "FoundationElementDefinition"
844
+ }
845
+ }
846
+ ]
847
+ }
848
+ ],
849
+ "exports": [
850
+ {
851
+ "kind": "js",
852
+ "name": "rapidAccordionTemplate",
853
+ "declaration": {
854
+ "name": "rapidAccordionTemplate",
855
+ "module": "src/accordion/accordion.template.ts"
856
+ }
857
+ }
858
+ ]
859
+ },
860
+ {
861
+ "kind": "javascript-module",
862
+ "path": "src/accordion/accordion.ts",
863
+ "declarations": [
864
+ {
865
+ "kind": "class",
866
+ "description": "",
867
+ "name": "Accordion",
868
+ "superclass": {
869
+ "name": "foundationAccordion",
870
+ "package": "@genesislcap/foundation-ui"
871
+ },
872
+ "tagName": "%%prefix%%-accordion",
873
+ "customElement": true
874
+ },
875
+ {
876
+ "kind": "variable",
877
+ "name": "rapidAccordion"
878
+ }
879
+ ],
880
+ "exports": [
881
+ {
882
+ "kind": "js",
883
+ "name": "Accordion",
884
+ "declaration": {
885
+ "name": "Accordion",
886
+ "module": "src/accordion/accordion.ts"
887
+ }
888
+ },
889
+ {
890
+ "kind": "js",
891
+ "name": "rapidAccordion",
892
+ "declaration": {
893
+ "name": "rapidAccordion",
894
+ "module": "src/accordion/accordion.ts"
895
+ }
896
+ }
897
+ ]
898
+ },
899
+ {
900
+ "kind": "javascript-module",
901
+ "path": "src/accordion/index.ts",
902
+ "declarations": [],
903
+ "exports": [
904
+ {
905
+ "kind": "js",
906
+ "name": "*",
907
+ "declaration": {
908
+ "name": "*",
909
+ "package": "./accordion"
910
+ }
911
+ },
912
+ {
913
+ "kind": "js",
914
+ "name": "*",
915
+ "declaration": {
916
+ "name": "*",
917
+ "package": "./accordion.styles"
918
+ }
919
+ },
920
+ {
921
+ "kind": "js",
922
+ "name": "*",
923
+ "declaration": {
924
+ "name": "*",
925
+ "package": "./accordion.template"
926
+ }
927
+ }
928
+ ]
929
+ },
698
930
  {
699
931
  "kind": "javascript-module",
700
932
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2029,29 +2261,6 @@
2029
2261
  }
2030
2262
  ]
2031
2263
  },
2032
- {
2033
- "kind": "javascript-module",
2034
- "path": "src/_config/index.ts",
2035
- "declarations": [],
2036
- "exports": [
2037
- {
2038
- "kind": "js",
2039
- "name": "*",
2040
- "declaration": {
2041
- "name": "*",
2042
- "package": "./tokens"
2043
- }
2044
- },
2045
- {
2046
- "kind": "js",
2047
- "name": "*",
2048
- "declaration": {
2049
- "name": "*",
2050
- "package": "./values"
2051
- }
2052
- }
2053
- ]
2054
- },
2055
2264
  {
2056
2265
  "kind": "javascript-module",
2057
2266
  "path": "src/anchored-region/anchored-region.stories.ts",
@@ -3664,215 +3873,6 @@
3664
3873
  }
3665
3874
  ]
3666
3875
  },
3667
- {
3668
- "kind": "javascript-module",
3669
- "path": "src/accordion/accordion.stories.ts",
3670
- "declarations": [
3671
- {
3672
- "kind": "variable",
3673
- "name": "meta",
3674
- "type": {
3675
- "text": "Meta"
3676
- },
3677
- "default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
3678
- },
3679
- {
3680
- "kind": "variable",
3681
- "name": "Primary",
3682
- "type": {
3683
- "text": "StoryObj"
3684
- },
3685
- "default": "{\n render: () => html`\n <rapid-accordion>\n <rapid-accordion-item slot=\"item\" id=\"accordion-1\" class=\"expanded\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </rapid-accordion-item>\n </rapid-accordion>\n `,\n}"
3686
- }
3687
- ],
3688
- "exports": [
3689
- {
3690
- "kind": "js",
3691
- "name": "default",
3692
- "declaration": {
3693
- "name": "meta",
3694
- "module": "src/accordion/accordion.stories.ts"
3695
- }
3696
- },
3697
- {
3698
- "kind": "js",
3699
- "name": "Primary",
3700
- "declaration": {
3701
- "name": "Primary",
3702
- "module": "src/accordion/accordion.stories.ts"
3703
- }
3704
- }
3705
- ]
3706
- },
3707
- {
3708
- "kind": "javascript-module",
3709
- "path": "src/accordion/accordion.styles.ts",
3710
- "declarations": [
3711
- {
3712
- "kind": "function",
3713
- "name": "rapidAccordionStyles",
3714
- "return": {
3715
- "type": {
3716
- "text": "ElementStyles"
3717
- }
3718
- },
3719
- "parameters": [
3720
- {
3721
- "name": "context",
3722
- "type": {
3723
- "text": "ElementDefinitionContext"
3724
- }
3725
- },
3726
- {
3727
- "name": "definition",
3728
- "type": {
3729
- "text": "FoundationElementDefinition"
3730
- }
3731
- }
3732
- ]
3733
- }
3734
- ],
3735
- "exports": [
3736
- {
3737
- "kind": "js",
3738
- "name": "rapidAccordionStyles",
3739
- "declaration": {
3740
- "name": "rapidAccordionStyles",
3741
- "module": "src/accordion/accordion.styles.ts"
3742
- }
3743
- }
3744
- ]
3745
- },
3746
- {
3747
- "kind": "javascript-module",
3748
- "path": "src/accordion/accordion.template.ts",
3749
- "declarations": [
3750
- {
3751
- "kind": "function",
3752
- "name": "rapidAccordionTemplate",
3753
- "return": {
3754
- "type": {
3755
- "text": "ViewTemplate<Accordion>"
3756
- }
3757
- },
3758
- "parameters": [
3759
- {
3760
- "name": "context",
3761
- "type": {
3762
- "text": "ElementDefinitionContext"
3763
- }
3764
- },
3765
- {
3766
- "name": "definition",
3767
- "type": {
3768
- "text": "FoundationElementDefinition"
3769
- }
3770
- }
3771
- ]
3772
- }
3773
- ],
3774
- "exports": [
3775
- {
3776
- "kind": "js",
3777
- "name": "rapidAccordionTemplate",
3778
- "declaration": {
3779
- "name": "rapidAccordionTemplate",
3780
- "module": "src/accordion/accordion.template.ts"
3781
- }
3782
- }
3783
- ]
3784
- },
3785
- {
3786
- "kind": "javascript-module",
3787
- "path": "src/accordion/accordion.ts",
3788
- "declarations": [
3789
- {
3790
- "kind": "class",
3791
- "description": "",
3792
- "name": "Accordion",
3793
- "superclass": {
3794
- "name": "foundationAccordion",
3795
- "package": "@genesislcap/foundation-ui"
3796
- },
3797
- "tagName": "%%prefix%%-accordion",
3798
- "customElement": true
3799
- },
3800
- {
3801
- "kind": "variable",
3802
- "name": "rapidAccordion"
3803
- }
3804
- ],
3805
- "exports": [
3806
- {
3807
- "kind": "js",
3808
- "name": "Accordion",
3809
- "declaration": {
3810
- "name": "Accordion",
3811
- "module": "src/accordion/accordion.ts"
3812
- }
3813
- },
3814
- {
3815
- "kind": "js",
3816
- "name": "rapidAccordion",
3817
- "declaration": {
3818
- "name": "rapidAccordion",
3819
- "module": "src/accordion/accordion.ts"
3820
- }
3821
- }
3822
- ]
3823
- },
3824
- {
3825
- "kind": "javascript-module",
3826
- "path": "src/accordion/index.ts",
3827
- "declarations": [],
3828
- "exports": [
3829
- {
3830
- "kind": "js",
3831
- "name": "*",
3832
- "declaration": {
3833
- "name": "*",
3834
- "package": "./accordion"
3835
- }
3836
- },
3837
- {
3838
- "kind": "js",
3839
- "name": "*",
3840
- "declaration": {
3841
- "name": "*",
3842
- "package": "./accordion.styles"
3843
- }
3844
- },
3845
- {
3846
- "kind": "js",
3847
- "name": "*",
3848
- "declaration": {
3849
- "name": "*",
3850
- "package": "./accordion.template"
3851
- }
3852
- }
3853
- ]
3854
- },
3855
- {
3856
- "kind": "javascript-module",
3857
- "path": "src/_common/color.hex.ts",
3858
- "declarations": [],
3859
- "exports": []
3860
- },
3861
- {
3862
- "kind": "javascript-module",
3863
- "path": "src/_common/index.ts",
3864
- "declarations": [],
3865
- "exports": [
3866
- {
3867
- "kind": "js",
3868
- "name": "*",
3869
- "declaration": {
3870
- "name": "*",
3871
- "package": "./color.hex"
3872
- }
3873
- }
3874
- ]
3875
- },
3876
3876
  {
3877
3877
  "kind": "javascript-module",
3878
3878
  "path": "src/avatar/avatar.stories.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.159.0",
4
+ "version": "14.160.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
32
- "@genesislcap/genx": "14.159.0",
33
- "@genesislcap/rollup-builder": "14.159.0",
34
- "@genesislcap/ts-builder": "14.159.0",
35
- "@genesislcap/uvu-playwright-builder": "14.159.0",
36
- "@genesislcap/vite-builder": "14.159.0",
37
- "@genesislcap/webpack-builder": "14.159.0",
32
+ "@genesislcap/genx": "14.160.1",
33
+ "@genesislcap/rollup-builder": "14.160.1",
34
+ "@genesislcap/ts-builder": "14.160.1",
35
+ "@genesislcap/uvu-playwright-builder": "14.160.1",
36
+ "@genesislcap/vite-builder": "14.160.1",
37
+ "@genesislcap/webpack-builder": "14.160.1",
38
38
  "@storybook/addon-coverage": "^1.0.1",
39
39
  "@storybook/addon-essentials": "^8.0.0",
40
40
  "@storybook/addon-links": "^8.0.0",
@@ -51,8 +51,8 @@
51
51
  "storybook": "^8.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-logger": "14.159.0",
55
- "@genesislcap/foundation-ui": "14.159.0",
54
+ "@genesislcap/foundation-logger": "14.160.1",
55
+ "@genesislcap/foundation-ui": "14.160.1",
56
56
  "@microsoft/fast-colors": "^5.3.1",
57
57
  "@microsoft/fast-components": "^2.30.6",
58
58
  "@microsoft/fast-element": "^1.12.0",
@@ -70,5 +70,5 @@
70
70
  "access": "public"
71
71
  },
72
72
  "customElements": "dist/custom-elements.json",
73
- "gitHead": "ca4f78e47565e5b813a263c4fe40f52c9be221ca"
73
+ "gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
74
74
  }