@genesislcap/foundation-zero-grid-pro 14.430.2-FUI-2528.2 → 14.430.2-FUI-2528.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.
@@ -3854,6 +3854,93 @@
3854
3854
  }
3855
3855
  ]
3856
3856
  },
3857
+ {
3858
+ "kind": "javascript-module",
3859
+ "path": "src/style/colors.ts",
3860
+ "declarations": [
3861
+ {
3862
+ "kind": "variable",
3863
+ "name": "darkColors",
3864
+ "type": {
3865
+ "text": "object"
3866
+ },
3867
+ "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}"
3868
+ },
3869
+ {
3870
+ "kind": "variable",
3871
+ "name": "lightColors",
3872
+ "type": {
3873
+ "text": "object"
3874
+ },
3875
+ "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}"
3876
+ }
3877
+ ],
3878
+ "exports": [
3879
+ {
3880
+ "kind": "js",
3881
+ "name": "darkColors",
3882
+ "declaration": {
3883
+ "name": "darkColors",
3884
+ "module": "src/style/colors.ts"
3885
+ }
3886
+ },
3887
+ {
3888
+ "kind": "js",
3889
+ "name": "lightColors",
3890
+ "declaration": {
3891
+ "name": "lightColors",
3892
+ "module": "src/style/colors.ts"
3893
+ }
3894
+ }
3895
+ ]
3896
+ },
3897
+ {
3898
+ "kind": "javascript-module",
3899
+ "path": "src/style/index.ts",
3900
+ "declarations": [],
3901
+ "exports": [
3902
+ {
3903
+ "kind": "js",
3904
+ "name": "*",
3905
+ "declaration": {
3906
+ "name": "*",
3907
+ "package": "./colors"
3908
+ }
3909
+ },
3910
+ {
3911
+ "kind": "js",
3912
+ "name": "*",
3913
+ "declaration": {
3914
+ "name": "*",
3915
+ "package": "./tokens"
3916
+ }
3917
+ }
3918
+ ]
3919
+ },
3920
+ {
3921
+ "kind": "javascript-module",
3922
+ "path": "src/style/tokens.ts",
3923
+ "declarations": [
3924
+ {
3925
+ "kind": "variable",
3926
+ "name": "agThemeGenesisRapidTokens",
3927
+ "type": {
3928
+ "text": "object"
3929
+ },
3930
+ "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}"
3931
+ }
3932
+ ],
3933
+ "exports": [
3934
+ {
3935
+ "kind": "js",
3936
+ "name": "agThemeGenesisRapidTokens",
3937
+ "declaration": {
3938
+ "name": "agThemeGenesisRapidTokens",
3939
+ "module": "src/style/tokens.ts"
3940
+ }
3941
+ }
3942
+ ]
3943
+ },
3857
3944
  {
3858
3945
  "kind": "javascript-module",
3859
3946
  "path": "src/cell-renderers/action.renderer.ts",
@@ -5404,93 +5491,6 @@
5404
5491
  }
5405
5492
  ]
5406
5493
  },
5407
- {
5408
- "kind": "javascript-module",
5409
- "path": "src/style/colors.ts",
5410
- "declarations": [
5411
- {
5412
- "kind": "variable",
5413
- "name": "darkColors",
5414
- "type": {
5415
- "text": "object"
5416
- },
5417
- "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}"
5418
- },
5419
- {
5420
- "kind": "variable",
5421
- "name": "lightColors",
5422
- "type": {
5423
- "text": "object"
5424
- },
5425
- "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}"
5426
- }
5427
- ],
5428
- "exports": [
5429
- {
5430
- "kind": "js",
5431
- "name": "darkColors",
5432
- "declaration": {
5433
- "name": "darkColors",
5434
- "module": "src/style/colors.ts"
5435
- }
5436
- },
5437
- {
5438
- "kind": "js",
5439
- "name": "lightColors",
5440
- "declaration": {
5441
- "name": "lightColors",
5442
- "module": "src/style/colors.ts"
5443
- }
5444
- }
5445
- ]
5446
- },
5447
- {
5448
- "kind": "javascript-module",
5449
- "path": "src/style/index.ts",
5450
- "declarations": [],
5451
- "exports": [
5452
- {
5453
- "kind": "js",
5454
- "name": "*",
5455
- "declaration": {
5456
- "name": "*",
5457
- "package": "./colors"
5458
- }
5459
- },
5460
- {
5461
- "kind": "js",
5462
- "name": "*",
5463
- "declaration": {
5464
- "name": "*",
5465
- "package": "./tokens"
5466
- }
5467
- }
5468
- ]
5469
- },
5470
- {
5471
- "kind": "javascript-module",
5472
- "path": "src/style/tokens.ts",
5473
- "declarations": [
5474
- {
5475
- "kind": "variable",
5476
- "name": "agThemeGenesisRapidTokens",
5477
- "type": {
5478
- "text": "object"
5479
- },
5480
- "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}"
5481
- }
5482
- ],
5483
- "exports": [
5484
- {
5485
- "kind": "js",
5486
- "name": "agThemeGenesisRapidTokens",
5487
- "declaration": {
5488
- "name": "agThemeGenesisRapidTokens",
5489
- "module": "src/style/tokens.ts"
5490
- }
5491
- }
5492
- ]
5493
- },
5494
5494
  {
5495
5495
  "kind": "javascript-module",
5496
5496
  "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": "14.430.2-FUI-2528.2",
4
+ "version": "14.430.2-FUI-2528.4",
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": "14.430.2-FUI-2528.2",
41
- "@genesislcap/rollup-builder": "14.430.2-FUI-2528.2",
42
- "@genesislcap/ts-builder": "14.430.2-FUI-2528.2",
43
- "@genesislcap/uvu-playwright-builder": "14.430.2-FUI-2528.2",
44
- "@genesislcap/vite-builder": "14.430.2-FUI-2528.2",
45
- "@genesislcap/webpack-builder": "14.430.2-FUI-2528.2"
40
+ "@genesislcap/genx": "14.430.2-FUI-2528.4",
41
+ "@genesislcap/rollup-builder": "14.430.2-FUI-2528.4",
42
+ "@genesislcap/ts-builder": "14.430.2-FUI-2528.4",
43
+ "@genesislcap/uvu-playwright-builder": "14.430.2-FUI-2528.4",
44
+ "@genesislcap/vite-builder": "14.430.2-FUI-2528.4",
45
+ "@genesislcap/webpack-builder": "14.430.2-FUI-2528.4"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.430.2-FUI-2528.2",
49
- "@genesislcap/foundation-zero": "14.430.2-FUI-2528.2",
50
- "@genesislcap/grid-pro": "14.430.2-FUI-2528.2",
48
+ "@genesislcap/foundation-ui": "14.430.2-FUI-2528.4",
49
+ "@genesislcap/foundation-zero": "14.430.2-FUI-2528.4",
50
+ "@genesislcap/grid-pro": "14.430.2-FUI-2528.4",
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": "a9029529642cefcd6de604943ba82fc7bf3edbab"
81
+ "gitHead": "5580c5e080bd9054174b0cc77360f20156d02df7"
82
82
  }