@trops/dash-core 0.1.122 → 0.1.123

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.js CHANGED
@@ -30011,6 +30011,7 @@ var TokenColorPickerPane = function TokenColorPickerPane(_ref) {
30011
30011
  var VALUE_OPTIONS = {
30012
30012
  textSize: ["text-xs", "text-sm", "text-base", "text-lg", "text-xl", "text-2xl", "text-3xl", "text-4xl", "text-5xl", "text-6xl"],
30013
30013
  fontWeight: ["font-thin", "font-extralight", "font-light", "font-normal", "font-medium", "font-semibold", "font-bold", "font-extrabold", "font-black"],
30014
+ borderWidth: ["border-0", "border", "border-2", "border-4", "border-8"],
30014
30015
  borderRadius: ["rounded-none", "rounded-sm", "rounded", "rounded-md", "rounded-lg", "rounded-xl", "rounded-2xl", "rounded-3xl", "rounded-full"],
30015
30016
  shadow: ["shadow-none", "shadow-sm", "shadow", "shadow-md", "shadow-lg", "shadow-xl", "shadow-2xl"],
30016
30017
  spacing: ["p-0", "p-1", "p-2", "p-3", "p-4", "p-5", "p-6", "p-8", "px-2 py-1", "px-3 py-1.5", "px-4 py-2", "px-6 py-3", "px-8 py-4"],