@genesislcap/rapid-design-system 14.409.1 → 14.410.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,37 @@
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
+ },
775
806
  {
776
807
  "kind": "javascript-module",
777
808
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -920,6 +951,154 @@
920
951
  }
921
952
  ]
922
953
  },
954
+ {
955
+ "kind": "javascript-module",
956
+ "path": "src/accordion/accordion.styles.ts",
957
+ "declarations": [
958
+ {
959
+ "kind": "function",
960
+ "name": "rapidAccordionStyles",
961
+ "return": {
962
+ "type": {
963
+ "text": "ElementStyles"
964
+ }
965
+ },
966
+ "parameters": [
967
+ {
968
+ "name": "context",
969
+ "type": {
970
+ "text": "ElementDefinitionContext"
971
+ }
972
+ },
973
+ {
974
+ "name": "definition",
975
+ "type": {
976
+ "text": "FoundationElementDefinition"
977
+ }
978
+ }
979
+ ]
980
+ }
981
+ ],
982
+ "exports": [
983
+ {
984
+ "kind": "js",
985
+ "name": "rapidAccordionStyles",
986
+ "declaration": {
987
+ "name": "rapidAccordionStyles",
988
+ "module": "src/accordion/accordion.styles.ts"
989
+ }
990
+ }
991
+ ]
992
+ },
993
+ {
994
+ "kind": "javascript-module",
995
+ "path": "src/accordion/accordion.template.ts",
996
+ "declarations": [
997
+ {
998
+ "kind": "function",
999
+ "name": "rapidAccordionTemplate",
1000
+ "return": {
1001
+ "type": {
1002
+ "text": "ViewTemplate<Accordion>"
1003
+ }
1004
+ },
1005
+ "parameters": [
1006
+ {
1007
+ "name": "context",
1008
+ "type": {
1009
+ "text": "ElementDefinitionContext"
1010
+ }
1011
+ },
1012
+ {
1013
+ "name": "definition",
1014
+ "type": {
1015
+ "text": "FoundationElementDefinition"
1016
+ }
1017
+ }
1018
+ ]
1019
+ }
1020
+ ],
1021
+ "exports": [
1022
+ {
1023
+ "kind": "js",
1024
+ "name": "rapidAccordionTemplate",
1025
+ "declaration": {
1026
+ "name": "rapidAccordionTemplate",
1027
+ "module": "src/accordion/accordion.template.ts"
1028
+ }
1029
+ }
1030
+ ]
1031
+ },
1032
+ {
1033
+ "kind": "javascript-module",
1034
+ "path": "src/accordion/accordion.ts",
1035
+ "declarations": [
1036
+ {
1037
+ "kind": "class",
1038
+ "description": "",
1039
+ "name": "Accordion",
1040
+ "superclass": {
1041
+ "name": "foundationAccordion",
1042
+ "package": "@genesislcap/foundation-ui"
1043
+ },
1044
+ "tagName": "%%prefix%%-accordion",
1045
+ "customElement": true
1046
+ },
1047
+ {
1048
+ "kind": "variable",
1049
+ "name": "rapidAccordion"
1050
+ }
1051
+ ],
1052
+ "exports": [
1053
+ {
1054
+ "kind": "js",
1055
+ "name": "Accordion",
1056
+ "declaration": {
1057
+ "name": "Accordion",
1058
+ "module": "src/accordion/accordion.ts"
1059
+ }
1060
+ },
1061
+ {
1062
+ "kind": "js",
1063
+ "name": "rapidAccordion",
1064
+ "declaration": {
1065
+ "name": "rapidAccordion",
1066
+ "module": "src/accordion/accordion.ts"
1067
+ }
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "kind": "javascript-module",
1073
+ "path": "src/accordion/index.ts",
1074
+ "declarations": [],
1075
+ "exports": [
1076
+ {
1077
+ "kind": "js",
1078
+ "name": "*",
1079
+ "declaration": {
1080
+ "name": "*",
1081
+ "package": "./accordion"
1082
+ }
1083
+ },
1084
+ {
1085
+ "kind": "js",
1086
+ "name": "*",
1087
+ "declaration": {
1088
+ "name": "*",
1089
+ "package": "./accordion.styles"
1090
+ }
1091
+ },
1092
+ {
1093
+ "kind": "js",
1094
+ "name": "*",
1095
+ "declaration": {
1096
+ "name": "*",
1097
+ "package": "./accordion.template"
1098
+ }
1099
+ }
1100
+ ]
1101
+ },
923
1102
  {
924
1103
  "kind": "javascript-module",
925
1104
  "path": "src/actions-menu/actions-menu.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.410.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.410.0",
39
+ "@genesislcap/rollup-builder": "14.410.0",
40
+ "@genesislcap/ts-builder": "14.410.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.410.0",
42
+ "@genesislcap/vite-builder": "14.410.0",
43
+ "@genesislcap/webpack-builder": "14.410.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.410.0",
47
+ "@genesislcap/foundation-ui": "14.410.0",
48
+ "@genesislcap/foundation-utils": "14.410.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": "9331a34f5da9547cbc71a4d60cc0580b3a4dca80"
66
66
  }