@ozen-ui/kit 0.25.0 → 0.25.1

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.
@@ -108,7 +108,7 @@
108
108
  }
109
109
  .AccordionSummary-ExpandIconBox::after {
110
110
  font-size: 0;
111
- content: ' ';
111
+ content: '\00a0';
112
112
  }
113
113
  .AccordionSummary-ExpandIcon {
114
114
  transition: transform var(--transition-default);
@@ -10,7 +10,7 @@
10
10
 
11
11
  .SkeletonTypography-Row::after {
12
12
  font-size: 0;
13
- content: ' ';
13
+ content: '\00a0';
14
14
  }
15
15
 
16
16
  .SkeletonTypography-Row .Skeleton {
@@ -108,7 +108,7 @@
108
108
  }
109
109
  .AccordionSummary-ExpandIconBox::after {
110
110
  font-size: 0;
111
- content: ' ';
111
+ content: '\00a0';
112
112
  }
113
113
  .AccordionSummary-ExpandIcon {
114
114
  transition: transform var(--transition-default);
@@ -10,7 +10,7 @@
10
10
 
11
11
  .SkeletonTypography-Row::after {
12
12
  font-size: 0;
13
- content: ' ';
13
+ content: '\00a0';
14
14
  }
15
15
 
16
16
  .SkeletonTypography-Row .Skeleton {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/kit",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "React component library",
5
5
  "files": [
6
6
  "*"