@sikka/hawa 0.0.143 → 0.0.145
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 +4 -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/es/layout/HawaAppLayout.d.ts +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/lib/layout/HawaAppLayout.d.ts +1 -1
- package/package.json +1 -1
- package/src/elements/DragDropImages.tsx +55 -46
- package/src/elements/HawaMenu.tsx +5 -2
- package/src/elements/HawaPanelTabs.tsx +2 -2
- package/src/elements/HawaPhoneInput.tsx +1 -1
- package/src/elements/HawaPricingCard.tsx +2 -2
- package/src/elements/HawaRadio.tsx +2 -2
- package/src/elements/HawaTabs.tsx +2 -2
- package/src/layout/HawaAppLayout.tsx +23 -6
- package/src/layout/HawaSiteLayout.tsx +4 -4
- package/src/styles.css +4 -4
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.caad440f.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/main.64f67baa.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -2029,6 +2029,10 @@ body {
|
|
|
2029
2029
|
--tw-bg-opacity: 1;
|
|
2030
2030
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
2031
2031
|
}
|
|
2032
|
+
.dark .dark\:text-gray-300 {
|
|
2033
|
+
--tw-text-opacity: 1;
|
|
2034
|
+
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
2035
|
+
}
|
|
2032
2036
|
.dark .dark\:text-white {
|
|
2033
2037
|
--tw-text-opacity: 1;
|
|
2034
2038
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -2053,10 +2057,6 @@ body {
|
|
|
2053
2057
|
--tw-text-opacity: 1;
|
|
2054
2058
|
color: rgb(22 101 52 / var(--tw-text-opacity));
|
|
2055
2059
|
}
|
|
2056
|
-
.dark .dark\:text-gray-300 {
|
|
2057
|
-
--tw-text-opacity: 1;
|
|
2058
|
-
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
2059
|
-
}
|
|
2060
2060
|
.dark .dark\:text-red-500 {
|
|
2061
2061
|
--tw-text-opacity: 1;
|
|
2062
2062
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|