@genesislcap/g2plot-chart 14.448.0 → 14.449.1-alpha-12eee28.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.
@@ -2086,6 +2086,61 @@
2086
2086
  }
2087
2087
  ]
2088
2088
  },
2089
+ {
2090
+ "kind": "javascript-module",
2091
+ "path": "src/settings/colors.ts",
2092
+ "declarations": [
2093
+ {
2094
+ "kind": "variable",
2095
+ "name": "chartsGradients",
2096
+ "type": {
2097
+ "text": "object"
2098
+ },
2099
+ "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}",
2100
+ "description": "G2Plot Chart gradient colors",
2101
+ "privacy": "public"
2102
+ }
2103
+ ],
2104
+ "exports": [
2105
+ {
2106
+ "kind": "js",
2107
+ "name": "chartsGradients",
2108
+ "declaration": {
2109
+ "name": "chartsGradients",
2110
+ "module": "src/settings/colors.ts"
2111
+ }
2112
+ }
2113
+ ]
2114
+ },
2115
+ {
2116
+ "kind": "javascript-module",
2117
+ "path": "src/settings/index.ts",
2118
+ "declarations": [],
2119
+ "exports": [
2120
+ {
2121
+ "kind": "js",
2122
+ "name": "*",
2123
+ "declaration": {
2124
+ "name": "*",
2125
+ "package": "./colors"
2126
+ }
2127
+ },
2128
+ {
2129
+ "kind": "js",
2130
+ "name": "*",
2131
+ "declaration": {
2132
+ "name": "*",
2133
+ "package": "./shapes"
2134
+ }
2135
+ }
2136
+ ]
2137
+ },
2138
+ {
2139
+ "kind": "javascript-module",
2140
+ "path": "src/settings/shapes.ts",
2141
+ "declarations": [],
2142
+ "exports": []
2143
+ },
2089
2144
  {
2090
2145
  "kind": "javascript-module",
2091
2146
  "path": "src/models/area-chart.ts",
@@ -2554,61 +2609,6 @@
2554
2609
  }
2555
2610
  }
2556
2611
  ]
2557
- },
2558
- {
2559
- "kind": "javascript-module",
2560
- "path": "src/settings/colors.ts",
2561
- "declarations": [
2562
- {
2563
- "kind": "variable",
2564
- "name": "chartsGradients",
2565
- "type": {
2566
- "text": "object"
2567
- },
2568
- "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}",
2569
- "description": "G2Plot Chart gradient colors",
2570
- "privacy": "public"
2571
- }
2572
- ],
2573
- "exports": [
2574
- {
2575
- "kind": "js",
2576
- "name": "chartsGradients",
2577
- "declaration": {
2578
- "name": "chartsGradients",
2579
- "module": "src/settings/colors.ts"
2580
- }
2581
- }
2582
- ]
2583
- },
2584
- {
2585
- "kind": "javascript-module",
2586
- "path": "src/settings/index.ts",
2587
- "declarations": [],
2588
- "exports": [
2589
- {
2590
- "kind": "js",
2591
- "name": "*",
2592
- "declaration": {
2593
- "name": "*",
2594
- "package": "./colors"
2595
- }
2596
- },
2597
- {
2598
- "kind": "js",
2599
- "name": "*",
2600
- "declaration": {
2601
- "name": "*",
2602
- "package": "./shapes"
2603
- }
2604
- }
2605
- ]
2606
- },
2607
- {
2608
- "kind": "javascript-module",
2609
- "path": "src/settings/shapes.ts",
2610
- "declarations": [],
2611
- "exports": []
2612
2612
  }
2613
2613
  ]
2614
2614
  }
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.448.0",
4
+ "version": "14.449.1-alpha-12eee28.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.448.0",
57
- "@genesislcap/genx": "14.448.0",
58
- "@genesislcap/rollup-builder": "14.448.0",
59
- "@genesislcap/ts-builder": "14.448.0",
60
- "@genesislcap/uvu-playwright-builder": "14.448.0",
61
- "@genesislcap/vite-builder": "14.448.0",
62
- "@genesislcap/webpack-builder": "14.448.0"
56
+ "@genesislcap/foundation-testing": "14.449.1-alpha-12eee28.0",
57
+ "@genesislcap/genx": "14.449.1-alpha-12eee28.0",
58
+ "@genesislcap/rollup-builder": "14.449.1-alpha-12eee28.0",
59
+ "@genesislcap/ts-builder": "14.449.1-alpha-12eee28.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.449.1-alpha-12eee28.0",
61
+ "@genesislcap/vite-builder": "14.449.1-alpha-12eee28.0",
62
+ "@genesislcap/webpack-builder": "14.449.1-alpha-12eee28.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.448.0",
67
- "@genesislcap/foundation-logger": "14.448.0",
68
- "@genesislcap/foundation-ui": "14.448.0",
69
- "@genesislcap/foundation-utils": "14.448.0",
70
- "@genesislcap/foundation-zero": "14.448.0",
66
+ "@genesislcap/foundation-comms": "14.449.1-alpha-12eee28.0",
67
+ "@genesislcap/foundation-logger": "14.449.1-alpha-12eee28.0",
68
+ "@genesislcap/foundation-ui": "14.449.1-alpha-12eee28.0",
69
+ "@genesislcap/foundation-utils": "14.449.1-alpha-12eee28.0",
70
+ "@genesislcap/foundation-zero": "14.449.1-alpha-12eee28.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": "2c815fd566cf24fe967de97e4692a0456f402afa"
94
+ "gitHead": "ec3e5e01881f0b7d4ffc913bb98eb58d2d2a9c6d"
95
95
  }