@sikka/hawa 0.1.93 → 0.1.94

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/styles.css CHANGED
@@ -1759,6 +1759,10 @@ video {
1759
1759
  --tw-divide-opacity: 1;
1760
1760
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
1761
1761
  }
1762
+ .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
1763
+ --tw-divide-opacity: 1;
1764
+ border-color: rgb(229 231 235 / var(--tw-divide-opacity));
1765
+ }
1762
1766
  .self-center {
1763
1767
  align-self: center;
1764
1768
  }
@@ -2577,6 +2581,9 @@ video {
2577
2581
  .tracking-tight {
2578
2582
  letter-spacing: -0.025em;
2579
2583
  }
2584
+ .tracking-wider {
2585
+ letter-spacing: 0.05em;
2586
+ }
2580
2587
  .tracking-widest {
2581
2588
  letter-spacing: 0.1em;
2582
2589
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "description": "Modern UI Kit made with Tailwind & Radix Primitives",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -13,7 +13,6 @@
13
13
  },
14
14
  "keywords": [
15
15
  "ui",
16
- "kit",
17
16
  "saas",
18
17
  "kit",
19
18
  "tailwind",
@@ -29,11 +28,10 @@
29
28
  },
30
29
  "homepage": "https://hawa.style",
31
30
  "scripts": {
32
- "test": "echo \"Error: no test specified\" && exit 1",
33
31
  "start": "start-storybook -p 6006 -s public",
34
32
  "storybook": "start-storybook -p 6006 -s public",
33
+ "test": "echo \"Error: no test specified\" && exit 1",
35
34
  "generate-css": "postcss src/tailwind.css -o src/styles.css && mkdir -p dist && cp src/styles.css dist/",
36
- "deploy-storybook": "storybook-to-ghpages",
37
35
  "build-storybook": "build-storybook",
38
36
  "build-up": "tsup src/index.ts --format cjs,esm --dts",
39
37
  "build-lib": "rollup -c",
@@ -52,6 +50,7 @@
52
50
  "@storybook/addon-essentials": "^6.5.8",
53
51
  "@storybook/addon-links": "^6.5.8",
54
52
  "@storybook/addon-postcss": "^2.0.0",
53
+ "@storybook/addon-info": "^5.3.21",
55
54
  "@storybook/addons": "^6.5.8",
56
55
  "@storybook/api": "^7.3.2",
57
56
  "@storybook/builder-webpack5": "^6.5.13",
@@ -72,11 +71,9 @@
72
71
  "prettier": "^2.7.1",
73
72
  "prettier-plugin-tailwindcss": "^0.1.13",
74
73
  "qs": "^6.10.3",
75
- "react": "^18.2.0",
76
74
  "react-color": "^2.19.3",
77
75
  "react-dnd": "^15.1.2",
78
76
  "react-dom": "^18.2.0",
79
- "react-hook-form": "^7.28.0",
80
77
  "react-phone-input-2": "^2.15.1",
81
78
  "react-transition-group": "^4.4.2",
82
79
  "rollup": "^2.38.4",
@@ -95,10 +92,7 @@
95
92
  "typescript": "^4.8.4",
96
93
  "webpack": "^5.75.0"
97
94
  },
98
- "peerDependencies": {
99
- "react": "^18.2.0",
100
- "react-dom": "^18.2.0"
101
- },
95
+
102
96
  "resolutions": {
103
97
  "@storybook/react-docgen-typescript-plugin": "npm:react-docgen-typescript-plugin@1.0.2",
104
98
  "@storybook/react/webpack": "^5",
package/src/styles.css CHANGED
@@ -1759,6 +1759,10 @@ video {
1759
1759
  --tw-divide-opacity: 1;
1760
1760
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
1761
1761
  }
1762
+ .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
1763
+ --tw-divide-opacity: 1;
1764
+ border-color: rgb(229 231 235 / var(--tw-divide-opacity));
1765
+ }
1762
1766
  .self-center {
1763
1767
  align-self: center;
1764
1768
  }
@@ -2577,6 +2581,9 @@ video {
2577
2581
  .tracking-tight {
2578
2582
  letter-spacing: -0.025em;
2579
2583
  }
2584
+ .tracking-wider {
2585
+ letter-spacing: 0.05em;
2586
+ }
2580
2587
  .tracking-widest {
2581
2588
  letter-spacing: 0.1em;
2582
2589
  }