@loadsmart/miranda-react 1.111.0-alpha.2 → 1.111.0-alpha.4
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/tokens.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
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
|
|
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';
|
|
9
|
+
export * from '@loadsmart/miranda-tokens/dist/themes';
|
package/dist/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "1.111.0-alpha.
|
|
3
|
+
"version": "1.111.0-alpha.4",
|
|
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.
|
|
56
|
-
"@loadsmart/miranda-wc": "1.125.0-alpha.
|
|
43
|
+
"@loadsmart/miranda-tokens": "2.94.0-alpha.4",
|
|
44
|
+
"@loadsmart/miranda-wc": "1.125.0-alpha.4",
|
|
57
45
|
"@lit/react": "^1.0.5"
|
|
58
46
|
},
|
|
59
47
|
"directories": {
|