@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 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));
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
2
  type DragDropImagesTypes = {
3
+ label?: string;
3
4
  texts: any;
4
5
  files: [File];
5
6
  setFiles: any;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  type HawaPhoneInputTypes = {
3
3
  preferredCountry?: any;
4
4
  helperText?: any;