@genesislcap/rapid-grid-pro 14.460.0 → 14.461.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 +247 -247
- package/package.json +11 -11
|
@@ -5639,6 +5639,253 @@
|
|
|
5639
5639
|
}
|
|
5640
5640
|
]
|
|
5641
5641
|
},
|
|
5642
|
+
{
|
|
5643
|
+
"kind": "javascript-module",
|
|
5644
|
+
"path": "src/style/colors.ts",
|
|
5645
|
+
"declarations": [
|
|
5646
|
+
{
|
|
5647
|
+
"kind": "variable",
|
|
5648
|
+
"name": "DARK_FOREGROUND_HEX",
|
|
5649
|
+
"type": {
|
|
5650
|
+
"text": "string"
|
|
5651
|
+
},
|
|
5652
|
+
"default": "'#cccccc'"
|
|
5653
|
+
},
|
|
5654
|
+
{
|
|
5655
|
+
"kind": "variable",
|
|
5656
|
+
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
5657
|
+
"type": {
|
|
5658
|
+
"text": "string"
|
|
5659
|
+
},
|
|
5660
|
+
"default": "'#879ba6'"
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"kind": "variable",
|
|
5664
|
+
"name": "DARK_BACKGROUND_HEX",
|
|
5665
|
+
"type": {
|
|
5666
|
+
"text": "string"
|
|
5667
|
+
},
|
|
5668
|
+
"default": "'#1f2126'"
|
|
5669
|
+
},
|
|
5670
|
+
{
|
|
5671
|
+
"kind": "variable",
|
|
5672
|
+
"name": "DARK_BORDER_HEX",
|
|
5673
|
+
"type": {
|
|
5674
|
+
"text": "string"
|
|
5675
|
+
},
|
|
5676
|
+
"default": "'#2e3339'"
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"kind": "variable",
|
|
5680
|
+
"name": "DARK_ROW_HOVER_HEX",
|
|
5681
|
+
"type": {
|
|
5682
|
+
"text": "string"
|
|
5683
|
+
},
|
|
5684
|
+
"default": "'#2b2e34'"
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"kind": "variable",
|
|
5688
|
+
"name": "LIGHT_FOREGROUND_HEX",
|
|
5689
|
+
"type": {
|
|
5690
|
+
"text": "string"
|
|
5691
|
+
},
|
|
5692
|
+
"default": "'#000000'"
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"kind": "variable",
|
|
5696
|
+
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
5697
|
+
"type": {
|
|
5698
|
+
"text": "string"
|
|
5699
|
+
},
|
|
5700
|
+
"default": "'#181d1f'"
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"kind": "variable",
|
|
5704
|
+
"name": "LIGHT_BACKGROUND_HEX",
|
|
5705
|
+
"type": {
|
|
5706
|
+
"text": "string"
|
|
5707
|
+
},
|
|
5708
|
+
"default": "'#FFFFFF'"
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"kind": "variable",
|
|
5712
|
+
"name": "LIGHT_BORDER_HEX",
|
|
5713
|
+
"type": {
|
|
5714
|
+
"text": "string"
|
|
5715
|
+
},
|
|
5716
|
+
"default": "'#babfc7'"
|
|
5717
|
+
},
|
|
5718
|
+
{
|
|
5719
|
+
"kind": "variable",
|
|
5720
|
+
"name": "LIGHT_ROW_HOVER_HEX",
|
|
5721
|
+
"type": {
|
|
5722
|
+
"text": "string"
|
|
5723
|
+
},
|
|
5724
|
+
"default": "'#2196f3'"
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"kind": "variable",
|
|
5728
|
+
"name": "darkColors",
|
|
5729
|
+
"type": {
|
|
5730
|
+
"text": "object"
|
|
5731
|
+
},
|
|
5732
|
+
"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}"
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"kind": "variable",
|
|
5736
|
+
"name": "lightColors",
|
|
5737
|
+
"type": {
|
|
5738
|
+
"text": "object"
|
|
5739
|
+
},
|
|
5740
|
+
"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}"
|
|
5741
|
+
}
|
|
5742
|
+
],
|
|
5743
|
+
"exports": [
|
|
5744
|
+
{
|
|
5745
|
+
"kind": "js",
|
|
5746
|
+
"name": "DARK_FOREGROUND_HEX",
|
|
5747
|
+
"declaration": {
|
|
5748
|
+
"name": "DARK_FOREGROUND_HEX",
|
|
5749
|
+
"module": "src/style/colors.ts"
|
|
5750
|
+
}
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
"kind": "js",
|
|
5754
|
+
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
5755
|
+
"declaration": {
|
|
5756
|
+
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
5757
|
+
"module": "src/style/colors.ts"
|
|
5758
|
+
}
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"kind": "js",
|
|
5762
|
+
"name": "DARK_BACKGROUND_HEX",
|
|
5763
|
+
"declaration": {
|
|
5764
|
+
"name": "DARK_BACKGROUND_HEX",
|
|
5765
|
+
"module": "src/style/colors.ts"
|
|
5766
|
+
}
|
|
5767
|
+
},
|
|
5768
|
+
{
|
|
5769
|
+
"kind": "js",
|
|
5770
|
+
"name": "DARK_BORDER_HEX",
|
|
5771
|
+
"declaration": {
|
|
5772
|
+
"name": "DARK_BORDER_HEX",
|
|
5773
|
+
"module": "src/style/colors.ts"
|
|
5774
|
+
}
|
|
5775
|
+
},
|
|
5776
|
+
{
|
|
5777
|
+
"kind": "js",
|
|
5778
|
+
"name": "DARK_ROW_HOVER_HEX",
|
|
5779
|
+
"declaration": {
|
|
5780
|
+
"name": "DARK_ROW_HOVER_HEX",
|
|
5781
|
+
"module": "src/style/colors.ts"
|
|
5782
|
+
}
|
|
5783
|
+
},
|
|
5784
|
+
{
|
|
5785
|
+
"kind": "js",
|
|
5786
|
+
"name": "LIGHT_FOREGROUND_HEX",
|
|
5787
|
+
"declaration": {
|
|
5788
|
+
"name": "LIGHT_FOREGROUND_HEX",
|
|
5789
|
+
"module": "src/style/colors.ts"
|
|
5790
|
+
}
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"kind": "js",
|
|
5794
|
+
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
5795
|
+
"declaration": {
|
|
5796
|
+
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
5797
|
+
"module": "src/style/colors.ts"
|
|
5798
|
+
}
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"kind": "js",
|
|
5802
|
+
"name": "LIGHT_BACKGROUND_HEX",
|
|
5803
|
+
"declaration": {
|
|
5804
|
+
"name": "LIGHT_BACKGROUND_HEX",
|
|
5805
|
+
"module": "src/style/colors.ts"
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5808
|
+
{
|
|
5809
|
+
"kind": "js",
|
|
5810
|
+
"name": "LIGHT_BORDER_HEX",
|
|
5811
|
+
"declaration": {
|
|
5812
|
+
"name": "LIGHT_BORDER_HEX",
|
|
5813
|
+
"module": "src/style/colors.ts"
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"kind": "js",
|
|
5818
|
+
"name": "LIGHT_ROW_HOVER_HEX",
|
|
5819
|
+
"declaration": {
|
|
5820
|
+
"name": "LIGHT_ROW_HOVER_HEX",
|
|
5821
|
+
"module": "src/style/colors.ts"
|
|
5822
|
+
}
|
|
5823
|
+
},
|
|
5824
|
+
{
|
|
5825
|
+
"kind": "js",
|
|
5826
|
+
"name": "darkColors",
|
|
5827
|
+
"declaration": {
|
|
5828
|
+
"name": "darkColors",
|
|
5829
|
+
"module": "src/style/colors.ts"
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
{
|
|
5833
|
+
"kind": "js",
|
|
5834
|
+
"name": "lightColors",
|
|
5835
|
+
"declaration": {
|
|
5836
|
+
"name": "lightColors",
|
|
5837
|
+
"module": "src/style/colors.ts"
|
|
5838
|
+
}
|
|
5839
|
+
}
|
|
5840
|
+
]
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "javascript-module",
|
|
5844
|
+
"path": "src/style/index.ts",
|
|
5845
|
+
"declarations": [],
|
|
5846
|
+
"exports": [
|
|
5847
|
+
{
|
|
5848
|
+
"kind": "js",
|
|
5849
|
+
"name": "*",
|
|
5850
|
+
"declaration": {
|
|
5851
|
+
"name": "*",
|
|
5852
|
+
"package": "./colors"
|
|
5853
|
+
}
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"kind": "js",
|
|
5857
|
+
"name": "*",
|
|
5858
|
+
"declaration": {
|
|
5859
|
+
"name": "*",
|
|
5860
|
+
"package": "./tokens"
|
|
5861
|
+
}
|
|
5862
|
+
}
|
|
5863
|
+
]
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"kind": "javascript-module",
|
|
5867
|
+
"path": "src/style/tokens.ts",
|
|
5868
|
+
"declarations": [
|
|
5869
|
+
{
|
|
5870
|
+
"kind": "variable",
|
|
5871
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5872
|
+
"type": {
|
|
5873
|
+
"text": "object"
|
|
5874
|
+
},
|
|
5875
|
+
"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}"
|
|
5876
|
+
}
|
|
5877
|
+
],
|
|
5878
|
+
"exports": [
|
|
5879
|
+
{
|
|
5880
|
+
"kind": "js",
|
|
5881
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5882
|
+
"declaration": {
|
|
5883
|
+
"name": "agThemeGenesisRapidTokens",
|
|
5884
|
+
"module": "src/style/tokens.ts"
|
|
5885
|
+
}
|
|
5886
|
+
}
|
|
5887
|
+
]
|
|
5888
|
+
},
|
|
5642
5889
|
{
|
|
5643
5890
|
"kind": "javascript-module",
|
|
5644
5891
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -7213,253 +7460,6 @@
|
|
|
7213
7460
|
}
|
|
7214
7461
|
]
|
|
7215
7462
|
},
|
|
7216
|
-
{
|
|
7217
|
-
"kind": "javascript-module",
|
|
7218
|
-
"path": "src/style/colors.ts",
|
|
7219
|
-
"declarations": [
|
|
7220
|
-
{
|
|
7221
|
-
"kind": "variable",
|
|
7222
|
-
"name": "DARK_FOREGROUND_HEX",
|
|
7223
|
-
"type": {
|
|
7224
|
-
"text": "string"
|
|
7225
|
-
},
|
|
7226
|
-
"default": "'#cccccc'"
|
|
7227
|
-
},
|
|
7228
|
-
{
|
|
7229
|
-
"kind": "variable",
|
|
7230
|
-
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
7231
|
-
"type": {
|
|
7232
|
-
"text": "string"
|
|
7233
|
-
},
|
|
7234
|
-
"default": "'#879ba6'"
|
|
7235
|
-
},
|
|
7236
|
-
{
|
|
7237
|
-
"kind": "variable",
|
|
7238
|
-
"name": "DARK_BACKGROUND_HEX",
|
|
7239
|
-
"type": {
|
|
7240
|
-
"text": "string"
|
|
7241
|
-
},
|
|
7242
|
-
"default": "'#1f2126'"
|
|
7243
|
-
},
|
|
7244
|
-
{
|
|
7245
|
-
"kind": "variable",
|
|
7246
|
-
"name": "DARK_BORDER_HEX",
|
|
7247
|
-
"type": {
|
|
7248
|
-
"text": "string"
|
|
7249
|
-
},
|
|
7250
|
-
"default": "'#2e3339'"
|
|
7251
|
-
},
|
|
7252
|
-
{
|
|
7253
|
-
"kind": "variable",
|
|
7254
|
-
"name": "DARK_ROW_HOVER_HEX",
|
|
7255
|
-
"type": {
|
|
7256
|
-
"text": "string"
|
|
7257
|
-
},
|
|
7258
|
-
"default": "'#2b2e34'"
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"kind": "variable",
|
|
7262
|
-
"name": "LIGHT_FOREGROUND_HEX",
|
|
7263
|
-
"type": {
|
|
7264
|
-
"text": "string"
|
|
7265
|
-
},
|
|
7266
|
-
"default": "'#000000'"
|
|
7267
|
-
},
|
|
7268
|
-
{
|
|
7269
|
-
"kind": "variable",
|
|
7270
|
-
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
7271
|
-
"type": {
|
|
7272
|
-
"text": "string"
|
|
7273
|
-
},
|
|
7274
|
-
"default": "'#181d1f'"
|
|
7275
|
-
},
|
|
7276
|
-
{
|
|
7277
|
-
"kind": "variable",
|
|
7278
|
-
"name": "LIGHT_BACKGROUND_HEX",
|
|
7279
|
-
"type": {
|
|
7280
|
-
"text": "string"
|
|
7281
|
-
},
|
|
7282
|
-
"default": "'#FFFFFF'"
|
|
7283
|
-
},
|
|
7284
|
-
{
|
|
7285
|
-
"kind": "variable",
|
|
7286
|
-
"name": "LIGHT_BORDER_HEX",
|
|
7287
|
-
"type": {
|
|
7288
|
-
"text": "string"
|
|
7289
|
-
},
|
|
7290
|
-
"default": "'#babfc7'"
|
|
7291
|
-
},
|
|
7292
|
-
{
|
|
7293
|
-
"kind": "variable",
|
|
7294
|
-
"name": "LIGHT_ROW_HOVER_HEX",
|
|
7295
|
-
"type": {
|
|
7296
|
-
"text": "string"
|
|
7297
|
-
},
|
|
7298
|
-
"default": "'#2196f3'"
|
|
7299
|
-
},
|
|
7300
|
-
{
|
|
7301
|
-
"kind": "variable",
|
|
7302
|
-
"name": "darkColors",
|
|
7303
|
-
"type": {
|
|
7304
|
-
"text": "object"
|
|
7305
|
-
},
|
|
7306
|
-
"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}"
|
|
7307
|
-
},
|
|
7308
|
-
{
|
|
7309
|
-
"kind": "variable",
|
|
7310
|
-
"name": "lightColors",
|
|
7311
|
-
"type": {
|
|
7312
|
-
"text": "object"
|
|
7313
|
-
},
|
|
7314
|
-
"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}"
|
|
7315
|
-
}
|
|
7316
|
-
],
|
|
7317
|
-
"exports": [
|
|
7318
|
-
{
|
|
7319
|
-
"kind": "js",
|
|
7320
|
-
"name": "DARK_FOREGROUND_HEX",
|
|
7321
|
-
"declaration": {
|
|
7322
|
-
"name": "DARK_FOREGROUND_HEX",
|
|
7323
|
-
"module": "src/style/colors.ts"
|
|
7324
|
-
}
|
|
7325
|
-
},
|
|
7326
|
-
{
|
|
7327
|
-
"kind": "js",
|
|
7328
|
-
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
7329
|
-
"declaration": {
|
|
7330
|
-
"name": "DARK_HEADER_FOREGROUND_HEX",
|
|
7331
|
-
"module": "src/style/colors.ts"
|
|
7332
|
-
}
|
|
7333
|
-
},
|
|
7334
|
-
{
|
|
7335
|
-
"kind": "js",
|
|
7336
|
-
"name": "DARK_BACKGROUND_HEX",
|
|
7337
|
-
"declaration": {
|
|
7338
|
-
"name": "DARK_BACKGROUND_HEX",
|
|
7339
|
-
"module": "src/style/colors.ts"
|
|
7340
|
-
}
|
|
7341
|
-
},
|
|
7342
|
-
{
|
|
7343
|
-
"kind": "js",
|
|
7344
|
-
"name": "DARK_BORDER_HEX",
|
|
7345
|
-
"declaration": {
|
|
7346
|
-
"name": "DARK_BORDER_HEX",
|
|
7347
|
-
"module": "src/style/colors.ts"
|
|
7348
|
-
}
|
|
7349
|
-
},
|
|
7350
|
-
{
|
|
7351
|
-
"kind": "js",
|
|
7352
|
-
"name": "DARK_ROW_HOVER_HEX",
|
|
7353
|
-
"declaration": {
|
|
7354
|
-
"name": "DARK_ROW_HOVER_HEX",
|
|
7355
|
-
"module": "src/style/colors.ts"
|
|
7356
|
-
}
|
|
7357
|
-
},
|
|
7358
|
-
{
|
|
7359
|
-
"kind": "js",
|
|
7360
|
-
"name": "LIGHT_FOREGROUND_HEX",
|
|
7361
|
-
"declaration": {
|
|
7362
|
-
"name": "LIGHT_FOREGROUND_HEX",
|
|
7363
|
-
"module": "src/style/colors.ts"
|
|
7364
|
-
}
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"kind": "js",
|
|
7368
|
-
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
7369
|
-
"declaration": {
|
|
7370
|
-
"name": "LIGHT_HEADER_FOREGROUND_HEX",
|
|
7371
|
-
"module": "src/style/colors.ts"
|
|
7372
|
-
}
|
|
7373
|
-
},
|
|
7374
|
-
{
|
|
7375
|
-
"kind": "js",
|
|
7376
|
-
"name": "LIGHT_BACKGROUND_HEX",
|
|
7377
|
-
"declaration": {
|
|
7378
|
-
"name": "LIGHT_BACKGROUND_HEX",
|
|
7379
|
-
"module": "src/style/colors.ts"
|
|
7380
|
-
}
|
|
7381
|
-
},
|
|
7382
|
-
{
|
|
7383
|
-
"kind": "js",
|
|
7384
|
-
"name": "LIGHT_BORDER_HEX",
|
|
7385
|
-
"declaration": {
|
|
7386
|
-
"name": "LIGHT_BORDER_HEX",
|
|
7387
|
-
"module": "src/style/colors.ts"
|
|
7388
|
-
}
|
|
7389
|
-
},
|
|
7390
|
-
{
|
|
7391
|
-
"kind": "js",
|
|
7392
|
-
"name": "LIGHT_ROW_HOVER_HEX",
|
|
7393
|
-
"declaration": {
|
|
7394
|
-
"name": "LIGHT_ROW_HOVER_HEX",
|
|
7395
|
-
"module": "src/style/colors.ts"
|
|
7396
|
-
}
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"kind": "js",
|
|
7400
|
-
"name": "darkColors",
|
|
7401
|
-
"declaration": {
|
|
7402
|
-
"name": "darkColors",
|
|
7403
|
-
"module": "src/style/colors.ts"
|
|
7404
|
-
}
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"kind": "js",
|
|
7408
|
-
"name": "lightColors",
|
|
7409
|
-
"declaration": {
|
|
7410
|
-
"name": "lightColors",
|
|
7411
|
-
"module": "src/style/colors.ts"
|
|
7412
|
-
}
|
|
7413
|
-
}
|
|
7414
|
-
]
|
|
7415
|
-
},
|
|
7416
|
-
{
|
|
7417
|
-
"kind": "javascript-module",
|
|
7418
|
-
"path": "src/style/index.ts",
|
|
7419
|
-
"declarations": [],
|
|
7420
|
-
"exports": [
|
|
7421
|
-
{
|
|
7422
|
-
"kind": "js",
|
|
7423
|
-
"name": "*",
|
|
7424
|
-
"declaration": {
|
|
7425
|
-
"name": "*",
|
|
7426
|
-
"package": "./colors"
|
|
7427
|
-
}
|
|
7428
|
-
},
|
|
7429
|
-
{
|
|
7430
|
-
"kind": "js",
|
|
7431
|
-
"name": "*",
|
|
7432
|
-
"declaration": {
|
|
7433
|
-
"name": "*",
|
|
7434
|
-
"package": "./tokens"
|
|
7435
|
-
}
|
|
7436
|
-
}
|
|
7437
|
-
]
|
|
7438
|
-
},
|
|
7439
|
-
{
|
|
7440
|
-
"kind": "javascript-module",
|
|
7441
|
-
"path": "src/style/tokens.ts",
|
|
7442
|
-
"declarations": [
|
|
7443
|
-
{
|
|
7444
|
-
"kind": "variable",
|
|
7445
|
-
"name": "agThemeGenesisRapidTokens",
|
|
7446
|
-
"type": {
|
|
7447
|
-
"text": "object"
|
|
7448
|
-
},
|
|
7449
|
-
"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}"
|
|
7450
|
-
}
|
|
7451
|
-
],
|
|
7452
|
-
"exports": [
|
|
7453
|
-
{
|
|
7454
|
-
"kind": "js",
|
|
7455
|
-
"name": "agThemeGenesisRapidTokens",
|
|
7456
|
-
"declaration": {
|
|
7457
|
-
"name": "agThemeGenesisRapidTokens",
|
|
7458
|
-
"module": "src/style/tokens.ts"
|
|
7459
|
-
}
|
|
7460
|
-
}
|
|
7461
|
-
]
|
|
7462
|
-
},
|
|
7463
7463
|
{
|
|
7464
7464
|
"kind": "javascript-module",
|
|
7465
7465
|
"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": "14.
|
|
4
|
+
"version": "14.461.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.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
40
|
+
"@genesislcap/genx": "14.461.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.461.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.461.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.461.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.461.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.461.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "14.
|
|
49
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
-
"@genesislcap/rapid-design-system": "14.
|
|
48
|
+
"@genesislcap/foundation-ui": "14.461.0",
|
|
49
|
+
"@genesislcap/grid-pro": "14.461.0",
|
|
50
|
+
"@genesislcap/rapid-design-system": "14.461.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": "
|
|
83
|
+
"gitHead": "d87c27bf9e91f6f5d1cf51992e7892df9434c9be"
|
|
84
84
|
}
|