@genesislcap/rapid-design-system 14.405.0 → 14.406.0

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 +179 -179
  2. package/package.json +11 -11
@@ -772,6 +772,185 @@
772
772
  }
773
773
  ]
774
774
  },
775
+ {
776
+ "kind": "javascript-module",
777
+ "path": "src/_config/index.ts",
778
+ "declarations": [],
779
+ "exports": [
780
+ {
781
+ "kind": "js",
782
+ "name": "*",
783
+ "declaration": {
784
+ "name": "*",
785
+ "package": "./styles"
786
+ }
787
+ },
788
+ {
789
+ "kind": "js",
790
+ "name": "*",
791
+ "declaration": {
792
+ "name": "*",
793
+ "package": "./tokens"
794
+ }
795
+ },
796
+ {
797
+ "kind": "js",
798
+ "name": "*",
799
+ "declaration": {
800
+ "name": "*",
801
+ "package": "./values"
802
+ }
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "kind": "javascript-module",
808
+ "path": "src/accordion/accordion.styles.ts",
809
+ "declarations": [
810
+ {
811
+ "kind": "function",
812
+ "name": "rapidAccordionStyles",
813
+ "return": {
814
+ "type": {
815
+ "text": "ElementStyles"
816
+ }
817
+ },
818
+ "parameters": [
819
+ {
820
+ "name": "context",
821
+ "type": {
822
+ "text": "ElementDefinitionContext"
823
+ }
824
+ },
825
+ {
826
+ "name": "definition",
827
+ "type": {
828
+ "text": "FoundationElementDefinition"
829
+ }
830
+ }
831
+ ]
832
+ }
833
+ ],
834
+ "exports": [
835
+ {
836
+ "kind": "js",
837
+ "name": "rapidAccordionStyles",
838
+ "declaration": {
839
+ "name": "rapidAccordionStyles",
840
+ "module": "src/accordion/accordion.styles.ts"
841
+ }
842
+ }
843
+ ]
844
+ },
845
+ {
846
+ "kind": "javascript-module",
847
+ "path": "src/accordion/accordion.template.ts",
848
+ "declarations": [
849
+ {
850
+ "kind": "function",
851
+ "name": "rapidAccordionTemplate",
852
+ "return": {
853
+ "type": {
854
+ "text": "ViewTemplate<Accordion>"
855
+ }
856
+ },
857
+ "parameters": [
858
+ {
859
+ "name": "context",
860
+ "type": {
861
+ "text": "ElementDefinitionContext"
862
+ }
863
+ },
864
+ {
865
+ "name": "definition",
866
+ "type": {
867
+ "text": "FoundationElementDefinition"
868
+ }
869
+ }
870
+ ]
871
+ }
872
+ ],
873
+ "exports": [
874
+ {
875
+ "kind": "js",
876
+ "name": "rapidAccordionTemplate",
877
+ "declaration": {
878
+ "name": "rapidAccordionTemplate",
879
+ "module": "src/accordion/accordion.template.ts"
880
+ }
881
+ }
882
+ ]
883
+ },
884
+ {
885
+ "kind": "javascript-module",
886
+ "path": "src/accordion/accordion.ts",
887
+ "declarations": [
888
+ {
889
+ "kind": "class",
890
+ "description": "",
891
+ "name": "Accordion",
892
+ "superclass": {
893
+ "name": "foundationAccordion",
894
+ "package": "@genesislcap/foundation-ui"
895
+ },
896
+ "tagName": "%%prefix%%-accordion",
897
+ "customElement": true
898
+ },
899
+ {
900
+ "kind": "variable",
901
+ "name": "rapidAccordion"
902
+ }
903
+ ],
904
+ "exports": [
905
+ {
906
+ "kind": "js",
907
+ "name": "Accordion",
908
+ "declaration": {
909
+ "name": "Accordion",
910
+ "module": "src/accordion/accordion.ts"
911
+ }
912
+ },
913
+ {
914
+ "kind": "js",
915
+ "name": "rapidAccordion",
916
+ "declaration": {
917
+ "name": "rapidAccordion",
918
+ "module": "src/accordion/accordion.ts"
919
+ }
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "kind": "javascript-module",
925
+ "path": "src/accordion/index.ts",
926
+ "declarations": [],
927
+ "exports": [
928
+ {
929
+ "kind": "js",
930
+ "name": "*",
931
+ "declaration": {
932
+ "name": "*",
933
+ "package": "./accordion"
934
+ }
935
+ },
936
+ {
937
+ "kind": "js",
938
+ "name": "*",
939
+ "declaration": {
940
+ "name": "*",
941
+ "package": "./accordion.styles"
942
+ }
943
+ },
944
+ {
945
+ "kind": "js",
946
+ "name": "*",
947
+ "declaration": {
948
+ "name": "*",
949
+ "package": "./accordion.template"
950
+ }
951
+ }
952
+ ]
953
+ },
775
954
  {
776
955
  "kind": "javascript-module",
777
956
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1983,154 +2162,6 @@
1983
2162
  }
1984
2163
  ]
1985
2164
  },
1986
- {
1987
- "kind": "javascript-module",
1988
- "path": "src/accordion/accordion.styles.ts",
1989
- "declarations": [
1990
- {
1991
- "kind": "function",
1992
- "name": "rapidAccordionStyles",
1993
- "return": {
1994
- "type": {
1995
- "text": "ElementStyles"
1996
- }
1997
- },
1998
- "parameters": [
1999
- {
2000
- "name": "context",
2001
- "type": {
2002
- "text": "ElementDefinitionContext"
2003
- }
2004
- },
2005
- {
2006
- "name": "definition",
2007
- "type": {
2008
- "text": "FoundationElementDefinition"
2009
- }
2010
- }
2011
- ]
2012
- }
2013
- ],
2014
- "exports": [
2015
- {
2016
- "kind": "js",
2017
- "name": "rapidAccordionStyles",
2018
- "declaration": {
2019
- "name": "rapidAccordionStyles",
2020
- "module": "src/accordion/accordion.styles.ts"
2021
- }
2022
- }
2023
- ]
2024
- },
2025
- {
2026
- "kind": "javascript-module",
2027
- "path": "src/accordion/accordion.template.ts",
2028
- "declarations": [
2029
- {
2030
- "kind": "function",
2031
- "name": "rapidAccordionTemplate",
2032
- "return": {
2033
- "type": {
2034
- "text": "ViewTemplate<Accordion>"
2035
- }
2036
- },
2037
- "parameters": [
2038
- {
2039
- "name": "context",
2040
- "type": {
2041
- "text": "ElementDefinitionContext"
2042
- }
2043
- },
2044
- {
2045
- "name": "definition",
2046
- "type": {
2047
- "text": "FoundationElementDefinition"
2048
- }
2049
- }
2050
- ]
2051
- }
2052
- ],
2053
- "exports": [
2054
- {
2055
- "kind": "js",
2056
- "name": "rapidAccordionTemplate",
2057
- "declaration": {
2058
- "name": "rapidAccordionTemplate",
2059
- "module": "src/accordion/accordion.template.ts"
2060
- }
2061
- }
2062
- ]
2063
- },
2064
- {
2065
- "kind": "javascript-module",
2066
- "path": "src/accordion/accordion.ts",
2067
- "declarations": [
2068
- {
2069
- "kind": "class",
2070
- "description": "",
2071
- "name": "Accordion",
2072
- "superclass": {
2073
- "name": "foundationAccordion",
2074
- "package": "@genesislcap/foundation-ui"
2075
- },
2076
- "tagName": "%%prefix%%-accordion",
2077
- "customElement": true
2078
- },
2079
- {
2080
- "kind": "variable",
2081
- "name": "rapidAccordion"
2082
- }
2083
- ],
2084
- "exports": [
2085
- {
2086
- "kind": "js",
2087
- "name": "Accordion",
2088
- "declaration": {
2089
- "name": "Accordion",
2090
- "module": "src/accordion/accordion.ts"
2091
- }
2092
- },
2093
- {
2094
- "kind": "js",
2095
- "name": "rapidAccordion",
2096
- "declaration": {
2097
- "name": "rapidAccordion",
2098
- "module": "src/accordion/accordion.ts"
2099
- }
2100
- }
2101
- ]
2102
- },
2103
- {
2104
- "kind": "javascript-module",
2105
- "path": "src/accordion/index.ts",
2106
- "declarations": [],
2107
- "exports": [
2108
- {
2109
- "kind": "js",
2110
- "name": "*",
2111
- "declaration": {
2112
- "name": "*",
2113
- "package": "./accordion"
2114
- }
2115
- },
2116
- {
2117
- "kind": "js",
2118
- "name": "*",
2119
- "declaration": {
2120
- "name": "*",
2121
- "package": "./accordion.styles"
2122
- }
2123
- },
2124
- {
2125
- "kind": "js",
2126
- "name": "*",
2127
- "declaration": {
2128
- "name": "*",
2129
- "package": "./accordion.template"
2130
- }
2131
- }
2132
- ]
2133
- },
2134
2165
  {
2135
2166
  "kind": "javascript-module",
2136
2167
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -2590,37 +2621,6 @@
2590
2621
  }
2591
2622
  ]
2592
2623
  },
2593
- {
2594
- "kind": "javascript-module",
2595
- "path": "src/_config/index.ts",
2596
- "declarations": [],
2597
- "exports": [
2598
- {
2599
- "kind": "js",
2600
- "name": "*",
2601
- "declaration": {
2602
- "name": "*",
2603
- "package": "./styles"
2604
- }
2605
- },
2606
- {
2607
- "kind": "js",
2608
- "name": "*",
2609
- "declaration": {
2610
- "name": "*",
2611
- "package": "./tokens"
2612
- }
2613
- },
2614
- {
2615
- "kind": "js",
2616
- "name": "*",
2617
- "declaration": {
2618
- "name": "*",
2619
- "package": "./values"
2620
- }
2621
- }
2622
- ]
2623
- },
2624
2624
  {
2625
2625
  "kind": "javascript-module",
2626
2626
  "path": "src/anchor/anchor.styles.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.405.0",
4
+ "version": "14.406.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
38
- "@genesislcap/genx": "14.405.0",
39
- "@genesislcap/rollup-builder": "14.405.0",
40
- "@genesislcap/ts-builder": "14.405.0",
41
- "@genesislcap/uvu-playwright-builder": "14.405.0",
42
- "@genesislcap/vite-builder": "14.405.0",
43
- "@genesislcap/webpack-builder": "14.405.0"
38
+ "@genesislcap/genx": "14.406.0",
39
+ "@genesislcap/rollup-builder": "14.406.0",
40
+ "@genesislcap/ts-builder": "14.406.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.406.0",
42
+ "@genesislcap/vite-builder": "14.406.0",
43
+ "@genesislcap/webpack-builder": "14.406.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.405.0",
47
- "@genesislcap/foundation-ui": "14.405.0",
48
- "@genesislcap/foundation-utils": "14.405.0",
46
+ "@genesislcap/foundation-logger": "14.406.0",
47
+ "@genesislcap/foundation-ui": "14.406.0",
48
+ "@genesislcap/foundation-utils": "14.406.0",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "90757d4adb4c7b20ee266e0add3126dd76cb6398"
65
+ "gitHead": "69e2b4662605a6e5e60efe537b8871a7e0c00f44"
66
66
  }