@xmart/xorder-ui 0.0.35-dev.0 → 0.0.35-dev.1

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,7 +1,7 @@
1
1
  export { Button, type ButtonProps } from './button';
2
2
  export { IconButton, type IconButtonProps } from './icon-button';
3
3
  export { Input, type InputProps } from './input';
4
- export { RadioGroup, RadioGroupItem, type RadioGroupItemProps, RadioGroupRoot, type RadioGroupRootProps } from './radio-group';
4
+ export { RadioGroup, RadioGroupItem, type RadioGroupItemProps, RadioGroupRoot, type RadioGroupRootProps, } from './radio-group';
5
5
  export { SelectBox, type SelectBoxOption, type SelectBoxProps } from './select-box';
6
6
  export { Spinner, type SpinnerProps } from './spinner';
7
7
  export { Switch, type SwitchProps } from './switch';
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { Button, type ButtonProps, IconButton, type IconButtonProps, Input, type InputProps, RadioGroup, RadioGroupItem, type RadioGroupItemProps, RadioGroupRoot, type RadioGroupRootProps, Spinner, type SpinnerProps, Switch, type SwitchProps, } from './components';
2
- export { primitive, semantic, } from './styles/tokens';
2
+ export { primitive, semantic } from './styles/tokens';
package/dist/index.esm.js CHANGED
@@ -737,6 +737,7 @@ var me = /* @__PURE__ */ B(((e) => {
737
737
  o
738
738
  ]),
739
739
  viewBox: "0 0 24 24",
740
+ className: s,
740
741
  xmlns: "http://www.w3.org/2000/svg",
741
742
  ...i(() => ({
742
743
  role: u || (r || l ? "img" : void 0),
@@ -1,2 +1,2 @@
1
- export { colors, primitive, spacing, typography, zIndex, } from './primitive.css';
1
+ export { colors, primitive, spacing, typography, zIndex } from './primitive.css';
2
2
  export { semantic } from './semantic.css';
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@xmart/xorder-ui",
3
- "version": "0.0.35-dev.0",
3
+ "version": "0.0.35-dev.1",
4
+ "files": [
5
+ "dist"
6
+ ],
4
7
  "sideEffects": false,
5
8
  "main": "dist/index.esm.js",
6
9
  "module": "dist/index.esm.js",
7
10
  "types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./dist/index.d.ts",
@@ -16,15 +16,30 @@
16
16
  "./styles.css": "./dist/xorder-ui.css"
17
17
  },
18
18
  "scripts": {
19
- "prepublishOnly": "yarn build",
19
+ "prepublishOnly": "vp run build",
20
20
  "prebuild": "rm -rf ./dist",
21
- "build": "vite build"
21
+ "build": "vp build"
22
+ },
23
+ "dependencies": {
24
+ "@radix-ui/react-radio-group": "1.3.8",
25
+ "@radix-ui/react-select": "2.2.6",
26
+ "@radix-ui/react-slot": "1.2.4",
27
+ "@radix-ui/react-switch": "1.2.6",
28
+ "@radix-ui/react-visually-hidden": "1.2.4",
29
+ "@vanilla-extract/css": "1.20.1",
30
+ "@vanilla-extract/dynamic": "2.1.5",
31
+ "@xmart/xorder-ui-icons": "0.0.35-dev.1",
32
+ "clsx": "2.1.1"
33
+ },
34
+ "devDependencies": {
35
+ "react": "^19.2.5",
36
+ "react-dom": "^19.2.5"
22
37
  },
23
38
  "peerDependencies": {
24
39
  "@types/react": "*",
25
40
  "@types/react-dom": "*",
26
- "react": "^18.0 || ^19.0 || ^19.0.0-rc",
27
- "react-dom": "^18.0 || ^19.0 || ^19.0.0-rc"
41
+ "react": "^18.0 || ^19.0",
42
+ "react-dom": "^18.0 || ^19.0"
28
43
  },
29
44
  "peerDependenciesMeta": {
30
45
  "@types/react": {
@@ -33,16 +48,5 @@
33
48
  "@types/react-dom": {
34
49
  "optional": true
35
50
  }
36
- },
37
- "dependencies": {
38
- "@radix-ui/react-radio-group": "1.3.8",
39
- "@radix-ui/react-select": "2.2.6",
40
- "@radix-ui/react-slot": "1.2.4",
41
- "@radix-ui/react-switch": "1.2.6",
42
- "@radix-ui/react-visually-hidden": "1.2.4",
43
- "@vanilla-extract/css": "1.20.1",
44
- "@vanilla-extract/dynamic": "2.1.5",
45
- "@xmart/xorder-ui-icons": "0.0.35-dev.0",
46
- "clsx": "2.1.1"
47
51
  }
48
52
  }