@trops/dash-react 1.0.17 → 1.0.19

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-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-primary-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-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-secondary-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-dark"), styleClassNames.ACTIVE_TEXT_COLOR, "text-tertiary-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, {}));
@@ -5606,6 +5608,7 @@ var TabsContext = /*#__PURE__*/createContext({
5606
5608
  // --- Tabs (variant 1) ---
5607
5609
 
5608
5610
  var Tabs = function Tabs(_ref) {
5611
+ var _styles$inlineStyle, _styles$inlineStyle2, _styles$inlineStyle3;
5609
5612
  var _ref$defaultValue = _ref.defaultValue,
5610
5613
  defaultValue = _ref$defaultValue === void 0 ? "" : _ref$defaultValue,
5611
5614
  _ref$value = _ref.value,
@@ -5653,12 +5656,14 @@ var Tabs = function Tabs(_ref) {
5653
5656
  setActiveTab: setActiveTab
5654
5657
  },
5655
5658
  children: /*#__PURE__*/jsx("div", {
5656
- className: "".concat(styles.string, " ").concat(border === true ? "border" : "", " ").concat(className),
5659
+ className: "".concat(styles.string, " ").concat(!styles.borderWidth && border === true ? "border" : "", " ").concat(className),
5660
+ 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
5661
  children: children
5658
5662
  })
5659
5663
  });
5660
5664
  };
5661
5665
  var TabsList = function TabsList(_ref2) {
5666
+ var _styles$inlineStyle4;
5662
5667
  var children = _ref2.children,
5663
5668
  _ref2$className = _ref2.className,
5664
5669
  className = _ref2$className === void 0 ? "" : _ref2$className,
@@ -5671,12 +5676,13 @@ var TabsList = function TabsList(_ref2) {
5671
5676
  }));
5672
5677
  return /*#__PURE__*/jsx("div", {
5673
5678
  className: "inline-flex items-center gap-1 ".concat(styles.backgroundColor || "", " ").concat(styles.borderRadius || "rounded-md", " ").concat(styles.spacing || "p-1", " ").concat(className),
5679
+ style: (_styles$inlineStyle4 = styles.inlineStyle) === null || _styles$inlineStyle4 === void 0 ? void 0 : _styles$inlineStyle4.backgroundColor,
5674
5680
  role: "tablist",
5675
5681
  children: children
5676
5682
  });
5677
5683
  };
5678
5684
  var TabsTrigger = function TabsTrigger(_ref3) {
5679
- var _styles$inlineStyle, _styles$inlineStyle2, _styles$inlineStyle3;
5685
+ var _styles$inlineStyle5, _styles$inlineStyle6, _styles$inlineStyle7;
5680
5686
  var value = _ref3.value,
5681
5687
  children = _ref3.children,
5682
5688
  _ref3$className = _ref3.className,
@@ -5702,13 +5708,13 @@ var TabsTrigger = function TabsTrigger(_ref3) {
5702
5708
  onClick: function onClick() {
5703
5709
  return !disabled && setActiveTab(value);
5704
5710
  },
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),
5711
+ 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
5712
  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
5713
  children: children
5708
5714
  });
5709
5715
  };
5710
5716
  var TabsContent = function TabsContent(_ref4) {
5711
- var _styles$inlineStyle4;
5717
+ var _styles$inlineStyle8;
5712
5718
  var value = _ref4.value,
5713
5719
  children = _ref4.children,
5714
5720
  _ref4$className = _ref4.className,
@@ -5725,7 +5731,7 @@ var TabsContent = function TabsContent(_ref4) {
5725
5731
  if (activeTab !== value) return null;
5726
5732
  return /*#__PURE__*/jsx("div", {
5727
5733
  role: "tabpanel",
5728
- style: (_styles$inlineStyle4 = styles.inlineStyle) === null || _styles$inlineStyle4 === void 0 ? void 0 : _styles$inlineStyle4.textColor,
5734
+ style: (_styles$inlineStyle8 = styles.inlineStyle) === null || _styles$inlineStyle8 === void 0 ? void 0 : _styles$inlineStyle8.textColor,
5729
5735
  className: "".concat(styles.spacing || "mt-2", " ").concat(styles.textColor || "", " focus-visible:outline-none ").concat(className),
5730
5736
  children: children
5731
5737
  });
@@ -5737,6 +5743,7 @@ Tabs.Content = TabsContent;
5737
5743
  // --- Tabs2 (variant 2) ---
5738
5744
 
5739
5745
  var Tabs2 = function Tabs2(_ref5) {
5746
+ var _styles$inlineStyle9, _styles$inlineStyle0, _styles$inlineStyle1;
5740
5747
  var _ref5$defaultValue = _ref5.defaultValue,
5741
5748
  defaultValue = _ref5$defaultValue === void 0 ? "" : _ref5$defaultValue,
5742
5749
  _ref5$value = _ref5.value,
@@ -5784,12 +5791,14 @@ var Tabs2 = function Tabs2(_ref5) {
5784
5791
  setActiveTab: setActiveTab
5785
5792
  },
5786
5793
  children: /*#__PURE__*/jsx("div", {
5787
- className: "".concat(styles.string, " ").concat(border === true ? "border" : "", " ").concat(className),
5794
+ className: "".concat(styles.string, " ").concat(!styles.borderWidth && border === true ? "border" : "", " ").concat(className),
5795
+ 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
5796
  children: children
5789
5797
  })
5790
5798
  });
5791
5799
  };
5792
5800
  var TabsList2 = function TabsList2(_ref6) {
5801
+ var _styles$inlineStyle10;
5793
5802
  var children = _ref6.children,
5794
5803
  _ref6$className = _ref6.className,
5795
5804
  className = _ref6$className === void 0 ? "" : _ref6$className,
@@ -5802,12 +5811,13 @@ var TabsList2 = function TabsList2(_ref6) {
5802
5811
  }));
5803
5812
  return /*#__PURE__*/jsx("div", {
5804
5813
  className: "inline-flex items-center gap-1 ".concat(styles.backgroundColor || "", " ").concat(styles.borderRadius || "rounded-md", " ").concat(styles.spacing || "p-1", " ").concat(className),
5814
+ style: (_styles$inlineStyle10 = styles.inlineStyle) === null || _styles$inlineStyle10 === void 0 ? void 0 : _styles$inlineStyle10.backgroundColor,
5805
5815
  role: "tablist",
5806
5816
  children: children
5807
5817
  });
5808
5818
  };
5809
5819
  var TabsTrigger2 = function TabsTrigger2(_ref7) {
5810
- var _styles$inlineStyle5, _styles$inlineStyle6, _styles$inlineStyle7;
5820
+ var _styles$inlineStyle11, _styles$inlineStyle12, _styles$inlineStyle13;
5811
5821
  var value = _ref7.value,
5812
5822
  children = _ref7.children,
5813
5823
  _ref7$className = _ref7.className,
@@ -5833,13 +5843,13 @@ var TabsTrigger2 = function TabsTrigger2(_ref7) {
5833
5843
  onClick: function onClick() {
5834
5844
  return !disabled && setActiveTab(value);
5835
5845
  },
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),
5846
+ 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
5847
  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
5848
  children: children
5839
5849
  });
5840
5850
  };
5841
5851
  var TabsContent2 = function TabsContent2(_ref8) {
5842
- var _styles$inlineStyle8;
5852
+ var _styles$inlineStyle14;
5843
5853
  var value = _ref8.value,
5844
5854
  children = _ref8.children,
5845
5855
  _ref8$className = _ref8.className,
@@ -5856,7 +5866,7 @@ var TabsContent2 = function TabsContent2(_ref8) {
5856
5866
  if (activeTab !== value) return null;
5857
5867
  return /*#__PURE__*/jsx("div", {
5858
5868
  role: "tabpanel",
5859
- style: (_styles$inlineStyle8 = styles.inlineStyle) === null || _styles$inlineStyle8 === void 0 ? void 0 : _styles$inlineStyle8.textColor,
5869
+ style: (_styles$inlineStyle14 = styles.inlineStyle) === null || _styles$inlineStyle14 === void 0 ? void 0 : _styles$inlineStyle14.textColor,
5860
5870
  className: "".concat(styles.spacing || "mt-2", " ").concat(styles.textColor || "", " focus-visible:outline-none ").concat(className),
5861
5871
  children: children
5862
5872
  });
@@ -5868,6 +5878,7 @@ Tabs2.Content = TabsContent2;
5868
5878
  // --- Tabs3 (variant 3) ---
5869
5879
 
5870
5880
  var Tabs3 = function Tabs3(_ref9) {
5881
+ var _styles$inlineStyle15, _styles$inlineStyle16, _styles$inlineStyle17;
5871
5882
  var _ref9$defaultValue = _ref9.defaultValue,
5872
5883
  defaultValue = _ref9$defaultValue === void 0 ? "" : _ref9$defaultValue,
5873
5884
  _ref9$value = _ref9.value,
@@ -5915,12 +5926,14 @@ var Tabs3 = function Tabs3(_ref9) {
5915
5926
  setActiveTab: setActiveTab
5916
5927
  },
5917
5928
  children: /*#__PURE__*/jsx("div", {
5918
- className: "".concat(styles.string, " ").concat(border === true ? "border" : "", " ").concat(className),
5929
+ className: "".concat(styles.string, " ").concat(!styles.borderWidth && border === true ? "border" : "", " ").concat(className),
5930
+ 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
5931
  children: children
5920
5932
  })
5921
5933
  });
5922
5934
  };
5923
5935
  var TabsList3 = function TabsList3(_ref0) {
5936
+ var _styles$inlineStyle18;
5924
5937
  var children = _ref0.children,
5925
5938
  _ref0$className = _ref0.className,
5926
5939
  className = _ref0$className === void 0 ? "" : _ref0$className,
@@ -5933,12 +5946,13 @@ var TabsList3 = function TabsList3(_ref0) {
5933
5946
  }));
5934
5947
  return /*#__PURE__*/jsx("div", {
5935
5948
  className: "inline-flex items-center gap-1 ".concat(styles.backgroundColor || "", " ").concat(styles.borderRadius || "rounded-md", " ").concat(styles.spacing || "p-1", " ").concat(className),
5949
+ style: (_styles$inlineStyle18 = styles.inlineStyle) === null || _styles$inlineStyle18 === void 0 ? void 0 : _styles$inlineStyle18.backgroundColor,
5936
5950
  role: "tablist",
5937
5951
  children: children
5938
5952
  });
5939
5953
  };
5940
5954
  var TabsTrigger3 = function TabsTrigger3(_ref1) {
5941
- var _styles$inlineStyle9, _styles$inlineStyle0, _styles$inlineStyle1;
5955
+ var _styles$inlineStyle19, _styles$inlineStyle20, _styles$inlineStyle21;
5942
5956
  var value = _ref1.value,
5943
5957
  children = _ref1.children,
5944
5958
  _ref1$className = _ref1.className,
@@ -5964,13 +5978,13 @@ var TabsTrigger3 = function TabsTrigger3(_ref1) {
5964
5978
  onClick: function onClick() {
5965
5979
  return !disabled && setActiveTab(value);
5966
5980
  },
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),
5981
+ 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
5982
  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
5983
  children: children
5970
5984
  });
5971
5985
  };
5972
5986
  var TabsContent3 = function TabsContent3(_ref10) {
5973
- var _styles$inlineStyle10;
5987
+ var _styles$inlineStyle22;
5974
5988
  var value = _ref10.value,
5975
5989
  children = _ref10.children,
5976
5990
  _ref10$className = _ref10.className,
@@ -5987,7 +6001,7 @@ var TabsContent3 = function TabsContent3(_ref10) {
5987
6001
  if (activeTab !== value) return null;
5988
6002
  return /*#__PURE__*/jsx("div", {
5989
6003
  role: "tabpanel",
5990
- style: (_styles$inlineStyle10 = styles.inlineStyle) === null || _styles$inlineStyle10 === void 0 ? void 0 : _styles$inlineStyle10.textColor,
6004
+ style: (_styles$inlineStyle22 = styles.inlineStyle) === null || _styles$inlineStyle22 === void 0 ? void 0 : _styles$inlineStyle22.textColor,
5991
6005
  className: "".concat(styles.spacing || "mt-2", " ").concat(styles.textColor || "", " focus-visible:outline-none ").concat(className),
5992
6006
  children: children
5993
6007
  });