@protonradio/proton-ui 0.11.2 → 0.11.3
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/README.md +2 -2
- package/dist/{theme.cjs.js → themes.cjs.js} +1 -1
- package/dist/themes.cjs.js.map +1 -0
- package/dist/{theme.es.js → themes.es.js} +1 -1
- package/dist/themes.es.js.map +1 -0
- package/package.json +7 -7
- package/dist/theme.cjs.js.map +0 -1
- package/dist/theme.es.js.map +0 -1
- /package/dist/{theme.d.ts → themes.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
DARK_PALETTE,
|
|
41
41
|
LIGHT_PALETTE,
|
|
42
42
|
DARK_GRAYSCALE,
|
|
43
|
-
} from "@protonradio/proton-ui/
|
|
43
|
+
} from "@protonradio/proton-ui/themes";
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
**Available Color Exports (`/colors`):**
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
- `WARNING` - Warning/semantic colors
|
|
53
53
|
- `SUCCESS` - Success/semantic colors
|
|
54
54
|
|
|
55
|
-
**Available Theme Exports (`/
|
|
55
|
+
**Available Theme Exports (`/themes`):**
|
|
56
56
|
|
|
57
57
|
- `DARK_PALETTE` / `LIGHT_PALETTE` - Complete theme palettes
|
|
58
58
|
- `DARK_GRAYSCALE` / `LIGHT_GRAYSCALE` - Grayscale color scales
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./colors.cjs.js"),E=require("./index-CMjT6Imo.js");exports.BACKGROUNDS=A.BACKGROUNDS;exports.BRAND=A.BRAND;exports.BRAND_PRIMARY_SCALE=A.BRAND_PRIMARY_SCALE;exports.DANGER=A.DANGER;exports.SUCCESS=A.SUCCESS;exports.WARNING=A.WARNING;exports.DARK_BORDER=E.BORDER;exports.DARK_ELEVATION=E.ELEVATION;exports.DARK_GRAYSCALE=E.DARK_GRAYSCALE;exports.DARK_PALETTE=E.DARK_PALETTE;exports.DARK_SECONDARY=E.DARK_SECONDARY;exports.DARK_STYLESHEET=E.DARK_STYLESHEET;exports.LIGHT_BORDER=E.BORDER$1;exports.LIGHT_ELEVATION=E.ELEVATION$1;exports.LIGHT_GRAYSCALE=E.LIGHT_GRAYSCALE;exports.LIGHT_PALETTE=E.LIGHT_PALETTE;exports.LIGHT_SECONDARY_SCALE=E.LIGHT_SECONDARY_SCALE;exports.LIGHT_STYLESHEET=E.LIGHT_STYLESHEET;
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=themes.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"themes.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"themes.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protonradio/proton-ui",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/proton-ui.umd.js",
|
|
6
6
|
"module": "./dist/proton-ui.es.js",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"import": "./dist/colors.es.js",
|
|
36
36
|
"require": "./dist/colors.cjs.js"
|
|
37
37
|
},
|
|
38
|
-
"./
|
|
39
|
-
"types": "./dist/
|
|
40
|
-
"import": "./dist/
|
|
41
|
-
"require": "./dist/
|
|
38
|
+
"./themes": {
|
|
39
|
+
"types": "./dist/themes.d.ts",
|
|
40
|
+
"import": "./dist/themes.es.js",
|
|
41
|
+
"require": "./dist/themes.cjs.js"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": [
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"colors": [
|
|
65
65
|
"./dist/colors.d.ts"
|
|
66
66
|
],
|
|
67
|
-
"
|
|
68
|
-
"./dist/
|
|
67
|
+
"themes": [
|
|
68
|
+
"./dist/themes.d.ts"
|
|
69
69
|
]
|
|
70
70
|
}
|
|
71
71
|
},
|
package/dist/theme.cjs.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/theme.es.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
File without changes
|