@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 CHANGED
@@ -40,7 +40,7 @@ import {
40
40
  DARK_PALETTE,
41
41
  LIGHT_PALETTE,
42
42
  DARK_GRAYSCALE,
43
- } from "@protonradio/proton-ui/theme";
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 (`/theme`):**
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=theme.cjs.js.map
2
+ //# sourceMappingURL=themes.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themes.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -20,4 +20,4 @@ export {
20
20
  _ as SUCCESS,
21
21
  S as WARNING
22
22
  };
23
- //# sourceMappingURL=theme.es.js.map
23
+ //# sourceMappingURL=themes.es.js.map
@@ -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.2",
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
- "./theme": {
39
- "types": "./dist/theme.d.ts",
40
- "import": "./dist/theme.es.js",
41
- "require": "./dist/theme.cjs.js"
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
- "theme": [
68
- "./dist/theme.d.ts"
67
+ "themes": [
68
+ "./dist/themes.d.ts"
69
69
  ]
70
70
  }
71
71
  },
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
File without changes