@genesislcap/foundation-zero-grid-pro 14.456.2 → 14.456.3-alpha-d42d86c.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.
- package/dist/custom-elements.json +87 -87
- package/package.json +11 -11
|
@@ -5430,93 +5430,6 @@
|
|
|
5430
5430
|
}
|
|
5431
5431
|
]
|
|
5432
5432
|
},
|
|
5433
|
-
{
|
|
5434
|
-
"kind": "javascript-module",
|
|
5435
|
-
"path": "src/style/colors.ts",
|
|
5436
|
-
"declarations": [
|
|
5437
|
-
{
|
|
5438
|
-
"kind": "variable",
|
|
5439
|
-
"name": "darkColors",
|
|
5440
|
-
"type": {
|
|
5441
|
-
"text": "object"
|
|
5442
|
-
},
|
|
5443
|
-
"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}"
|
|
5444
|
-
},
|
|
5445
|
-
{
|
|
5446
|
-
"kind": "variable",
|
|
5447
|
-
"name": "lightColors",
|
|
5448
|
-
"type": {
|
|
5449
|
-
"text": "object"
|
|
5450
|
-
},
|
|
5451
|
-
"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}"
|
|
5452
|
-
}
|
|
5453
|
-
],
|
|
5454
|
-
"exports": [
|
|
5455
|
-
{
|
|
5456
|
-
"kind": "js",
|
|
5457
|
-
"name": "darkColors",
|
|
5458
|
-
"declaration": {
|
|
5459
|
-
"name": "darkColors",
|
|
5460
|
-
"module": "src/style/colors.ts"
|
|
5461
|
-
}
|
|
5462
|
-
},
|
|
5463
|
-
{
|
|
5464
|
-
"kind": "js",
|
|
5465
|
-
"name": "lightColors",
|
|
5466
|
-
"declaration": {
|
|
5467
|
-
"name": "lightColors",
|
|
5468
|
-
"module": "src/style/colors.ts"
|
|
5469
|
-
}
|
|
5470
|
-
}
|
|
5471
|
-
]
|
|
5472
|
-
},
|
|
5473
|
-
{
|
|
5474
|
-
"kind": "javascript-module",
|
|
5475
|
-
"path": "src/style/index.ts",
|
|
5476
|
-
"declarations": [],
|
|
5477
|
-
"exports": [
|
|
5478
|
-
{
|
|
5479
|
-
"kind": "js",
|
|
5480
|
-
"name": "*",
|
|
5481
|
-
"declaration": {
|
|
5482
|
-
"name": "*",
|
|
5483
|
-
"package": "./colors"
|
|
5484
|
-
}
|
|
5485
|
-
},
|
|
5486
|
-
{
|
|
5487
|
-
"kind": "js",
|
|
5488
|
-
"name": "*",
|
|
5489
|
-
"declaration": {
|
|
5490
|
-
"name": "*",
|
|
5491
|
-
"package": "./tokens"
|
|
5492
|
-
}
|
|
5493
|
-
}
|
|
5494
|
-
]
|
|
5495
|
-
},
|
|
5496
|
-
{
|
|
5497
|
-
"kind": "javascript-module",
|
|
5498
|
-
"path": "src/style/tokens.ts",
|
|
5499
|
-
"declarations": [
|
|
5500
|
-
{
|
|
5501
|
-
"kind": "variable",
|
|
5502
|
-
"name": "agThemeGenesisRapidTokens",
|
|
5503
|
-
"type": {
|
|
5504
|
-
"text": "object"
|
|
5505
|
-
},
|
|
5506
|
-
"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}"
|
|
5507
|
-
}
|
|
5508
|
-
],
|
|
5509
|
-
"exports": [
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "js",
|
|
5512
|
-
"name": "agThemeGenesisRapidTokens",
|
|
5513
|
-
"declaration": {
|
|
5514
|
-
"name": "agThemeGenesisRapidTokens",
|
|
5515
|
-
"module": "src/style/tokens.ts"
|
|
5516
|
-
}
|
|
5517
|
-
}
|
|
5518
|
-
]
|
|
5519
|
-
},
|
|
5520
5433
|
{
|
|
5521
5434
|
"kind": "javascript-module",
|
|
5522
5435
|
"path": "src/themes/index.ts",
|
|
@@ -5663,6 +5576,93 @@
|
|
|
5663
5576
|
}
|
|
5664
5577
|
}
|
|
5665
5578
|
]
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "javascript-module",
|
|
5582
|
+
"path": "src/style/colors.ts",
|
|
5583
|
+
"declarations": [
|
|
5584
|
+
{
|
|
5585
|
+
"kind": "variable",
|
|
5586
|
+
"name": "darkColors",
|
|
5587
|
+
"type": {
|
|
5588
|
+
"text": "object"
|
|
5589
|
+
},
|
|
5590
|
+
"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}"
|
|
5591
|
+
},
|
|
5592
|
+
{
|
|
5593
|
+
"kind": "variable",
|
|
5594
|
+
"name": "lightColors",
|
|
5595
|
+
"type": {
|
|
5596
|
+
"text": "object"
|
|
5597
|
+
},
|
|
5598
|
+
"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}"
|
|
5599
|
+
}
|
|
5600
|
+
],
|
|
5601
|
+
"exports": [
|
|
5602
|
+
{
|
|
5603
|
+
"kind": "js",
|
|
5604
|
+
"name": "darkColors",
|
|
5605
|
+
"declaration": {
|
|
5606
|
+
"name": "darkColors",
|
|
5607
|
+
"module": "src/style/colors.ts"
|
|
5608
|
+
}
|
|
5609
|
+
},
|
|
5610
|
+
{
|
|
5611
|
+
"kind": "js",
|
|
5612
|
+
"name": "lightColors",
|
|
5613
|
+
"declaration": {
|
|
5614
|
+
"name": "lightColors",
|
|
5615
|
+
"module": "src/style/colors.ts"
|
|
5616
|
+
}
|
|
5617
|
+
}
|
|
5618
|
+
]
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"kind": "javascript-module",
|
|
5622
|
+
"path": "src/style/index.ts",
|
|
5623
|
+
"declarations": [],
|
|
5624
|
+
"exports": [
|
|
5625
|
+
{
|
|
5626
|
+
"kind": "js",
|
|
5627
|
+
"name": "*",
|
|
5628
|
+
"declaration": {
|
|
5629
|
+
"name": "*",
|
|
5630
|
+
"package": "./colors"
|
|
5631
|
+
}
|
|
5632
|
+
},
|
|
5633
|
+
{
|
|
5634
|
+
"kind": "js",
|
|
5635
|
+
"name": "*",
|
|
5636
|
+
"declaration": {
|
|
5637
|
+
"name": "*",
|
|
5638
|
+
"package": "./tokens"
|
|
5639
|
+
}
|
|
5640
|
+
}
|
|
5641
|
+
]
|
|
5642
|
+
},
|
|
5643
|
+
{
|
|
5644
|
+
"kind": "javascript-module",
|
|
5645
|
+
"path": "src/style/tokens.ts",
|
|
5646
|
+
"declarations": [
|
|
5647
|
+
{
|
|
5648
|
+
"kind": "variable",
|
|
5649
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5650
|
+
"type": {
|
|
5651
|
+
"text": "object"
|
|
5652
|
+
},
|
|
5653
|
+
"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}"
|
|
5654
|
+
}
|
|
5655
|
+
],
|
|
5656
|
+
"exports": [
|
|
5657
|
+
{
|
|
5658
|
+
"kind": "js",
|
|
5659
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5660
|
+
"declaration": {
|
|
5661
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5662
|
+
"module": "src/style/tokens.ts"
|
|
5663
|
+
}
|
|
5664
|
+
}
|
|
5665
|
+
]
|
|
5666
5666
|
}
|
|
5667
5667
|
]
|
|
5668
5668
|
}
|
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.456.
|
|
4
|
+
"version": "14.456.3-alpha-d42d86c.0",
|
|
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.456.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.456.
|
|
42
|
-
"@genesislcap/ts-builder": "14.456.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.456.
|
|
44
|
-
"@genesislcap/vite-builder": "14.456.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.456.
|
|
40
|
+
"@genesislcap/genx": "14.456.3-alpha-d42d86c.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.456.3-alpha-d42d86c.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.456.3-alpha-d42d86c.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.456.3-alpha-d42d86c.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.456.3-alpha-d42d86c.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.456.3-alpha-d42d86c.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "14.456.
|
|
49
|
-
"@genesislcap/foundation-zero": "14.456.
|
|
50
|
-
"@genesislcap/grid-pro": "14.456.
|
|
48
|
+
"@genesislcap/foundation-ui": "14.456.3-alpha-d42d86c.0",
|
|
49
|
+
"@genesislcap/foundation-zero": "14.456.3-alpha-d42d86c.0",
|
|
50
|
+
"@genesislcap/grid-pro": "14.456.3-alpha-d42d86c.0",
|
|
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": "
|
|
81
|
+
"gitHead": "b706551e23e833700964d6400ce61e48f1ee020c"
|
|
82
82
|
}
|