@zenkigen-inc/component-ui 1.9.5 → 1.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -225,7 +225,7 @@ function Checkbox(_ref) {
225
225
  })]
226
226
  })
227
227
  })]
228
- }), /*#__PURE__*/jsx("label", {
228
+ }), label != null && /*#__PURE__*/jsx("label", {
229
229
  htmlFor: id,
230
230
  className: labelClasses,
231
231
  children: label
@@ -31250,11 +31250,11 @@ function Dropdown(_ref) {
31250
31250
  var wrapperClasses = clsx$1('relative flex shrink-0 items-center gap-1 rounded', {
31251
31251
  'cursor-not-allowed': isDisabled
31252
31252
  });
31253
- var childrenButtonClasses = clsx$1('flex items-center justify-center rounded p-1 hover:bg-hover02 active:bg-active02', focusVisible.normal, {
31253
+ var childrenButtonClasses = clsx$1('flex items-center justify-center rounded bg-uiBackground01 p-1 hover:bg-hover02 active:bg-active02', focusVisible.normal, {
31254
31254
  'pointer-events-none': isDisabled,
31255
31255
  'border border-uiBorder02': variant === 'outline'
31256
31256
  });
31257
- var buttonClasses = clsx$1('flex items-center rounded', buttonColors[variant].base, buttonColors[variant].hover, buttonColors[variant].active, buttonColors[variant].disabled, focusVisible.normal, {
31257
+ var buttonClasses = clsx$1('flex items-center rounded bg-uiBackground01', buttonColors[variant].base, buttonColors[variant].hover, buttonColors[variant].active, buttonColors[variant].disabled, focusVisible.normal, {
31258
31258
  'pointer-events-none': isDisabled,
31259
31259
  'h-6 px-2': size === 'x-small' || size === 'small',
31260
31260
  'h-8 px-4': size === 'medium',