@genesislcap/g2plot-chart 14.426.1-alpha-be0ea39.0 → 14.427.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.
- package/dist/custom-elements.json +55 -55
- package/package.json +14 -14
|
@@ -2073,6 +2073,61 @@
|
|
|
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
|
+
},
|
|
2076
2131
|
{
|
|
2077
2132
|
"kind": "javascript-module",
|
|
2078
2133
|
"path": "src/models/area-chart.ts",
|
|
@@ -2541,61 +2596,6 @@
|
|
|
2541
2596
|
}
|
|
2542
2597
|
}
|
|
2543
2598
|
]
|
|
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.
|
|
4
|
+
"version": "14.427.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.
|
|
57
|
-
"@genesislcap/genx": "14.
|
|
58
|
-
"@genesislcap/rollup-builder": "14.
|
|
59
|
-
"@genesislcap/ts-builder": "14.
|
|
60
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
61
|
-
"@genesislcap/vite-builder": "14.
|
|
62
|
-
"@genesislcap/webpack-builder": "14.
|
|
56
|
+
"@genesislcap/foundation-testing": "14.427.0",
|
|
57
|
+
"@genesislcap/genx": "14.427.0",
|
|
58
|
+
"@genesislcap/rollup-builder": "14.427.0",
|
|
59
|
+
"@genesislcap/ts-builder": "14.427.0",
|
|
60
|
+
"@genesislcap/uvu-playwright-builder": "14.427.0",
|
|
61
|
+
"@genesislcap/vite-builder": "14.427.0",
|
|
62
|
+
"@genesislcap/webpack-builder": "14.427.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@antv/g2plot": "^2.4.32",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.
|
|
67
|
-
"@genesislcap/foundation-logger": "14.
|
|
68
|
-
"@genesislcap/foundation-ui": "14.
|
|
69
|
-
"@genesislcap/foundation-utils": "14.
|
|
70
|
-
"@genesislcap/foundation-zero": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.427.0",
|
|
67
|
+
"@genesislcap/foundation-logger": "14.427.0",
|
|
68
|
+
"@genesislcap/foundation-ui": "14.427.0",
|
|
69
|
+
"@genesislcap/foundation-utils": "14.427.0",
|
|
70
|
+
"@genesislcap/foundation-zero": "14.427.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": "
|
|
94
|
+
"gitHead": "8906c7c7a03330a19b81a9aa77b6c45f66b3ef6d"
|
|
95
95
|
}
|