frankenstyle 0.1.0-next.11 → 0.1.0-next.13

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.
@@ -1806,13 +1806,13 @@
1806
1806
  .uk-avatar-dot-top-left::after {
1807
1807
  content: '';
1808
1808
  position: absolute;
1809
- height: var(--dot-size, 0.875rem);
1810
- width: var(--dot-size, 0.875rem);
1809
+ height: var(--uk-avatar-dot-size, 0.875rem);
1810
+ width: var(--uk-avatar-dot-size, 0.875rem);
1811
1811
  border-radius: 9999px;
1812
1812
  border-width: 0.125rem;
1813
1813
  border-style: solid;
1814
- border-color: var(--dot-border, var(--uk-bg));
1815
- background-color: var(--dot-bg, var(--uk-primary));
1814
+ border-color: var(--uk-avatar-dot-border, var(--uk-bg));
1815
+ background-color: var(--uk-avatar-dot-bg, var(--uk-primary));
1816
1816
  z-index: 10;
1817
1817
  }
1818
1818
  .uk-avatar-dot::after,
@@ -1857,19 +1857,19 @@
1857
1857
  transform: translate(-25%, -25%);
1858
1858
  }
1859
1859
  .uk-avatar-dot-danger::after {
1860
- --dot-bg: var(--uk-danger);
1860
+ --uk-avatar-dot-bg: var(--uk-danger);
1861
1861
  }
1862
1862
  .uk-avatar-dot-warning::after {
1863
- --dot-bg: var(--uk-warning);
1863
+ --uk-avatar-dot-bg: var(--uk-warning);
1864
1864
  }
1865
1865
  .uk-avatar-dot-success::after {
1866
- --dot-bg: var(--uk-success);
1866
+ --uk-avatar-dot-bg: var(--uk-success);
1867
1867
  }
1868
1868
  .uk-avatar-dot-info::after {
1869
- --dot-bg: var(--uk-info);
1869
+ --uk-avatar-dot-bg: var(--uk-info);
1870
1870
  }
1871
1871
  .uk-avatar-dot-muted::after {
1872
- --dot-bg: var(--uk-muted-f);
1872
+ --uk-avatar-dot-bg: var(--uk-muted-f);
1873
1873
  }
1874
1874
  .uk-badge {
1875
1875
  --uk-badge-bg: var(--uk-bg);