@loadsmart/miranda-react 1.111.0-alpha.2 → 1.111.0-alpha.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
+ /* Used only to expose the file in the published library */
2
+ @import "@loadsmart/miranda-tokens/dist/tokens/web/loadsmart/variables.css";
@@ -0,0 +1,3 @@
1
+ /* Used only to expose the file in the published library */
2
+ @import "@loadsmart/miranda-tokens/dist/tokens/web/loadsmart/variables.scss";
3
+
package/dist/tokens.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Ideally, we should be fowarding the export from miranda-wc package here, like so:
3
- * export * from '@loadsmart/miranda-wc/tokens'
3
+ * `export * from '@loadsmart/miranda-wc/tokens'`
4
4
  * However, during build time, the entry point `/tokens` does not exist, so the
5
- * typecheck and lint fails, that's why we have kep miranda-tokens as a dep, and
5
+ * typecheck and lint fail, that's why we have kept miranda-tokens as a dep, and
6
6
  * added its export here.
7
7
  */
8
8
  export * from '@loadsmart/miranda-tokens';
package/package.json CHANGED
@@ -1,24 +1,12 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "1.111.0-alpha.2",
3
+ "version": "1.111.0-alpha.3",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
10
- "exports": {
11
- ".": {
12
- "types": "./dist/index.d.ts",
13
- "default": "./dist/index.js"
14
- },
15
- "./tokens": {
16
- "types": "./dist/tokens.d.ts",
17
- "default": "./dist/tokens.js"
18
- },
19
- "./tokens/web/loadsmart.css": "./dist/src/styles/variables.css",
20
- "./tokens/web/loadsmart.scss": "./dist/src/styles/variables.scss"
21
- },
22
10
  "scripts": {
23
11
  "build-docs": "storybook build -o ./docs",
24
12
  "dev": "storybook dev -p 7007",
@@ -52,8 +40,8 @@
52
40
  "access": "public"
53
41
  },
54
42
  "dependencies": {
55
- "@loadsmart/miranda-tokens": "2.94.0-alpha.2",
56
- "@loadsmart/miranda-wc": "1.125.0-alpha.2",
43
+ "@loadsmart/miranda-tokens": "2.94.0-alpha.3",
44
+ "@loadsmart/miranda-wc": "1.125.0-alpha.3",
57
45
  "@lit/react": "^1.0.5"
58
46
  },
59
47
  "directories": {
@@ -1,2 +0,0 @@
1
- /* used only for expose the file in the published library */
2
- @import "@loadsmart/miranda-tokens/themes/web/loadsmart.css";
@@ -1,2 +0,0 @@
1
- /* used only for expose the file in the published library */
2
- @import "@loadsmart/miranda-tokens/themes/web/loadsmart.scss";