@genesislcap/rapid-grid-pro 15.10.3 → 15.10.4
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 +247 -247
- package/package.json +11 -11
|
@@ -5564,6 +5564,253 @@
|
|
|
5564
5564
|
}
|
|
5565
5565
|
]
|
|
5566
5566
|
},
|
|
5567
|
+
{
|
|
5568
|
+
"kind": "javascript-module",
|
|
5569
|
+
"path": "src/style/colors.ts",
|
|
5570
|
+
"declarations": [
|
|
5571
|
+
{
|
|
5572
|
+
"kind": "variable",
|
|
5573
|
+
"name": "DARK_FOREGROUND_HEX",
|
|
5574
|
+
"type": {
|
|
5575
|
+
"text": "string"
|
|
5576
|
+
},
|
|
5577
|
+
"default": "'#cccccc'"
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"kind": "variable",
|
|
5581
|
+
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
5582
|
+
"type": {
|
|
5583
|
+
"text": "string"
|
|
5584
|
+
},
|
|
5585
|
+
"default": "'#879ba6'"
|
|
5586
|
+
},
|
|
5587
|
+
{
|
|
5588
|
+
"kind": "variable",
|
|
5589
|
+
"name": "DARK_BACKGROUND_HEX",
|
|
5590
|
+
"type": {
|
|
5591
|
+
"text": "string"
|
|
5592
|
+
},
|
|
5593
|
+
"default": "'#1f2126'"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
"kind": "variable",
|
|
5597
|
+
"name": "DARK_BORDER_HEX",
|
|
5598
|
+
"type": {
|
|
5599
|
+
"text": "string"
|
|
5600
|
+
},
|
|
5601
|
+
"default": "'#2e3339'"
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"kind": "variable",
|
|
5605
|
+
"name": "DARK_ROW_HOVER_HEX",
|
|
5606
|
+
"type": {
|
|
5607
|
+
"text": "string"
|
|
5608
|
+
},
|
|
5609
|
+
"default": "'#2b2e34'"
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"kind": "variable",
|
|
5613
|
+
"name": "LIGHT_FOREGROUND_HEX",
|
|
5614
|
+
"type": {
|
|
5615
|
+
"text": "string"
|
|
5616
|
+
},
|
|
5617
|
+
"default": "'#000000'"
|
|
5618
|
+
},
|
|
5619
|
+
{
|
|
5620
|
+
"kind": "variable",
|
|
5621
|
+
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
5622
|
+
"type": {
|
|
5623
|
+
"text": "string"
|
|
5624
|
+
},
|
|
5625
|
+
"default": "'#181d1f'"
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
"kind": "variable",
|
|
5629
|
+
"name": "LIGHT_BACKGROUND_HEX",
|
|
5630
|
+
"type": {
|
|
5631
|
+
"text": "string"
|
|
5632
|
+
},
|
|
5633
|
+
"default": "'#FFFFFF'"
|
|
5634
|
+
},
|
|
5635
|
+
{
|
|
5636
|
+
"kind": "variable",
|
|
5637
|
+
"name": "LIGHT_BORDER_HEX",
|
|
5638
|
+
"type": {
|
|
5639
|
+
"text": "string"
|
|
5640
|
+
},
|
|
5641
|
+
"default": "'#babfc7'"
|
|
5642
|
+
},
|
|
5643
|
+
{
|
|
5644
|
+
"kind": "variable",
|
|
5645
|
+
"name": "LIGHT_ROW_HOVER_HEX",
|
|
5646
|
+
"type": {
|
|
5647
|
+
"text": "string"
|
|
5648
|
+
},
|
|
5649
|
+
"default": "'#2196f3'"
|
|
5650
|
+
},
|
|
5651
|
+
{
|
|
5652
|
+
"kind": "variable",
|
|
5653
|
+
"name": "darkColors",
|
|
5654
|
+
"type": {
|
|
5655
|
+
"text": "object"
|
|
5656
|
+
},
|
|
5657
|
+
"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}"
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"kind": "variable",
|
|
5661
|
+
"name": "lightColors",
|
|
5662
|
+
"type": {
|
|
5663
|
+
"text": "object"
|
|
5664
|
+
},
|
|
5665
|
+
"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}"
|
|
5666
|
+
}
|
|
5667
|
+
],
|
|
5668
|
+
"exports": [
|
|
5669
|
+
{
|
|
5670
|
+
"kind": "js",
|
|
5671
|
+
"name": "DARK_FOREGROUND_HEX",
|
|
5672
|
+
"declaration": {
|
|
5673
|
+
"name": "DARK_FOREGROUND_HEX",
|
|
5674
|
+
"module": "src/style/colors.ts"
|
|
5675
|
+
}
|
|
5676
|
+
},
|
|
5677
|
+
{
|
|
5678
|
+
"kind": "js",
|
|
5679
|
+
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
5680
|
+
"declaration": {
|
|
5681
|
+
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
5682
|
+
"module": "src/style/colors.ts"
|
|
5683
|
+
}
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
|
+
"kind": "js",
|
|
5687
|
+
"name": "DARK_BACKGROUND_HEX",
|
|
5688
|
+
"declaration": {
|
|
5689
|
+
"name": "DARK_BACKGROUND_HEX",
|
|
5690
|
+
"module": "src/style/colors.ts"
|
|
5691
|
+
}
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"kind": "js",
|
|
5695
|
+
"name": "DARK_BORDER_HEX",
|
|
5696
|
+
"declaration": {
|
|
5697
|
+
"name": "DARK_BORDER_HEX",
|
|
5698
|
+
"module": "src/style/colors.ts"
|
|
5699
|
+
}
|
|
5700
|
+
},
|
|
5701
|
+
{
|
|
5702
|
+
"kind": "js",
|
|
5703
|
+
"name": "DARK_ROW_HOVER_HEX",
|
|
5704
|
+
"declaration": {
|
|
5705
|
+
"name": "DARK_ROW_HOVER_HEX",
|
|
5706
|
+
"module": "src/style/colors.ts"
|
|
5707
|
+
}
|
|
5708
|
+
},
|
|
5709
|
+
{
|
|
5710
|
+
"kind": "js",
|
|
5711
|
+
"name": "LIGHT_FOREGROUND_HEX",
|
|
5712
|
+
"declaration": {
|
|
5713
|
+
"name": "LIGHT_FOREGROUND_HEX",
|
|
5714
|
+
"module": "src/style/colors.ts"
|
|
5715
|
+
}
|
|
5716
|
+
},
|
|
5717
|
+
{
|
|
5718
|
+
"kind": "js",
|
|
5719
|
+
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
5720
|
+
"declaration": {
|
|
5721
|
+
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
5722
|
+
"module": "src/style/colors.ts"
|
|
5723
|
+
}
|
|
5724
|
+
},
|
|
5725
|
+
{
|
|
5726
|
+
"kind": "js",
|
|
5727
|
+
"name": "LIGHT_BACKGROUND_HEX",
|
|
5728
|
+
"declaration": {
|
|
5729
|
+
"name": "LIGHT_BACKGROUND_HEX",
|
|
5730
|
+
"module": "src/style/colors.ts"
|
|
5731
|
+
}
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"kind": "js",
|
|
5735
|
+
"name": "LIGHT_BORDER_HEX",
|
|
5736
|
+
"declaration": {
|
|
5737
|
+
"name": "LIGHT_BORDER_HEX",
|
|
5738
|
+
"module": "src/style/colors.ts"
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5741
|
+
{
|
|
5742
|
+
"kind": "js",
|
|
5743
|
+
"name": "LIGHT_ROW_HOVER_HEX",
|
|
5744
|
+
"declaration": {
|
|
5745
|
+
"name": "LIGHT_ROW_HOVER_HEX",
|
|
5746
|
+
"module": "src/style/colors.ts"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"kind": "js",
|
|
5751
|
+
"name": "darkColors",
|
|
5752
|
+
"declaration": {
|
|
5753
|
+
"name": "darkColors",
|
|
5754
|
+
"module": "src/style/colors.ts"
|
|
5755
|
+
}
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"kind": "js",
|
|
5759
|
+
"name": "lightColors",
|
|
5760
|
+
"declaration": {
|
|
5761
|
+
"name": "lightColors",
|
|
5762
|
+
"module": "src/style/colors.ts"
|
|
5763
|
+
}
|
|
5764
|
+
}
|
|
5765
|
+
]
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"kind": "javascript-module",
|
|
5769
|
+
"path": "src/style/index.ts",
|
|
5770
|
+
"declarations": [],
|
|
5771
|
+
"exports": [
|
|
5772
|
+
{
|
|
5773
|
+
"kind": "js",
|
|
5774
|
+
"name": "*",
|
|
5775
|
+
"declaration": {
|
|
5776
|
+
"name": "*",
|
|
5777
|
+
"package": "./colors"
|
|
5778
|
+
}
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"kind": "js",
|
|
5782
|
+
"name": "*",
|
|
5783
|
+
"declaration": {
|
|
5784
|
+
"name": "*",
|
|
5785
|
+
"package": "./tokens"
|
|
5786
|
+
}
|
|
5787
|
+
}
|
|
5788
|
+
]
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"kind": "javascript-module",
|
|
5792
|
+
"path": "src/style/tokens.ts",
|
|
5793
|
+
"declarations": [
|
|
5794
|
+
{
|
|
5795
|
+
"kind": "variable",
|
|
5796
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5797
|
+
"type": {
|
|
5798
|
+
"text": "object"
|
|
5799
|
+
},
|
|
5800
|
+
"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}"
|
|
5801
|
+
}
|
|
5802
|
+
],
|
|
5803
|
+
"exports": [
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "js",
|
|
5806
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5807
|
+
"declaration": {
|
|
5808
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5809
|
+
"module": "src/style/tokens.ts"
|
|
5810
|
+
}
|
|
5811
|
+
}
|
|
5812
|
+
]
|
|
5813
|
+
},
|
|
5567
5814
|
{
|
|
5568
5815
|
"kind": "javascript-module",
|
|
5569
5816
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -7138,253 +7385,6 @@
|
|
|
7138
7385
|
}
|
|
7139
7386
|
]
|
|
7140
7387
|
},
|
|
7141
|
-
{
|
|
7142
|
-
"kind": "javascript-module",
|
|
7143
|
-
"path": "src/style/colors.ts",
|
|
7144
|
-
"declarations": [
|
|
7145
|
-
{
|
|
7146
|
-
"kind": "variable",
|
|
7147
|
-
"name": "DARK_FOREGROUND_HEX",
|
|
7148
|
-
"type": {
|
|
7149
|
-
"text": "string"
|
|
7150
|
-
},
|
|
7151
|
-
"default": "'#cccccc'"
|
|
7152
|
-
},
|
|
7153
|
-
{
|
|
7154
|
-
"kind": "variable",
|
|
7155
|
-
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
7156
|
-
"type": {
|
|
7157
|
-
"text": "string"
|
|
7158
|
-
},
|
|
7159
|
-
"default": "'#879ba6'"
|
|
7160
|
-
},
|
|
7161
|
-
{
|
|
7162
|
-
"kind": "variable",
|
|
7163
|
-
"name": "DARK_BACKGROUND_HEX",
|
|
7164
|
-
"type": {
|
|
7165
|
-
"text": "string"
|
|
7166
|
-
},
|
|
7167
|
-
"default": "'#1f2126'"
|
|
7168
|
-
},
|
|
7169
|
-
{
|
|
7170
|
-
"kind": "variable",
|
|
7171
|
-
"name": "DARK_BORDER_HEX",
|
|
7172
|
-
"type": {
|
|
7173
|
-
"text": "string"
|
|
7174
|
-
},
|
|
7175
|
-
"default": "'#2e3339'"
|
|
7176
|
-
},
|
|
7177
|
-
{
|
|
7178
|
-
"kind": "variable",
|
|
7179
|
-
"name": "DARK_ROW_HOVER_HEX",
|
|
7180
|
-
"type": {
|
|
7181
|
-
"text": "string"
|
|
7182
|
-
},
|
|
7183
|
-
"default": "'#2b2e34'"
|
|
7184
|
-
},
|
|
7185
|
-
{
|
|
7186
|
-
"kind": "variable",
|
|
7187
|
-
"name": "LIGHT_FOREGROUND_HEX",
|
|
7188
|
-
"type": {
|
|
7189
|
-
"text": "string"
|
|
7190
|
-
},
|
|
7191
|
-
"default": "'#000000'"
|
|
7192
|
-
},
|
|
7193
|
-
{
|
|
7194
|
-
"kind": "variable",
|
|
7195
|
-
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
7196
|
-
"type": {
|
|
7197
|
-
"text": "string"
|
|
7198
|
-
},
|
|
7199
|
-
"default": "'#181d1f'"
|
|
7200
|
-
},
|
|
7201
|
-
{
|
|
7202
|
-
"kind": "variable",
|
|
7203
|
-
"name": "LIGHT_BACKGROUND_HEX",
|
|
7204
|
-
"type": {
|
|
7205
|
-
"text": "string"
|
|
7206
|
-
},
|
|
7207
|
-
"default": "'#FFFFFF'"
|
|
7208
|
-
},
|
|
7209
|
-
{
|
|
7210
|
-
"kind": "variable",
|
|
7211
|
-
"name": "LIGHT_BORDER_HEX",
|
|
7212
|
-
"type": {
|
|
7213
|
-
"text": "string"
|
|
7214
|
-
},
|
|
7215
|
-
"default": "'#babfc7'"
|
|
7216
|
-
},
|
|
7217
|
-
{
|
|
7218
|
-
"kind": "variable",
|
|
7219
|
-
"name": "LIGHT_ROW_HOVER_HEX",
|
|
7220
|
-
"type": {
|
|
7221
|
-
"text": "string"
|
|
7222
|
-
},
|
|
7223
|
-
"default": "'#2196f3'"
|
|
7224
|
-
},
|
|
7225
|
-
{
|
|
7226
|
-
"kind": "variable",
|
|
7227
|
-
"name": "darkColors",
|
|
7228
|
-
"type": {
|
|
7229
|
-
"text": "object"
|
|
7230
|
-
},
|
|
7231
|
-
"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}"
|
|
7232
|
-
},
|
|
7233
|
-
{
|
|
7234
|
-
"kind": "variable",
|
|
7235
|
-
"name": "lightColors",
|
|
7236
|
-
"type": {
|
|
7237
|
-
"text": "object"
|
|
7238
|
-
},
|
|
7239
|
-
"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}"
|
|
7240
|
-
}
|
|
7241
|
-
],
|
|
7242
|
-
"exports": [
|
|
7243
|
-
{
|
|
7244
|
-
"kind": "js",
|
|
7245
|
-
"name": "DARK_FOREGROUND_HEX",
|
|
7246
|
-
"declaration": {
|
|
7247
|
-
"name": "DARK_FOREGROUND_HEX",
|
|
7248
|
-
"module": "src/style/colors.ts"
|
|
7249
|
-
}
|
|
7250
|
-
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "js",
|
|
7253
|
-
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
7254
|
-
"declaration": {
|
|
7255
|
-
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
7256
|
-
"module": "src/style/colors.ts"
|
|
7257
|
-
}
|
|
7258
|
-
},
|
|
7259
|
-
{
|
|
7260
|
-
"kind": "js",
|
|
7261
|
-
"name": "DARK_BACKGROUND_HEX",
|
|
7262
|
-
"declaration": {
|
|
7263
|
-
"name": "DARK_BACKGROUND_HEX",
|
|
7264
|
-
"module": "src/style/colors.ts"
|
|
7265
|
-
}
|
|
7266
|
-
},
|
|
7267
|
-
{
|
|
7268
|
-
"kind": "js",
|
|
7269
|
-
"name": "DARK_BORDER_HEX",
|
|
7270
|
-
"declaration": {
|
|
7271
|
-
"name": "DARK_BORDER_HEX",
|
|
7272
|
-
"module": "src/style/colors.ts"
|
|
7273
|
-
}
|
|
7274
|
-
},
|
|
7275
|
-
{
|
|
7276
|
-
"kind": "js",
|
|
7277
|
-
"name": "DARK_ROW_HOVER_HEX",
|
|
7278
|
-
"declaration": {
|
|
7279
|
-
"name": "DARK_ROW_HOVER_HEX",
|
|
7280
|
-
"module": "src/style/colors.ts"
|
|
7281
|
-
}
|
|
7282
|
-
},
|
|
7283
|
-
{
|
|
7284
|
-
"kind": "js",
|
|
7285
|
-
"name": "LIGHT_FOREGROUND_HEX",
|
|
7286
|
-
"declaration": {
|
|
7287
|
-
"name": "LIGHT_FOREGROUND_HEX",
|
|
7288
|
-
"module": "src/style/colors.ts"
|
|
7289
|
-
}
|
|
7290
|
-
},
|
|
7291
|
-
{
|
|
7292
|
-
"kind": "js",
|
|
7293
|
-
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
7294
|
-
"declaration": {
|
|
7295
|
-
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
7296
|
-
"module": "src/style/colors.ts"
|
|
7297
|
-
}
|
|
7298
|
-
},
|
|
7299
|
-
{
|
|
7300
|
-
"kind": "js",
|
|
7301
|
-
"name": "LIGHT_BACKGROUND_HEX",
|
|
7302
|
-
"declaration": {
|
|
7303
|
-
"name": "LIGHT_BACKGROUND_HEX",
|
|
7304
|
-
"module": "src/style/colors.ts"
|
|
7305
|
-
}
|
|
7306
|
-
},
|
|
7307
|
-
{
|
|
7308
|
-
"kind": "js",
|
|
7309
|
-
"name": "LIGHT_BORDER_HEX",
|
|
7310
|
-
"declaration": {
|
|
7311
|
-
"name": "LIGHT_BORDER_HEX",
|
|
7312
|
-
"module": "src/style/colors.ts"
|
|
7313
|
-
}
|
|
7314
|
-
},
|
|
7315
|
-
{
|
|
7316
|
-
"kind": "js",
|
|
7317
|
-
"name": "LIGHT_ROW_HOVER_HEX",
|
|
7318
|
-
"declaration": {
|
|
7319
|
-
"name": "LIGHT_ROW_HOVER_HEX",
|
|
7320
|
-
"module": "src/style/colors.ts"
|
|
7321
|
-
}
|
|
7322
|
-
},
|
|
7323
|
-
{
|
|
7324
|
-
"kind": "js",
|
|
7325
|
-
"name": "darkColors",
|
|
7326
|
-
"declaration": {
|
|
7327
|
-
"name": "darkColors",
|
|
7328
|
-
"module": "src/style/colors.ts"
|
|
7329
|
-
}
|
|
7330
|
-
},
|
|
7331
|
-
{
|
|
7332
|
-
"kind": "js",
|
|
7333
|
-
"name": "lightColors",
|
|
7334
|
-
"declaration": {
|
|
7335
|
-
"name": "lightColors",
|
|
7336
|
-
"module": "src/style/colors.ts"
|
|
7337
|
-
}
|
|
7338
|
-
}
|
|
7339
|
-
]
|
|
7340
|
-
},
|
|
7341
|
-
{
|
|
7342
|
-
"kind": "javascript-module",
|
|
7343
|
-
"path": "src/style/index.ts",
|
|
7344
|
-
"declarations": [],
|
|
7345
|
-
"exports": [
|
|
7346
|
-
{
|
|
7347
|
-
"kind": "js",
|
|
7348
|
-
"name": "*",
|
|
7349
|
-
"declaration": {
|
|
7350
|
-
"name": "*",
|
|
7351
|
-
"package": "./colors"
|
|
7352
|
-
}
|
|
7353
|
-
},
|
|
7354
|
-
{
|
|
7355
|
-
"kind": "js",
|
|
7356
|
-
"name": "*",
|
|
7357
|
-
"declaration": {
|
|
7358
|
-
"name": "*",
|
|
7359
|
-
"package": "./tokens"
|
|
7360
|
-
}
|
|
7361
|
-
}
|
|
7362
|
-
]
|
|
7363
|
-
},
|
|
7364
|
-
{
|
|
7365
|
-
"kind": "javascript-module",
|
|
7366
|
-
"path": "src/style/tokens.ts",
|
|
7367
|
-
"declarations": [
|
|
7368
|
-
{
|
|
7369
|
-
"kind": "variable",
|
|
7370
|
-
"name": "agThemeGenesisRapidTokens",
|
|
7371
|
-
"type": {
|
|
7372
|
-
"text": "object"
|
|
7373
|
-
},
|
|
7374
|
-
"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}"
|
|
7375
|
-
}
|
|
7376
|
-
],
|
|
7377
|
-
"exports": [
|
|
7378
|
-
{
|
|
7379
|
-
"kind": "js",
|
|
7380
|
-
"name": "agThemeGenesisRapidTokens",
|
|
7381
|
-
"declaration": {
|
|
7382
|
-
"name": "agThemeGenesisRapidTokens",
|
|
7383
|
-
"module": "src/style/tokens.ts"
|
|
7384
|
-
}
|
|
7385
|
-
}
|
|
7386
|
-
]
|
|
7387
|
-
},
|
|
7388
7388
|
{
|
|
7389
7389
|
"kind": "javascript-module",
|
|
7390
7390
|
"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.10.
|
|
4
|
+
"version": "15.10.4",
|
|
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.10.
|
|
41
|
-
"@genesislcap/rollup-builder": "15.10.
|
|
42
|
-
"@genesislcap/ts-builder": "15.10.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "15.10.
|
|
44
|
-
"@genesislcap/vite-builder": "15.10.
|
|
45
|
-
"@genesislcap/webpack-builder": "15.10.
|
|
40
|
+
"@genesislcap/genx": "15.10.4",
|
|
41
|
+
"@genesislcap/rollup-builder": "15.10.4",
|
|
42
|
+
"@genesislcap/ts-builder": "15.10.4",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "15.10.4",
|
|
44
|
+
"@genesislcap/vite-builder": "15.10.4",
|
|
45
|
+
"@genesislcap/webpack-builder": "15.10.4"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "15.10.
|
|
49
|
-
"@genesislcap/grid-pro": "15.10.
|
|
50
|
-
"@genesislcap/rapid-design-system": "15.10.
|
|
48
|
+
"@genesislcap/foundation-ui": "15.10.4",
|
|
49
|
+
"@genesislcap/grid-pro": "15.10.4",
|
|
50
|
+
"@genesislcap/rapid-design-system": "15.10.4",
|
|
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": "
|
|
83
|
+
"gitHead": "2747f342a1681832c041ac612b854039ef908ab7"
|
|
84
84
|
}
|