@genesislcap/rapid-design-system 15.10.3 → 15.10.4

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.
@@ -783,27 +783,6 @@
783
783
  }
784
784
  ]
785
785
  },
786
- {
787
- "kind": "javascript-module",
788
- "path": "src/_common/color.hex.ts",
789
- "declarations": [],
790
- "exports": []
791
- },
792
- {
793
- "kind": "javascript-module",
794
- "path": "src/_common/index.ts",
795
- "declarations": [],
796
- "exports": [
797
- {
798
- "kind": "js",
799
- "name": "*",
800
- "declaration": {
801
- "name": "*",
802
- "package": "./color.hex"
803
- }
804
- }
805
- ]
806
- },
807
786
  {
808
787
  "kind": "javascript-module",
809
788
  "path": "src/_config/configure.ts",
@@ -884,6 +863,27 @@
884
863
  }
885
864
  ]
886
865
  },
866
+ {
867
+ "kind": "javascript-module",
868
+ "path": "src/_common/color.hex.ts",
869
+ "declarations": [],
870
+ "exports": []
871
+ },
872
+ {
873
+ "kind": "javascript-module",
874
+ "path": "src/_common/index.ts",
875
+ "declarations": [],
876
+ "exports": [
877
+ {
878
+ "kind": "js",
879
+ "name": "*",
880
+ "declaration": {
881
+ "name": "*",
882
+ "package": "./color.hex"
883
+ }
884
+ }
885
+ ]
886
+ },
887
887
  {
888
888
  "kind": "javascript-module",
889
889
  "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": "15.10.3",
4
+ "version": "15.10.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
41
- "@genesislcap/foundation-testing": "15.10.3",
42
- "@genesislcap/genx": "15.10.3",
43
- "@genesislcap/rollup-builder": "15.10.3",
44
- "@genesislcap/ts-builder": "15.10.3",
45
- "@genesislcap/uvu-playwright-builder": "15.10.3",
46
- "@genesislcap/vite-builder": "15.10.3",
47
- "@genesislcap/webpack-builder": "15.10.3",
41
+ "@genesislcap/foundation-testing": "15.10.4",
42
+ "@genesislcap/genx": "15.10.4",
43
+ "@genesislcap/rollup-builder": "15.10.4",
44
+ "@genesislcap/ts-builder": "15.10.4",
45
+ "@genesislcap/uvu-playwright-builder": "15.10.4",
46
+ "@genesislcap/vite-builder": "15.10.4",
47
+ "@genesislcap/webpack-builder": "15.10.4",
48
48
  "flexlayout-react": "^0.8.19"
49
49
  },
50
50
  "peerDependencies": {
@@ -56,9 +56,9 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-logger": "15.10.3",
60
- "@genesislcap/foundation-ui": "15.10.3",
61
- "@genesislcap/foundation-utils": "15.10.3",
59
+ "@genesislcap/foundation-logger": "15.10.4",
60
+ "@genesislcap/foundation-ui": "15.10.4",
61
+ "@genesislcap/foundation-utils": "15.10.4",
62
62
  "@microsoft/fast-colors": "5.3.1",
63
63
  "@microsoft/fast-components": "2.30.6",
64
64
  "@microsoft/fast-element": "1.14.0",
@@ -94,5 +94,5 @@
94
94
  "require": "./dist/react.cjs"
95
95
  }
96
96
  },
97
- "gitHead": "6e5c9bb135b3da6792c4c3a8e632b09b0bc3fbca"
97
+ "gitHead": "2747f342a1681832c041ac612b854039ef908ab7"
98
98
  }