@genesislcap/foundation-zero-grid-tabulator 14.491.0-FUI-2567.1 → 14.491.0-GENC-1390.2

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.
@@ -1565,93 +1565,6 @@
1565
1565
  }
1566
1566
  ]
1567
1567
  },
1568
- {
1569
- "kind": "javascript-module",
1570
- "path": "src/style/colors.ts",
1571
- "declarations": [
1572
- {
1573
- "kind": "variable",
1574
- "name": "darkColors",
1575
- "type": {
1576
- "text": "object"
1577
- },
1578
- "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}"
1579
- },
1580
- {
1581
- "kind": "variable",
1582
- "name": "lightColors",
1583
- "type": {
1584
- "text": "object"
1585
- },
1586
- "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}"
1587
- }
1588
- ],
1589
- "exports": [
1590
- {
1591
- "kind": "js",
1592
- "name": "darkColors",
1593
- "declaration": {
1594
- "name": "darkColors",
1595
- "module": "src/style/colors.ts"
1596
- }
1597
- },
1598
- {
1599
- "kind": "js",
1600
- "name": "lightColors",
1601
- "declaration": {
1602
- "name": "lightColors",
1603
- "module": "src/style/colors.ts"
1604
- }
1605
- }
1606
- ]
1607
- },
1608
- {
1609
- "kind": "javascript-module",
1610
- "path": "src/style/index.ts",
1611
- "declarations": [],
1612
- "exports": [
1613
- {
1614
- "kind": "js",
1615
- "name": "*",
1616
- "declaration": {
1617
- "name": "*",
1618
- "package": "./colors"
1619
- }
1620
- },
1621
- {
1622
- "kind": "js",
1623
- "name": "*",
1624
- "declaration": {
1625
- "name": "*",
1626
- "package": "./tokens"
1627
- }
1628
- }
1629
- ]
1630
- },
1631
- {
1632
- "kind": "javascript-module",
1633
- "path": "src/style/tokens.ts",
1634
- "declarations": [
1635
- {
1636
- "kind": "variable",
1637
- "name": "gridThemeGenesisRapidTokens",
1638
- "type": {
1639
- "text": "object"
1640
- },
1641
- "default": "{\n backgroundColor: create<Swatch>('rapid-grid-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-grid-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-grid-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-grid-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-grid-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
1642
- }
1643
- ],
1644
- "exports": [
1645
- {
1646
- "kind": "js",
1647
- "name": "gridThemeGenesisRapidTokens",
1648
- "declaration": {
1649
- "name": "gridThemeGenesisRapidTokens",
1650
- "module": "src/style/tokens.ts"
1651
- }
1652
- }
1653
- ]
1654
- },
1655
1568
  {
1656
1569
  "kind": "javascript-module",
1657
1570
  "path": "src/themes/index.ts",
@@ -1820,6 +1733,93 @@
1820
1733
  }
1821
1734
  }
1822
1735
  ]
1736
+ },
1737
+ {
1738
+ "kind": "javascript-module",
1739
+ "path": "src/style/colors.ts",
1740
+ "declarations": [
1741
+ {
1742
+ "kind": "variable",
1743
+ "name": "darkColors",
1744
+ "type": {
1745
+ "text": "object"
1746
+ },
1747
+ "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}"
1748
+ },
1749
+ {
1750
+ "kind": "variable",
1751
+ "name": "lightColors",
1752
+ "type": {
1753
+ "text": "object"
1754
+ },
1755
+ "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}"
1756
+ }
1757
+ ],
1758
+ "exports": [
1759
+ {
1760
+ "kind": "js",
1761
+ "name": "darkColors",
1762
+ "declaration": {
1763
+ "name": "darkColors",
1764
+ "module": "src/style/colors.ts"
1765
+ }
1766
+ },
1767
+ {
1768
+ "kind": "js",
1769
+ "name": "lightColors",
1770
+ "declaration": {
1771
+ "name": "lightColors",
1772
+ "module": "src/style/colors.ts"
1773
+ }
1774
+ }
1775
+ ]
1776
+ },
1777
+ {
1778
+ "kind": "javascript-module",
1779
+ "path": "src/style/index.ts",
1780
+ "declarations": [],
1781
+ "exports": [
1782
+ {
1783
+ "kind": "js",
1784
+ "name": "*",
1785
+ "declaration": {
1786
+ "name": "*",
1787
+ "package": "./colors"
1788
+ }
1789
+ },
1790
+ {
1791
+ "kind": "js",
1792
+ "name": "*",
1793
+ "declaration": {
1794
+ "name": "*",
1795
+ "package": "./tokens"
1796
+ }
1797
+ }
1798
+ ]
1799
+ },
1800
+ {
1801
+ "kind": "javascript-module",
1802
+ "path": "src/style/tokens.ts",
1803
+ "declarations": [
1804
+ {
1805
+ "kind": "variable",
1806
+ "name": "gridThemeGenesisRapidTokens",
1807
+ "type": {
1808
+ "text": "object"
1809
+ },
1810
+ "default": "{\n backgroundColor: create<Swatch>('rapid-grid-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-grid-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-grid-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-grid-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-grid-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
1811
+ }
1812
+ ],
1813
+ "exports": [
1814
+ {
1815
+ "kind": "js",
1816
+ "name": "gridThemeGenesisRapidTokens",
1817
+ "declaration": {
1818
+ "name": "gridThemeGenesisRapidTokens",
1819
+ "module": "src/style/tokens.ts"
1820
+ }
1821
+ }
1822
+ ]
1823
1823
  }
1824
1824
  ]
1825
1825
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-tabulator",
3
3
  "description": "Genesis Foundation Zero Grid Tabulator",
4
- "version": "14.491.0-FUI-2567.1",
4
+ "version": "14.491.0-GENC-1390.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "license": "SEE LICENSE IN license.txt",
@@ -35,19 +35,19 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.491.0-FUI-2567.1",
39
- "@genesislcap/rollup-builder": "14.491.0-FUI-2567.1",
40
- "@genesislcap/ts-builder": "14.491.0-FUI-2567.1",
41
- "@genesislcap/uvu-playwright-builder": "14.491.0-FUI-2567.1",
42
- "@genesislcap/vite-builder": "14.491.0-FUI-2567.1",
43
- "@genesislcap/webpack-builder": "14.491.0-FUI-2567.1"
38
+ "@genesislcap/genx": "14.491.0-GENC-1390.2",
39
+ "@genesislcap/rollup-builder": "14.491.0-GENC-1390.2",
40
+ "@genesislcap/ts-builder": "14.491.0-GENC-1390.2",
41
+ "@genesislcap/uvu-playwright-builder": "14.491.0-GENC-1390.2",
42
+ "@genesislcap/vite-builder": "14.491.0-GENC-1390.2",
43
+ "@genesislcap/webpack-builder": "14.491.0-GENC-1390.2"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-comms": "14.491.0-FUI-2567.1",
47
- "@genesislcap/foundation-ui": "14.491.0-FUI-2567.1",
48
- "@genesislcap/foundation-utils": "14.491.0-FUI-2567.1",
49
- "@genesislcap/foundation-zero": "14.491.0-FUI-2567.1",
50
- "@genesislcap/grid-tabulator": "14.491.0-FUI-2567.1",
46
+ "@genesislcap/foundation-comms": "14.491.0-GENC-1390.2",
47
+ "@genesislcap/foundation-ui": "14.491.0-GENC-1390.2",
48
+ "@genesislcap/foundation-utils": "14.491.0-GENC-1390.2",
49
+ "@genesislcap/foundation-zero": "14.491.0-GENC-1390.2",
50
+ "@genesislcap/grid-tabulator": "14.491.0-GENC-1390.2",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -66,5 +66,5 @@
66
66
  "access": "public"
67
67
  },
68
68
  "customElements": "dist/custom-elements.json",
69
- "gitHead": "35adb206a99accc5a788fd8f1e1161e16b19351e"
69
+ "gitHead": "468dcc760d84cfe7ab465b4a6ee0d40c774788aa"
70
70
  }