@ivao/atmosphere-react 2.0.0 → 2.1.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ivao/atmosphere-react",
3
3
  "description": "React component library for the IVAO Atmosphere design system.",
4
- "version": "2.0.0",
4
+ "version": "2.1.0",
5
5
  "type": "module",
6
6
  "main": "./dist/atmosphere-react.js",
7
7
  "types": "./dist/react-components.d.ts",
@@ -49,72 +49,73 @@
49
49
  }
50
50
  ],
51
51
  "dependencies": {
52
- "@radix-ui/react-accordion": "1.2.12",
53
- "@radix-ui/react-alert-dialog": "1.1.15",
54
- "@radix-ui/react-checkbox": "1.3.3",
55
- "@radix-ui/react-collapsible": "1.1.12",
56
- "@radix-ui/react-dialog": "1.1.15",
57
- "@radix-ui/react-dropdown-menu": "2.1.16",
58
- "@radix-ui/react-hover-card": "1.1.15",
59
- "@radix-ui/react-label": "2.1.7",
60
- "@radix-ui/react-navigation-menu": "1.2.14",
61
- "@radix-ui/react-popover": "1.1.15",
62
- "@radix-ui/react-progress": "1.1.7",
63
- "@radix-ui/react-radio-group": "1.3.8",
64
- "@radix-ui/react-scroll-area": "1.2.10",
65
- "@radix-ui/react-select": "2.2.6",
66
- "@radix-ui/react-separator": "1.1.7",
67
- "@radix-ui/react-slider": "1.3.6",
68
- "@radix-ui/react-slot": "1.2.3",
69
- "@radix-ui/react-switch": "1.2.6",
70
- "@radix-ui/react-tabs": "1.1.13",
71
- "@radix-ui/react-toast": "1.2.15",
72
- "@radix-ui/react-toggle": "1.1.10",
73
- "@radix-ui/react-toggle-group": "1.1.11",
74
- "@radix-ui/react-tooltip": "1.2.8",
52
+ "@daypicker/react": "^10.0.1",
53
+ "@radix-ui/react-accordion": "1.2.20",
54
+ "@radix-ui/react-alert-dialog": "1.1.23",
55
+ "@radix-ui/react-checkbox": "1.3.11",
56
+ "@radix-ui/react-collapsible": "1.1.20",
57
+ "@radix-ui/react-dialog": "1.1.23",
58
+ "@radix-ui/react-dropdown-menu": "2.1.24",
59
+ "@radix-ui/react-hover-card": "1.1.23",
60
+ "@radix-ui/react-label": "2.1.15",
61
+ "@radix-ui/react-navigation-menu": "1.2.22",
62
+ "@radix-ui/react-popover": "1.1.23",
63
+ "@radix-ui/react-progress": "1.1.16",
64
+ "@radix-ui/react-radio-group": "1.4.7",
65
+ "@radix-ui/react-scroll-area": "1.2.18",
66
+ "@radix-ui/react-select": "2.3.7",
67
+ "@radix-ui/react-separator": "1.1.15",
68
+ "@radix-ui/react-slider": "1.4.7",
69
+ "@radix-ui/react-slot": "1.3.3",
70
+ "@radix-ui/react-switch": "1.3.7",
71
+ "@radix-ui/react-tabs": "1.1.21",
72
+ "@radix-ui/react-toast": "1.2.23",
73
+ "@radix-ui/react-toggle": "1.1.18",
74
+ "@radix-ui/react-toggle-group": "1.1.19",
75
+ "@radix-ui/react-tooltip": "1.2.16",
75
76
  "@tanstack/react-table": "8.21.3",
76
77
  "class-variance-authority": "0.7.1",
77
78
  "clsx": "2.1.1",
78
79
  "cmdk": "1.1.1",
79
- "date-fns": "4.1.0",
80
+ "date-fns": "4.4.0",
80
81
  "embla-carousel-react": "8.6.0",
81
- "lucide-react": "^0.544.0",
82
- "react-day-picker": "9.11.0",
82
+ "lucide-react": "^1.27.0",
83
83
  "tailwind-merge": "2.6.0",
84
84
  "tailwindcss-animate": "1.0.7",
85
85
  "@ivao/atmosphere-brand": "1.0.1"
86
86
  },
87
87
  "devDependencies": {
88
- "@ianvs/prettier-plugin-sort-imports": "4.7.0",
89
- "@ivao/eslint-config": "1.3.0",
90
- "@ivao/prettier-config": "1.2.0",
91
- "@storybook/addon-docs": "9.1.9",
92
- "@storybook/addon-links": "9.1.9",
93
- "@storybook/addon-themes": "9.1.9",
94
- "@storybook/builder-vite": "9.1.9",
95
- "@storybook/react-vite": "9.1.9",
88
+ "@ianvs/prettier-plugin-sort-imports": "4.7.1",
89
+ "@ivao/eslint-config": "4.0.0",
90
+ "@ivao/prettier-config": "1.4.0",
91
+ "@microsoft/api-extractor": "^7.58.12",
92
+ "@storybook/addon-docs": "10.5.5",
93
+ "@storybook/addon-links": "10.5.5",
94
+ "@storybook/addon-themes": "10.5.5",
95
+ "@storybook/builder-vite": "10.5.5",
96
+ "@storybook/react-vite": "10.5.5",
96
97
  "@types/node": "22.18.7",
97
- "@types/react": "18.3.25",
98
- "@types/react-dom": "18.3.7",
99
- "@vitejs/plugin-react": "5.0.4",
100
- "autoprefixer": "10.4.21",
101
- "eslint": "9.36.0",
102
- "postcss": "8.5.6",
103
- "prettier": "3.6.2",
104
- "prettier-plugin-tailwindcss": "0.6.14",
98
+ "@types/react": "19.2.17",
99
+ "@types/react-dom": "19.2.3",
100
+ "@vitejs/plugin-react": "6.0.4",
101
+ "autoprefixer": "10.5.4",
102
+ "eslint": "10.8.0",
103
+ "eslint-plugin-storybook": "10.5.5",
104
+ "postcss": "8.5.23",
105
+ "prettier": "3.9.6",
106
+ "prettier-plugin-tailwindcss": "0.8.1",
105
107
  "rollup-plugin-analyzer": "4.0.0",
106
- "storybook": "9.1.9",
108
+ "storybook": "10.5.5",
107
109
  "tailwindcss": "3.4.17",
108
110
  "tailwindcss-radix": "3.0.5",
109
111
  "ts-node": "10.9.2",
110
112
  "typescript": "5.9.2",
111
- "vite": "7.1.7",
112
- "vite-plugin-dts": "4.5.4",
113
- "vite-tsconfig-paths": "5.1.4"
113
+ "unplugin-dts": "^1.0.3",
114
+ "vite": "8.1.5"
114
115
  },
115
116
  "peerDependencies": {
116
- "react": "18.3.1",
117
- "react-dom": "18.3.1"
117
+ "react": "^18.2 || ^19",
118
+ "react-dom": "^18.2 || ^19"
118
119
  },
119
120
  "publishConfig": {
120
121
  "access": "public"