@genesislcap/rapid-grid-pro 15.4.1 → 15.5.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 +247 -247
  2. package/package.json +11 -11
@@ -5510,6 +5510,253 @@
5510
5510
  }
5511
5511
  ]
5512
5512
  },
5513
+ {
5514
+ "kind": "javascript-module",
5515
+ "path": "src/style/colors.ts",
5516
+ "declarations": [
5517
+ {
5518
+ "kind": "variable",
5519
+ "name": "DARK_FOREGROUND_HEX",
5520
+ "type": {
5521
+ "text": "string"
5522
+ },
5523
+ "default": "'#cccccc'"
5524
+ },
5525
+ {
5526
+ "kind": "variable",
5527
+ "name": "DARK_HEADER_FOREGROUND_HEX",
5528
+ "type": {
5529
+ "text": "string"
5530
+ },
5531
+ "default": "'#879ba6'"
5532
+ },
5533
+ {
5534
+ "kind": "variable",
5535
+ "name": "DARK_BACKGROUND_HEX",
5536
+ "type": {
5537
+ "text": "string"
5538
+ },
5539
+ "default": "'#1f2126'"
5540
+ },
5541
+ {
5542
+ "kind": "variable",
5543
+ "name": "DARK_BORDER_HEX",
5544
+ "type": {
5545
+ "text": "string"
5546
+ },
5547
+ "default": "'#2e3339'"
5548
+ },
5549
+ {
5550
+ "kind": "variable",
5551
+ "name": "DARK_ROW_HOVER_HEX",
5552
+ "type": {
5553
+ "text": "string"
5554
+ },
5555
+ "default": "'#2b2e34'"
5556
+ },
5557
+ {
5558
+ "kind": "variable",
5559
+ "name": "LIGHT_FOREGROUND_HEX",
5560
+ "type": {
5561
+ "text": "string"
5562
+ },
5563
+ "default": "'#000000'"
5564
+ },
5565
+ {
5566
+ "kind": "variable",
5567
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
5568
+ "type": {
5569
+ "text": "string"
5570
+ },
5571
+ "default": "'#181d1f'"
5572
+ },
5573
+ {
5574
+ "kind": "variable",
5575
+ "name": "LIGHT_BACKGROUND_HEX",
5576
+ "type": {
5577
+ "text": "string"
5578
+ },
5579
+ "default": "'#FFFFFF'"
5580
+ },
5581
+ {
5582
+ "kind": "variable",
5583
+ "name": "LIGHT_BORDER_HEX",
5584
+ "type": {
5585
+ "text": "string"
5586
+ },
5587
+ "default": "'#babfc7'"
5588
+ },
5589
+ {
5590
+ "kind": "variable",
5591
+ "name": "LIGHT_ROW_HOVER_HEX",
5592
+ "type": {
5593
+ "text": "string"
5594
+ },
5595
+ "default": "'#2196f3'"
5596
+ },
5597
+ {
5598
+ "kind": "variable",
5599
+ "name": "darkColors",
5600
+ "type": {
5601
+ "text": "object"
5602
+ },
5603
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(DARK_ROW_HOVER_HEX)),\n}"
5604
+ },
5605
+ {
5606
+ "kind": "variable",
5607
+ "name": "lightColors",
5608
+ "type": {
5609
+ "text": "object"
5610
+ },
5611
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_ROW_HOVER_HEX)),\n}"
5612
+ }
5613
+ ],
5614
+ "exports": [
5615
+ {
5616
+ "kind": "js",
5617
+ "name": "DARK_FOREGROUND_HEX",
5618
+ "declaration": {
5619
+ "name": "DARK_FOREGROUND_HEX",
5620
+ "module": "src/style/colors.ts"
5621
+ }
5622
+ },
5623
+ {
5624
+ "kind": "js",
5625
+ "name": "DARK_HEADER_FOREGROUND_HEX",
5626
+ "declaration": {
5627
+ "name": "DARK_HEADER_FOREGROUND_HEX",
5628
+ "module": "src/style/colors.ts"
5629
+ }
5630
+ },
5631
+ {
5632
+ "kind": "js",
5633
+ "name": "DARK_BACKGROUND_HEX",
5634
+ "declaration": {
5635
+ "name": "DARK_BACKGROUND_HEX",
5636
+ "module": "src/style/colors.ts"
5637
+ }
5638
+ },
5639
+ {
5640
+ "kind": "js",
5641
+ "name": "DARK_BORDER_HEX",
5642
+ "declaration": {
5643
+ "name": "DARK_BORDER_HEX",
5644
+ "module": "src/style/colors.ts"
5645
+ }
5646
+ },
5647
+ {
5648
+ "kind": "js",
5649
+ "name": "DARK_ROW_HOVER_HEX",
5650
+ "declaration": {
5651
+ "name": "DARK_ROW_HOVER_HEX",
5652
+ "module": "src/style/colors.ts"
5653
+ }
5654
+ },
5655
+ {
5656
+ "kind": "js",
5657
+ "name": "LIGHT_FOREGROUND_HEX",
5658
+ "declaration": {
5659
+ "name": "LIGHT_FOREGROUND_HEX",
5660
+ "module": "src/style/colors.ts"
5661
+ }
5662
+ },
5663
+ {
5664
+ "kind": "js",
5665
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
5666
+ "declaration": {
5667
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
5668
+ "module": "src/style/colors.ts"
5669
+ }
5670
+ },
5671
+ {
5672
+ "kind": "js",
5673
+ "name": "LIGHT_BACKGROUND_HEX",
5674
+ "declaration": {
5675
+ "name": "LIGHT_BACKGROUND_HEX",
5676
+ "module": "src/style/colors.ts"
5677
+ }
5678
+ },
5679
+ {
5680
+ "kind": "js",
5681
+ "name": "LIGHT_BORDER_HEX",
5682
+ "declaration": {
5683
+ "name": "LIGHT_BORDER_HEX",
5684
+ "module": "src/style/colors.ts"
5685
+ }
5686
+ },
5687
+ {
5688
+ "kind": "js",
5689
+ "name": "LIGHT_ROW_HOVER_HEX",
5690
+ "declaration": {
5691
+ "name": "LIGHT_ROW_HOVER_HEX",
5692
+ "module": "src/style/colors.ts"
5693
+ }
5694
+ },
5695
+ {
5696
+ "kind": "js",
5697
+ "name": "darkColors",
5698
+ "declaration": {
5699
+ "name": "darkColors",
5700
+ "module": "src/style/colors.ts"
5701
+ }
5702
+ },
5703
+ {
5704
+ "kind": "js",
5705
+ "name": "lightColors",
5706
+ "declaration": {
5707
+ "name": "lightColors",
5708
+ "module": "src/style/colors.ts"
5709
+ }
5710
+ }
5711
+ ]
5712
+ },
5713
+ {
5714
+ "kind": "javascript-module",
5715
+ "path": "src/style/index.ts",
5716
+ "declarations": [],
5717
+ "exports": [
5718
+ {
5719
+ "kind": "js",
5720
+ "name": "*",
5721
+ "declaration": {
5722
+ "name": "*",
5723
+ "package": "./colors"
5724
+ }
5725
+ },
5726
+ {
5727
+ "kind": "js",
5728
+ "name": "*",
5729
+ "declaration": {
5730
+ "name": "*",
5731
+ "package": "./tokens"
5732
+ }
5733
+ }
5734
+ ]
5735
+ },
5736
+ {
5737
+ "kind": "javascript-module",
5738
+ "path": "src/style/tokens.ts",
5739
+ "declarations": [
5740
+ {
5741
+ "kind": "variable",
5742
+ "name": "agThemeGenesisRapidTokens",
5743
+ "type": {
5744
+ "text": "object"
5745
+ },
5746
+ "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}"
5747
+ }
5748
+ ],
5749
+ "exports": [
5750
+ {
5751
+ "kind": "js",
5752
+ "name": "agThemeGenesisRapidTokens",
5753
+ "declaration": {
5754
+ "name": "agThemeGenesisRapidTokens",
5755
+ "module": "src/style/tokens.ts"
5756
+ }
5757
+ }
5758
+ ]
5759
+ },
5513
5760
  {
5514
5761
  "kind": "javascript-module",
5515
5762
  "path": "src/cell-renderers/action.renderer.ts",
@@ -7084,253 +7331,6 @@
7084
7331
  }
7085
7332
  ]
7086
7333
  },
7087
- {
7088
- "kind": "javascript-module",
7089
- "path": "src/style/colors.ts",
7090
- "declarations": [
7091
- {
7092
- "kind": "variable",
7093
- "name": "DARK_FOREGROUND_HEX",
7094
- "type": {
7095
- "text": "string"
7096
- },
7097
- "default": "'#cccccc'"
7098
- },
7099
- {
7100
- "kind": "variable",
7101
- "name": "DARK_HEADER_FOREGROUND_HEX",
7102
- "type": {
7103
- "text": "string"
7104
- },
7105
- "default": "'#879ba6'"
7106
- },
7107
- {
7108
- "kind": "variable",
7109
- "name": "DARK_BACKGROUND_HEX",
7110
- "type": {
7111
- "text": "string"
7112
- },
7113
- "default": "'#1f2126'"
7114
- },
7115
- {
7116
- "kind": "variable",
7117
- "name": "DARK_BORDER_HEX",
7118
- "type": {
7119
- "text": "string"
7120
- },
7121
- "default": "'#2e3339'"
7122
- },
7123
- {
7124
- "kind": "variable",
7125
- "name": "DARK_ROW_HOVER_HEX",
7126
- "type": {
7127
- "text": "string"
7128
- },
7129
- "default": "'#2b2e34'"
7130
- },
7131
- {
7132
- "kind": "variable",
7133
- "name": "LIGHT_FOREGROUND_HEX",
7134
- "type": {
7135
- "text": "string"
7136
- },
7137
- "default": "'#000000'"
7138
- },
7139
- {
7140
- "kind": "variable",
7141
- "name": "LIGHT_HEADER_FOREGROUND_HEX",
7142
- "type": {
7143
- "text": "string"
7144
- },
7145
- "default": "'#181d1f'"
7146
- },
7147
- {
7148
- "kind": "variable",
7149
- "name": "LIGHT_BACKGROUND_HEX",
7150
- "type": {
7151
- "text": "string"
7152
- },
7153
- "default": "'#FFFFFF'"
7154
- },
7155
- {
7156
- "kind": "variable",
7157
- "name": "LIGHT_BORDER_HEX",
7158
- "type": {
7159
- "text": "string"
7160
- },
7161
- "default": "'#babfc7'"
7162
- },
7163
- {
7164
- "kind": "variable",
7165
- "name": "LIGHT_ROW_HOVER_HEX",
7166
- "type": {
7167
- "text": "string"
7168
- },
7169
- "default": "'#2196f3'"
7170
- },
7171
- {
7172
- "kind": "variable",
7173
- "name": "darkColors",
7174
- "type": {
7175
- "text": "object"
7176
- },
7177
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(DARK_ROW_HOVER_HEX)),\n}"
7178
- },
7179
- {
7180
- "kind": "variable",
7181
- "name": "lightColors",
7182
- "type": {
7183
- "text": "object"
7184
- },
7185
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_ROW_HOVER_HEX)),\n}"
7186
- }
7187
- ],
7188
- "exports": [
7189
- {
7190
- "kind": "js",
7191
- "name": "DARK_FOREGROUND_HEX",
7192
- "declaration": {
7193
- "name": "DARK_FOREGROUND_HEX",
7194
- "module": "src/style/colors.ts"
7195
- }
7196
- },
7197
- {
7198
- "kind": "js",
7199
- "name": "DARK_HEADER_FOREGROUND_HEX",
7200
- "declaration": {
7201
- "name": "DARK_HEADER_FOREGROUND_HEX",
7202
- "module": "src/style/colors.ts"
7203
- }
7204
- },
7205
- {
7206
- "kind": "js",
7207
- "name": "DARK_BACKGROUND_HEX",
7208
- "declaration": {
7209
- "name": "DARK_BACKGROUND_HEX",
7210
- "module": "src/style/colors.ts"
7211
- }
7212
- },
7213
- {
7214
- "kind": "js",
7215
- "name": "DARK_BORDER_HEX",
7216
- "declaration": {
7217
- "name": "DARK_BORDER_HEX",
7218
- "module": "src/style/colors.ts"
7219
- }
7220
- },
7221
- {
7222
- "kind": "js",
7223
- "name": "DARK_ROW_HOVER_HEX",
7224
- "declaration": {
7225
- "name": "DARK_ROW_HOVER_HEX",
7226
- "module": "src/style/colors.ts"
7227
- }
7228
- },
7229
- {
7230
- "kind": "js",
7231
- "name": "LIGHT_FOREGROUND_HEX",
7232
- "declaration": {
7233
- "name": "LIGHT_FOREGROUND_HEX",
7234
- "module": "src/style/colors.ts"
7235
- }
7236
- },
7237
- {
7238
- "kind": "js",
7239
- "name": "LIGHT_HEADER_FOREGROUND_HEX",
7240
- "declaration": {
7241
- "name": "LIGHT_HEADER_FOREGROUND_HEX",
7242
- "module": "src/style/colors.ts"
7243
- }
7244
- },
7245
- {
7246
- "kind": "js",
7247
- "name": "LIGHT_BACKGROUND_HEX",
7248
- "declaration": {
7249
- "name": "LIGHT_BACKGROUND_HEX",
7250
- "module": "src/style/colors.ts"
7251
- }
7252
- },
7253
- {
7254
- "kind": "js",
7255
- "name": "LIGHT_BORDER_HEX",
7256
- "declaration": {
7257
- "name": "LIGHT_BORDER_HEX",
7258
- "module": "src/style/colors.ts"
7259
- }
7260
- },
7261
- {
7262
- "kind": "js",
7263
- "name": "LIGHT_ROW_HOVER_HEX",
7264
- "declaration": {
7265
- "name": "LIGHT_ROW_HOVER_HEX",
7266
- "module": "src/style/colors.ts"
7267
- }
7268
- },
7269
- {
7270
- "kind": "js",
7271
- "name": "darkColors",
7272
- "declaration": {
7273
- "name": "darkColors",
7274
- "module": "src/style/colors.ts"
7275
- }
7276
- },
7277
- {
7278
- "kind": "js",
7279
- "name": "lightColors",
7280
- "declaration": {
7281
- "name": "lightColors",
7282
- "module": "src/style/colors.ts"
7283
- }
7284
- }
7285
- ]
7286
- },
7287
- {
7288
- "kind": "javascript-module",
7289
- "path": "src/style/index.ts",
7290
- "declarations": [],
7291
- "exports": [
7292
- {
7293
- "kind": "js",
7294
- "name": "*",
7295
- "declaration": {
7296
- "name": "*",
7297
- "package": "./colors"
7298
- }
7299
- },
7300
- {
7301
- "kind": "js",
7302
- "name": "*",
7303
- "declaration": {
7304
- "name": "*",
7305
- "package": "./tokens"
7306
- }
7307
- }
7308
- ]
7309
- },
7310
- {
7311
- "kind": "javascript-module",
7312
- "path": "src/style/tokens.ts",
7313
- "declarations": [
7314
- {
7315
- "kind": "variable",
7316
- "name": "agThemeGenesisRapidTokens",
7317
- "type": {
7318
- "text": "object"
7319
- },
7320
- "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}"
7321
- }
7322
- ],
7323
- "exports": [
7324
- {
7325
- "kind": "js",
7326
- "name": "agThemeGenesisRapidTokens",
7327
- "declaration": {
7328
- "name": "agThemeGenesisRapidTokens",
7329
- "module": "src/style/tokens.ts"
7330
- }
7331
- }
7332
- ]
7333
- },
7334
7334
  {
7335
7335
  "kind": "javascript-module",
7336
7336
  "path": "src/themes/index.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": "15.4.1",
4
+ "version": "15.5.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": "15.4.1",
41
- "@genesislcap/rollup-builder": "15.4.1",
42
- "@genesislcap/ts-builder": "15.4.1",
43
- "@genesislcap/uvu-playwright-builder": "15.4.1",
44
- "@genesislcap/vite-builder": "15.4.1",
45
- "@genesislcap/webpack-builder": "15.4.1"
40
+ "@genesislcap/genx": "15.5.0",
41
+ "@genesislcap/rollup-builder": "15.5.0",
42
+ "@genesislcap/ts-builder": "15.5.0",
43
+ "@genesislcap/uvu-playwright-builder": "15.5.0",
44
+ "@genesislcap/vite-builder": "15.5.0",
45
+ "@genesislcap/webpack-builder": "15.5.0"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "15.4.1",
49
- "@genesislcap/grid-pro": "15.4.1",
50
- "@genesislcap/rapid-design-system": "15.4.1",
48
+ "@genesislcap/foundation-ui": "15.5.0",
49
+ "@genesislcap/grid-pro": "15.5.0",
50
+ "@genesislcap/rapid-design-system": "15.5.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",
@@ -80,5 +80,5 @@
80
80
  "require": "./dist/react.cjs"
81
81
  }
82
82
  },
83
- "gitHead": "984a77280362d69ba3eab6256dbb7fe03b8c76b3"
83
+ "gitHead": "be7121280e828345e79cca6a084b1025536813f2"
84
84
  }