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