@genesislcap/foundation-zero-grid-pro 15.8.0 → 15.8.1

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.
@@ -3819,93 +3819,6 @@
3819
3819
  }
3820
3820
  ]
3821
3821
  },
3822
- {
3823
- "kind": "javascript-module",
3824
- "path": "src/style/colors.ts",
3825
- "declarations": [
3826
- {
3827
- "kind": "variable",
3828
- "name": "darkColors",
3829
- "type": {
3830
- "text": "object"
3831
- },
3832
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
3833
- },
3834
- {
3835
- "kind": "variable",
3836
- "name": "lightColors",
3837
- "type": {
3838
- "text": "object"
3839
- },
3840
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
3841
- }
3842
- ],
3843
- "exports": [
3844
- {
3845
- "kind": "js",
3846
- "name": "darkColors",
3847
- "declaration": {
3848
- "name": "darkColors",
3849
- "module": "src/style/colors.ts"
3850
- }
3851
- },
3852
- {
3853
- "kind": "js",
3854
- "name": "lightColors",
3855
- "declaration": {
3856
- "name": "lightColors",
3857
- "module": "src/style/colors.ts"
3858
- }
3859
- }
3860
- ]
3861
- },
3862
- {
3863
- "kind": "javascript-module",
3864
- "path": "src/style/index.ts",
3865
- "declarations": [],
3866
- "exports": [
3867
- {
3868
- "kind": "js",
3869
- "name": "*",
3870
- "declaration": {
3871
- "name": "*",
3872
- "package": "./colors"
3873
- }
3874
- },
3875
- {
3876
- "kind": "js",
3877
- "name": "*",
3878
- "declaration": {
3879
- "name": "*",
3880
- "package": "./tokens"
3881
- }
3882
- }
3883
- ]
3884
- },
3885
- {
3886
- "kind": "javascript-module",
3887
- "path": "src/style/tokens.ts",
3888
- "declarations": [
3889
- {
3890
- "kind": "variable",
3891
- "name": "agThemeGenesisRapidTokens",
3892
- "type": {
3893
- "text": "object"
3894
- },
3895
- "default": "{\n backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-ag-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-ag-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-ag-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
3896
- }
3897
- ],
3898
- "exports": [
3899
- {
3900
- "kind": "js",
3901
- "name": "agThemeGenesisRapidTokens",
3902
- "declaration": {
3903
- "name": "agThemeGenesisRapidTokens",
3904
- "module": "src/style/tokens.ts"
3905
- }
3906
- }
3907
- ]
3908
- },
3909
3822
  {
3910
3823
  "kind": "javascript-module",
3911
3824
  "path": "src/cell-renderers/action.renderer.ts",
@@ -5456,6 +5369,93 @@
5456
5369
  }
5457
5370
  ]
5458
5371
  },
5372
+ {
5373
+ "kind": "javascript-module",
5374
+ "path": "src/style/colors.ts",
5375
+ "declarations": [
5376
+ {
5377
+ "kind": "variable",
5378
+ "name": "darkColors",
5379
+ "type": {
5380
+ "text": "object"
5381
+ },
5382
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
5383
+ },
5384
+ {
5385
+ "kind": "variable",
5386
+ "name": "lightColors",
5387
+ "type": {
5388
+ "text": "object"
5389
+ },
5390
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
5391
+ }
5392
+ ],
5393
+ "exports": [
5394
+ {
5395
+ "kind": "js",
5396
+ "name": "darkColors",
5397
+ "declaration": {
5398
+ "name": "darkColors",
5399
+ "module": "src/style/colors.ts"
5400
+ }
5401
+ },
5402
+ {
5403
+ "kind": "js",
5404
+ "name": "lightColors",
5405
+ "declaration": {
5406
+ "name": "lightColors",
5407
+ "module": "src/style/colors.ts"
5408
+ }
5409
+ }
5410
+ ]
5411
+ },
5412
+ {
5413
+ "kind": "javascript-module",
5414
+ "path": "src/style/index.ts",
5415
+ "declarations": [],
5416
+ "exports": [
5417
+ {
5418
+ "kind": "js",
5419
+ "name": "*",
5420
+ "declaration": {
5421
+ "name": "*",
5422
+ "package": "./colors"
5423
+ }
5424
+ },
5425
+ {
5426
+ "kind": "js",
5427
+ "name": "*",
5428
+ "declaration": {
5429
+ "name": "*",
5430
+ "package": "./tokens"
5431
+ }
5432
+ }
5433
+ ]
5434
+ },
5435
+ {
5436
+ "kind": "javascript-module",
5437
+ "path": "src/style/tokens.ts",
5438
+ "declarations": [
5439
+ {
5440
+ "kind": "variable",
5441
+ "name": "agThemeGenesisRapidTokens",
5442
+ "type": {
5443
+ "text": "object"
5444
+ },
5445
+ "default": "{\n backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-ag-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-ag-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-ag-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
5446
+ }
5447
+ ],
5448
+ "exports": [
5449
+ {
5450
+ "kind": "js",
5451
+ "name": "agThemeGenesisRapidTokens",
5452
+ "declaration": {
5453
+ "name": "agThemeGenesisRapidTokens",
5454
+ "module": "src/style/tokens.ts"
5455
+ }
5456
+ }
5457
+ ]
5458
+ },
5459
5459
  {
5460
5460
  "kind": "javascript-module",
5461
5461
  "path": "src/themes/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "15.8.0",
4
+ "version": "15.8.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "15.8.0",
41
- "@genesislcap/rollup-builder": "15.8.0",
42
- "@genesislcap/ts-builder": "15.8.0",
43
- "@genesislcap/uvu-playwright-builder": "15.8.0",
44
- "@genesislcap/vite-builder": "15.8.0",
45
- "@genesislcap/webpack-builder": "15.8.0"
40
+ "@genesislcap/genx": "15.8.1",
41
+ "@genesislcap/rollup-builder": "15.8.1",
42
+ "@genesislcap/ts-builder": "15.8.1",
43
+ "@genesislcap/uvu-playwright-builder": "15.8.1",
44
+ "@genesislcap/vite-builder": "15.8.1",
45
+ "@genesislcap/webpack-builder": "15.8.1"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "15.8.0",
49
- "@genesislcap/foundation-zero": "15.8.0",
50
- "@genesislcap/grid-pro": "15.8.0",
48
+ "@genesislcap/foundation-ui": "15.8.1",
49
+ "@genesislcap/foundation-zero": "15.8.1",
50
+ "@genesislcap/grid-pro": "15.8.1",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -78,5 +78,5 @@
78
78
  "require": "./dist/react.cjs"
79
79
  }
80
80
  },
81
- "gitHead": "10412a7d63fbdf104e0c8f8704a03a7f3b7ad347"
81
+ "gitHead": "e9e2b412bf2c21763346f86687698ce2d5d99a56"
82
82
  }