oziko-ui-kit 0.0.88 → 0.0.90

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.
@@ -10,6 +10,7 @@ export interface CircularProgressProps {
10
10
  label?: React.ReactNode;
11
11
  }
12
12
  declare const progressSizes: {
13
+ xxs: number;
13
14
  xs: number;
14
15
  sm: number;
15
16
  md: number;
package/dist/index.css CHANGED
@@ -3938,7 +3938,11 @@ button.font-increment {
3938
3938
  .CircularProgress-module_centerText__SKGzM.CircularProgress-module_danger__POA1X {
3939
3939
  color: var(--oziko-color-danger);
3940
3940
  }
3941
- .CircularProgress-module_centerText__SKGzM.CircularProgress-module_xs__WVADp {
3941
+ .CircularProgress-module_centerText__SKGzM.CircularProgress-module_xxs__EO7l5.CircularProgress-module_danger__POA1X svg {
3942
+ margin-top: 3px;
3943
+ margin-left: 1px;
3944
+ }
3945
+ .CircularProgress-module_centerText__SKGzM.CircularProgress-module_xs__WVADp, .CircularProgress-module_centerText__SKGzM.CircularProgress-module_xxs__EO7l5 {
3942
3946
  font-size: var(--oziko-font-size-xs);
3943
3947
  }
3944
3948
  .CircularProgress-module_centerText__SKGzM.CircularProgress-module_sm__yLhUL {