@xola/ui-kit 2.0.0-41 → 2.0.0-45

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@xola/ui-kit",
3
- "version": "2.0.0-41",
3
+ "version": "2.0.0-45",
4
4
  "description": "Xola UI Kit",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@headlessui/react": "^1.4.0",
32
- "@tailwindcss/forms": "^0.3.3",
33
- "@tailwindcss/line-clamp": "^0.2.1",
32
+ "@tailwindcss/forms": "^0.4.0",
33
+ "@tailwindcss/line-clamp": "^0.3.1",
34
34
  "@tippyjs/react": "^4.2.5",
35
35
  "clsx": "^1.1.1",
36
36
  "dayjs": "^1.10.7",
@@ -56,17 +56,17 @@
56
56
  "@storybook/react": "^6.4.9",
57
57
  "@storybook/theming": "^6.4.9",
58
58
  "@xola/jslint": "^1.0.0",
59
- "autoprefixer": "^10.3.1",
59
+ "autoprefixer": "^10.4.2",
60
60
  "babel-jest": "^27.2.0",
61
61
  "babel-loader": "^8.2.2",
62
62
  "jest": "^27.2.0",
63
63
  "lodash": "^4.17.21",
64
- "postcss": "^8.3.6",
64
+ "postcss": "^8.4.5",
65
65
  "prettier": "^2.4.0",
66
66
  "react": "^17.0.2",
67
67
  "react-dom": "^17.0.2",
68
68
  "storybook-css-modules-preset": "^1.1.1",
69
- "tailwindcss": "^2.2.15",
69
+ "tailwindcss": "^3.0.18",
70
70
  "vite": "^2.5.7"
71
71
  },
72
72
  "peerDependencies": {
@@ -75,7 +75,7 @@
75
75
  "postcss": "^8.3.6",
76
76
  "react": "^17.0.2",
77
77
  "react-dom": "^17.0.2",
78
- "tailwindcss": "^2.2.7"
78
+ "tailwindcss": "^3.0.18"
79
79
  },
80
80
  "prettier": {
81
81
  "semi": true,
@@ -57,10 +57,7 @@ const colors = {
57
57
  };
58
58
 
59
59
  module.exports = {
60
- mode: "jit",
61
- darkMode: false,
62
-
63
- purge: [
60
+ content: [
64
61
  "./src/**/*.js",
65
62
  "./src/**/*.jsx",
66
63
  "./src/**/*.ts",
@@ -155,7 +152,7 @@ module.exports = {
155
152
  extend: {
156
153
  fontFamily: {
157
154
  sans: ["Inter", ...defaultTheme.fontFamily.sans],
158
- mono: ["Roboto Mono", ...defaultTheme.fontFamily.mono]
155
+ mono: ["Roboto Mono", ...defaultTheme.fontFamily.mono],
159
156
  },
160
157
 
161
158
  // P1 - Big 16px 130%