@genesislcap/g2plot-chart 14.416.1-alpha-c3adbe7.0 → 14.417.0-FUI-0-react-renderers.1

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.
@@ -2038,6 +2038,61 @@
2038
2038
  }
2039
2039
  ]
2040
2040
  },
2041
+ {
2042
+ "kind": "javascript-module",
2043
+ "path": "src/settings/colors.ts",
2044
+ "declarations": [
2045
+ {
2046
+ "kind": "variable",
2047
+ "name": "chartsGradients",
2048
+ "type": {
2049
+ "text": "object"
2050
+ },
2051
+ "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}",
2052
+ "description": "G2Plot Chart gradient colors",
2053
+ "privacy": "public"
2054
+ }
2055
+ ],
2056
+ "exports": [
2057
+ {
2058
+ "kind": "js",
2059
+ "name": "chartsGradients",
2060
+ "declaration": {
2061
+ "name": "chartsGradients",
2062
+ "module": "src/settings/colors.ts"
2063
+ }
2064
+ }
2065
+ ]
2066
+ },
2067
+ {
2068
+ "kind": "javascript-module",
2069
+ "path": "src/settings/index.ts",
2070
+ "declarations": [],
2071
+ "exports": [
2072
+ {
2073
+ "kind": "js",
2074
+ "name": "*",
2075
+ "declaration": {
2076
+ "name": "*",
2077
+ "package": "./colors"
2078
+ }
2079
+ },
2080
+ {
2081
+ "kind": "js",
2082
+ "name": "*",
2083
+ "declaration": {
2084
+ "name": "*",
2085
+ "package": "./shapes"
2086
+ }
2087
+ }
2088
+ ]
2089
+ },
2090
+ {
2091
+ "kind": "javascript-module",
2092
+ "path": "src/settings/shapes.ts",
2093
+ "declarations": [],
2094
+ "exports": []
2095
+ },
2041
2096
  {
2042
2097
  "kind": "javascript-module",
2043
2098
  "path": "src/models/area-chart.ts",
@@ -2506,61 +2561,6 @@
2506
2561
  }
2507
2562
  }
2508
2563
  ]
2509
- },
2510
- {
2511
- "kind": "javascript-module",
2512
- "path": "src/settings/colors.ts",
2513
- "declarations": [
2514
- {
2515
- "kind": "variable",
2516
- "name": "chartsGradients",
2517
- "type": {
2518
- "text": "object"
2519
- },
2520
- "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}",
2521
- "description": "G2Plot Chart gradient colors",
2522
- "privacy": "public"
2523
- }
2524
- ],
2525
- "exports": [
2526
- {
2527
- "kind": "js",
2528
- "name": "chartsGradients",
2529
- "declaration": {
2530
- "name": "chartsGradients",
2531
- "module": "src/settings/colors.ts"
2532
- }
2533
- }
2534
- ]
2535
- },
2536
- {
2537
- "kind": "javascript-module",
2538
- "path": "src/settings/index.ts",
2539
- "declarations": [],
2540
- "exports": [
2541
- {
2542
- "kind": "js",
2543
- "name": "*",
2544
- "declaration": {
2545
- "name": "*",
2546
- "package": "./colors"
2547
- }
2548
- },
2549
- {
2550
- "kind": "js",
2551
- "name": "*",
2552
- "declaration": {
2553
- "name": "*",
2554
- "package": "./shapes"
2555
- }
2556
- }
2557
- ]
2558
- },
2559
- {
2560
- "kind": "javascript-module",
2561
- "path": "src/settings/shapes.ts",
2562
- "declarations": [],
2563
- "exports": []
2564
2564
  }
2565
2565
  ]
2566
2566
  }
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.416.1-alpha-c3adbe7.0",
4
+ "version": "14.417.0-FUI-0-react-renderers.1",
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.416.1-alpha-c3adbe7.0",
57
- "@genesislcap/genx": "14.416.1-alpha-c3adbe7.0",
58
- "@genesislcap/rollup-builder": "14.416.1-alpha-c3adbe7.0",
59
- "@genesislcap/ts-builder": "14.416.1-alpha-c3adbe7.0",
60
- "@genesislcap/uvu-playwright-builder": "14.416.1-alpha-c3adbe7.0",
61
- "@genesislcap/vite-builder": "14.416.1-alpha-c3adbe7.0",
62
- "@genesislcap/webpack-builder": "14.416.1-alpha-c3adbe7.0"
56
+ "@genesislcap/foundation-testing": "14.417.0-FUI-0-react-renderers.1",
57
+ "@genesislcap/genx": "14.417.0-FUI-0-react-renderers.1",
58
+ "@genesislcap/rollup-builder": "14.417.0-FUI-0-react-renderers.1",
59
+ "@genesislcap/ts-builder": "14.417.0-FUI-0-react-renderers.1",
60
+ "@genesislcap/uvu-playwright-builder": "14.417.0-FUI-0-react-renderers.1",
61
+ "@genesislcap/vite-builder": "14.417.0-FUI-0-react-renderers.1",
62
+ "@genesislcap/webpack-builder": "14.417.0-FUI-0-react-renderers.1"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.416.1-alpha-c3adbe7.0",
67
- "@genesislcap/foundation-logger": "14.416.1-alpha-c3adbe7.0",
68
- "@genesislcap/foundation-ui": "14.416.1-alpha-c3adbe7.0",
69
- "@genesislcap/foundation-utils": "14.416.1-alpha-c3adbe7.0",
70
- "@genesislcap/foundation-zero": "14.416.1-alpha-c3adbe7.0",
66
+ "@genesislcap/foundation-comms": "14.417.0-FUI-0-react-renderers.1",
67
+ "@genesislcap/foundation-logger": "14.417.0-FUI-0-react-renderers.1",
68
+ "@genesislcap/foundation-ui": "14.417.0-FUI-0-react-renderers.1",
69
+ "@genesislcap/foundation-utils": "14.417.0-FUI-0-react-renderers.1",
70
+ "@genesislcap/foundation-zero": "14.417.0-FUI-0-react-renderers.1",
71
71
  "@microsoft/fast-element": "1.14.0",
72
72
  "@microsoft/fast-foundation": "2.50.0"
73
73
  },
@@ -80,5 +80,5 @@
80
80
  "access": "public"
81
81
  },
82
82
  "customElements": "dist/custom-elements.json",
83
- "gitHead": "b642cca2132b2e27c94aa89821d267a8bce6a180"
83
+ "gitHead": "41516c5593cc64a42b33da71ea45e3e3a8beab88"
84
84
  }