@genesislcap/rapid-design-system 14.470.0 → 14.471.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.
@@ -751,27 +751,6 @@
751
751
  }
752
752
  ]
753
753
  },
754
- {
755
- "kind": "javascript-module",
756
- "path": "src/_common/color.hex.ts",
757
- "declarations": [],
758
- "exports": []
759
- },
760
- {
761
- "kind": "javascript-module",
762
- "path": "src/_common/index.ts",
763
- "declarations": [],
764
- "exports": [
765
- {
766
- "kind": "js",
767
- "name": "*",
768
- "declaration": {
769
- "name": "*",
770
- "package": "./color.hex"
771
- }
772
- }
773
- ]
774
- },
775
754
  {
776
755
  "kind": "javascript-module",
777
756
  "path": "src/_config/configure.ts",
@@ -852,6 +831,27 @@
852
831
  }
853
832
  ]
854
833
  },
834
+ {
835
+ "kind": "javascript-module",
836
+ "path": "src/_common/color.hex.ts",
837
+ "declarations": [],
838
+ "exports": []
839
+ },
840
+ {
841
+ "kind": "javascript-module",
842
+ "path": "src/_common/index.ts",
843
+ "declarations": [],
844
+ "exports": [
845
+ {
846
+ "kind": "js",
847
+ "name": "*",
848
+ "declaration": {
849
+ "name": "*",
850
+ "package": "./color.hex"
851
+ }
852
+ }
853
+ ]
854
+ },
855
855
  {
856
856
  "kind": "javascript-module",
857
857
  "path": "src/accordion/accordion.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.470.0",
4
+ "version": "14.471.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.470.0",
39
- "@genesislcap/rollup-builder": "14.470.0",
40
- "@genesislcap/ts-builder": "14.470.0",
41
- "@genesislcap/uvu-playwright-builder": "14.470.0",
42
- "@genesislcap/vite-builder": "14.470.0",
43
- "@genesislcap/webpack-builder": "14.470.0"
38
+ "@genesislcap/genx": "14.471.0",
39
+ "@genesislcap/rollup-builder": "14.471.0",
40
+ "@genesislcap/ts-builder": "14.471.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.471.0",
42
+ "@genesislcap/vite-builder": "14.471.0",
43
+ "@genesislcap/webpack-builder": "14.471.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.470.0",
47
- "@genesislcap/foundation-ui": "14.470.0",
48
- "@genesislcap/foundation-utils": "14.470.0",
46
+ "@genesislcap/foundation-logger": "14.471.0",
47
+ "@genesislcap/foundation-ui": "14.471.0",
48
+ "@genesislcap/foundation-utils": "14.471.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",
@@ -73,5 +73,5 @@
73
73
  "require": "./dist/react.cjs"
74
74
  }
75
75
  },
76
- "gitHead": "c222968b05dd3bb5db608222696b1f59a1c65913"
76
+ "gitHead": "610c348b892f15a2c15140528863aee389801a78"
77
77
  }