@rolster/react-components 1.5.1 → 1.5.2

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.
@@ -1138,7 +1138,7 @@
1138
1138
  pointer-events: none;
1139
1139
  opacity: 0.5;
1140
1140
  }
1141
- .rls-month-picker__component__span {
1141
+ .rls-month-picker__span {
1142
1142
  font-size: 0.725rem;
1143
1143
  margin: auto;
1144
1144
  cursor: default;
@@ -1138,7 +1138,7 @@
1138
1138
  pointer-events: none;
1139
1139
  opacity: 0.5;
1140
1140
  }
1141
- .rls-month-picker__component__span {
1141
+ .rls-month-picker__span {
1142
1142
  font-size: 0.725rem;
1143
1143
  margin: auto;
1144
1144
  cursor: default;
@@ -31,7 +31,7 @@
31
31
  pointer-events: none;
32
32
  opacity: 0.5;
33
33
  }
34
- .rls-month-picker__component__span {
34
+ .rls-month-picker__span {
35
35
  font-size: 0.725rem;
36
36
  margin: auto;
37
37
  cursor: default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/react-components",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "type": "module",
5
5
  "description": "Package containing UI components for React Project.",
6
6
  "module": "dist/esm/index.js",