@genesislcap/rapid-grid-pro 14.285.0 → 14.285.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +102 -102
  2. package/package.json +11 -11
@@ -3385,6 +3385,108 @@
3385
3385
  }
3386
3386
  ]
3387
3387
  },
3388
+ {
3389
+ "kind": "javascript-module",
3390
+ "path": "src/style/colors.ts",
3391
+ "declarations": [
3392
+ {
3393
+ "kind": "variable",
3394
+ "name": "darkColors",
3395
+ "type": {
3396
+ "text": "object"
3397
+ },
3398
+ "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}"
3399
+ },
3400
+ {
3401
+ "kind": "variable",
3402
+ "name": "lightColors",
3403
+ "type": {
3404
+ "text": "object"
3405
+ },
3406
+ "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}"
3407
+ }
3408
+ ],
3409
+ "exports": [
3410
+ {
3411
+ "kind": "js",
3412
+ "name": "darkColors",
3413
+ "declaration": {
3414
+ "name": "darkColors",
3415
+ "module": "src/style/colors.ts"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "lightColors",
3421
+ "declaration": {
3422
+ "name": "lightColors",
3423
+ "module": "src/style/colors.ts"
3424
+ }
3425
+ }
3426
+ ]
3427
+ },
3428
+ {
3429
+ "kind": "javascript-module",
3430
+ "path": "src/style/index.ts",
3431
+ "declarations": [],
3432
+ "exports": [
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "*",
3436
+ "declaration": {
3437
+ "name": "*",
3438
+ "package": "./colors"
3439
+ }
3440
+ },
3441
+ {
3442
+ "kind": "js",
3443
+ "name": "*",
3444
+ "declaration": {
3445
+ "name": "*",
3446
+ "package": "./tokens"
3447
+ }
3448
+ }
3449
+ ]
3450
+ },
3451
+ {
3452
+ "kind": "javascript-module",
3453
+ "path": "src/style/tokens.ts",
3454
+ "declarations": [
3455
+ {
3456
+ "kind": "variable",
3457
+ "name": "agThemeGenesisRapidTokens",
3458
+ "type": {
3459
+ "text": "object"
3460
+ },
3461
+ "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}"
3462
+ }
3463
+ ],
3464
+ "exports": [
3465
+ {
3466
+ "kind": "js",
3467
+ "name": "agThemeGenesisRapidTokens",
3468
+ "declaration": {
3469
+ "name": "agThemeGenesisRapidTokens",
3470
+ "module": "src/style/tokens.ts"
3471
+ }
3472
+ }
3473
+ ]
3474
+ },
3475
+ {
3476
+ "kind": "javascript-module",
3477
+ "path": "src/themes/index.ts",
3478
+ "declarations": [],
3479
+ "exports": [
3480
+ {
3481
+ "kind": "js",
3482
+ "name": "*",
3483
+ "declaration": {
3484
+ "name": "*",
3485
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
3486
+ }
3487
+ }
3488
+ ]
3489
+ },
3388
3490
  {
3389
3491
  "kind": "javascript-module",
3390
3492
  "path": "src/cell-renderers/action.renderer.ts",
@@ -4704,108 +4806,6 @@
4704
4806
  }
4705
4807
  ]
4706
4808
  },
4707
- {
4708
- "kind": "javascript-module",
4709
- "path": "src/style/colors.ts",
4710
- "declarations": [
4711
- {
4712
- "kind": "variable",
4713
- "name": "darkColors",
4714
- "type": {
4715
- "text": "object"
4716
- },
4717
- "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}"
4718
- },
4719
- {
4720
- "kind": "variable",
4721
- "name": "lightColors",
4722
- "type": {
4723
- "text": "object"
4724
- },
4725
- "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}"
4726
- }
4727
- ],
4728
- "exports": [
4729
- {
4730
- "kind": "js",
4731
- "name": "darkColors",
4732
- "declaration": {
4733
- "name": "darkColors",
4734
- "module": "src/style/colors.ts"
4735
- }
4736
- },
4737
- {
4738
- "kind": "js",
4739
- "name": "lightColors",
4740
- "declaration": {
4741
- "name": "lightColors",
4742
- "module": "src/style/colors.ts"
4743
- }
4744
- }
4745
- ]
4746
- },
4747
- {
4748
- "kind": "javascript-module",
4749
- "path": "src/style/index.ts",
4750
- "declarations": [],
4751
- "exports": [
4752
- {
4753
- "kind": "js",
4754
- "name": "*",
4755
- "declaration": {
4756
- "name": "*",
4757
- "package": "./colors"
4758
- }
4759
- },
4760
- {
4761
- "kind": "js",
4762
- "name": "*",
4763
- "declaration": {
4764
- "name": "*",
4765
- "package": "./tokens"
4766
- }
4767
- }
4768
- ]
4769
- },
4770
- {
4771
- "kind": "javascript-module",
4772
- "path": "src/style/tokens.ts",
4773
- "declarations": [
4774
- {
4775
- "kind": "variable",
4776
- "name": "agThemeGenesisRapidTokens",
4777
- "type": {
4778
- "text": "object"
4779
- },
4780
- "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}"
4781
- }
4782
- ],
4783
- "exports": [
4784
- {
4785
- "kind": "js",
4786
- "name": "agThemeGenesisRapidTokens",
4787
- "declaration": {
4788
- "name": "agThemeGenesisRapidTokens",
4789
- "module": "src/style/tokens.ts"
4790
- }
4791
- }
4792
- ]
4793
- },
4794
- {
4795
- "kind": "javascript-module",
4796
- "path": "src/themes/index.ts",
4797
- "declarations": [],
4798
- "exports": [
4799
- {
4800
- "kind": "js",
4801
- "name": "*",
4802
- "declaration": {
4803
- "name": "*",
4804
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4805
- }
4806
- }
4807
- ]
4808
- },
4809
4809
  {
4810
4810
  "kind": "javascript-module",
4811
4811
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.285.0",
4
+ "version": "14.285.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.285.0",
39
- "@genesislcap/rollup-builder": "14.285.0",
40
- "@genesislcap/ts-builder": "14.285.0",
41
- "@genesislcap/uvu-playwright-builder": "14.285.0",
42
- "@genesislcap/vite-builder": "14.285.0",
43
- "@genesislcap/webpack-builder": "14.285.0",
38
+ "@genesislcap/genx": "14.285.1",
39
+ "@genesislcap/rollup-builder": "14.285.1",
40
+ "@genesislcap/ts-builder": "14.285.1",
41
+ "@genesislcap/uvu-playwright-builder": "14.285.1",
42
+ "@genesislcap/vite-builder": "14.285.1",
43
+ "@genesislcap/webpack-builder": "14.285.1",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.285.0",
48
- "@genesislcap/grid-pro": "14.285.0",
49
- "@genesislcap/rapid-design-system": "14.285.0",
47
+ "@genesislcap/foundation-ui": "14.285.1",
48
+ "@genesislcap/grid-pro": "14.285.1",
49
+ "@genesislcap/rapid-design-system": "14.285.1",
50
50
  "@microsoft/fast-colors": "5.3.1",
51
51
  "@microsoft/fast-components": "2.30.6",
52
52
  "@microsoft/fast-element": "1.14.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "45006991dfd619837fe3093077405efeb710c5cd"
70
+ "gitHead": "6d060a7642ec87b7c2bb4c992cb3c98ef6bc52a1"
71
71
  }