aw-wizard-forms 4.9.5 → 4.10.0
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/wizard-form.esm.js
CHANGED
|
@@ -778,8 +778,8 @@ const designTokens = i$3`
|
|
|
778
778
|
--wf-color-badge-bg: #fcfcfc;
|
|
779
779
|
--wf-color-badge-border: #d4d4d4;
|
|
780
780
|
--wf-color-badge-text: #5f5f5f;
|
|
781
|
-
--wf-color-progress-active:
|
|
782
|
-
--wf-color-progress-inactive: rgba(
|
|
781
|
+
--wf-color-progress-active: rgb(81 36 148 / 36%);
|
|
782
|
+
--wf-color-progress-inactive: rgba(0, 0, 0, 0.1);
|
|
783
783
|
|
|
784
784
|
/* Focus ring */
|
|
785
785
|
--wf-focus-ring-width: 3px;
|
|
@@ -4810,8 +4810,8 @@ const wfProgressStyles = [
|
|
|
4810
4810
|
}
|
|
4811
4811
|
|
|
4812
4812
|
.wf-progress-segment {
|
|
4813
|
-
width:
|
|
4814
|
-
height:
|
|
4813
|
+
width: 100px;
|
|
4814
|
+
height: 4px;
|
|
4815
4815
|
background-color: var(--wf-color-progress-inactive);
|
|
4816
4816
|
|
|
4817
4817
|
border-radius: 100vw;
|