@6thbridge/hexa 0.0.95 → 0.0.96

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.d.mts CHANGED
@@ -153,6 +153,10 @@ type CountryPropsStatus = VariantProps<typeof inputContainerVariants>["status"];
153
153
  type CountrySelectOption$1 = {
154
154
  label: string;
155
155
  value: string;
156
+ currencyCode?: string;
157
+ countryCode?: string;
158
+ internetCountryCode?: string;
159
+ countryName?: string;
156
160
  };
157
161
  interface CountryProps {
158
162
  modal?: boolean;
package/dist/index.d.ts CHANGED
@@ -153,6 +153,10 @@ type CountryPropsStatus = VariantProps<typeof inputContainerVariants>["status"];
153
153
  type CountrySelectOption$1 = {
154
154
  label: string;
155
155
  value: string;
156
+ currencyCode?: string;
157
+ countryCode?: string;
158
+ internetCountryCode?: string;
159
+ countryName?: string;
156
160
  };
157
161
  interface CountryProps {
158
162
  modal?: boolean;