@sikka/hawa 0.21.2-next → 0.21.3-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/dist/index.css +8 -4
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.3.
|
|
2
|
+
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
|
|
3
3
|
*//*
|
|
4
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -103,8 +103,10 @@ strong {
|
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
/*
|
|
106
|
-
1. Use the user's configured `mono` font
|
|
107
|
-
2.
|
|
106
|
+
1. Use the user's configured `mono` font-family by default.
|
|
107
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
108
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
109
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
108
110
|
*/
|
|
109
111
|
|
|
110
112
|
code,
|
|
@@ -112,7 +114,9 @@ kbd,
|
|
|
112
114
|
samp,
|
|
113
115
|
pre {
|
|
114
116
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
115
|
-
font-
|
|
117
|
+
font-feature-settings: normal; /* 2 */
|
|
118
|
+
font-variation-settings: normal; /* 3 */
|
|
119
|
+
font-size: 1em; /* 4 */
|
|
116
120
|
}
|
|
117
121
|
|
|
118
122
|
/*
|
package/dist/index.js
CHANGED
|
@@ -11152,7 +11152,8 @@ var ContactForm = ({
|
|
|
11152
11152
|
Card,
|
|
11153
11153
|
{
|
|
11154
11154
|
className: cn(
|
|
11155
|
-
sizeStyle[size],
|
|
11155
|
+
// sizeStyle[size],
|
|
11156
|
+
"hawa-w-full",
|
|
11156
11157
|
cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
|
11157
11158
|
),
|
|
11158
11159
|
style: cardless ? { boxShadow: "none" } : void 0
|
package/dist/index.mjs
CHANGED
|
@@ -10925,7 +10925,8 @@ var ContactForm = ({
|
|
|
10925
10925
|
Card,
|
|
10926
10926
|
{
|
|
10927
10927
|
className: cn(
|
|
10928
|
-
sizeStyle[size],
|
|
10928
|
+
// sizeStyle[size],
|
|
10929
|
+
"hawa-w-full",
|
|
10929
10930
|
cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
|
10930
10931
|
),
|
|
10931
10932
|
style: cardless ? { boxShadow: "none" } : void 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sikka/hawa",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.3-next",
|
|
4
4
|
"description": "Modern UI Kit made with Tailwind",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Sikka Software",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@radix-ui/react-toast": "^1.1.5",
|
|
72
72
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
73
73
|
"@tanstack/react-table": "^8.10.7",
|
|
74
|
-
"@types/node": "^20.10.
|
|
74
|
+
"@types/node": "^20.10.3",
|
|
75
75
|
"@types/react": "^18.2.41",
|
|
76
76
|
"@types/react-dom": "^18.2.17",
|
|
77
77
|
"class-variance-authority": "^0.7.0",
|