@parrot-co/parrot-ui 0.0.61 → 0.0.62

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/module.js CHANGED
@@ -1005,7 +1005,8 @@ const $22d93d8ad1e2d08d$export$5a7eb6284e7684f5 = (0, $9ade691eb9e41cfb$export$d
1005
1005
  outline: {},
1006
1006
  lightOutline: {},
1007
1007
  solidMono: {},
1008
- plain: {}
1008
+ plain: {},
1009
+ pastel: {}
1009
1010
  },
1010
1011
  isInteractive: {}
1011
1012
  },
@@ -1015,7 +1016,8 @@ const $22d93d8ad1e2d08d$export$5a7eb6284e7684f5 = (0, $9ade691eb9e41cfb$export$d
1015
1016
  ...$22d93d8ad1e2d08d$export$aa42d30026ce41b9("outline"),
1016
1017
  ...$22d93d8ad1e2d08d$export$aa42d30026ce41b9("lightOutline"),
1017
1018
  ...$22d93d8ad1e2d08d$export$aa42d30026ce41b9("solidMono"),
1018
- ...$22d93d8ad1e2d08d$export$aa42d30026ce41b9("plain")
1019
+ ...$22d93d8ad1e2d08d$export$aa42d30026ce41b9("plain"),
1020
+ ...$22d93d8ad1e2d08d$export$aa42d30026ce41b9("pastel")
1019
1021
  ]
1020
1022
  });
1021
1023
  function $22d93d8ad1e2d08d$export$71074ab0ed740397(color) {
@@ -1036,6 +1038,19 @@ function $22d93d8ad1e2d08d$export$ccdcc3b9d72a654(color, variant) {
1036
1038
  }
1037
1039
  }
1038
1040
  };
1041
+ if (variant === "pastel") return {
1042
+ color: color,
1043
+ variant: variant,
1044
+ css: {
1045
+ background: `$${color}6`,
1046
+ color: `$${color}12`,
1047
+ fill: `$${color}12`,
1048
+ border: "none",
1049
+ "&:focus": {
1050
+ boxShadow: $22d93d8ad1e2d08d$export$71074ab0ed740397(color)
1051
+ }
1052
+ }
1053
+ };
1039
1054
  if (variant === "plain") return {
1040
1055
  color: color,
1041
1056
  variant: variant,