@julseb-lib/react 0.1.28 → 0.1.29
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 +0 -9
- package/dist/chunk-AIL7VWF2.mjs +1 -0
- package/dist/chunk-F7CQ7IKC.mjs +1 -0
- package/dist/chunk-G6MA7CIX.mjs +1 -0
- package/dist/chunk-UTHUQSTG.mjs +1 -0
- package/dist/chunk-ZSEXXCJH.mjs +1 -0
- package/dist/{index.js → index.mjs} +1 -1
- package/dist/types/components-items-props.mjs +2 -0
- package/dist/types/components-props.mjs +2 -0
- package/dist/types/global.mjs +2 -0
- package/dist/types/index.mjs +6 -0
- package/dist/types/require-at-least-one.mjs +2 -0
- package/dist/types/tailwind.mjs +2 -0
- package/package.json +10 -5
- package/dist/chunk-AOKNHBEF.js +0 -1
- package/dist/chunk-F55MXC3Z.js +0 -1
- package/dist/chunk-IH6ET7Q6.js +0 -1
- package/dist/chunk-OOIPIHXS.js +0 -1
- package/dist/chunk-ZL3Z7QC7.js +0 -1
- package/dist/types/components-items-props.js +0 -2
- package/dist/types/components-props.js +0 -2
- package/dist/types/global.js +0 -2
- package/dist/types/index.js +0 -6
- package/dist/types/require-at-least-one.js +0 -2
- package/dist/types/tailwind.js +0 -2
- /package/dist/{chunk-AOKNHBEF.js.map → chunk-AIL7VWF2.mjs.map} +0 -0
- /package/dist/{chunk-F55MXC3Z.js.map → chunk-F7CQ7IKC.mjs.map} +0 -0
- /package/dist/{chunk-IH6ET7Q6.js.map → chunk-G6MA7CIX.mjs.map} +0 -0
- /package/dist/{chunk-OOIPIHXS.js.map → chunk-UTHUQSTG.mjs.map} +0 -0
- /package/dist/{chunk-ZL3Z7QC7.js.map → chunk-ZSEXXCJH.mjs.map} +0 -0
- /package/dist/{index.js.map → index.mjs.map} +0 -0
- /package/dist/types/{components-items-props.js.map → components-items-props.mjs.map} +0 -0
- /package/dist/types/{components-props.js.map → components-props.mjs.map} +0 -0
- /package/dist/types/{global.js.map → global.mjs.map} +0 -0
- /package/dist/types/{index.js.map → index.mjs.map} +0 -0
- /package/dist/types/{require-at-least-one.js.map → require-at-least-one.mjs.map} +0 -0
- /package/dist/types/{tailwind.js.map → tailwind.mjs.map} +0 -0
package/README.md
CHANGED
|
@@ -33,15 +33,6 @@ yarn add @julseb-lib/react
|
|
|
33
33
|
pnpm add @julseb-lib/react
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
### Setup
|
|
37
|
-
|
|
38
|
-
Import the CSS file in your main application file:
|
|
39
|
-
|
|
40
|
-
```typescript
|
|
41
|
-
// main.tsx or App.tsx
|
|
42
|
-
import '@julseb-lib/react/index.css'
|
|
43
|
-
```
|
|
44
|
-
|
|
45
36
|
## Type Exports
|
|
46
37
|
|
|
47
38
|
Access comprehensive TypeScript definitions:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-AIL7VWF2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-F7CQ7IKC.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-G6MA7CIX.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-UTHUQSTG.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-ZSEXXCJH.mjs.map
|
|
@@ -11731,4 +11731,4 @@ export {
|
|
|
11731
11731
|
useTranslation,
|
|
11732
11732
|
uuid15 as uuid
|
|
11733
11733
|
};
|
|
11734
|
-
//# sourceMappingURL=index.
|
|
11734
|
+
//# sourceMappingURL=index.mjs.map
|
package/package.json
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@julseb-lib/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "./dist/index.cjs",
|
|
6
|
-
"module": "./dist/index.js",
|
|
7
5
|
"private": false,
|
|
8
6
|
"files": [
|
|
9
7
|
"dist"
|
|
10
8
|
],
|
|
11
9
|
"scripts": {
|
|
12
10
|
"build": "tsup",
|
|
13
|
-
"dev": "vite --open"
|
|
11
|
+
"dev": "vite --open",
|
|
12
|
+
"prepublish": "pnpm build",
|
|
13
|
+
"plop": "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=./plop/plopfile.ts",
|
|
14
|
+
"plop:c": "yarn plop component",
|
|
15
|
+
"plop:p": "yarn plop preview",
|
|
16
|
+
"plop:st": "yarn plop subtype"
|
|
14
17
|
},
|
|
15
18
|
"dependencies": {
|
|
16
19
|
"@julseb-lib/utils": "^0.0.14",
|
|
@@ -76,9 +79,11 @@
|
|
|
76
79
|
"vite-plugin-dts": "^4.5.4",
|
|
77
80
|
"vite-plugin-eslint": "^1.8.1"
|
|
78
81
|
},
|
|
82
|
+
"main": "./dist/index.cjs",
|
|
83
|
+
"module": "./dist/index.mjs",
|
|
79
84
|
"exports": {
|
|
80
85
|
".": {
|
|
81
|
-
"import": "./dist/index.
|
|
86
|
+
"import": "./dist/index.mjs",
|
|
82
87
|
"require": "./dist/index.cjs"
|
|
83
88
|
},
|
|
84
89
|
"./types": {
|
package/dist/chunk-AOKNHBEF.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-AOKNHBEF.js.map
|
package/dist/chunk-F55MXC3Z.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-F55MXC3Z.js.map
|
package/dist/chunk-IH6ET7Q6.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-IH6ET7Q6.js.map
|
package/dist/chunk-OOIPIHXS.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-OOIPIHXS.js.map
|
package/dist/chunk-ZL3Z7QC7.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-ZL3Z7QC7.js.map
|
package/dist/types/global.js
DELETED
package/dist/types/index.js
DELETED
package/dist/types/tailwind.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|