@genesislcap/foundation-zero-grid-tabulator 14.489.0-GENC-1351.10 → 14.489.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +153 -153
  2. package/package.json +13 -13
@@ -1172,159 +1172,6 @@
1172
1172
  }
1173
1173
  ]
1174
1174
  },
1175
- {
1176
- "kind": "javascript-module",
1177
- "path": "src/style/colors.ts",
1178
- "declarations": [
1179
- {
1180
- "kind": "variable",
1181
- "name": "darkColors",
1182
- "type": {
1183
- "text": "object"
1184
- },
1185
- "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}"
1186
- },
1187
- {
1188
- "kind": "variable",
1189
- "name": "lightColors",
1190
- "type": {
1191
- "text": "object"
1192
- },
1193
- "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}"
1194
- }
1195
- ],
1196
- "exports": [
1197
- {
1198
- "kind": "js",
1199
- "name": "darkColors",
1200
- "declaration": {
1201
- "name": "darkColors",
1202
- "module": "src/style/colors.ts"
1203
- }
1204
- },
1205
- {
1206
- "kind": "js",
1207
- "name": "lightColors",
1208
- "declaration": {
1209
- "name": "lightColors",
1210
- "module": "src/style/colors.ts"
1211
- }
1212
- }
1213
- ]
1214
- },
1215
- {
1216
- "kind": "javascript-module",
1217
- "path": "src/style/index.ts",
1218
- "declarations": [],
1219
- "exports": [
1220
- {
1221
- "kind": "js",
1222
- "name": "*",
1223
- "declaration": {
1224
- "name": "*",
1225
- "package": "./colors"
1226
- }
1227
- },
1228
- {
1229
- "kind": "js",
1230
- "name": "*",
1231
- "declaration": {
1232
- "name": "*",
1233
- "package": "./tokens"
1234
- }
1235
- }
1236
- ]
1237
- },
1238
- {
1239
- "kind": "javascript-module",
1240
- "path": "src/style/tokens.ts",
1241
- "declarations": [
1242
- {
1243
- "kind": "variable",
1244
- "name": "gridThemeGenesisRapidTokens",
1245
- "type": {
1246
- "text": "object"
1247
- },
1248
- "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}"
1249
- }
1250
- ],
1251
- "exports": [
1252
- {
1253
- "kind": "js",
1254
- "name": "gridThemeGenesisRapidTokens",
1255
- "declaration": {
1256
- "name": "gridThemeGenesisRapidTokens",
1257
- "module": "src/style/tokens.ts"
1258
- }
1259
- }
1260
- ]
1261
- },
1262
- {
1263
- "kind": "javascript-module",
1264
- "path": "src/themes/index.ts",
1265
- "declarations": [],
1266
- "exports": [
1267
- {
1268
- "kind": "js",
1269
- "name": "*",
1270
- "declaration": {
1271
- "name": "*",
1272
- "package": "./genesis-rapid/theme-genesis-rapid"
1273
- }
1274
- }
1275
- ]
1276
- },
1277
- {
1278
- "kind": "javascript-module",
1279
- "path": "src/utils/index.ts",
1280
- "declarations": [],
1281
- "exports": [
1282
- {
1283
- "kind": "js",
1284
- "name": "*",
1285
- "declaration": {
1286
- "name": "*",
1287
- "package": "./init-grid"
1288
- }
1289
- }
1290
- ]
1291
- },
1292
- {
1293
- "kind": "javascript-module",
1294
- "path": "src/utils/init-grid.ts",
1295
- "declarations": [
1296
- {
1297
- "kind": "function",
1298
- "name": "initZeroGridTabulator",
1299
- "return": {
1300
- "type": {
1301
- "text": ""
1302
- }
1303
- },
1304
- "parameters": [
1305
- {
1306
- "name": "options",
1307
- "default": "{}",
1308
- "type": {
1309
- "text": "Options"
1310
- },
1311
- "description": "The tabulator options"
1312
- }
1313
- ],
1314
- "description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
1315
- }
1316
- ],
1317
- "exports": [
1318
- {
1319
- "kind": "js",
1320
- "name": "initZeroGridTabulator",
1321
- "declaration": {
1322
- "name": "initZeroGridTabulator",
1323
- "module": "src/utils/init-grid.ts"
1324
- }
1325
- }
1326
- ]
1327
- },
1328
1175
  {
1329
1176
  "kind": "javascript-module",
1330
1177
  "path": "src/cell-formatters/action.formatter.ts",
@@ -1718,6 +1565,159 @@
1718
1565
  }
1719
1566
  ]
1720
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
+ {
1656
+ "kind": "javascript-module",
1657
+ "path": "src/themes/index.ts",
1658
+ "declarations": [],
1659
+ "exports": [
1660
+ {
1661
+ "kind": "js",
1662
+ "name": "*",
1663
+ "declaration": {
1664
+ "name": "*",
1665
+ "package": "./genesis-rapid/theme-genesis-rapid"
1666
+ }
1667
+ }
1668
+ ]
1669
+ },
1670
+ {
1671
+ "kind": "javascript-module",
1672
+ "path": "src/utils/index.ts",
1673
+ "declarations": [],
1674
+ "exports": [
1675
+ {
1676
+ "kind": "js",
1677
+ "name": "*",
1678
+ "declaration": {
1679
+ "name": "*",
1680
+ "package": "./init-grid"
1681
+ }
1682
+ }
1683
+ ]
1684
+ },
1685
+ {
1686
+ "kind": "javascript-module",
1687
+ "path": "src/utils/init-grid.ts",
1688
+ "declarations": [
1689
+ {
1690
+ "kind": "function",
1691
+ "name": "initZeroGridTabulator",
1692
+ "return": {
1693
+ "type": {
1694
+ "text": ""
1695
+ }
1696
+ },
1697
+ "parameters": [
1698
+ {
1699
+ "name": "options",
1700
+ "default": "{}",
1701
+ "type": {
1702
+ "text": "Options"
1703
+ },
1704
+ "description": "The tabulator options"
1705
+ }
1706
+ ],
1707
+ "description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
1708
+ }
1709
+ ],
1710
+ "exports": [
1711
+ {
1712
+ "kind": "js",
1713
+ "name": "initZeroGridTabulator",
1714
+ "declaration": {
1715
+ "name": "initZeroGridTabulator",
1716
+ "module": "src/utils/init-grid.ts"
1717
+ }
1718
+ }
1719
+ ]
1720
+ },
1721
1721
  {
1722
1722
  "kind": "javascript-module",
1723
1723
  "path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
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.489.0-GENC-1351.10",
4
+ "version": "14.489.0",
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.489.0-GENC-1351.10",
39
- "@genesislcap/rollup-builder": "14.489.0-GENC-1351.10",
40
- "@genesislcap/ts-builder": "14.489.0-GENC-1351.10",
41
- "@genesislcap/uvu-playwright-builder": "14.489.0-GENC-1351.10",
42
- "@genesislcap/vite-builder": "14.489.0-GENC-1351.10",
43
- "@genesislcap/webpack-builder": "14.489.0-GENC-1351.10"
38
+ "@genesislcap/genx": "14.489.0",
39
+ "@genesislcap/rollup-builder": "14.489.0",
40
+ "@genesislcap/ts-builder": "14.489.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.489.0",
42
+ "@genesislcap/vite-builder": "14.489.0",
43
+ "@genesislcap/webpack-builder": "14.489.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-comms": "14.489.0-GENC-1351.10",
47
- "@genesislcap/foundation-ui": "14.489.0-GENC-1351.10",
48
- "@genesislcap/foundation-utils": "14.489.0-GENC-1351.10",
49
- "@genesislcap/foundation-zero": "14.489.0-GENC-1351.10",
50
- "@genesislcap/grid-tabulator": "14.489.0-GENC-1351.10",
46
+ "@genesislcap/foundation-comms": "14.489.0",
47
+ "@genesislcap/foundation-ui": "14.489.0",
48
+ "@genesislcap/foundation-utils": "14.489.0",
49
+ "@genesislcap/foundation-zero": "14.489.0",
50
+ "@genesislcap/grid-tabulator": "14.489.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",
@@ -66,5 +66,5 @@
66
66
  "access": "public"
67
67
  },
68
68
  "customElements": "dist/custom-elements.json",
69
- "gitHead": "3a274a433b5f216481f035a4fa38fa726103d694"
69
+ "gitHead": "6c2cd6192531517879d0cf306d86e84a194fe961"
70
70
  }