@trops/dash-react 1.0.18 → 1.0.20

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
@@ -331,6 +331,7 @@ var PADDING = "padding";
331
331
  // Design Token Class Names (v0.2.0+)
332
332
  var SHADOW = "shadow";
333
333
  var BORDER_RADIUS = "borderRadius";
334
+ var BORDER_WIDTH = "borderWidth";
334
335
  var SPACING = "spacing";
335
336
  var TEXT_SIZE = "textSize";
336
337
  var ICON_SIZE = "iconSize";
@@ -360,6 +361,7 @@ var styleClassNames = {
360
361
  // Design Tokens
361
362
  SHADOW: SHADOW,
362
363
  BORDER_RADIUS: BORDER_RADIUS,
364
+ BORDER_WIDTH: BORDER_WIDTH,
363
365
  SPACING: SPACING,
364
366
  TEXT_SIZE: TEXT_SIZE,
365
367
  ICON_SIZE: ICON_SIZE,
@@ -433,7 +435,7 @@ var themeVariants = ["very-light", "light", "medium", "dark", "very-dark"];
433
435
  var colorTypes = ["primary", "secondary", "tertiary", "neutral"];
434
436
  var colorNames = ["zinc", "neutral", "stone", "red", "gray", "blue", "slate", "indigo", "yellow", "orange", "amber", "lime", "emerald", "green", "teal", "cyan", "sky", "violet", "purple", "fuchsia", "pink", "rose"];
435
437
  var shades = [50, 100, 200, 300, 400, 500, 600, 700, 800, 900];
436
- var colorMap = (_colorMap = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.BUTTON, (_themeObjects$BUTTON = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-dark"), styleClassNames.PADDING, "padding-primary"), styleClassNames.SHADOW, "shadow-sm"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-4 py-2"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON, styleClassNames.TEXT_SIZE, "text-base"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.BUTTON_2, (_themeObjects$BUTTON_ = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark"), styleClassNames.SHADOW, "shadow-sm"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-3 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_, styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-secondary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-secondary-light"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.BUTTON_3, (_themeObjects$BUTTON_2 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_2, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-dark"), styleClassNames.SHADOW, "shadow-sm"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-2 py-1"), styleClassNames.TEXT_SIZE, "text-xs"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_2, styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-tertiary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-tertiary-light"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.FONT_WEIGHT, "font-normal"), styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.CARD, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-light"), styleClassNames.BORDER_COLOR, "border-primary-light"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-light"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-primary-medium")), themeObjects.CARD_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-light"), styleClassNames.BORDER_COLOR, "border-secondary-light"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-light"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-secondary-medium")), themeObjects.BREADCRUMBS, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TEXT_SIZE, "text-base")), themeObjects.BREADCRUMBS_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.TEXT_SIZE, "text-sm")), themeObjects.BREADCRUMBS_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.TEXT_SIZE, "text-xs")), themeObjects.ALERT, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-light"), styleClassNames.BORDER_COLOR, "border-primary-light"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.ALERT_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-light"), styleClassNames.BORDER_COLOR, "border-secondary-light"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.ALERT_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-light"), styleClassNames.BORDER_COLOR, "border-tertiary-light"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.ALERT_BANNER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-blue-50"), styleClassNames.BORDER_COLOR, "border-blue-500"), styleClassNames.TEXT_COLOR, "text-blue-900")), themeObjects.PROGRESS_BAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.PROGRESS_BAR_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.PROGRESS_BAR_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.TOAST, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-light"), styleClassNames.BORDER_COLOR, "border-primary-light"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.TOAST_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-light"), styleClassNames.BORDER_COLOR, "border-secondary-light"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.TOAST_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-light"), styleClassNames.BORDER_COLOR, "border-tertiary-light"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.WIDGET_CHROME, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-light")), themeObjects.CARD_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-light"), styleClassNames.BORDER_COLOR, "border-tertiary-light"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-light"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-tertiary-medium")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.PANEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark"), styleClassNames.SHADOW, "shadow-md"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-4"), styleClassNames.TRANSITION, "transition-all duration-200")), themeObjects.PANEL_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark")), themeObjects.PANEL_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark")), themeObjects.PANEL_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark")), themeObjects.PANEL_HEADER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark")), themeObjects.PANEL_FOOTER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark")), themeObjects.PANEL_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.PANEL_HEADER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.PANEL_FOOTER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.BUTTON_ICON, (_themeObjects$BUTTON_3 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_3, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-dark"), styleClassNames.SHADOW, "shadow-none"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-3 py-2"), styleClassNames.TEXT_SIZE, "text-base"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_3, styleClassNames.ICON_SIZE, "h-5 w-5"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.SELECTED_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.SELECTED_TEXT_COLOR, "text-primary-light"))), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.BUTTON_ICON_2, (_themeObjects$BUTTON_4 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_4, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark"), styleClassNames.SHADOW, "shadow-none"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-2.5 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_4, styleClassNames.ICON_SIZE, "h-4 w-4"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-secondary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.SELECTED_BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.SELECTED_TEXT_COLOR, "text-secondary-light"))), themeObjects.BUTTON_ICON_3, (_themeObjects$BUTTON_5 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_5, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-dark"), styleClassNames.SHADOW, "shadow-none"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-2 py-1"), styleClassNames.TEXT_SIZE, "text-xs"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_5, styleClassNames.ICON_SIZE, "h-3 w-3"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-tertiary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.SELECTED_BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.SELECTED_TEXT_COLOR, "text-tertiary-light"))), themeObjects.HEADING, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-5xl"), styleClassNames.FONT_WEIGHT, "font-bold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-tight")), themeObjects.HEADING_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-4xl"), styleClassNames.FONT_WEIGHT, "font-bold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-tight")), themeObjects.HEADING_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-3xl"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-tight")), themeObjects.SUBHEADING, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-2xl"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-snug")), themeObjects.SUBHEADING_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-xl"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-snug")), themeObjects.SUBHEADING_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-lg"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.LETTER_SPACING, "tracking-normal"), styleClassNames.LINE_HEIGHT, "leading-snug")), themeObjects.PARAGRAPH, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-base"), styleClassNames.LINE_HEIGHT, "leading-relaxed")), themeObjects.PARAGRAPH_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.LINE_HEIGHT, "leading-relaxed")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.PARAGRAPH_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.LINE_HEIGHT, "leading-relaxed")), themeObjects.MENU_ITEM, (_themeObjects$MENU_IT = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$MENU_IT, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), _defineProperty$z(_themeObjects$MENU_IT, styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.MENU_ITEM_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.MENU_ITEM_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.TAG, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none")), themeObjects.TAG_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none")), themeObjects.TAG_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none")), themeObjects.TABLE, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-light")), themeObjects.TABLE_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-medium"), styleClassNames.TEXT_COLOR, "text-secondary-light")), themeObjects.TABLE_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-medium"), styleClassNames.TEXT_COLOR, "text-tertiary-light")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.TOGGLE, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-tertiary-very-light")), themeObjects.TOGGLE_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-secondary-very-light")), themeObjects.TOGGLE_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-very-light")), themeObjects.DASHBOARD_FOOTER, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark")), themeObjects.DASHBOARD_FOOTER_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-dark")), themeObjects.DASHBOARD_FOOTER_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-dark")), themeObjects.CODE_EDITOR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.INPUT_TEXT, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.PLACEHOLDER_TEXT_COLOR, "placeholder-text-primary-light"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.FOCUS_BORDER_COLOR, "border-primary-dark"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.SELECT_MENU, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.FORM_LABEL, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-dark")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.TEXTAREA, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.PLACEHOLDER_TEXT_COLOR, "placeholder-text-primary-light"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.SEARCH_INPUT, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.PLACEHOLDER_TEXT_COLOR, "placeholder-text-primary-light"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.CHECKBOX, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.RADIO, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.SWITCH, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-very-light")), themeObjects.SLIDER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.DASH_PANEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark")), themeObjects.DASH_PANEL_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.DASH_PANEL_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.DASH_PANEL_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-very-dark")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.DASH_PANEL_HEADER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.DASH_PANEL_FOOTER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.DASH_PANEL_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.DASH_PANEL_HEADER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.DASH_PANEL_FOOTER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.TABS, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-4")), themeObjects.TABS_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-3")), themeObjects.TABS_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.BORDER_RADIUS, "rounded"), styleClassNames.SPACING, "p-2")), themeObjects.TABS_LIST, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-1")), themeObjects.TABS_LIST_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-1")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.TABS_LIST_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-1")), themeObjects.TABS_TRIGGER, (_themeObjects$TABS_TR = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$TABS_TR, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-sm"), styleClassNames.SPACING, "px-3 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.TRANSITION, "transition-all duration-150"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-very-light"), _defineProperty$z(_themeObjects$TABS_TR, styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.TABS_TRIGGER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-light"), styleClassNames.BORDER_RADIUS, "rounded-sm"), styleClassNames.SPACING, "px-3 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.TRANSITION, "transition-all duration-150"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-secondary-very-light"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.TABS_TRIGGER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-light"), styleClassNames.BORDER_RADIUS, "rounded-sm"), styleClassNames.SPACING, "px-2 py-1"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.TRANSITION, "transition-all duration-150"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-tertiary-very-light"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.TABS_CONTENT, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "mt-2")), themeObjects.TABS_CONTENT_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.SPACING, "mt-2")), themeObjects.TABS_CONTENT_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.SPACING, "mt-2")), themeObjects.ACCORDION, {}), themeObjects.ACCORDION_2, {}), themeObjects.ACCORDION_3, {}), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.ACCORDION_ITEM, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark")), themeObjects.ACCORDION_ITEM_2, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-dark")), themeObjects.ACCORDION_ITEM_3, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-dark")), themeObjects.ACCORDION_TRIGGER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-light"), styleClassNames.TRANSITION, "transition-all duration-200"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium")), themeObjects.ACCORDION_TRIGGER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-light"), styleClassNames.TRANSITION, "transition-all duration-200"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.ACCORDION_TRIGGER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-light"), styleClassNames.TRANSITION, "transition-all duration-200"), styleClassNames.FONT_WEIGHT, "font-normal"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.ACCORDION_CONTENT, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.ACCORDION_CONTENT_2, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.ACCORDION_CONTENT_3, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.SIDEBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TRANSITION, "transition-all duration-200")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.SIDEBAR_ITEM, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.NAVBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.TABBED_NAVBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.SETTINGS_MODAL_SIDEBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.SETTINGS_MODAL_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.EMPTY_STATE, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-8")), themeObjects.STAT_CARD, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-4")), themeObjects.STAT_CARD_LABEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.LETTER_SPACING, "tracking-wider")), themeObjects.STAT_CARD_VALUE, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.TEXT_SIZE, "text-3xl"), styleClassNames.FONT_WEIGHT, "font-bold")), themeObjects.STAT_CARD_CHANGE, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.FONT_WEIGHT, "font-medium")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.SKELETON, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-md")), themeObjects.COMMAND_PALETTE, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-xl"), styleClassNames.SHADOW, "shadow-2xl")), themeObjects.COMMAND_PALETTE_INPUT, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.TEXT_SIZE, "text-base")), themeObjects.COMMAND_PALETTE_ITEM, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-light"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TRANSITION, "transition-colors duration-100"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.STEPPER, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.STEPPER_STEP, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-full"), styleClassNames.TRANSITION, "transition-colors duration-200")), themeObjects.STEPPER_CONNECTOR, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark")), themeObjects.DATA_LIST, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.DATA_LIST_ITEM, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "py-2.5")), themeObjects.DRAWER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SHADOW, "shadow-xl"), styleClassNames.TRANSITION, "transition-transform duration-300")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.DRAWER_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "px-4 py-3")), themeObjects.DRAWER_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "px-4 py-3")), themeObjects.TOOLTIP, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.SHADOW, "shadow-lg"), styleClassNames.SPACING, "px-2.5 py-1.5")), themeObjects.DROPDOWN_PANEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SHADOW, "shadow-xl"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.TRANSITION, "transition-all duration-150")), themeObjects.DROPDOWN_PANEL_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.SPACING, "px-3 py-1.5")), themeObjects.DROPDOWN_PANEL_DIVIDER, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark")), themeObjects.DROPDOWN_PANEL_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.SHADOW, "shadow-xl"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.TRANSITION, "transition-all duration-150")), themeObjects.DROPDOWN_PANEL_HEADER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-light"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.SPACING, "px-3 py-1.5")), themeObjects.DROPDOWN_PANEL_DIVIDER_2, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-dark")), themeObjects.DROPDOWN_PANEL_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.SHADOW, "shadow-lg"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TRANSITION, "transition-all duration-150")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.DROPDOWN_PANEL_HEADER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-light"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.SPACING, "px-2.5 py-1")), themeObjects.DROPDOWN_PANEL_DIVIDER_3, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-dark")), themeObjects.ICON, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.ICON_SIZE, "h-5 w-5")), themeObjects.ICON_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.ICON_SIZE, "h-4 w-4")), themeObjects.ICON_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.ICON_SIZE, "h-3.5 w-3.5")), themeObjects.SCROLLBAR, {
438
+ var colorMap = (_colorMap = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.BUTTON, (_themeObjects$BUTTON = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-dark"), styleClassNames.PADDING, "padding-primary"), styleClassNames.SHADOW, "shadow-sm"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-4 py-2"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON, styleClassNames.TEXT_SIZE, "text-base"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.BUTTON_2, (_themeObjects$BUTTON_ = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark"), styleClassNames.SHADOW, "shadow-sm"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-3 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_, styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-secondary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-secondary-light"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.BUTTON_3, (_themeObjects$BUTTON_2 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_2, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-dark"), styleClassNames.SHADOW, "shadow-sm"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-2 py-1"), styleClassNames.TEXT_SIZE, "text-xs"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_2, styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-tertiary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-tertiary-light"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.FONT_WEIGHT, "font-normal"), styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.CARD, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-light"), styleClassNames.BORDER_COLOR, "border-primary-light"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-light"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-primary-medium")), themeObjects.CARD_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-light"), styleClassNames.BORDER_COLOR, "border-secondary-light"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-light"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-secondary-medium")), themeObjects.BREADCRUMBS, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TEXT_SIZE, "text-base")), themeObjects.BREADCRUMBS_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.TEXT_SIZE, "text-sm")), themeObjects.BREADCRUMBS_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.TEXT_SIZE, "text-xs")), themeObjects.ALERT, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-light"), styleClassNames.BORDER_COLOR, "border-primary-light"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.ALERT_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-light"), styleClassNames.BORDER_COLOR, "border-secondary-light"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.ALERT_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-light"), styleClassNames.BORDER_COLOR, "border-tertiary-light"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.ALERT_BANNER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-blue-50"), styleClassNames.BORDER_COLOR, "border-blue-500"), styleClassNames.TEXT_COLOR, "text-blue-900")), themeObjects.PROGRESS_BAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.PROGRESS_BAR_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.PROGRESS_BAR_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.TOAST, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-light"), styleClassNames.BORDER_COLOR, "border-primary-light"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.TOAST_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-light"), styleClassNames.BORDER_COLOR, "border-secondary-light"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.TOAST_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-light"), styleClassNames.BORDER_COLOR, "border-tertiary-light"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.WIDGET_CHROME, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-light")), themeObjects.CARD_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-light"), styleClassNames.BORDER_COLOR, "border-tertiary-light"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-light"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-tertiary-medium")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.PANEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark"), styleClassNames.SHADOW, "shadow-md"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-4"), styleClassNames.TRANSITION, "transition-all duration-200")), themeObjects.PANEL_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark")), themeObjects.PANEL_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark")), themeObjects.PANEL_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark")), themeObjects.PANEL_HEADER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark")), themeObjects.PANEL_FOOTER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark")), themeObjects.PANEL_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.PANEL_HEADER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.PANEL_FOOTER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.BUTTON_ICON, (_themeObjects$BUTTON_3 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_3, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-dark"), styleClassNames.SHADOW, "shadow-none"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-3 py-2"), styleClassNames.TEXT_SIZE, "text-base"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_3, styleClassNames.ICON_SIZE, "h-5 w-5"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.SELECTED_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.SELECTED_TEXT_COLOR, "text-primary-light"))), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.BUTTON_ICON_2, (_themeObjects$BUTTON_4 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_4, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-dark"), styleClassNames.SHADOW, "shadow-none"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-2.5 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_4, styleClassNames.ICON_SIZE, "h-4 w-4"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-secondary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.SELECTED_BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.SELECTED_TEXT_COLOR, "text-secondary-light"))), themeObjects.BUTTON_ICON_3, (_themeObjects$BUTTON_5 = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_5, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-dark"), styleClassNames.SHADOW, "shadow-none"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "px-2 py-1"), styleClassNames.TEXT_SIZE, "text-xs"), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$BUTTON_5, styleClassNames.ICON_SIZE, "h-3 w-3"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-tertiary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.SELECTED_BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.SELECTED_TEXT_COLOR, "text-tertiary-light"))), themeObjects.HEADING, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-5xl"), styleClassNames.FONT_WEIGHT, "font-bold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-tight")), themeObjects.HEADING_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-4xl"), styleClassNames.FONT_WEIGHT, "font-bold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-tight")), themeObjects.HEADING_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-3xl"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-tight")), themeObjects.SUBHEADING, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-2xl"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-snug")), themeObjects.SUBHEADING_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-xl"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.LETTER_SPACING, "tracking-tight"), styleClassNames.LINE_HEIGHT, "leading-snug")), themeObjects.SUBHEADING_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-lg"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.LETTER_SPACING, "tracking-normal"), styleClassNames.LINE_HEIGHT, "leading-snug")), themeObjects.PARAGRAPH, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-base"), styleClassNames.LINE_HEIGHT, "leading-relaxed")), themeObjects.PARAGRAPH_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.LINE_HEIGHT, "leading-relaxed")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.PARAGRAPH_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-none"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-none"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.LINE_HEIGHT, "leading-relaxed")), themeObjects.MENU_ITEM, (_themeObjects$MENU_IT = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$MENU_IT, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), _defineProperty$z(_themeObjects$MENU_IT, styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.MENU_ITEM_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.MENU_ITEM_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.TAG, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none")), themeObjects.TAG_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none")), themeObjects.TAG_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.BORDER_COLOR, "border-none"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-dark"), styleClassNames.HOVER_BORDER_COLOR, "hover-border-none")), themeObjects.TABLE, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-light")), themeObjects.TABLE_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-medium"), styleClassNames.TEXT_COLOR, "text-secondary-light")), themeObjects.TABLE_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-medium"), styleClassNames.TEXT_COLOR, "text-tertiary-light")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.TOGGLE, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-medium"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-tertiary-medium"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:pointer-events-none"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-tertiary-very-light")), themeObjects.TOGGLE_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-medium"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-secondary-medium"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-secondary-very-light")), themeObjects.TOGGLE_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-very-light")), themeObjects.DASHBOARD_FOOTER, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark")), themeObjects.DASHBOARD_FOOTER_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-dark")), themeObjects.DASHBOARD_FOOTER_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-dark")), themeObjects.CODE_EDITOR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.INPUT_TEXT, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.PLACEHOLDER_TEXT_COLOR, "placeholder-text-primary-light"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.FOCUS_BORDER_COLOR, "border-primary-dark"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.SELECT_MENU, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.FORM_LABEL, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-dark")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.TEXTAREA, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.PLACEHOLDER_TEXT_COLOR, "placeholder-text-primary-light"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.SEARCH_INPUT, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.PLACEHOLDER_TEXT_COLOR, "placeholder-text-primary-light"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.CHECKBOX, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.RADIO, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.SWITCH, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.TRANSITION, "transition-colors duration-200"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-very-light")), themeObjects.SLIDER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-dark"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.DISABLED_OPACITY, "disabled:opacity-50 disabled:cursor-not-allowed")), themeObjects.DASH_PANEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-primary-very-dark")), themeObjects.DASH_PANEL_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.DASH_PANEL_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.DASH_PANEL_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-secondary-very-dark")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.DASH_PANEL_HEADER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.DASH_PANEL_FOOTER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.DASH_PANEL_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_BORDER_COLOR, "border-tertiary-very-dark")), themeObjects.DASH_PANEL_HEADER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.DASH_PANEL_FOOTER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.TABS, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.BORDER_WIDTH, "border"), styleClassNames.SPACING, "p-4")), themeObjects.TABS_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_COLOR, "border-secondary-very-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.BORDER_WIDTH, "border"), styleClassNames.SPACING, "p-3")), themeObjects.TABS_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-very-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.BORDER_RADIUS, "rounded"), styleClassNames.BORDER_WIDTH, "border"), styleClassNames.SPACING, "p-2")), themeObjects.TABS_LIST, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-1")), themeObjects.TABS_LIST_2, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-dark"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-1")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.TABS_LIST_3, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-dark"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.SPACING, "p-1")), themeObjects.TABS_TRIGGER, (_themeObjects$TABS_TR = {}, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_themeObjects$TABS_TR, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-sm"), styleClassNames.SPACING, "px-3 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.TRANSITION, "transition-all duration-150"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-very-light"), _defineProperty$z(_themeObjects$TABS_TR, styleClassNames.CURSOR, "cursor-pointer"))), themeObjects.TABS_TRIGGER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-light"), styleClassNames.BORDER_RADIUS, "rounded-sm"), styleClassNames.SPACING, "px-3 py-1.5"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.TRANSITION, "transition-all duration-150"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-secondary-very-light"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.TABS_TRIGGER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-light"), styleClassNames.BORDER_RADIUS, "rounded-sm"), styleClassNames.SPACING, "px-2 py-1"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.TRANSITION, "transition-all duration-150"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-tertiary-very-light"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.TABS_CONTENT, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "mt-2")), themeObjects.TABS_CONTENT_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.SPACING, "mt-2")), themeObjects.TABS_CONTENT_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.SPACING, "mt-2")), themeObjects.ACCORDION, {}), themeObjects.ACCORDION_2, {}), themeObjects.ACCORDION_3, {}), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.ACCORDION_ITEM, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark")), themeObjects.ACCORDION_ITEM_2, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-dark")), themeObjects.ACCORDION_ITEM_3, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-dark")), themeObjects.ACCORDION_TRIGGER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-light"), styleClassNames.TRANSITION, "transition-all duration-200"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer"), styleClassNames.FOCUS_RING_COLOR, "ring-primary-medium")), themeObjects.ACCORDION_TRIGGER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-secondary-light"), styleClassNames.TRANSITION, "transition-all duration-200"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.ACCORDION_TRIGGER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-tertiary-light"), styleClassNames.TRANSITION, "transition-all duration-200"), styleClassNames.FONT_WEIGHT, "font-normal"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.ACCORDION_CONTENT, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.ACCORDION_CONTENT_2, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium")), themeObjects.ACCORDION_CONTENT_3, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium")), themeObjects.SIDEBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TRANSITION, "transition-all duration-200")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.SIDEBAR_ITEM, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-dark"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TRANSITION, "transition-colors duration-150"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.NAVBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.TABBED_NAVBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.SETTINGS_MODAL_SIDEBAR, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.SETTINGS_MODAL_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.EMPTY_STATE, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-8")), themeObjects.STAT_CARD, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.BORDER_COLOR, "border-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.SPACING, "p-4")), themeObjects.STAT_CARD_LABEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.LETTER_SPACING, "tracking-wider")), themeObjects.STAT_CARD_VALUE, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.TEXT_SIZE, "text-3xl"), styleClassNames.FONT_WEIGHT, "font-bold")), themeObjects.STAT_CARD_CHANGE, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.TEXT_SIZE, "text-sm"), styleClassNames.FONT_WEIGHT, "font-medium")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.SKELETON, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-md")), themeObjects.COMMAND_PALETTE, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.BORDER_RADIUS, "rounded-xl"), styleClassNames.SHADOW, "shadow-2xl")), themeObjects.COMMAND_PALETTE_INPUT, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.TEXT_SIZE, "text-base")), themeObjects.COMMAND_PALETTE_ITEM, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.HOVER_BACKGROUND_COLOR, "hover-bg-primary-medium"), styleClassNames.HOVER_TEXT_COLOR, "hover-text-primary-light"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TRANSITION, "transition-colors duration-100"), styleClassNames.CURSOR, "cursor-pointer")), themeObjects.STEPPER, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.STEPPER_STEP, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-full"), styleClassNames.TRANSITION, "transition-colors duration-200")), themeObjects.STEPPER_CONNECTOR, _defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-medium"), styleClassNames.ACTIVE_BACKGROUND_COLOR, "bg-primary-dark")), themeObjects.DATA_LIST, _defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium")), themeObjects.DATA_LIST_ITEM, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "py-2.5")), themeObjects.DRAWER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SHADOW, "shadow-xl"), styleClassNames.TRANSITION, "transition-transform duration-300")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.DRAWER_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "px-4 py-3")), themeObjects.DRAWER_FOOTER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SPACING, "px-4 py-3")), themeObjects.TOOLTIP, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.SHADOW, "shadow-lg"), styleClassNames.SPACING, "px-2.5 py-1.5")), themeObjects.DROPDOWN_PANEL, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-primary-very-dark"), styleClassNames.BORDER_COLOR, "border-primary-dark"), styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.SHADOW, "shadow-xl"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.TRANSITION, "transition-all duration-150")), themeObjects.DROPDOWN_PANEL_HEADER, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-light"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.SPACING, "px-3 py-1.5")), themeObjects.DROPDOWN_PANEL_DIVIDER, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-primary-dark")), themeObjects.DROPDOWN_PANEL_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-secondary-very-dark"), styleClassNames.BORDER_COLOR, "border-secondary-dark"), styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.SHADOW, "shadow-xl"), styleClassNames.BORDER_RADIUS, "rounded-lg"), styleClassNames.TRANSITION, "transition-all duration-150")), themeObjects.DROPDOWN_PANEL_HEADER_2, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-light"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-semibold"), styleClassNames.SPACING, "px-3 py-1.5")), themeObjects.DROPDOWN_PANEL_DIVIDER_2, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-secondary-dark")), themeObjects.DROPDOWN_PANEL_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.BACKGROUND_COLOR, "bg-tertiary-very-dark"), styleClassNames.BORDER_COLOR, "border-tertiary-dark"), styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.SHADOW, "shadow-lg"), styleClassNames.BORDER_RADIUS, "rounded-md"), styleClassNames.TRANSITION, "transition-all duration-150")), _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z(_colorMap, themeObjects.DROPDOWN_PANEL_HEADER_3, _defineProperty$z(_defineProperty$z(_defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-light"), styleClassNames.TEXT_SIZE, "text-xs"), styleClassNames.FONT_WEIGHT, "font-medium"), styleClassNames.SPACING, "px-2.5 py-1")), themeObjects.DROPDOWN_PANEL_DIVIDER_3, _defineProperty$z({}, styleClassNames.BORDER_COLOR, "border-tertiary-dark")), themeObjects.ICON, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-primary-medium"), styleClassNames.ICON_SIZE, "h-5 w-5")), themeObjects.ICON_2, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-secondary-medium"), styleClassNames.ICON_SIZE, "h-4 w-4")), themeObjects.ICON_3, _defineProperty$z(_defineProperty$z({}, styleClassNames.TEXT_COLOR, "text-tertiary-medium"), styleClassNames.ICON_SIZE, "h-3.5 w-3.5")), themeObjects.SCROLLBAR, {
437
439
  scrollbarThumb: "scrollbar-thumb-gray-700",
438
440
  scrollbarTrack: "scrollbar-track-transparent"
439
441
  }), themeObjects.WIDGET, {}), themeObjects.WORKSPACE, {}), themeObjects.LAYOUT_CONTAINER, {}));
@@ -3274,6 +3276,9 @@ var SelectInput = function SelectInput(_ref) {
3274
3276
  className: "truncate",
3275
3277
  children: selectedOption ? selectedOption.label : placeholder
3276
3278
  })]
3279
+ }), (selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.badge) && /*#__PURE__*/jsx("span", {
3280
+ className: "flex-shrink-0",
3281
+ children: selectedOption.badge
3277
3282
  }), /*#__PURE__*/jsx(FontAwesomeIcon, {
3278
3283
  icon: "chevron-down",
3279
3284
  className: "h-3 w-3 shrink-0 opacity-50 transition-transform duration-150 ".concat(isOpen ? "rotate-180" : "")
@@ -3297,9 +3302,12 @@ var SelectInput = function SelectInput(_ref) {
3297
3302
  }), /*#__PURE__*/jsx("span", {
3298
3303
  className: "truncate",
3299
3304
  children: option.label
3305
+ }), option.badge && /*#__PURE__*/jsx("span", {
3306
+ className: "flex-shrink-0 ml-auto",
3307
+ children: option.badge
3300
3308
  }), isSelected && /*#__PURE__*/jsx(FontAwesomeIcon, {
3301
3309
  icon: "check",
3302
- className: "h-3 w-3 shrink-0 ml-auto opacity-70"
3310
+ className: "h-3 w-3 shrink-0 opacity-70".concat(option.badge ? "" : " ml-auto")
3303
3311
  })]
3304
3312
  }, option.value);
3305
3313
  })
@@ -5606,6 +5614,7 @@ var TabsContext = /*#__PURE__*/createContext({
5606
5614
  // --- Tabs (variant 1) ---
5607
5615
 
5608
5616
  var Tabs = function Tabs(_ref) {
5617
+ var _styles$inlineStyle, _styles$inlineStyle2, _styles$inlineStyle3;
5609
5618
  var _ref$defaultValue = _ref.defaultValue,
5610
5619
  defaultValue = _ref$defaultValue === void 0 ? "" : _ref$defaultValue,
5611
5620
  _ref$value = _ref.value,
@@ -5653,12 +5662,14 @@ var Tabs = function Tabs(_ref) {
5653
5662
  setActiveTab: setActiveTab
5654
5663
  },
5655
5664
  children: /*#__PURE__*/jsx("div", {
5656
- className: "".concat(styles.string, " ").concat(border === true ? "border" : "", " ").concat(className),
5665
+ className: "".concat(styles.string, " ").concat(!styles.borderWidth && border === true ? "border" : "", " ").concat(className),
5666
+ style: _objectSpread$2(_objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle = styles.inlineStyle) === null || _styles$inlineStyle === void 0 ? void 0 : _styles$inlineStyle.backgroundColor), (_styles$inlineStyle2 = styles.inlineStyle) === null || _styles$inlineStyle2 === void 0 ? void 0 : _styles$inlineStyle2.textColor), (_styles$inlineStyle3 = styles.inlineStyle) === null || _styles$inlineStyle3 === void 0 ? void 0 : _styles$inlineStyle3.borderColor),
5657
5667
  children: children
5658
5668
  })
5659
5669
  });
5660
5670
  };
5661
5671
  var TabsList = function TabsList(_ref2) {
5672
+ var _styles$inlineStyle4;
5662
5673
  var children = _ref2.children,
5663
5674
  _ref2$className = _ref2.className,
5664
5675
  className = _ref2$className === void 0 ? "" : _ref2$className,
@@ -5671,12 +5682,13 @@ var TabsList = function TabsList(_ref2) {
5671
5682
  }));
5672
5683
  return /*#__PURE__*/jsx("div", {
5673
5684
  className: "inline-flex items-center gap-1 ".concat(styles.backgroundColor || "", " ").concat(styles.borderRadius || "rounded-md", " ").concat(styles.spacing || "p-1", " ").concat(className),
5685
+ style: (_styles$inlineStyle4 = styles.inlineStyle) === null || _styles$inlineStyle4 === void 0 ? void 0 : _styles$inlineStyle4.backgroundColor,
5674
5686
  role: "tablist",
5675
5687
  children: children
5676
5688
  });
5677
5689
  };
5678
5690
  var TabsTrigger = function TabsTrigger(_ref3) {
5679
- var _styles$inlineStyle, _styles$inlineStyle2, _styles$inlineStyle3;
5691
+ var _styles$inlineStyle5, _styles$inlineStyle6, _styles$inlineStyle7;
5680
5692
  var value = _ref3.value,
5681
5693
  children = _ref3.children,
5682
5694
  _ref3$className = _ref3.className,
@@ -5702,13 +5714,13 @@ var TabsTrigger = function TabsTrigger(_ref3) {
5702
5714
  onClick: function onClick() {
5703
5715
  return !disabled && setActiveTab(value);
5704
5716
  },
5705
- style: isActive ? _objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle = styles.inlineStyle) === null || _styles$inlineStyle === void 0 ? void 0 : _styles$inlineStyle.activeBackgroundColor), (_styles$inlineStyle2 = styles.inlineStyle) === null || _styles$inlineStyle2 === void 0 ? void 0 : _styles$inlineStyle2.activeTextColor) : _objectSpread$2({}, (_styles$inlineStyle3 = styles.inlineStyle) === null || _styles$inlineStyle3 === void 0 ? void 0 : _styles$inlineStyle3.textColor),
5717
+ style: isActive ? _objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle5 = styles.inlineStyle) === null || _styles$inlineStyle5 === void 0 ? void 0 : _styles$inlineStyle5.activeBackgroundColor), (_styles$inlineStyle6 = styles.inlineStyle) === null || _styles$inlineStyle6 === void 0 ? void 0 : _styles$inlineStyle6.activeTextColor) : _objectSpread$2({}, (_styles$inlineStyle7 = styles.inlineStyle) === null || _styles$inlineStyle7 === void 0 ? void 0 : _styles$inlineStyle7.textColor),
5706
5718
  className: "inline-flex items-center justify-center whitespace-nowrap ".concat(styles.spacing || "px-3 py-1.5", " ").concat(styles.textSize || "text-sm", " ").concat(styles.fontWeight || "font-medium", " ").concat(styles.borderRadius || "rounded-sm", " ").concat(styles.transition || "transition-all duration-150", " focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 ").concat(styles.focusRingColor || "", " ").concat(isActive ? "".concat(styles.activeBackgroundColor || "", " shadow-sm ").concat(styles.activeTextColor || "") : "".concat(styles.textColor || "", " ").concat(styles.hoverTextColor || ""), " ").concat(disabled ? "opacity-50 pointer-events-none" : styles.cursor || "cursor-pointer", " ").concat(className),
5707
5719
  children: children
5708
5720
  });
5709
5721
  };
5710
5722
  var TabsContent = function TabsContent(_ref4) {
5711
- var _styles$inlineStyle4;
5723
+ var _styles$inlineStyle8;
5712
5724
  var value = _ref4.value,
5713
5725
  children = _ref4.children,
5714
5726
  _ref4$className = _ref4.className,
@@ -5725,7 +5737,7 @@ var TabsContent = function TabsContent(_ref4) {
5725
5737
  if (activeTab !== value) return null;
5726
5738
  return /*#__PURE__*/jsx("div", {
5727
5739
  role: "tabpanel",
5728
- style: (_styles$inlineStyle4 = styles.inlineStyle) === null || _styles$inlineStyle4 === void 0 ? void 0 : _styles$inlineStyle4.textColor,
5740
+ style: (_styles$inlineStyle8 = styles.inlineStyle) === null || _styles$inlineStyle8 === void 0 ? void 0 : _styles$inlineStyle8.textColor,
5729
5741
  className: "".concat(styles.spacing || "mt-2", " ").concat(styles.textColor || "", " focus-visible:outline-none ").concat(className),
5730
5742
  children: children
5731
5743
  });
@@ -5737,6 +5749,7 @@ Tabs.Content = TabsContent;
5737
5749
  // --- Tabs2 (variant 2) ---
5738
5750
 
5739
5751
  var Tabs2 = function Tabs2(_ref5) {
5752
+ var _styles$inlineStyle9, _styles$inlineStyle0, _styles$inlineStyle1;
5740
5753
  var _ref5$defaultValue = _ref5.defaultValue,
5741
5754
  defaultValue = _ref5$defaultValue === void 0 ? "" : _ref5$defaultValue,
5742
5755
  _ref5$value = _ref5.value,
@@ -5784,12 +5797,14 @@ var Tabs2 = function Tabs2(_ref5) {
5784
5797
  setActiveTab: setActiveTab
5785
5798
  },
5786
5799
  children: /*#__PURE__*/jsx("div", {
5787
- className: "".concat(styles.string, " ").concat(border === true ? "border" : "", " ").concat(className),
5800
+ className: "".concat(styles.string, " ").concat(!styles.borderWidth && border === true ? "border" : "", " ").concat(className),
5801
+ style: _objectSpread$2(_objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle9 = styles.inlineStyle) === null || _styles$inlineStyle9 === void 0 ? void 0 : _styles$inlineStyle9.backgroundColor), (_styles$inlineStyle0 = styles.inlineStyle) === null || _styles$inlineStyle0 === void 0 ? void 0 : _styles$inlineStyle0.textColor), (_styles$inlineStyle1 = styles.inlineStyle) === null || _styles$inlineStyle1 === void 0 ? void 0 : _styles$inlineStyle1.borderColor),
5788
5802
  children: children
5789
5803
  })
5790
5804
  });
5791
5805
  };
5792
5806
  var TabsList2 = function TabsList2(_ref6) {
5807
+ var _styles$inlineStyle10;
5793
5808
  var children = _ref6.children,
5794
5809
  _ref6$className = _ref6.className,
5795
5810
  className = _ref6$className === void 0 ? "" : _ref6$className,
@@ -5802,12 +5817,13 @@ var TabsList2 = function TabsList2(_ref6) {
5802
5817
  }));
5803
5818
  return /*#__PURE__*/jsx("div", {
5804
5819
  className: "inline-flex items-center gap-1 ".concat(styles.backgroundColor || "", " ").concat(styles.borderRadius || "rounded-md", " ").concat(styles.spacing || "p-1", " ").concat(className),
5820
+ style: (_styles$inlineStyle10 = styles.inlineStyle) === null || _styles$inlineStyle10 === void 0 ? void 0 : _styles$inlineStyle10.backgroundColor,
5805
5821
  role: "tablist",
5806
5822
  children: children
5807
5823
  });
5808
5824
  };
5809
5825
  var TabsTrigger2 = function TabsTrigger2(_ref7) {
5810
- var _styles$inlineStyle5, _styles$inlineStyle6, _styles$inlineStyle7;
5826
+ var _styles$inlineStyle11, _styles$inlineStyle12, _styles$inlineStyle13;
5811
5827
  var value = _ref7.value,
5812
5828
  children = _ref7.children,
5813
5829
  _ref7$className = _ref7.className,
@@ -5833,13 +5849,13 @@ var TabsTrigger2 = function TabsTrigger2(_ref7) {
5833
5849
  onClick: function onClick() {
5834
5850
  return !disabled && setActiveTab(value);
5835
5851
  },
5836
- style: isActive ? _objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle5 = styles.inlineStyle) === null || _styles$inlineStyle5 === void 0 ? void 0 : _styles$inlineStyle5.activeBackgroundColor), (_styles$inlineStyle6 = styles.inlineStyle) === null || _styles$inlineStyle6 === void 0 ? void 0 : _styles$inlineStyle6.activeTextColor) : _objectSpread$2({}, (_styles$inlineStyle7 = styles.inlineStyle) === null || _styles$inlineStyle7 === void 0 ? void 0 : _styles$inlineStyle7.textColor),
5852
+ style: isActive ? _objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle11 = styles.inlineStyle) === null || _styles$inlineStyle11 === void 0 ? void 0 : _styles$inlineStyle11.activeBackgroundColor), (_styles$inlineStyle12 = styles.inlineStyle) === null || _styles$inlineStyle12 === void 0 ? void 0 : _styles$inlineStyle12.activeTextColor) : _objectSpread$2({}, (_styles$inlineStyle13 = styles.inlineStyle) === null || _styles$inlineStyle13 === void 0 ? void 0 : _styles$inlineStyle13.textColor),
5837
5853
  className: "inline-flex items-center justify-center whitespace-nowrap ".concat(styles.spacing || "px-3 py-1.5", " ").concat(styles.textSize || "text-sm", " ").concat(styles.fontWeight || "font-medium", " ").concat(styles.borderRadius || "rounded-sm", " ").concat(styles.transition || "transition-all duration-150", " focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 ").concat(isActive ? "".concat(styles.activeBackgroundColor || "", " shadow-sm ").concat(styles.activeTextColor || "") : "".concat(styles.textColor || "", " ").concat(styles.hoverTextColor || ""), " ").concat(disabled ? "opacity-50 pointer-events-none" : styles.cursor || "cursor-pointer", " ").concat(className),
5838
5854
  children: children
5839
5855
  });
5840
5856
  };
5841
5857
  var TabsContent2 = function TabsContent2(_ref8) {
5842
- var _styles$inlineStyle8;
5858
+ var _styles$inlineStyle14;
5843
5859
  var value = _ref8.value,
5844
5860
  children = _ref8.children,
5845
5861
  _ref8$className = _ref8.className,
@@ -5856,7 +5872,7 @@ var TabsContent2 = function TabsContent2(_ref8) {
5856
5872
  if (activeTab !== value) return null;
5857
5873
  return /*#__PURE__*/jsx("div", {
5858
5874
  role: "tabpanel",
5859
- style: (_styles$inlineStyle8 = styles.inlineStyle) === null || _styles$inlineStyle8 === void 0 ? void 0 : _styles$inlineStyle8.textColor,
5875
+ style: (_styles$inlineStyle14 = styles.inlineStyle) === null || _styles$inlineStyle14 === void 0 ? void 0 : _styles$inlineStyle14.textColor,
5860
5876
  className: "".concat(styles.spacing || "mt-2", " ").concat(styles.textColor || "", " focus-visible:outline-none ").concat(className),
5861
5877
  children: children
5862
5878
  });
@@ -5868,6 +5884,7 @@ Tabs2.Content = TabsContent2;
5868
5884
  // --- Tabs3 (variant 3) ---
5869
5885
 
5870
5886
  var Tabs3 = function Tabs3(_ref9) {
5887
+ var _styles$inlineStyle15, _styles$inlineStyle16, _styles$inlineStyle17;
5871
5888
  var _ref9$defaultValue = _ref9.defaultValue,
5872
5889
  defaultValue = _ref9$defaultValue === void 0 ? "" : _ref9$defaultValue,
5873
5890
  _ref9$value = _ref9.value,
@@ -5915,12 +5932,14 @@ var Tabs3 = function Tabs3(_ref9) {
5915
5932
  setActiveTab: setActiveTab
5916
5933
  },
5917
5934
  children: /*#__PURE__*/jsx("div", {
5918
- className: "".concat(styles.string, " ").concat(border === true ? "border" : "", " ").concat(className),
5935
+ className: "".concat(styles.string, " ").concat(!styles.borderWidth && border === true ? "border" : "", " ").concat(className),
5936
+ style: _objectSpread$2(_objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle15 = styles.inlineStyle) === null || _styles$inlineStyle15 === void 0 ? void 0 : _styles$inlineStyle15.backgroundColor), (_styles$inlineStyle16 = styles.inlineStyle) === null || _styles$inlineStyle16 === void 0 ? void 0 : _styles$inlineStyle16.textColor), (_styles$inlineStyle17 = styles.inlineStyle) === null || _styles$inlineStyle17 === void 0 ? void 0 : _styles$inlineStyle17.borderColor),
5919
5937
  children: children
5920
5938
  })
5921
5939
  });
5922
5940
  };
5923
5941
  var TabsList3 = function TabsList3(_ref0) {
5942
+ var _styles$inlineStyle18;
5924
5943
  var children = _ref0.children,
5925
5944
  _ref0$className = _ref0.className,
5926
5945
  className = _ref0$className === void 0 ? "" : _ref0$className,
@@ -5933,12 +5952,13 @@ var TabsList3 = function TabsList3(_ref0) {
5933
5952
  }));
5934
5953
  return /*#__PURE__*/jsx("div", {
5935
5954
  className: "inline-flex items-center gap-1 ".concat(styles.backgroundColor || "", " ").concat(styles.borderRadius || "rounded-md", " ").concat(styles.spacing || "p-1", " ").concat(className),
5955
+ style: (_styles$inlineStyle18 = styles.inlineStyle) === null || _styles$inlineStyle18 === void 0 ? void 0 : _styles$inlineStyle18.backgroundColor,
5936
5956
  role: "tablist",
5937
5957
  children: children
5938
5958
  });
5939
5959
  };
5940
5960
  var TabsTrigger3 = function TabsTrigger3(_ref1) {
5941
- var _styles$inlineStyle9, _styles$inlineStyle0, _styles$inlineStyle1;
5961
+ var _styles$inlineStyle19, _styles$inlineStyle20, _styles$inlineStyle21;
5942
5962
  var value = _ref1.value,
5943
5963
  children = _ref1.children,
5944
5964
  _ref1$className = _ref1.className,
@@ -5964,13 +5984,13 @@ var TabsTrigger3 = function TabsTrigger3(_ref1) {
5964
5984
  onClick: function onClick() {
5965
5985
  return !disabled && setActiveTab(value);
5966
5986
  },
5967
- style: isActive ? _objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle9 = styles.inlineStyle) === null || _styles$inlineStyle9 === void 0 ? void 0 : _styles$inlineStyle9.activeBackgroundColor), (_styles$inlineStyle0 = styles.inlineStyle) === null || _styles$inlineStyle0 === void 0 ? void 0 : _styles$inlineStyle0.activeTextColor) : _objectSpread$2({}, (_styles$inlineStyle1 = styles.inlineStyle) === null || _styles$inlineStyle1 === void 0 ? void 0 : _styles$inlineStyle1.textColor),
5987
+ style: isActive ? _objectSpread$2(_objectSpread$2({}, (_styles$inlineStyle19 = styles.inlineStyle) === null || _styles$inlineStyle19 === void 0 ? void 0 : _styles$inlineStyle19.activeBackgroundColor), (_styles$inlineStyle20 = styles.inlineStyle) === null || _styles$inlineStyle20 === void 0 ? void 0 : _styles$inlineStyle20.activeTextColor) : _objectSpread$2({}, (_styles$inlineStyle21 = styles.inlineStyle) === null || _styles$inlineStyle21 === void 0 ? void 0 : _styles$inlineStyle21.textColor),
5968
5988
  className: "inline-flex items-center justify-center whitespace-nowrap ".concat(styles.spacing || "px-2 py-1", " ").concat(styles.textSize || "text-xs", " ").concat(styles.fontWeight || "font-medium", " ").concat(styles.borderRadius || "rounded-sm", " ").concat(styles.transition || "transition-all duration-150", " focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 ").concat(isActive ? "".concat(styles.activeBackgroundColor || "", " shadow-sm ").concat(styles.activeTextColor || "") : "".concat(styles.textColor || "", " ").concat(styles.hoverTextColor || ""), " ").concat(disabled ? "opacity-50 pointer-events-none" : styles.cursor || "cursor-pointer", " ").concat(className),
5969
5989
  children: children
5970
5990
  });
5971
5991
  };
5972
5992
  var TabsContent3 = function TabsContent3(_ref10) {
5973
- var _styles$inlineStyle10;
5993
+ var _styles$inlineStyle22;
5974
5994
  var value = _ref10.value,
5975
5995
  children = _ref10.children,
5976
5996
  _ref10$className = _ref10.className,
@@ -5987,7 +6007,7 @@ var TabsContent3 = function TabsContent3(_ref10) {
5987
6007
  if (activeTab !== value) return null;
5988
6008
  return /*#__PURE__*/jsx("div", {
5989
6009
  role: "tabpanel",
5990
- style: (_styles$inlineStyle10 = styles.inlineStyle) === null || _styles$inlineStyle10 === void 0 ? void 0 : _styles$inlineStyle10.textColor,
6010
+ style: (_styles$inlineStyle22 = styles.inlineStyle) === null || _styles$inlineStyle22 === void 0 ? void 0 : _styles$inlineStyle22.textColor,
5991
6011
  className: "".concat(styles.spacing || "mt-2", " ").concat(styles.textColor || "", " focus-visible:outline-none ").concat(className),
5992
6012
  children: children
5993
6013
  });