@sikka/hawa 0.0.142 → 0.0.144
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 +8 -4
- package/es/elements/DragDropImages.d.ts +1 -0
- package/es/elements/HawaPhoneInput.d.ts +1 -1
- package/es/index.es.js +1 -1
- package/lib/elements/DragDropImages.d.ts +1 -0
- package/lib/elements/HawaPhoneInput.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/elements/DragDropImages.tsx +55 -46
- package/src/elements/HawaMenu.tsx +1 -1
- package/src/elements/HawaPhoneInput.tsx +1 -1
- package/src/elements/HawaTextField.tsx +7 -1
- package/src/styles.css +8 -4
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.f25e7d6a.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/main.f7aca500.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -608,6 +608,10 @@ video {
|
|
|
608
608
|
margin-top: 0.5rem;
|
|
609
609
|
margin-bottom: 0.5rem;
|
|
610
610
|
}
|
|
611
|
+
.my-1 {
|
|
612
|
+
margin-top: 0.25rem;
|
|
613
|
+
margin-bottom: 0.25rem;
|
|
614
|
+
}
|
|
611
615
|
.my-7 {
|
|
612
616
|
margin-top: 1.75rem;
|
|
613
617
|
margin-bottom: 1.75rem;
|
|
@@ -2025,6 +2029,10 @@ body {
|
|
|
2025
2029
|
--tw-bg-opacity: 1;
|
|
2026
2030
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
2027
2031
|
}
|
|
2032
|
+
.dark .dark\:text-gray-300 {
|
|
2033
|
+
--tw-text-opacity: 1;
|
|
2034
|
+
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
2035
|
+
}
|
|
2028
2036
|
.dark .dark\:text-white {
|
|
2029
2037
|
--tw-text-opacity: 1;
|
|
2030
2038
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -2049,10 +2057,6 @@ body {
|
|
|
2049
2057
|
--tw-text-opacity: 1;
|
|
2050
2058
|
color: rgb(22 101 52 / var(--tw-text-opacity));
|
|
2051
2059
|
}
|
|
2052
|
-
.dark .dark\:text-gray-300 {
|
|
2053
|
-
--tw-text-opacity: 1;
|
|
2054
|
-
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
2055
|
-
}
|
|
2056
2060
|
.dark .dark\:text-red-500 {
|
|
2057
2061
|
--tw-text-opacity: 1;
|
|
2058
2062
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|