@protonradio/proton-ui 0.11.10-beta.2 → 0.11.10-beta.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.
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./design/darkTheme/colors.cjs.js"),E=require("./design/darkTheme/stylesheet.cjs.js");exports.DARK_BORDER=A.BORDER;exports.DARK_ELEVATION=A.ELEVATION;exports.DARK_GRAYSCALE=A.DARK_GRAYSCALE;exports.DARK_PALETTE=A.DARK_PALETTE;exports.DARK_SECONDARY=A.DARK_SECONDARY;exports.DARK_STYLESHEET=E.DARK_STYLESHEET;
2
+ //# sourceMappingURL=dark.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dark.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import { BORDER as R, ELEVATION as D, DARK_GRAYSCALE as K, DARK_PALETTE as T, DARK_SECONDARY as _ } from "./darkTheme/colors.es.js";
2
- import { DARK_STYLESHEET as O } from "./darkTheme/stylesheet.es.js";
1
+ import { BORDER as R, ELEVATION as D, DARK_GRAYSCALE as K, DARK_PALETTE as T, DARK_SECONDARY as _ } from "./design/darkTheme/colors.es.js";
2
+ import { DARK_STYLESHEET as O } from "./design/darkTheme/stylesheet.es.js";
3
3
  export {
4
4
  R as DARK_BORDER,
5
5
  D as DARK_ELEVATION,
@@ -8,4 +8,4 @@ export {
8
8
  _ as DARK_SECONDARY,
9
9
  O as DARK_STYLESHEET
10
10
  };
11
- //# sourceMappingURL=darkTheme.es.js.map
11
+ //# sourceMappingURL=dark.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dark.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./design/lightTheme/colors.cjs.js"),T=require("./design/lightTheme/stylesheet.cjs.js");exports.LIGHT_BORDER=E.BORDER;exports.LIGHT_ELEVATION=E.ELEVATION;exports.LIGHT_GRAYSCALE=E.LIGHT_GRAYSCALE;exports.LIGHT_PALETTE=E.LIGHT_PALETTE;exports.LIGHT_SECONDARY_SCALE=E.LIGHT_SECONDARY_SCALE;exports.LIGHT_STYLESHEET=T.LIGHT_STYLESHEET;
2
+ //# sourceMappingURL=light.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"light.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import { BORDER as T, ELEVATION as I, LIGHT_GRAYSCALE as A, LIGHT_PALETTE as G, LIGHT_SECONDARY_SCALE as H } from "./lightTheme/colors.es.js";
2
- import { LIGHT_STYLESHEET as R } from "./lightTheme/stylesheet.es.js";
1
+ import { BORDER as T, ELEVATION as I, LIGHT_GRAYSCALE as A, LIGHT_PALETTE as G, LIGHT_SECONDARY_SCALE as H } from "./design/lightTheme/colors.es.js";
2
+ import { LIGHT_STYLESHEET as R } from "./design/lightTheme/stylesheet.es.js";
3
3
  export {
4
4
  T as LIGHT_BORDER,
5
5
  I as LIGHT_ELEVATION,
@@ -8,4 +8,4 @@ export {
8
8
  H as LIGHT_SECONDARY_SCALE,
9
9
  R as LIGHT_STYLESHEET
10
10
  };
11
- //# sourceMappingURL=lightTheme.es.js.map
11
+ //# sourceMappingURL=light.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"light.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -1,2 +1,2 @@
1
1
  "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("./design/colors.cjs.js"),A=require("./design/theme.cjs.js");exports.BACKGROUNDS=S.BACKGROUNDS;exports.BRAND=S.BRAND;exports.BRAND_PRIMARY_SCALE=S.BRAND_PRIMARY_SCALE;exports.DANGER=S.DANGER;exports.SUCCESS=S.SUCCESS;exports.WARNING=S.WARNING;exports.THEMES=A.THEMES;exports.THEME_CLASSES=A.THEME_CLASSES;
2
- //# sourceMappingURL=design.cjs.js.map
2
+ //# sourceMappingURL=theme.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -10,4 +10,4 @@ export {
10
10
  G as THEME_CLASSES,
11
11
  r as WARNING
12
12
  };
13
- //# sourceMappingURL=design.es.js.map
13
+ //# sourceMappingURL=theme.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.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.10-beta.2",
3
+ "version": "0.11.10-beta.3",
4
4
  "description": "",
5
5
  "main": "./dist/proton-ui.umd.js",
6
6
  "module": "./dist/proton-ui.es.js",
@@ -26,19 +26,19 @@
26
26
  "require": "./dist/hooks.cjs.js"
27
27
  },
28
28
  "./theme": {
29
- "types": "./dist/design.d.ts",
30
- "import": "./dist/design.es.js",
31
- "require": "./dist/design.cjs.js"
29
+ "types": "./dist/theme.d.ts",
30
+ "import": "./dist/theme.es.js",
31
+ "require": "./dist/theme.cjs.js"
32
32
  },
33
- "./theme/light": {
34
- "types": "./dist/design/lightTheme.d.ts",
35
- "import": "./dist/design/lightTheme.es.js",
36
- "require": "./dist/design/lightTheme.cjs.js"
33
+ "./light": {
34
+ "types": "./dist/light.d.ts",
35
+ "import": "./dist/light.es.js",
36
+ "require": "./dist/light.cjs.js"
37
37
  },
38
- "./theme/dark": {
39
- "types": "./dist/design/darkTheme.d.ts",
40
- "import": "./dist/design/darkTheme.es.js",
41
- "require": "./dist/design/darkTheme.cjs.js"
38
+ "./dark": {
39
+ "types": "./dist/dark.d.ts",
40
+ "import": "./dist/dark.es.js",
41
+ "require": "./dist/dark.cjs.js"
42
42
  }
43
43
  },
44
44
  "typesVersions": {
@@ -56,13 +56,13 @@
56
56
  "./dist/hooks.d.ts"
57
57
  ],
58
58
  "theme": [
59
- "./dist/design.d.ts"
59
+ "./dist/theme.d.ts"
60
60
  ],
61
- "theme/light": [
62
- "./dist/design/lightTheme.d.ts"
61
+ "light": [
62
+ "./dist/light.d.ts"
63
63
  ],
64
- "theme/dark": [
65
- "./dist/design/darkTheme.d.ts"
64
+ "dark": [
65
+ "./dist/dark.d.ts"
66
66
  ]
67
67
  }
68
68
  },
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./darkTheme/colors.cjs.js"),E=require("./darkTheme/stylesheet.cjs.js");exports.DARK_BORDER=A.BORDER;exports.DARK_ELEVATION=A.ELEVATION;exports.DARK_GRAYSCALE=A.DARK_GRAYSCALE;exports.DARK_PALETTE=A.DARK_PALETTE;exports.DARK_SECONDARY=A.DARK_SECONDARY;exports.DARK_STYLESHEET=E.DARK_STYLESHEET;
2
- //# sourceMappingURL=darkTheme.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"darkTheme.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export * from '../src/design/darkTheme/index'
2
- export {}
@@ -1 +0,0 @@
1
- {"version":3,"file":"darkTheme.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./lightTheme/colors.cjs.js"),T=require("./lightTheme/stylesheet.cjs.js");exports.LIGHT_BORDER=E.BORDER;exports.LIGHT_ELEVATION=E.ELEVATION;exports.LIGHT_GRAYSCALE=E.LIGHT_GRAYSCALE;exports.LIGHT_PALETTE=E.LIGHT_PALETTE;exports.LIGHT_SECONDARY_SCALE=E.LIGHT_SECONDARY_SCALE;exports.LIGHT_STYLESHEET=T.LIGHT_STYLESHEET;
2
- //# sourceMappingURL=lightTheme.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lightTheme.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export * from '../src/design/lightTheme/index'
2
- export {}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lightTheme.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"design.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"design.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
File without changes
File without changes
File without changes