@timeax/form-palette 0.0.8 → 0.0.9

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
@@ -10,8 +10,8 @@ import { VariantProps } from 'class-variance-authority';
10
10
  import * as SwitchPrimitive from '@radix-ui/react-switch';
11
11
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
12
12
  import { $ZodError } from 'zod/v4/core';
13
- import 'axios';
14
13
  import './../../../../node_modules/@inertiajs/core/types/types.d';
14
+ import 'axios';
15
15
 
16
16
  /**
17
17
  * Imperative handle for a submit button registered with the core.
package/dist/index.d.ts CHANGED
@@ -10,8 +10,8 @@ import { VariantProps } from 'class-variance-authority';
10
10
  import * as SwitchPrimitive from '@radix-ui/react-switch';
11
11
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
12
12
  import { $ZodError } from 'zod/v4/core';
13
- import 'axios';
14
13
  import './../../../../node_modules/@inertiajs/core/types/types.d';
14
+ import 'axios';
15
15
 
16
16
  /**
17
17
  * Imperative handle for a submit button registered with the core.