@vritti/quantum-ui 0.1.19 → 0.1.21

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/OTPField.js CHANGED
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
4
  import { c as cn } from './utils.js';
5
- import { F as Field, a as FieldLabel, h as FieldContent, b as FieldDescription, c as FieldError } from './field.js';
5
+ import { F as Field, e as FieldLabel, a as FieldContent, b as FieldDescription, c as FieldError } from './field.js';
6
6
  import { c as createLucideIcon } from './createLucideIcon.js';
7
7
 
8
8
  /**
@@ -1,7 +1,7 @@
1
1
  import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import { createContext, useContext, useState, useRef, useCallback, useEffect } from 'react';
3
3
  import { useNavigate } from 'react-router-dom';
4
- import { clearToken, axios, setToken } from './utils/axios.js';
4
+ import { e as clearToken, a as axios, s as setToken } from './axios.js';
5
5
 
6
6
  const OnboardingContext = createContext(void 0);
7
7
  const useOnboarding = () => {
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import React__default, { useRef, useCallback, useMemo } from 'react';
3
3
  import { c as cn } from './utils.js';
4
- import { F as Field, a as FieldLabel, h as FieldContent, b as FieldDescription, c as FieldError } from './field.js';
4
+ import { F as Field, e as FieldLabel, a as FieldContent, b as FieldDescription, c as FieldError } from './field.js';
5
5
 
6
6
  // This file is a workaround for a bug in web browsers' "native"
7
7
  // ES6 importing system which is uncapable of importing "*.json" files.
package/dist/TextArea.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import React__default from 'react';
3
3
  import { c as cn } from './utils.js';
4
- import { F as Field, a as FieldLabel, h as FieldContent, b as FieldDescription, c as FieldError } from './field.js';
4
+ import { F as Field, e as FieldLabel, a as FieldContent, b as FieldDescription, c as FieldError } from './field.js';
5
5
 
6
6
  function Textarea({ className, ...props }) {
7
7
  return /* @__PURE__ */ jsx(
package/dist/TextField.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import React__default from 'react';
3
3
  import { c as cn } from './utils.js';
4
- import { F as Field, a as FieldLabel, b as FieldDescription, c as FieldError } from './field.js';
4
+ import { F as Field, e as FieldLabel, b as FieldDescription, c as FieldError } from './field.js';
5
5
 
6
6
  function Input({ className, type, ...props }) {
7
7
  return /* @__PURE__ */ jsx(