@trops/dash-core 0.1.121 → 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.esm.js CHANGED
@@ -29993,6 +29993,7 @@ var TokenColorPickerPane = function TokenColorPickerPane(_ref) {
29993
29993
  var VALUE_OPTIONS = {
29994
29994
  textSize: ["text-xs", "text-sm", "text-base", "text-lg", "text-xl", "text-2xl", "text-3xl", "text-4xl", "text-5xl", "text-6xl"],
29995
29995
  fontWeight: ["font-thin", "font-extralight", "font-light", "font-normal", "font-medium", "font-semibold", "font-bold", "font-extrabold", "font-black"],
29996
+ borderWidth: ["border-0", "border", "border-2", "border-4", "border-8"],
29996
29997
  borderRadius: ["rounded-none", "rounded-sm", "rounded", "rounded-md", "rounded-lg", "rounded-xl", "rounded-2xl", "rounded-3xl", "rounded-full"],
29997
29998
  shadow: ["shadow-none", "shadow-sm", "shadow", "shadow-md", "shadow-lg", "shadow-xl", "shadow-2xl"],
29998
29999
  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"],
@@ -33190,7 +33191,7 @@ var DashboardsSection = function DashboardsSection(_ref) {
33190
33191
  var listContent = /*#__PURE__*/jsxs("div", {
33191
33192
  className: "flex flex-col h-full",
33192
33193
  children: [/*#__PURE__*/jsxs("div", {
33193
- className: "flex-shrink-0 flex flex-col gap-2 px-3 pt-3 pb-2 ".concat(headerStyles.backgroundColor || ""),
33194
+ className: "flex-shrink-0 flex flex-col gap-2 px-3 py-2 ".concat(headerStyles.backgroundColor || ""),
33194
33195
  children: [/*#__PURE__*/jsxs("div", {
33195
33196
  className: "flex items-center gap-2",
33196
33197
  children: [/*#__PURE__*/jsx("div", {