@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/package.json CHANGED
@@ -1,153 +1,70 @@
1
- {
2
- "name": "@sikka/hawa",
3
- "version": "0.2.38",
4
- "description": "Modern UI Kit made with Tailwind & Radix Primitives",
5
- "license": "MIT",
6
- "author": {
7
- "name": "Sikka Software",
8
- "email": "contact@sikka.io",
9
- "url": "http://sikka.io"
10
- },
11
- "types": "./dist/index.d.ts",
12
- "main": "./dist/index.mjs",
13
- "module": "./dist/index.es.js",
14
- "style": "dist/tailwind.css",
15
- "exports": {
16
- ".": {
17
- "import": "./dist/src/index.esm.js",
18
- "types": "./dist/index.d.ts",
19
- "require": "./dist/src/index.cjs.js"
20
- },
21
- "./style.css": {
22
- "import": "./dist/tailwind.css",
23
- "require": "./dist/tailwind.css"
24
- }
25
- },
26
- "sideEffects": false,
27
- "files": [
28
- "dist/**"
29
- ],
30
- "keywords": [
31
- "ui",
32
- "saas",
33
- "kit",
34
- "tailwind",
35
- "hawa"
36
- ],
37
- "repository": {
38
- "type": "git",
39
- "url": "git+https://github.com/sikka-software/hawa.git"
40
- },
41
- "bugs": {
42
- "url": "https://github.com/sikka-software/hawa/issues",
43
- "email": "hawa@sikka.io"
44
- },
45
- "homepage": "https://hawa.style",
46
- "scripts": {
47
- "start": "start-storybook -p 6006 -s public",
48
- "storybook": "start-storybook -p 6006 -s public",
49
- "test": "echo \"Error: no test specified\" && exit 1",
50
- "generate-css": "postcss ./src/dummy.css -o ./dist/tailwind.css",
51
- "build-storybook": "build-storybook",
52
- "build-up": "tsup src/index.ts --format cjs,esm --dts",
53
- "build-lib": "rollup -c",
54
- "build:styles": " node tools/build-styles",
55
- "build-vite": "vite build",
56
- "local-test": "npm run build-up && yalc push",
57
- "build:css:min": "NPM_ENV=production npx postcss src/tailwind.css > dist/hawa.min.css",
58
- "build:css": "npx postcss src/tailwind.css > dist/hawa.css",
59
- "chromatic": "npx chromatic --project-token=chpt_9c33d11ef14064f --output-dir ./landing/public/docs"
60
- },
61
- "devDependencies": {
62
- "@babel/core": "^7.12.10",
63
- "@babel/preset-react": "^7.12.10",
64
- "@rollup/plugin-babel": "^6.0.3",
65
- "@rollup/plugin-commonjs": "^21.0.1",
66
- "@rollup/plugin-node-resolve": "^11.1.1",
67
- "@rollup/plugin-terser": "^0.4.3",
68
- "@storybook/addon-actions": "^6.5.8",
69
- "@storybook/addon-docs": "^6.5.8",
70
- "@storybook/addon-essentials": "^6.5.8",
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;
package/dist/index.esm.js DELETED
@@ -1,8 +0,0 @@
1
- // src/Dummy.tsx
2
- import React from "react";
3
- var Dummy = () => {
4
- return /* @__PURE__ */ React.createElement("div", { className: "bg-red-500 p-4" }, "This is from hawa");
5
- };
6
- export {
7
- Dummy
8
- };