@genesislcap/foundation-ui 14.194.7 → 14.195.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.
@@ -44029,6 +44029,55 @@
44029
44029
  }
44030
44030
  ]
44031
44031
  },
44032
+ {
44033
+ "kind": "javascript-module",
44034
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44035
+ "declarations": [
44036
+ {
44037
+ "kind": "function",
44038
+ "name": "gridLayoutRWDStyles",
44039
+ "return": {
44040
+ "type": {
44041
+ "text": "ElementStyles"
44042
+ }
44043
+ },
44044
+ "parameters": [
44045
+ {
44046
+ "name": "breakPoint",
44047
+ "optional": true,
44048
+ "type": {
44049
+ "text": "GridBreakPointType"
44050
+ }
44051
+ }
44052
+ ]
44053
+ }
44054
+ ],
44055
+ "exports": [
44056
+ {
44057
+ "kind": "js",
44058
+ "name": "gridLayoutRWDStyles",
44059
+ "declaration": {
44060
+ "name": "gridLayoutRWDStyles",
44061
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44062
+ }
44063
+ }
44064
+ ]
44065
+ },
44066
+ {
44067
+ "kind": "javascript-module",
44068
+ "path": "src/grid-layout/responsiveness/index.ts",
44069
+ "declarations": [],
44070
+ "exports": [
44071
+ {
44072
+ "kind": "js",
44073
+ "name": "*",
44074
+ "declaration": {
44075
+ "name": "*",
44076
+ "package": "./grid-layout-rwd.styles"
44077
+ }
44078
+ }
44079
+ ]
44080
+ },
44032
44081
  {
44033
44082
  "kind": "javascript-module",
44034
44083
  "path": "src/overlays/system-health/index.ts",
@@ -44601,55 +44650,6 @@
44601
44650
  }
44602
44651
  }
44603
44652
  ]
44604
- },
44605
- {
44606
- "kind": "javascript-module",
44607
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44608
- "declarations": [
44609
- {
44610
- "kind": "function",
44611
- "name": "gridLayoutRWDStyles",
44612
- "return": {
44613
- "type": {
44614
- "text": "ElementStyles"
44615
- }
44616
- },
44617
- "parameters": [
44618
- {
44619
- "name": "breakPoint",
44620
- "optional": true,
44621
- "type": {
44622
- "text": "GridBreakPointType"
44623
- }
44624
- }
44625
- ]
44626
- }
44627
- ],
44628
- "exports": [
44629
- {
44630
- "kind": "js",
44631
- "name": "gridLayoutRWDStyles",
44632
- "declaration": {
44633
- "name": "gridLayoutRWDStyles",
44634
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44635
- }
44636
- }
44637
- ]
44638
- },
44639
- {
44640
- "kind": "javascript-module",
44641
- "path": "src/grid-layout/responsiveness/index.ts",
44642
- "declarations": [],
44643
- "exports": [
44644
- {
44645
- "kind": "js",
44646
- "name": "*",
44647
- "declaration": {
44648
- "name": "*",
44649
- "package": "./grid-layout-rwd.styles"
44650
- }
44651
- }
44652
- ]
44653
44653
  }
44654
44654
  ]
44655
44655
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.194.7",
4
+ "version": "14.195.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -82,13 +82,13 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.194.7",
86
- "@genesislcap/genx": "14.194.7",
87
- "@genesislcap/rollup-builder": "14.194.7",
88
- "@genesislcap/ts-builder": "14.194.7",
89
- "@genesislcap/uvu-playwright-builder": "14.194.7",
90
- "@genesislcap/vite-builder": "14.194.7",
91
- "@genesislcap/webpack-builder": "14.194.7",
85
+ "@genesislcap/foundation-testing": "14.195.0",
86
+ "@genesislcap/genx": "14.195.0",
87
+ "@genesislcap/rollup-builder": "14.195.0",
88
+ "@genesislcap/ts-builder": "14.195.0",
89
+ "@genesislcap/uvu-playwright-builder": "14.195.0",
90
+ "@genesislcap/vite-builder": "14.195.0",
91
+ "@genesislcap/webpack-builder": "14.195.0",
92
92
  "copyfiles": "^2.4.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "rxjs": "^7.5.4"
@@ -99,13 +99,13 @@
99
99
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
100
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
101
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.194.7",
103
- "@genesislcap/foundation-criteria": "14.194.7",
104
- "@genesislcap/foundation-errors": "14.194.7",
105
- "@genesislcap/foundation-logger": "14.194.7",
106
- "@genesislcap/foundation-notifications": "14.194.7",
107
- "@genesislcap/foundation-user": "14.194.7",
108
- "@genesislcap/foundation-utils": "14.194.7",
102
+ "@genesislcap/foundation-comms": "14.195.0",
103
+ "@genesislcap/foundation-criteria": "14.195.0",
104
+ "@genesislcap/foundation-errors": "14.195.0",
105
+ "@genesislcap/foundation-logger": "14.195.0",
106
+ "@genesislcap/foundation-notifications": "14.195.0",
107
+ "@genesislcap/foundation-user": "14.195.0",
108
+ "@genesislcap/foundation-utils": "14.195.0",
109
109
  "@microsoft/fast-colors": "^5.3.1",
110
110
  "@microsoft/fast-components": "^2.30.6",
111
111
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +127,5 @@
127
127
  "access": "public"
128
128
  },
129
129
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "9bece8f180478f18ff800a049dca7ae6d85229aa"
130
+ "gitHead": "c2f60f537f6443a78be6237f3c4bc0f5f49f0262"
131
131
  }