@sikka/hawa 0.0.143 → 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
@@ -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));
@@ -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;