@digiform/wizard 0.2.1 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digiform/wizard",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "React component for rendering configurable multi-step forms from a JSON config",
5
5
  "author": "VladAfanasev",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -1709,7 +1709,7 @@ label.fb-progressLabel_3nfSJ {
1709
1709
  .fb-stepListWrapper_RTLUk {
1710
1710
  display: flex;
1711
1711
  flex-direction: column;
1712
- font-family: inherit);
1712
+ font-family: inherit;
1713
1713
  gap: var(--fb-space-12);
1714
1714
  }
1715
1715
 
@@ -1736,16 +1736,8 @@ label.fb-progressLabel_3nfSJ {
1736
1736
  color: var(--fb-background);
1737
1737
  display: flex;
1738
1738
  justify-content: center;
1739
- min-block-size: calc(
1740
- 1.25rem) -
1741
- 2 *
1742
- var(--fb-border-width)
1743
- );
1744
- min-inline-size: calc(
1745
- 1.25rem) -
1746
- 2 *
1747
- var(--fb-border-width)
1748
- );
1739
+ min-block-size: calc(1.25rem - 2 * var(--fb-border-width));
1740
+ min-inline-size: calc(1.25rem - 2 * var(--fb-border-width));
1749
1741
 
1750
1742
  .fb-currentDot_0e9gN {
1751
1743
  background-color: var(--fb-primary);
@@ -1795,24 +1787,24 @@ label.fb-progressLabel_3nfSJ {
1795
1787
 
1796
1788
  &:hover {
1797
1789
  color: var(--fb-primary-hover);
1798
- text-decoration: underline);
1790
+ text-decoration: underline;
1799
1791
  }
1800
1792
 
1801
1793
  &:focus {
1802
- outline-offset: 2px);
1803
- outline-style: solid);
1804
- outline-width: 2px);
1805
- text-decoration: underline);
1794
+ outline-offset: 2px;
1795
+ outline-style: solid;
1796
+ outline-width: 2px;
1797
+ text-decoration: underline;
1806
1798
  }
1807
1799
  }
1808
1800
  }
1809
1801
 
1810
1802
  .fb-iconRightContainer_DCjrS {
1811
1803
  align-self: center;
1812
- block-size: 1.25rem);
1804
+ block-size: 1.25rem;
1813
1805
  color: var(--fb-primary);
1814
1806
  display: flex;
1815
- inline-size: 1.25rem);
1807
+ inline-size: 1.25rem;
1816
1808
  margin-inline-start: auto;
1817
1809
  }
1818
1810