@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.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"],
@@ -33208,7 +33209,7 @@ var DashboardsSection = function DashboardsSection(_ref) {
33208
33209
  var listContent = /*#__PURE__*/jsxRuntime.jsxs("div", {
33209
33210
  className: "flex flex-col h-full",
33210
33211
  children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
33211
- className: "flex-shrink-0 flex flex-col gap-2 px-3 pt-3 pb-2 ".concat(headerStyles.backgroundColor || ""),
33212
+ className: "flex-shrink-0 flex flex-col gap-2 px-3 py-2 ".concat(headerStyles.backgroundColor || ""),
33212
33213
  children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
33213
33214
  className: "flex items-center gap-2",
33214
33215
  children: [/*#__PURE__*/jsxRuntime.jsx("div", {