@bcc-code/component-library-vue 0.8.3 → 0.8.5

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.
@@ -3582,6 +3582,60 @@ const jk = vf(Vk, {
3582
3582
  }
3583
3583
  }
3584
3584
  },
3585
+ stepper: {
3586
+ root: {
3587
+ transitionDuration: "{transition.duration}"
3588
+ },
3589
+ separator: {
3590
+ background: "var(--color-background-accent-gray-default)",
3591
+ activeBackground: "var(--color-background-brand-bolder-default)",
3592
+ margin: "var(--space-0) var(--space-0) var(--space-0) var(--space-200)",
3593
+ size: "var(--space-50)"
3594
+ },
3595
+ step: {
3596
+ padding: "var(--space-100)",
3597
+ gap: "var(--space-200)"
3598
+ },
3599
+ stepHeader: {
3600
+ padding: "var(--space-0)",
3601
+ borderRadius: "var(--border-radius-sm)",
3602
+ focusRing: {
3603
+ width: "{focus.ring.width}",
3604
+ style: "{focus.ring.style}",
3605
+ color: "var(--color-border-focused)",
3606
+ offset: "{focus.ring.offset}",
3607
+ shadow: "{focus.ring.shadow}"
3608
+ },
3609
+ gap: "var(--space-100)"
3610
+ },
3611
+ stepTitle: {
3612
+ color: "var(--color-text-subtlest)",
3613
+ activeColor: "var(--color-text-selected)",
3614
+ fontWeight: "var(--font-weight-medium)"
3615
+ },
3616
+ stepNumber: {
3617
+ background: "var(--color-elevation-surface-default)",
3618
+ activeBackground: "var(--color-elevation-surface-default)",
3619
+ borderColor: "var(--color-border-default)",
3620
+ activeBorderColor: "var(--color-border-default)",
3621
+ color: "var(--color-text-subtlest)",
3622
+ activeColor: "var(--color-text-selected)",
3623
+ size: "var(--space-400)",
3624
+ fontSize: "var(--font-size-md)",
3625
+ fontWeight: "var(--font-weight-medium)",
3626
+ borderRadius: "var(--border-radius-xl)",
3627
+ shadow: "0 0.5px 0 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.12)"
3628
+ },
3629
+ steppanels: {
3630
+ padding: "var(--space-150) var(--space-100) var(--space-200) var(--space-100)"
3631
+ },
3632
+ steppanel: {
3633
+ background: "transparent",
3634
+ color: "var(--color-text-default)",
3635
+ padding: "var(--space-0)",
3636
+ indent: "var(--space-200)"
3637
+ }
3638
+ },
3585
3639
  tabs: {
3586
3640
  root: {
3587
3641
  transitionDuration: "{transition.duration}"