@softwareone/spi-sv5-library 1.15.1 → 1.15.3
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.
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
]}
|
|
95
95
|
>
|
|
96
96
|
<div class="time-line">
|
|
97
|
-
<span class="circle spi-text-
|
|
97
|
+
<span class="circle spi-text-semibold-1">
|
|
98
98
|
{circleContent()}
|
|
99
99
|
</span>
|
|
100
100
|
<span class="line"></span>
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
disabled={disabled || readonly}
|
|
106
106
|
onclick={() => (currentStep = stepIndex)}
|
|
107
107
|
>
|
|
108
|
-
<h2 class="spi-text-
|
|
108
|
+
<h2 class="spi-text-semibold-3">{step.title}</h2>
|
|
109
109
|
{#if step.description}
|
|
110
110
|
<p class="spi-text-regular-1">{step.description}</p>
|
|
111
111
|
{/if}
|
package/dist/styles/index.css
CHANGED
package/package.json
CHANGED
package/dist/styles/reset.css
DELETED