@youngonesworks/ui 0.1.82 → 0.1.83

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.
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, type Dispatch, type SetStateAction } from 'react';
2
- import './style.css';
3
2
  type SetValueOptions = {
4
3
  shouldValidate?: boolean;
5
4
  shouldDirty?: boolean;
package/dist/globals.css CHANGED
@@ -8,6 +8,7 @@
8
8
  @import "./styles/fonts.css";
9
9
  @import "./styles/variables.css";
10
10
  @import "./styles/utilities.css";
11
+ @import "../node_modules/react-phone-input-2/lib/style.css";
11
12
 
12
13
  @keyframes spin {
13
14
  from {
package/dist/index.cjs CHANGED
@@ -1796,10 +1796,6 @@ const PasswordInput = react.default.forwardRef((props, ref) => /* @__PURE__ */ (
1796
1796
  }));
1797
1797
  PasswordInput.displayName = "PasswordInput";
1798
1798
 
1799
- //#endregion
1800
- //#region src/components/phoneNumberInput/style.css
1801
- var style_default = {};
1802
-
1803
1799
  //#endregion
1804
1800
  //#region src/components/phoneNumberInput/index.tsx
1805
1801
  const PhoneNumberInput = ({ setValue, setPhoneNumberExt, phoneNumberExt, isValid = true, phoneNumberError, phoneNumberExtensionError, phoneNumberField, phoneNumberExtField, className, label, disabled }) => {