@genesislcap/rapid-design-system 14.409.1 → 14.411.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,185 +2162,6 @@
1983
2162
  }
1984
2163
  ]
1985
2164
  },
1986
- {
1987
- "kind": "javascript-module",
1988
- "path": "src/_config/index.ts",
1989
- "declarations": [],
1990
- "exports": [
1991
- {
1992
- "kind": "js",
1993
- "name": "*",
1994
- "declaration": {
1995
- "name": "*",
1996
- "package": "./styles"
1997
- }
1998
- },
1999
- {
2000
- "kind": "js",
2001
- "name": "*",
2002
- "declaration": {
2003
- "name": "*",
2004
- "package": "./tokens"
2005
- }
2006
- },
2007
- {
2008
- "kind": "js",
2009
- "name": "*",
2010
- "declaration": {
2011
- "name": "*",
2012
- "package": "./values"
2013
- }
2014
- }
2015
- ]
2016
- },
2017
- {
2018
- "kind": "javascript-module",
2019
- "path": "src/accordion/accordion.styles.ts",
2020
- "declarations": [
2021
- {
2022
- "kind": "function",
2023
- "name": "rapidAccordionStyles",
2024
- "return": {
2025
- "type": {
2026
- "text": "ElementStyles"
2027
- }
2028
- },
2029
- "parameters": [
2030
- {
2031
- "name": "context",
2032
- "type": {
2033
- "text": "ElementDefinitionContext"
2034
- }
2035
- },
2036
- {
2037
- "name": "definition",
2038
- "type": {
2039
- "text": "FoundationElementDefinition"
2040
- }
2041
- }
2042
- ]
2043
- }
2044
- ],
2045
- "exports": [
2046
- {
2047
- "kind": "js",
2048
- "name": "rapidAccordionStyles",
2049
- "declaration": {
2050
- "name": "rapidAccordionStyles",
2051
- "module": "src/accordion/accordion.styles.ts"
2052
- }
2053
- }
2054
- ]
2055
- },
2056
- {
2057
- "kind": "javascript-module",
2058
- "path": "src/accordion/accordion.template.ts",
2059
- "declarations": [
2060
- {
2061
- "kind": "function",
2062
- "name": "rapidAccordionTemplate",
2063
- "return": {
2064
- "type": {
2065
- "text": "ViewTemplate<Accordion>"
2066
- }
2067
- },
2068
- "parameters": [
2069
- {
2070
- "name": "context",
2071
- "type": {
2072
- "text": "ElementDefinitionContext"
2073
- }
2074
- },
2075
- {
2076
- "name": "definition",
2077
- "type": {
2078
- "text": "FoundationElementDefinition"
2079
- }
2080
- }
2081
- ]
2082
- }
2083
- ],
2084
- "exports": [
2085
- {
2086
- "kind": "js",
2087
- "name": "rapidAccordionTemplate",
2088
- "declaration": {
2089
- "name": "rapidAccordionTemplate",
2090
- "module": "src/accordion/accordion.template.ts"
2091
- }
2092
- }
2093
- ]
2094
- },
2095
- {
2096
- "kind": "javascript-module",
2097
- "path": "src/accordion/accordion.ts",
2098
- "declarations": [
2099
- {
2100
- "kind": "class",
2101
- "description": "",
2102
- "name": "Accordion",
2103
- "superclass": {
2104
- "name": "foundationAccordion",
2105
- "package": "@genesislcap/foundation-ui"
2106
- },
2107
- "tagName": "%%prefix%%-accordion",
2108
- "customElement": true
2109
- },
2110
- {
2111
- "kind": "variable",
2112
- "name": "rapidAccordion"
2113
- }
2114
- ],
2115
- "exports": [
2116
- {
2117
- "kind": "js",
2118
- "name": "Accordion",
2119
- "declaration": {
2120
- "name": "Accordion",
2121
- "module": "src/accordion/accordion.ts"
2122
- }
2123
- },
2124
- {
2125
- "kind": "js",
2126
- "name": "rapidAccordion",
2127
- "declaration": {
2128
- "name": "rapidAccordion",
2129
- "module": "src/accordion/accordion.ts"
2130
- }
2131
- }
2132
- ]
2133
- },
2134
- {
2135
- "kind": "javascript-module",
2136
- "path": "src/accordion/index.ts",
2137
- "declarations": [],
2138
- "exports": [
2139
- {
2140
- "kind": "js",
2141
- "name": "*",
2142
- "declaration": {
2143
- "name": "*",
2144
- "package": "./accordion"
2145
- }
2146
- },
2147
- {
2148
- "kind": "js",
2149
- "name": "*",
2150
- "declaration": {
2151
- "name": "*",
2152
- "package": "./accordion.styles"
2153
- }
2154
- },
2155
- {
2156
- "kind": "js",
2157
- "name": "*",
2158
- "declaration": {
2159
- "name": "*",
2160
- "package": "./accordion.template"
2161
- }
2162
- }
2163
- ]
2164
- },
2165
2165
  {
2166
2166
  "kind": "javascript-module",
2167
2167
  "path": "src/ai-indicator/ai-indicator.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.409.1",
4
+ "version": "14.411.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.409.1",
39
- "@genesislcap/rollup-builder": "14.409.1",
40
- "@genesislcap/ts-builder": "14.409.1",
41
- "@genesislcap/uvu-playwright-builder": "14.409.1",
42
- "@genesislcap/vite-builder": "14.409.1",
43
- "@genesislcap/webpack-builder": "14.409.1"
38
+ "@genesislcap/genx": "14.411.0",
39
+ "@genesislcap/rollup-builder": "14.411.0",
40
+ "@genesislcap/ts-builder": "14.411.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.411.0",
42
+ "@genesislcap/vite-builder": "14.411.0",
43
+ "@genesislcap/webpack-builder": "14.411.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.409.1",
47
- "@genesislcap/foundation-ui": "14.409.1",
48
- "@genesislcap/foundation-utils": "14.409.1",
46
+ "@genesislcap/foundation-logger": "14.411.0",
47
+ "@genesislcap/foundation-ui": "14.411.0",
48
+ "@genesislcap/foundation-utils": "14.411.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": "a23531e1359a6381e7d4fd81e98bd8d2e9981560"
65
+ "gitHead": "f0f06261f9263da766433fa02f4c011c3391e3c4"
66
66
  }