@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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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;
|