@genesislcap/g2plot-chart 14.422.2-alpha-0a3f40b.0 → 14.423.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.
@@ -584,6 +584,61 @@
584
584
  }
585
585
  ]
586
586
  },
587
+ {
588
+ "kind": "javascript-module",
589
+ "path": "src/settings/colors.ts",
590
+ "declarations": [
591
+ {
592
+ "kind": "variable",
593
+ "name": "chartsGradients",
594
+ "type": {
595
+ "text": "object"
596
+ },
597
+ "default": "{\n rapidBlue: `l(270) 0:${PrimaryRapidColorHEX.purple} 1:${PrimaryRapidColorHEX.blue}`,\n rapidGreen: `l(270) 0:${RapidColorHEX.green} 1:${RapidColorHEX.lightGreen}`,\n rapidRed: `l(300) 0:${RapidColorHEX.red} 1:${RapidColorHEX.lightRed}`,\n rapidPortage: `l(270) 0:${RapidColorHEX.portage} 1:${RapidColorHEX.lightPortage}`,\n rapidAlabaster: `l(270) 0:${RapidColorHEX.white} 1:${RapidColorHEX.silver}`,\n rapidSalomie: `l(270) 0:${RapidColorHEX.salomie} 1:${RapidColorHEX.lightSalomie}`,\n rapidMelon: `l(270) 0:${RapidColorHEX.melon} 1:${RapidColorHEX.lightMelon}`,\n rapidDodgerBlue: `l(270) 0:${RapidColorHEX.dodgerBlue} 1:${RapidColorHEX.lightDodgerBlue}`,\n rapidIce: `l(170) 0:${RapidColorHEX.ice} 1:${RapidColorHEX.lightIce}`,\n rapidViolet: `l(270) 0:${RapidColorHEX.violet} 1:${RapidColorHEX.lightViolet}`,\n}",
598
+ "description": "G2Plot Chart gradient colors",
599
+ "privacy": "public"
600
+ }
601
+ ],
602
+ "exports": [
603
+ {
604
+ "kind": "js",
605
+ "name": "chartsGradients",
606
+ "declaration": {
607
+ "name": "chartsGradients",
608
+ "module": "src/settings/colors.ts"
609
+ }
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "kind": "javascript-module",
615
+ "path": "src/settings/index.ts",
616
+ "declarations": [],
617
+ "exports": [
618
+ {
619
+ "kind": "js",
620
+ "name": "*",
621
+ "declaration": {
622
+ "name": "*",
623
+ "package": "./colors"
624
+ }
625
+ },
626
+ {
627
+ "kind": "js",
628
+ "name": "*",
629
+ "declaration": {
630
+ "name": "*",
631
+ "package": "./shapes"
632
+ }
633
+ }
634
+ ]
635
+ },
636
+ {
637
+ "kind": "javascript-module",
638
+ "path": "src/settings/shapes.ts",
639
+ "declarations": [],
640
+ "exports": []
641
+ },
587
642
  {
588
643
  "kind": "javascript-module",
589
644
  "path": "src/chart-datasource/chart-datasource.ts",
@@ -2518,61 +2573,6 @@
2518
2573
  }
2519
2574
  }
2520
2575
  ]
2521
- },
2522
- {
2523
- "kind": "javascript-module",
2524
- "path": "src/settings/colors.ts",
2525
- "declarations": [
2526
- {
2527
- "kind": "variable",
2528
- "name": "chartsGradients",
2529
- "type": {
2530
- "text": "object"
2531
- },
2532
- "default": "{\n rapidBlue: `l(270) 0:${PrimaryRapidColorHEX.purple} 1:${PrimaryRapidColorHEX.blue}`,\n rapidGreen: `l(270) 0:${RapidColorHEX.green} 1:${RapidColorHEX.lightGreen}`,\n rapidRed: `l(300) 0:${RapidColorHEX.red} 1:${RapidColorHEX.lightRed}`,\n rapidPortage: `l(270) 0:${RapidColorHEX.portage} 1:${RapidColorHEX.lightPortage}`,\n rapidAlabaster: `l(270) 0:${RapidColorHEX.white} 1:${RapidColorHEX.silver}`,\n rapidSalomie: `l(270) 0:${RapidColorHEX.salomie} 1:${RapidColorHEX.lightSalomie}`,\n rapidMelon: `l(270) 0:${RapidColorHEX.melon} 1:${RapidColorHEX.lightMelon}`,\n rapidDodgerBlue: `l(270) 0:${RapidColorHEX.dodgerBlue} 1:${RapidColorHEX.lightDodgerBlue}`,\n rapidIce: `l(170) 0:${RapidColorHEX.ice} 1:${RapidColorHEX.lightIce}`,\n rapidViolet: `l(270) 0:${RapidColorHEX.violet} 1:${RapidColorHEX.lightViolet}`,\n}",
2533
- "description": "G2Plot Chart gradient colors",
2534
- "privacy": "public"
2535
- }
2536
- ],
2537
- "exports": [
2538
- {
2539
- "kind": "js",
2540
- "name": "chartsGradients",
2541
- "declaration": {
2542
- "name": "chartsGradients",
2543
- "module": "src/settings/colors.ts"
2544
- }
2545
- }
2546
- ]
2547
- },
2548
- {
2549
- "kind": "javascript-module",
2550
- "path": "src/settings/index.ts",
2551
- "declarations": [],
2552
- "exports": [
2553
- {
2554
- "kind": "js",
2555
- "name": "*",
2556
- "declaration": {
2557
- "name": "*",
2558
- "package": "./colors"
2559
- }
2560
- },
2561
- {
2562
- "kind": "js",
2563
- "name": "*",
2564
- "declaration": {
2565
- "name": "*",
2566
- "package": "./shapes"
2567
- }
2568
- }
2569
- ]
2570
- },
2571
- {
2572
- "kind": "javascript-module",
2573
- "path": "src/settings/shapes.ts",
2574
- "declarations": [],
2575
- "exports": []
2576
2576
  }
2577
2577
  ]
2578
2578
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/g2plot-chart",
3
3
  "description": "Genesis G2plot Chart",
4
- "version": "14.422.2-alpha-0a3f40b.0",
4
+ "version": "14.423.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -53,21 +53,21 @@
53
53
  }
54
54
  },
55
55
  "devDependencies": {
56
- "@genesislcap/foundation-testing": "14.422.2-alpha-0a3f40b.0",
57
- "@genesislcap/genx": "14.422.2-alpha-0a3f40b.0",
58
- "@genesislcap/rollup-builder": "14.422.2-alpha-0a3f40b.0",
59
- "@genesislcap/ts-builder": "14.422.2-alpha-0a3f40b.0",
60
- "@genesislcap/uvu-playwright-builder": "14.422.2-alpha-0a3f40b.0",
61
- "@genesislcap/vite-builder": "14.422.2-alpha-0a3f40b.0",
62
- "@genesislcap/webpack-builder": "14.422.2-alpha-0a3f40b.0"
56
+ "@genesislcap/foundation-testing": "14.423.0",
57
+ "@genesislcap/genx": "14.423.0",
58
+ "@genesislcap/rollup-builder": "14.423.0",
59
+ "@genesislcap/ts-builder": "14.423.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.423.0",
61
+ "@genesislcap/vite-builder": "14.423.0",
62
+ "@genesislcap/webpack-builder": "14.423.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.422.2-alpha-0a3f40b.0",
67
- "@genesislcap/foundation-logger": "14.422.2-alpha-0a3f40b.0",
68
- "@genesislcap/foundation-ui": "14.422.2-alpha-0a3f40b.0",
69
- "@genesislcap/foundation-utils": "14.422.2-alpha-0a3f40b.0",
70
- "@genesislcap/foundation-zero": "14.422.2-alpha-0a3f40b.0",
66
+ "@genesislcap/foundation-comms": "14.423.0",
67
+ "@genesislcap/foundation-logger": "14.423.0",
68
+ "@genesislcap/foundation-ui": "14.423.0",
69
+ "@genesislcap/foundation-utils": "14.423.0",
70
+ "@genesislcap/foundation-zero": "14.423.0",
71
71
  "@microsoft/fast-element": "1.14.0",
72
72
  "@microsoft/fast-foundation": "2.50.0"
73
73
  },
@@ -94,5 +94,5 @@
94
94
  "peerDependencies": {
95
95
  "@microsoft/fast-react-wrapper": ">=0.3.0"
96
96
  },
97
- "gitHead": "bfd50dff01cb8c02977496ac3df745f2cd15fb74"
97
+ "gitHead": "ed1a188a19674ed48b3805cc907304148f1daf14"
98
98
  }