@sikka/hawa 0.2.38 → 0.2.40-next
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 +65 -65
- package/dist/index.css +1919 -0
- package/dist/index.d.mts +208 -3
- package/dist/index.d.ts +208 -3
- package/dist/index.js +1523 -0
- package/dist/index.mjs +1418 -0
- package/package.json +70 -153
- package/dist/index.cjs.js +0 -8
- package/dist/index.esm.js +0 -8
- package/dist/tailwind.css +0 -3966
package/package.json
CHANGED
|
@@ -1,153 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sikka/hawa",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"ui",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"@storybook/addon-info": "^5.3.21",
|
|
72
|
-
"@storybook/addon-links": "^6.5.8",
|
|
73
|
-
"@storybook/addon-postcss": "^2.0.0",
|
|
74
|
-
"@storybook/addons": "^6.5.8",
|
|
75
|
-
"@storybook/api": "^7.3.2",
|
|
76
|
-
"@storybook/builder-webpack5": "^6.5.13",
|
|
77
|
-
"@storybook/manager-webpack5": "^6.5.13",
|
|
78
|
-
"@storybook/react": "^6.5.8",
|
|
79
|
-
"@storybook/storybook-deployer": "^2.8.11",
|
|
80
|
-
"@storybook/theming": "^6.5.8",
|
|
81
|
-
"@swc/core": "^1.3.53",
|
|
82
|
-
"@types/react": "^18.0.25",
|
|
83
|
-
"@types/react-dom": "^18.0.9",
|
|
84
|
-
"@vitejs/plugin-react": "^4.0.4",
|
|
85
|
-
"babel-loader": "^8.2.2",
|
|
86
|
-
"chromatic": "^6.22.0",
|
|
87
|
-
"html-webpack-plugin": "^5.5.0",
|
|
88
|
-
"postcss": "^8.4.18",
|
|
89
|
-
"postcss-cli": "^10.0.0",
|
|
90
|
-
"postcss-focus-visible": "^7.1.0",
|
|
91
|
-
"prettier": "^2.8.8",
|
|
92
|
-
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
93
|
-
"qs": "^6.10.3",
|
|
94
|
-
"react-color": "^2.19.3",
|
|
95
|
-
"react-dnd": "^15.1.2",
|
|
96
|
-
"react-dom": "^18.2.0",
|
|
97
|
-
"react-phone-input-2": "^2.15.1",
|
|
98
|
-
"react-transition-group": "^4.4.2",
|
|
99
|
-
"recharts": "^2.8.0",
|
|
100
|
-
"rollup": "^2.38.4",
|
|
101
|
-
"rollup-plugin-cleaner": "^1.0.0",
|
|
102
|
-
"rollup-plugin-delete": "^2.0.0",
|
|
103
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
104
|
-
"rollup-plugin-postcss": "^4.0.0",
|
|
105
|
-
"rollup-plugin-preserve-directives": "^0.2.0",
|
|
106
|
-
"rollup-plugin-swc": "^0.2.1",
|
|
107
|
-
"rollup-plugin-typescript2": "^0.34.1",
|
|
108
|
-
"storybook-dark-mode": "^3.0.1",
|
|
109
|
-
"tailwindcss": "^3.3.3",
|
|
110
|
-
"tailwindcss-animate": "^1.0.6",
|
|
111
|
-
"tinycolor2": "^1.4.2",
|
|
112
|
-
"tslib": "^2.4.1",
|
|
113
|
-
"tsup": "^7.2.0",
|
|
114
|
-
"typescript": "^4.8.4",
|
|
115
|
-
"vite": "^4.4.9",
|
|
116
|
-
"vite-plugin-dts": "^3.5.4",
|
|
117
|
-
"webpack": "^5.75.0"
|
|
118
|
-
},
|
|
119
|
-
"resolutions": {
|
|
120
|
-
"@storybook/react-docgen-typescript-plugin": "npm:react-docgen-typescript-plugin@1.0.2",
|
|
121
|
-
"@storybook/react/webpack": "^5",
|
|
122
|
-
"@storybook/core-common/webpack": "^5",
|
|
123
|
-
"@storybook/core-server/webpack": "^5",
|
|
124
|
-
"@storybook/builder-webpack5/webpack": "^5",
|
|
125
|
-
"@storybook/manager-webpack5/webpack": "^5"
|
|
126
|
-
},
|
|
127
|
-
"dependencies": {
|
|
128
|
-
"@radix-ui/react-accordion": "^1.1.2",
|
|
129
|
-
"@radix-ui/react-checkbox": "^1.0.4",
|
|
130
|
-
"@radix-ui/react-dialog": "^1.0.4",
|
|
131
|
-
"@radix-ui/react-direction": "^1.0.1",
|
|
132
|
-
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
133
|
-
"@radix-ui/react-label": "^2.0.2",
|
|
134
|
-
"@radix-ui/react-popover": "^1.0.6",
|
|
135
|
-
"@radix-ui/react-separator": "^1.0.3",
|
|
136
|
-
"@radix-ui/react-switch": "^1.0.3",
|
|
137
|
-
"@radix-ui/react-tabs": "^1.0.4",
|
|
138
|
-
"@radix-ui/react-toast": "^1.1.4",
|
|
139
|
-
"@radix-ui/react-tooltip": "^1.0.6",
|
|
140
|
-
"@tanstack/react-table": "^8.10.1",
|
|
141
|
-
"class-variance-authority": "^0.7.0",
|
|
142
|
-
"clsx": "^1.2.1",
|
|
143
|
-
"cmdk": "^0.2.0",
|
|
144
|
-
"react": "^18.2.0",
|
|
145
|
-
"react-dropzone": "^12.0.4",
|
|
146
|
-
"react-hook-form": "^7.28.0",
|
|
147
|
-
"react-icons": "^4.10.1",
|
|
148
|
-
"react-select": "^5.3.2",
|
|
149
|
-
"slate": "^0.94.1",
|
|
150
|
-
"slate-react": "^0.97.1",
|
|
151
|
-
"tailwind-merge": "^1.14.0"
|
|
152
|
-
}
|
|
153
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@sikka/hawa",
|
|
3
|
+
"version": "0.2.40-next",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"types": "./dist/index.d.ts",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./dist/index.js"
|
|
9
|
+
},
|
|
10
|
+
"./dist/style.css": "./dist/index.css"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/**"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"dev": "next dev",
|
|
17
|
+
"build": "next build",
|
|
18
|
+
"start": "next start -p 3032",
|
|
19
|
+
"lint": "next lint",
|
|
20
|
+
"storybook": "storybook dev -p 6006",
|
|
21
|
+
"build-storybook": "storybook build",
|
|
22
|
+
"build-lib": "tsup components/index.tsx --format cjs,esm --dts",
|
|
23
|
+
"build-css": "postcss styles/globals.css -o dist/index.css",
|
|
24
|
+
"prepub": "npm run build-lib && npm run build-css",
|
|
25
|
+
"pub": "npm publish --tag next"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
|
29
|
+
"@radix-ui/react-dialog": "^1.0.5",
|
|
30
|
+
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
31
|
+
"@radix-ui/react-switch": "^1.0.3",
|
|
32
|
+
"@radix-ui/react-toast": "^1.1.5",
|
|
33
|
+
"@radix-ui/react-tooltip": "^1.0.7",
|
|
34
|
+
"@types/node": "20.8.0",
|
|
35
|
+
"@types/react": "18.2.23",
|
|
36
|
+
"@types/react-dom": "18.2.8",
|
|
37
|
+
"class-variance-authority": "^0.7.0",
|
|
38
|
+
"clsx": "^2.0.0",
|
|
39
|
+
"eslint": "8.50.0",
|
|
40
|
+
"eslint-config-next": "13.5.3",
|
|
41
|
+
"lucide-react": "^0.279.0",
|
|
42
|
+
"next": "13.5.3",
|
|
43
|
+
"next-themes": "^0.2.1",
|
|
44
|
+
"react": "18.2.0",
|
|
45
|
+
"react-dom": "18.2.0",
|
|
46
|
+
"tailwind-merge": "^1.14.0",
|
|
47
|
+
"typescript": "5.2.2"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@storybook/addon-essentials": "^7.4.5",
|
|
51
|
+
"@storybook/addon-interactions": "^7.4.5",
|
|
52
|
+
"@storybook/addon-links": "^7.4.5",
|
|
53
|
+
"@storybook/addon-onboarding": "^1.0.8",
|
|
54
|
+
"@storybook/blocks": "^7.4.5",
|
|
55
|
+
"@storybook/manager-api": "^7.4.5",
|
|
56
|
+
"@storybook/nextjs": "^7.4.5",
|
|
57
|
+
"@storybook/react": "^7.4.5",
|
|
58
|
+
"@storybook/testing-library": "^0.2.1",
|
|
59
|
+
"autoprefixer": "^10.4.16",
|
|
60
|
+
"eslint-plugin-storybook": "^0.6.14",
|
|
61
|
+
"postcss": "^8.4.31",
|
|
62
|
+
"postcss-cli": "^10.1.0",
|
|
63
|
+
"postcss-import": "^15.1.0",
|
|
64
|
+
"storybook": "^7.4.5",
|
|
65
|
+
"storybook-dark-mode": "^3.0.1",
|
|
66
|
+
"tailwindcss": "^3.3.3",
|
|
67
|
+
"tailwindcss-animate": "^1.0.7",
|
|
68
|
+
"tsup": "^7.2.0"
|
|
69
|
+
}
|
|
70
|
+
}
|
package/dist/index.cjs.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/Dummy.tsx
|
|
2
|
-
var _react = require('react'); var _react2 = _interopRequireDefault(_react);
|
|
3
|
-
var Dummy = () => {
|
|
4
|
-
return /* @__PURE__ */ _react2.default.createElement("div", { className: "bg-red-500 p-4" }, "This is from hawa");
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
exports.Dummy = Dummy;
|