@lucca-front/scss 19.0.0 → 19.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/scss",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "A Sass framework for Lucca products.",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -23,6 +23,6 @@
23
23
  "normalize.css": "^8.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@lucca-front/icons": "19.0.0"
26
+ "@lucca-front/icons": "19.0.1"
27
27
  }
28
28
  }
@@ -15,6 +15,10 @@
15
15
  &:has(.navSide.mod-compact, .mod-withMenuCompact) {
16
16
  --commons-navSide-width: 7.5rem;
17
17
  }
18
+
19
+ @supports not selector(:has(*)) {
20
+ --commons-navSide-width: 15rem;
21
+ }
18
22
  }
19
23
  }
20
24
 
@@ -154,13 +154,13 @@
154
154
  }
155
155
  }
156
156
 
157
- &:has(#anteMeridiem:checked) {
157
+ &:has(.timePicker-fieldset-meridiem-ante-input:checked) {
158
158
  &::after {
159
159
  content: 'AM';
160
160
  }
161
161
  }
162
162
 
163
- &:has(#postMeridiem:checked) {
163
+ &:has(.timePicker-fieldset-meridiem-post-input:checked) {
164
164
  &::after {
165
165
  content: 'PM';
166
166
  }