@broxus/react-uikit 0.12.1 → 0.13.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.
@@ -2074,6 +2074,7 @@
2074
2074
  @mixin hook-switch-misc() {}
2075
2075
 
2076
2076
  @mixin hook-switcher-misc() {}
2077
+ @mixin hook-inverse-component-switcher() {}
2077
2078
 
2078
2079
  @mixin hook-tabs() {}
2079
2080
  @mixin hook-tabs-tab() {}
@@ -2390,6 +2391,7 @@
2390
2391
  @include hook-inverse-component-breadcrumb;
2391
2392
 
2392
2393
  @include hook-inverse-component-pagination;
2394
+ @include hook-inverse-component-switcher;
2393
2395
  @include hook-inverse-component-tabs;
2394
2396
  @include hook-inverse-component-table;
2395
2397