@customafk/lunas-ui 0.0.23 → 0.0.24
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/package.json +5 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@customafk/lunas-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"description": "UI library for Lunas Enterprise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
"node": ">= 22.0.0"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
|
+
"./styles/base": "./dist/styles/base.css",
|
|
29
|
+
"./styles/loader": "./dist/styles/loader.css",
|
|
30
|
+
"./styles/theme": "./dist/styles/theme.css",
|
|
31
|
+
"./styles/typography": "./dist/styles/typography.css",
|
|
28
32
|
"./cards/simple-card": {
|
|
29
33
|
"import": "./dist/cards/simple-card.js",
|
|
30
34
|
"require": "./dist/cards/simple-card.cjs"
|
|
@@ -137,22 +141,6 @@
|
|
|
137
141
|
"import": "./dist/layouts/main/index.js",
|
|
138
142
|
"require": "./dist/layouts/main/index.cjs"
|
|
139
143
|
},
|
|
140
|
-
"./styles/base": {
|
|
141
|
-
"import": "./dist/styles/base.css",
|
|
142
|
-
"require": "./dist/styles/base.css"
|
|
143
|
-
},
|
|
144
|
-
"./styles/loader": {
|
|
145
|
-
"import": "./dist/styles/loader.css",
|
|
146
|
-
"require": "./dist/styles/loader.css"
|
|
147
|
-
},
|
|
148
|
-
"./styles/theme": {
|
|
149
|
-
"import": "./dist/styles/theme.css",
|
|
150
|
-
"require": "./dist/styles/theme.css"
|
|
151
|
-
},
|
|
152
|
-
"./styles/typography": {
|
|
153
|
-
"import": "./dist/styles/typography.css",
|
|
154
|
-
"require": "./dist/styles/typography.css"
|
|
155
|
-
},
|
|
156
144
|
"./table": {
|
|
157
145
|
"import": "./dist/table/index.js",
|
|
158
146
|
"require": "./dist/table/index.cjs"
|