@rolster/react-components 18.21.25 → 18.21.26

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.
@@ -139,10 +139,10 @@
139
139
  --pvt-icon-dimension: var(--rlc-icon-dimension, var(--rls-sizing-x12));
140
140
  --pvt-icon-display: block;
141
141
  position: relative;
142
- font-size: var(--pvt-icon-dimesion);
143
- width: var(--pvt-icon-dimesion);
144
- height: var(--pvt-icon-dimesion);
145
- line-height: var(--pvt-icon-dimesion);
142
+ font-size: var(--pvt-icon-dimension);
143
+ width: var(--pvt-icon-dimension);
144
+ height: var(--pvt-icon-dimension);
145
+ line-height: var(--pvt-icon-dimension);
146
146
  }
147
147
  .rls-icon--skeleton {
148
148
  --pvt-icon-display: none;
@@ -139,10 +139,10 @@
139
139
  --pvt-icon-dimension: var(--rlc-icon-dimension, var(--rls-sizing-x12));
140
140
  --pvt-icon-display: block;
141
141
  position: relative;
142
- font-size: var(--pvt-icon-dimesion);
143
- width: var(--pvt-icon-dimesion);
144
- height: var(--pvt-icon-dimesion);
145
- line-height: var(--pvt-icon-dimesion);
142
+ font-size: var(--pvt-icon-dimension);
143
+ width: var(--pvt-icon-dimension);
144
+ height: var(--pvt-icon-dimension);
145
+ line-height: var(--pvt-icon-dimension);
146
146
  }
147
147
  .rls-icon--skeleton {
148
148
  --pvt-icon-display: none;
@@ -2,10 +2,10 @@
2
2
  --pvt-icon-dimension: var(--rlc-icon-dimension, var(--rls-sizing-x12));
3
3
  --pvt-icon-display: block;
4
4
  position: relative;
5
- font-size: var(--pvt-icon-dimesion);
6
- width: var(--pvt-icon-dimesion);
7
- height: var(--pvt-icon-dimesion);
8
- line-height: var(--pvt-icon-dimesion);
5
+ font-size: var(--pvt-icon-dimension);
6
+ width: var(--pvt-icon-dimension);
7
+ height: var(--pvt-icon-dimension);
8
+ line-height: var(--pvt-icon-dimension);
9
9
  }
10
10
  .rls-icon--skeleton {
11
11
  --pvt-icon-display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/react-components",
3
- "version": "18.21.25",
3
+ "version": "18.21.26",
4
4
  "type": "module",
5
5
  "description": "Package containing UI components for React Project.",
6
6
  "module": "dist/esm/index.js",
@@ -49,7 +49,7 @@
49
49
  "@rollup/plugin-node-resolve": "^15.2.1",
50
50
  "@rollup/plugin-typescript": "^11.1.3",
51
51
  "@rolster/rollup": "^1.0.6",
52
- "@rolster/styles-foundations": "^2.5.20",
52
+ "@rolster/styles-foundations": "^2.5.21",
53
53
  "@rolster/types": "^1.1.0",
54
54
  "@types/node-sass": "^4.11.4",
55
55
  "@types/react": "^18.0.28",