@adsgency_npm/adsgency-ads-ui 0.1.0-alpha.37 → 0.1.0-alpha.38

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.cjs CHANGED
@@ -6144,7 +6144,7 @@ function LineChartTooltipContent({
6144
6144
  "span",
6145
6145
  {
6146
6146
  "aria-hidden": "true",
6147
- className: "size-2 rounded-full",
6147
+ className: "h-2 w-2 shrink-0 rounded-full",
6148
6148
  style: { backgroundColor: color }
6149
6149
  }
6150
6150
  ),
package/dist/index.js CHANGED
@@ -5981,7 +5981,7 @@ function LineChartTooltipContent({
5981
5981
  "span",
5982
5982
  {
5983
5983
  "aria-hidden": "true",
5984
- className: "size-2 rounded-full",
5984
+ className: "h-2 w-2 shrink-0 rounded-full",
5985
5985
  style: { backgroundColor: color }
5986
5986
  }
5987
5987
  ),
@@ -1,4 +1,4 @@
1
- @tailwind base;
1
+ @import "tailwindcss/preflight";
2
2
 
3
3
  :root {
4
4
  --background: #151619;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adsgency_npm/adsgency-ads-ui",
3
- "version": "0.1.0-alpha.37",
3
+ "version": "0.1.0-alpha.38",
4
4
  "description": "AdsGency Ads Design System React component library.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -38,7 +38,7 @@
38
38
  "peerDependencies": {
39
39
  "react": ">=18.2.0",
40
40
  "react-dom": ">=18.2.0",
41
- "tailwindcss": ">=3.3.0"
41
+ "tailwindcss": "^4.3.3"
42
42
  },
43
43
  "dependencies": {
44
44
  "@daypicker/hijri": "^10.0.1",
@@ -81,8 +81,8 @@
81
81
  "@types/node": "^22.15.33",
82
82
  "@types/react": "^18.3.23",
83
83
  "@types/react-dom": "^18.3.7",
84
+ "@tailwindcss/postcss": "4.3.3",
84
85
  "@vitejs/plugin-react": "^5.0.0",
85
- "autoprefixer": "^10.4.21",
86
86
  "eslint": "^9.29.0",
87
87
  "eslint-plugin-react": "^7.37.5",
88
88
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -92,7 +92,7 @@
92
92
  "prettier": "^3.6.0",
93
93
  "react": "^18.3.1",
94
94
  "react-dom": "^18.3.1",
95
- "tailwindcss": "3.4.17",
95
+ "tailwindcss": "4.3.3",
96
96
  "tsup": "^8.5.0",
97
97
  "typescript": "^5.8.3",
98
98
  "typescript-eslint": "^8.35.1",