@okshaun/components 0.5.0 → 0.5.2

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.
@@ -209,8 +209,10 @@
209
209
  "color]___[value:text.muted",
210
210
  "textStyle]___[value:mono.xs",
211
211
  "gridTemplateColumns]___[value:auto auto auto",
212
- "animation]___[value:badgePop 200ms ease-out",
213
- "animation]___[value:badgePopStandalone 200ms ease-out",
212
+ "animationName]___[value:badgePop",
213
+ "animationDuration]___[value:normal",
214
+ "animationTimingFunction]___[value:default",
215
+ "animationName]___[value:badgePopStandalone",
214
216
  "opacity]___[value:0",
215
217
  "opacity]___[value:1",
216
218
  "position]___[value:absolute",
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: "full",
6693
+ borderRadius: "999",
6692
6694
  fontFamily: "sans",
6693
6695
  lineHeight: "default",
6694
6696
  fontWeight: "medium",