@genesislcap/rapid-design-system 14.214.1 → 14.214.2

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.
@@ -716,6 +716,37 @@
716
716
  }
717
717
  ]
718
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": "./styles"
730
+ }
731
+ },
732
+ {
733
+ "kind": "js",
734
+ "name": "*",
735
+ "declaration": {
736
+ "name": "*",
737
+ "package": "./tokens"
738
+ }
739
+ },
740
+ {
741
+ "kind": "js",
742
+ "name": "*",
743
+ "declaration": {
744
+ "name": "*",
745
+ "package": "./values"
746
+ }
747
+ }
748
+ ]
749
+ },
719
750
  {
720
751
  "kind": "javascript-module",
721
752
  "path": "src/accordion/accordion.stories.ts",
@@ -1052,37 +1083,6 @@
1052
1083
  }
1053
1084
  ]
1054
1085
  },
1055
- {
1056
- "kind": "javascript-module",
1057
- "path": "src/_config/index.ts",
1058
- "declarations": [],
1059
- "exports": [
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./styles"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./tokens"
1074
- }
1075
- },
1076
- {
1077
- "kind": "js",
1078
- "name": "*",
1079
- "declaration": {
1080
- "name": "*",
1081
- "package": "./values"
1082
- }
1083
- }
1084
- ]
1085
- },
1086
1086
  {
1087
1087
  "kind": "javascript-module",
1088
1088
  "path": "src/actions-menu/actions-menu.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.214.1",
4
+ "version": "14.214.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
40
- "@genesislcap/genx": "14.214.1",
41
- "@genesislcap/rollup-builder": "14.214.1",
42
- "@genesislcap/ts-builder": "14.214.1",
43
- "@genesislcap/uvu-playwright-builder": "14.214.1",
44
- "@genesislcap/vite-builder": "14.214.1",
45
- "@genesislcap/webpack-builder": "14.214.1",
40
+ "@genesislcap/genx": "14.214.2",
41
+ "@genesislcap/rollup-builder": "14.214.2",
42
+ "@genesislcap/ts-builder": "14.214.2",
43
+ "@genesislcap/uvu-playwright-builder": "14.214.2",
44
+ "@genesislcap/vite-builder": "14.214.2",
45
+ "@genesislcap/webpack-builder": "14.214.2",
46
46
  "@storybook/addon-coverage": "^1.0.1",
47
47
  "@storybook/addon-essentials": "^8.0.0",
48
48
  "@storybook/addon-links": "^8.0.0",
@@ -60,9 +60,9 @@
60
60
  "storybook": "^8.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.214.1",
64
- "@genesislcap/foundation-ui": "14.214.1",
65
- "@genesislcap/foundation-utils": "14.214.1",
63
+ "@genesislcap/foundation-logger": "14.214.2",
64
+ "@genesislcap/foundation-ui": "14.214.2",
65
+ "@genesislcap/foundation-utils": "14.214.2",
66
66
  "@microsoft/fast-colors": "^5.3.1",
67
67
  "@microsoft/fast-components": "^2.30.6",
68
68
  "@microsoft/fast-element": "^1.12.0",
@@ -80,5 +80,5 @@
80
80
  "access": "public"
81
81
  },
82
82
  "customElements": "dist/custom-elements.json",
83
- "gitHead": "9004ab51d127b82f36be2f73ed658cd7cbfba897"
83
+ "gitHead": "181b76ca557a8a88be4cff765645d618c37debf3"
84
84
  }