@pepperui/charts 1.1.0 → 1.1.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.
- package/dist/pepper-charts.js +3 -3
- package/dist/pepper-charts.mjs +3 -3
- package/dist/recipes.json +1 -1
- package/package.json +3 -2
package/dist/pepper-charts.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* pepper-charts.js — load it with a <script> tag; it defines window.PepperCharts.
|
|
3
|
-
* @pepperui/charts 1.1.
|
|
3
|
+
* @pepperui/charts 1.1.1 — the Mobupps design system's chart theme: one palette, four renderers (DL-10).
|
|
4
4
|
* GENERATED by `npm run build` from packages/charts/src and the token source — do not edit by hand; edit the
|
|
5
5
|
* part named in each section's header, or tokens/*.json for a value. THEME below is generated from
|
|
6
|
-
* @pepperui/tokens 1.2.
|
|
6
|
+
* @pepperui/tokens 1.2.1; every entry's token path is in THEME.$sources.
|
|
7
7
|
* Source of truth: bitbucket.org/rashidmobupps/pepper-ui — 6 parts.
|
|
8
8
|
*/
|
|
9
9
|
(function () {
|
|
10
|
-
const VERSION = "1.1.
|
|
10
|
+
const VERSION = "1.1.1";
|
|
11
11
|
const THEME = {
|
|
12
12
|
"font": "Poppins, sans-serif",
|
|
13
13
|
"text": {
|
package/dist/pepper-charts.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* pepper-charts.mjs — the ES module. Nothing runs on import; call renderAll yourself.
|
|
3
|
-
* @pepperui/charts 1.1.
|
|
3
|
+
* @pepperui/charts 1.1.1 — the Mobupps design system's chart theme: one palette, four renderers (DL-10).
|
|
4
4
|
* GENERATED by `npm run build` from packages/charts/src and the token source — do not edit by hand; edit the
|
|
5
5
|
* part named in each section's header, or tokens/*.json for a value. THEME below is generated from
|
|
6
|
-
* @pepperui/tokens 1.2.
|
|
6
|
+
* @pepperui/tokens 1.2.1; every entry's token path is in THEME.$sources.
|
|
7
7
|
* Source of truth: bitbucket.org/rashidmobupps/pepper-ui — 6 parts.
|
|
8
8
|
*/
|
|
9
|
-
const VERSION = "1.1.
|
|
9
|
+
const VERSION = "1.1.1";
|
|
10
10
|
const THEME = {
|
|
11
11
|
"font": "Poppins, sans-serif",
|
|
12
12
|
"text": {
|
package/dist/recipes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pepperui/charts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "The Mobupps design system's chart theme (DL-10): per-accent series palettes, the two-slice donut rule, the narrow-band axis floor and the shared number-format object, generated from @pepperui/tokens. One palette, four renderers — ECharts, Chart.js, the PPTX exporter and the Figma chart recipes.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
"./theme.json": "./dist/theme.json",
|
|
21
21
|
"./browser": "./dist/pepper-charts.js",
|
|
22
|
-
"./src/*": "./src/*"
|
|
22
|
+
"./src/*": "./src/*",
|
|
23
|
+
"./package.json": "./package.json"
|
|
23
24
|
},
|
|
24
25
|
"publishConfig": {
|
|
25
26
|
"access": "public"
|