@genesislcap/g2plot-chart 14.428.2-alpha-9a52971.0 → 14.429.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.
@@ -2073,61 +2073,6 @@
2073
2073
  }
2074
2074
  ]
2075
2075
  },
2076
- {
2077
- "kind": "javascript-module",
2078
- "path": "src/settings/colors.ts",
2079
- "declarations": [
2080
- {
2081
- "kind": "variable",
2082
- "name": "chartsGradients",
2083
- "type": {
2084
- "text": "object"
2085
- },
2086
- "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}",
2087
- "description": "G2Plot Chart gradient colors",
2088
- "privacy": "public"
2089
- }
2090
- ],
2091
- "exports": [
2092
- {
2093
- "kind": "js",
2094
- "name": "chartsGradients",
2095
- "declaration": {
2096
- "name": "chartsGradients",
2097
- "module": "src/settings/colors.ts"
2098
- }
2099
- }
2100
- ]
2101
- },
2102
- {
2103
- "kind": "javascript-module",
2104
- "path": "src/settings/index.ts",
2105
- "declarations": [],
2106
- "exports": [
2107
- {
2108
- "kind": "js",
2109
- "name": "*",
2110
- "declaration": {
2111
- "name": "*",
2112
- "package": "./colors"
2113
- }
2114
- },
2115
- {
2116
- "kind": "js",
2117
- "name": "*",
2118
- "declaration": {
2119
- "name": "*",
2120
- "package": "./shapes"
2121
- }
2122
- }
2123
- ]
2124
- },
2125
- {
2126
- "kind": "javascript-module",
2127
- "path": "src/settings/shapes.ts",
2128
- "declarations": [],
2129
- "exports": []
2130
- },
2131
2076
  {
2132
2077
  "kind": "javascript-module",
2133
2078
  "path": "src/models/area-chart.ts",
@@ -2596,6 +2541,61 @@
2596
2541
  }
2597
2542
  }
2598
2543
  ]
2544
+ },
2545
+ {
2546
+ "kind": "javascript-module",
2547
+ "path": "src/settings/colors.ts",
2548
+ "declarations": [
2549
+ {
2550
+ "kind": "variable",
2551
+ "name": "chartsGradients",
2552
+ "type": {
2553
+ "text": "object"
2554
+ },
2555
+ "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}",
2556
+ "description": "G2Plot Chart gradient colors",
2557
+ "privacy": "public"
2558
+ }
2559
+ ],
2560
+ "exports": [
2561
+ {
2562
+ "kind": "js",
2563
+ "name": "chartsGradients",
2564
+ "declaration": {
2565
+ "name": "chartsGradients",
2566
+ "module": "src/settings/colors.ts"
2567
+ }
2568
+ }
2569
+ ]
2570
+ },
2571
+ {
2572
+ "kind": "javascript-module",
2573
+ "path": "src/settings/index.ts",
2574
+ "declarations": [],
2575
+ "exports": [
2576
+ {
2577
+ "kind": "js",
2578
+ "name": "*",
2579
+ "declaration": {
2580
+ "name": "*",
2581
+ "package": "./colors"
2582
+ }
2583
+ },
2584
+ {
2585
+ "kind": "js",
2586
+ "name": "*",
2587
+ "declaration": {
2588
+ "name": "*",
2589
+ "package": "./shapes"
2590
+ }
2591
+ }
2592
+ ]
2593
+ },
2594
+ {
2595
+ "kind": "javascript-module",
2596
+ "path": "src/settings/shapes.ts",
2597
+ "declarations": [],
2598
+ "exports": []
2599
2599
  }
2600
2600
  ]
2601
2601
  }
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.428.2-alpha-9a52971.0",
4
+ "version": "14.429.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.428.2-alpha-9a52971.0",
57
- "@genesislcap/genx": "14.428.2-alpha-9a52971.0",
58
- "@genesislcap/rollup-builder": "14.428.2-alpha-9a52971.0",
59
- "@genesislcap/ts-builder": "14.428.2-alpha-9a52971.0",
60
- "@genesislcap/uvu-playwright-builder": "14.428.2-alpha-9a52971.0",
61
- "@genesislcap/vite-builder": "14.428.2-alpha-9a52971.0",
62
- "@genesislcap/webpack-builder": "14.428.2-alpha-9a52971.0"
56
+ "@genesislcap/foundation-testing": "14.429.0",
57
+ "@genesislcap/genx": "14.429.0",
58
+ "@genesislcap/rollup-builder": "14.429.0",
59
+ "@genesislcap/ts-builder": "14.429.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.429.0",
61
+ "@genesislcap/vite-builder": "14.429.0",
62
+ "@genesislcap/webpack-builder": "14.429.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.428.2-alpha-9a52971.0",
67
- "@genesislcap/foundation-logger": "14.428.2-alpha-9a52971.0",
68
- "@genesislcap/foundation-ui": "14.428.2-alpha-9a52971.0",
69
- "@genesislcap/foundation-utils": "14.428.2-alpha-9a52971.0",
70
- "@genesislcap/foundation-zero": "14.428.2-alpha-9a52971.0",
66
+ "@genesislcap/foundation-comms": "14.429.0",
67
+ "@genesislcap/foundation-logger": "14.429.0",
68
+ "@genesislcap/foundation-ui": "14.429.0",
69
+ "@genesislcap/foundation-utils": "14.429.0",
70
+ "@genesislcap/foundation-zero": "14.429.0",
71
71
  "@microsoft/fast-element": "1.14.0",
72
72
  "@microsoft/fast-foundation": "2.50.0"
73
73
  },
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/react.cjs"
92
92
  }
93
93
  },
94
- "gitHead": "75f7b8c06bcb5e0041f38c95629319f5189b813f"
94
+ "gitHead": "3584bc77da10f9c2b4207d690ef088d2c8a12496"
95
95
  }