@genesislcap/foundation-ui 14.281.2 → 14.282.1-alpha-99fbacc.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.
@@ -913,37 +913,6 @@
913
913
  }
914
914
  ]
915
915
  },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/_config/index.ts",
919
- "declarations": [],
920
- "exports": [
921
- {
922
- "kind": "js",
923
- "name": "*",
924
- "declaration": {
925
- "name": "*",
926
- "package": "./styles"
927
- }
928
- },
929
- {
930
- "kind": "js",
931
- "name": "*",
932
- "declaration": {
933
- "name": "*",
934
- "package": "./tokens"
935
- }
936
- },
937
- {
938
- "kind": "js",
939
- "name": "*",
940
- "declaration": {
941
- "name": "*",
942
- "package": "./values"
943
- }
944
- }
945
- ]
946
- },
947
916
  {
948
917
  "kind": "javascript-module",
949
918
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1338,6 +1307,37 @@
1338
1307
  }
1339
1308
  ]
1340
1309
  },
1310
+ {
1311
+ "kind": "javascript-module",
1312
+ "path": "src/_config/index.ts",
1313
+ "declarations": [],
1314
+ "exports": [
1315
+ {
1316
+ "kind": "js",
1317
+ "name": "*",
1318
+ "declaration": {
1319
+ "name": "*",
1320
+ "package": "./styles"
1321
+ }
1322
+ },
1323
+ {
1324
+ "kind": "js",
1325
+ "name": "*",
1326
+ "declaration": {
1327
+ "name": "*",
1328
+ "package": "./tokens"
1329
+ }
1330
+ },
1331
+ {
1332
+ "kind": "js",
1333
+ "name": "*",
1334
+ "declaration": {
1335
+ "name": "*",
1336
+ "package": "./values"
1337
+ }
1338
+ }
1339
+ ]
1340
+ },
1341
1341
  {
1342
1342
  "kind": "javascript-module",
1343
1343
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -48298,11 +48298,11 @@
48298
48298
  },
48299
48299
  {
48300
48300
  "kind": "javascript-module",
48301
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
48301
+ "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
48302
48302
  "declarations": [
48303
48303
  {
48304
48304
  "kind": "function",
48305
- "name": "gridLayoutRWDStyles",
48305
+ "name": "flexLayoutRWDStyles",
48306
48306
  "return": {
48307
48307
  "type": {
48308
48308
  "text": "ElementStyles"
@@ -48313,7 +48313,7 @@
48313
48313
  "name": "breakPoint",
48314
48314
  "optional": true,
48315
48315
  "type": {
48316
- "text": "GridBreakPointType"
48316
+ "text": "FlexBreakPointType"
48317
48317
  }
48318
48318
  }
48319
48319
  ]
@@ -48322,17 +48322,17 @@
48322
48322
  "exports": [
48323
48323
  {
48324
48324
  "kind": "js",
48325
- "name": "gridLayoutRWDStyles",
48325
+ "name": "flexLayoutRWDStyles",
48326
48326
  "declaration": {
48327
- "name": "gridLayoutRWDStyles",
48328
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
48327
+ "name": "flexLayoutRWDStyles",
48328
+ "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
48329
48329
  }
48330
48330
  }
48331
48331
  ]
48332
48332
  },
48333
48333
  {
48334
48334
  "kind": "javascript-module",
48335
- "path": "src/grid-layout/responsiveness/index.ts",
48335
+ "path": "src/flex-layout/responsiveness/index.ts",
48336
48336
  "declarations": [],
48337
48337
  "exports": [
48338
48338
  {
@@ -48340,18 +48340,18 @@
48340
48340
  "name": "*",
48341
48341
  "declaration": {
48342
48342
  "name": "*",
48343
- "package": "./grid-layout-rwd.styles"
48343
+ "package": "./flex-layout-rwd.styles"
48344
48344
  }
48345
48345
  }
48346
48346
  ]
48347
48347
  },
48348
48348
  {
48349
48349
  "kind": "javascript-module",
48350
- "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
48350
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
48351
48351
  "declarations": [
48352
48352
  {
48353
48353
  "kind": "function",
48354
- "name": "flexLayoutRWDStyles",
48354
+ "name": "gridLayoutRWDStyles",
48355
48355
  "return": {
48356
48356
  "type": {
48357
48357
  "text": "ElementStyles"
@@ -48362,7 +48362,7 @@
48362
48362
  "name": "breakPoint",
48363
48363
  "optional": true,
48364
48364
  "type": {
48365
- "text": "FlexBreakPointType"
48365
+ "text": "GridBreakPointType"
48366
48366
  }
48367
48367
  }
48368
48368
  ]
@@ -48371,17 +48371,17 @@
48371
48371
  "exports": [
48372
48372
  {
48373
48373
  "kind": "js",
48374
- "name": "flexLayoutRWDStyles",
48374
+ "name": "gridLayoutRWDStyles",
48375
48375
  "declaration": {
48376
- "name": "flexLayoutRWDStyles",
48377
- "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
48376
+ "name": "gridLayoutRWDStyles",
48377
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
48378
48378
  }
48379
48379
  }
48380
48380
  ]
48381
48381
  },
48382
48382
  {
48383
48383
  "kind": "javascript-module",
48384
- "path": "src/flex-layout/responsiveness/index.ts",
48384
+ "path": "src/grid-layout/responsiveness/index.ts",
48385
48385
  "declarations": [],
48386
48386
  "exports": [
48387
48387
  {
@@ -48389,7 +48389,7 @@
48389
48389
  "name": "*",
48390
48390
  "declaration": {
48391
48391
  "name": "*",
48392
- "package": "./flex-layout-rwd.styles"
48392
+ "package": "./grid-layout-rwd.styles"
48393
48393
  }
48394
48394
  }
48395
48395
  ]
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.281.2",
4
+ "version": "14.282.1-alpha-99fbacc.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.281.2",
87
- "@genesislcap/genx": "14.281.2",
88
- "@genesislcap/rollup-builder": "14.281.2",
89
- "@genesislcap/ts-builder": "14.281.2",
90
- "@genesislcap/uvu-playwright-builder": "14.281.2",
91
- "@genesislcap/vite-builder": "14.281.2",
92
- "@genesislcap/webpack-builder": "14.281.2",
86
+ "@genesislcap/foundation-testing": "14.282.1-alpha-99fbacc.0",
87
+ "@genesislcap/genx": "14.282.1-alpha-99fbacc.0",
88
+ "@genesislcap/rollup-builder": "14.282.1-alpha-99fbacc.0",
89
+ "@genesislcap/ts-builder": "14.282.1-alpha-99fbacc.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.282.1-alpha-99fbacc.0",
91
+ "@genesislcap/vite-builder": "14.282.1-alpha-99fbacc.0",
92
+ "@genesislcap/webpack-builder": "14.282.1-alpha-99fbacc.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.281.2",
104
- "@genesislcap/foundation-comms": "14.281.2",
105
- "@genesislcap/foundation-criteria": "14.281.2",
106
- "@genesislcap/foundation-errors": "14.281.2",
107
- "@genesislcap/foundation-events": "14.281.2",
108
- "@genesislcap/foundation-logger": "14.281.2",
109
- "@genesislcap/foundation-notifications": "14.281.2",
110
- "@genesislcap/foundation-user": "14.281.2",
111
- "@genesislcap/foundation-utils": "14.281.2",
103
+ "@genesislcap/expression-builder": "14.282.1-alpha-99fbacc.0",
104
+ "@genesislcap/foundation-comms": "14.282.1-alpha-99fbacc.0",
105
+ "@genesislcap/foundation-criteria": "14.282.1-alpha-99fbacc.0",
106
+ "@genesislcap/foundation-errors": "14.282.1-alpha-99fbacc.0",
107
+ "@genesislcap/foundation-events": "14.282.1-alpha-99fbacc.0",
108
+ "@genesislcap/foundation-logger": "14.282.1-alpha-99fbacc.0",
109
+ "@genesislcap/foundation-notifications": "14.282.1-alpha-99fbacc.0",
110
+ "@genesislcap/foundation-user": "14.282.1-alpha-99fbacc.0",
111
+ "@genesislcap/foundation-utils": "14.282.1-alpha-99fbacc.0",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "ab319d2e963752fc8d2f792c38c2b12933540fc6"
133
+ "gitHead": "8410bdc9af7bbc888617f82aaa615660490150ed"
134
134
  }