@xola/ui-kit 2.0.0-87 → 2.0.0-89
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/build/ui-kit.mjs +1287 -1258
- package/build/ui-kit.umd.js +10 -10
- package/package.json +1 -1
- package/tailwind.config.js +7 -0
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -105,11 +105,18 @@ const spacing = {
|
|
|
105
105
|
56: "224px",
|
|
106
106
|
60: "240px",
|
|
107
107
|
64: "256px",
|
|
108
|
+
65: "260px", // CODE REVIEW: Should switch to w-64 260px or use Barth's spacing here?
|
|
108
109
|
72: "288px",
|
|
109
110
|
75: "300px",
|
|
110
111
|
80: "320px",
|
|
111
112
|
82: "350px",
|
|
112
113
|
96: "384px",
|
|
114
|
+
100: "400px",
|
|
115
|
+
105: "420px",
|
|
116
|
+
125: "500px",
|
|
117
|
+
150: "600px",
|
|
118
|
+
140: "560px",
|
|
119
|
+
200: "800px",
|
|
113
120
|
};
|
|
114
121
|
module.exports = {
|
|
115
122
|
content: [
|