ublo-lib 1.32.5 → 1.32.6

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.
@@ -107,12 +107,6 @@
107
107
  z-index: 1;
108
108
  }
109
109
 
110
- .weeks.withPeriods .selected {
111
- outline: 2px solid var(--ds-primary, var(--ds-blue-500, #002dcc));
112
- outline-offset: -1px;
113
- border-radius: var(--ds-radius-100, 4px);
114
- }
115
-
116
110
  button.button {
117
111
  position: relative;
118
112
  width: 100%;
@@ -134,6 +128,12 @@ button.button {
134
128
  background-color: var(--ds-grey-500, #484848);
135
129
  }
136
130
 
131
+ .weeks.withPeriods .selected button.button {
132
+ outline: 2px solid var(--ds-primary, var(--ds-blue-500, #002dcc));
133
+ outline-offset: -1px;
134
+ border-radius: var(--ds-radius-100, 4px);
135
+ }
136
+
137
137
  .buttonFiller {
138
138
  position: relative;
139
139
  width: calc(100% + var(--gap) * 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.32.5",
3
+ "version": "1.32.6",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.8.5",
6
6
  "leaflet": "^1.9.1",