@julseb-lib/react 0.1.50 → 0.1.51

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.css CHANGED
@@ -109,6 +109,8 @@
109
109
  --spacer-xl: 32px;
110
110
  --spacer-2xl: 48px;
111
111
 
112
+ --radius-full: calc(infinity * 1px);
113
+
112
114
  --main-default: 600px;
113
115
  --main-large: 800px;
114
116
  --main-form: 400px;
@@ -256,6 +258,8 @@
256
258
  --spacer-xl: 32px;
257
259
  --spacer-2xl: 48px;
258
260
 
261
+ --radius-full: calc(infinity * 1px);
262
+
259
263
  --main-default: 600px;
260
264
  --main-large: 800px;
261
265
  --main-form: 400px;