@genesislcap/g2plot-chart 14.489.0-canary.FUI-2574-1 → 14.489.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.
@@ -2244,6 +2244,61 @@
2244
2244
  }
2245
2245
  ]
2246
2246
  },
2247
+ {
2248
+ "kind": "javascript-module",
2249
+ "path": "src/settings/colors.ts",
2250
+ "declarations": [
2251
+ {
2252
+ "kind": "variable",
2253
+ "name": "chartsGradients",
2254
+ "type": {
2255
+ "text": "object"
2256
+ },
2257
+ "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}",
2258
+ "description": "G2Plot Chart gradient colors",
2259
+ "privacy": "public"
2260
+ }
2261
+ ],
2262
+ "exports": [
2263
+ {
2264
+ "kind": "js",
2265
+ "name": "chartsGradients",
2266
+ "declaration": {
2267
+ "name": "chartsGradients",
2268
+ "module": "src/settings/colors.ts"
2269
+ }
2270
+ }
2271
+ ]
2272
+ },
2273
+ {
2274
+ "kind": "javascript-module",
2275
+ "path": "src/settings/index.ts",
2276
+ "declarations": [],
2277
+ "exports": [
2278
+ {
2279
+ "kind": "js",
2280
+ "name": "*",
2281
+ "declaration": {
2282
+ "name": "*",
2283
+ "package": "./colors"
2284
+ }
2285
+ },
2286
+ {
2287
+ "kind": "js",
2288
+ "name": "*",
2289
+ "declaration": {
2290
+ "name": "*",
2291
+ "package": "./shapes"
2292
+ }
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "kind": "javascript-module",
2298
+ "path": "src/settings/shapes.ts",
2299
+ "declarations": [],
2300
+ "exports": []
2301
+ },
2247
2302
  {
2248
2303
  "kind": "javascript-module",
2249
2304
  "path": "src/models/area-chart.ts",
@@ -2712,61 +2767,6 @@
2712
2767
  }
2713
2768
  }
2714
2769
  ]
2715
- },
2716
- {
2717
- "kind": "javascript-module",
2718
- "path": "src/settings/colors.ts",
2719
- "declarations": [
2720
- {
2721
- "kind": "variable",
2722
- "name": "chartsGradients",
2723
- "type": {
2724
- "text": "object"
2725
- },
2726
- "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}",
2727
- "description": "G2Plot Chart gradient colors",
2728
- "privacy": "public"
2729
- }
2730
- ],
2731
- "exports": [
2732
- {
2733
- "kind": "js",
2734
- "name": "chartsGradients",
2735
- "declaration": {
2736
- "name": "chartsGradients",
2737
- "module": "src/settings/colors.ts"
2738
- }
2739
- }
2740
- ]
2741
- },
2742
- {
2743
- "kind": "javascript-module",
2744
- "path": "src/settings/index.ts",
2745
- "declarations": [],
2746
- "exports": [
2747
- {
2748
- "kind": "js",
2749
- "name": "*",
2750
- "declaration": {
2751
- "name": "*",
2752
- "package": "./colors"
2753
- }
2754
- },
2755
- {
2756
- "kind": "js",
2757
- "name": "*",
2758
- "declaration": {
2759
- "name": "*",
2760
- "package": "./shapes"
2761
- }
2762
- }
2763
- ]
2764
- },
2765
- {
2766
- "kind": "javascript-module",
2767
- "path": "src/settings/shapes.ts",
2768
- "declarations": [],
2769
- "exports": []
2770
2770
  }
2771
2771
  ]
2772
2772
  }
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.489.0-canary.FUI-2574-1",
4
+ "version": "14.489.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.489.0-canary.FUI-2574-1",
57
- "@genesislcap/genx": "14.489.0-canary.FUI-2574-1",
58
- "@genesislcap/rollup-builder": "14.489.0-canary.FUI-2574-1",
59
- "@genesislcap/ts-builder": "14.489.0-canary.FUI-2574-1",
60
- "@genesislcap/uvu-playwright-builder": "14.489.0-canary.FUI-2574-1",
61
- "@genesislcap/vite-builder": "14.489.0-canary.FUI-2574-1",
62
- "@genesislcap/webpack-builder": "14.489.0-canary.FUI-2574-1"
56
+ "@genesislcap/foundation-testing": "14.489.0",
57
+ "@genesislcap/genx": "14.489.0",
58
+ "@genesislcap/rollup-builder": "14.489.0",
59
+ "@genesislcap/ts-builder": "14.489.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.489.0",
61
+ "@genesislcap/vite-builder": "14.489.0",
62
+ "@genesislcap/webpack-builder": "14.489.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.489.0-canary.FUI-2574-1",
67
- "@genesislcap/foundation-logger": "14.489.0-canary.FUI-2574-1",
68
- "@genesislcap/foundation-ui": "14.489.0-canary.FUI-2574-1",
69
- "@genesislcap/foundation-utils": "14.489.0-canary.FUI-2574-1",
70
- "@genesislcap/foundation-zero": "14.489.0-canary.FUI-2574-1",
66
+ "@genesislcap/foundation-comms": "14.489.0",
67
+ "@genesislcap/foundation-logger": "14.489.0",
68
+ "@genesislcap/foundation-ui": "14.489.0",
69
+ "@genesislcap/foundation-utils": "14.489.0",
70
+ "@genesislcap/foundation-zero": "14.489.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": "6dbab0f331e0fa7a280534d5cf111f09138c31e4"
94
+ "gitHead": "6c2cd6192531517879d0cf306d86e84a194fe961"
95
95
  }