@okshaun/components 0.5.0 → 0.5.1
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/preset.js +4 -2
- package/dist/preset.js.map +1 -1
- package/dist/sprite.symbol.html +1 -1
- package/package.json +1 -1
package/dist/preset.js
CHANGED
|
@@ -225,7 +225,8 @@ const radii = {
|
|
|
225
225
|
"4": { value: "{sizes.4}" },
|
|
226
226
|
"8": { value: "{sizes.8}" },
|
|
227
227
|
"16": { value: "{sizes.16}" },
|
|
228
|
-
"100": { value: "100%" }
|
|
228
|
+
"100": { value: "100%" },
|
|
229
|
+
"999": { value: "999px" }
|
|
229
230
|
};
|
|
230
231
|
const borderWidths = {
|
|
231
232
|
"0": { value: "{sizes.0}" },
|
|
@@ -6687,8 +6688,9 @@ const chipBase = {
|
|
|
6687
6688
|
position: "relative",
|
|
6688
6689
|
display: "inline-flex",
|
|
6689
6690
|
alignItems: "center",
|
|
6691
|
+
appearance: "none",
|
|
6690
6692
|
width: "fit",
|
|
6691
|
-
borderRadius: "
|
|
6693
|
+
borderRadius: "999",
|
|
6692
6694
|
fontFamily: "sans",
|
|
6693
6695
|
lineHeight: "default",
|
|
6694
6696
|
fontWeight: "medium",
|