@sellgar/kit 0.0.119 → 0.0.120

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.js CHANGED
@@ -13272,7 +13272,7 @@ export {
13272
13272
  rc as Dot,
13273
13273
  td as DropDownWrapper,
13274
13274
  MO as Expand,
13275
- yi as FieldWrapper,
13275
+ yi as Field,
13276
13276
  ke as Icon,
13277
13277
  Sa as Input,
13278
13278
  du as InputMask,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.119",
4
+ "version": "0.0.120",
5
5
  "description": "Sellgar kit",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -71,7 +71,7 @@
71
71
  "@types/react-slider": "1.3.6",
72
72
  "@vitejs/plugin-react": "5.0.4",
73
73
  "typescript": "5.9.3",
74
- "vite": "7.1.10",
74
+ "vite": "7.1.11",
75
75
  "vite-plugin-dts": "4.5.4",
76
76
  "vite-plugin-lib-inject-css": "2.2.2",
77
77
  "vite-plugin-webfont-dl": "3.11.1"
@@ -8,5 +8,5 @@ type TFieldWrapper = typeof FieldWrapperComponent & {
8
8
  Content: typeof Content;
9
9
  Caption: typeof Caption;
10
10
  };
11
- export declare const FieldWrapper: TFieldWrapper;
11
+ export declare const Field: TFieldWrapper;
12
12
  export {};
@@ -1 +1 @@
1
- export { FieldWrapper } from './field.wrapper.tsx';
1
+ export { Field } from './field.wrapper.tsx';