@carbon-labs/react-ui-shell 0.47.0 → 0.48.0
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": "@carbon-labs/react-ui-shell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@ibm/telemetry-js": "^1.9.1"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "1a3a98d3c24b71489bc34df3f8577f3b392c2891"
|
|
45
45
|
}
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
@use '@carbon/styles/scss/utilities/convert' as convert;
|
|
9
9
|
@use '@carbon/styles/scss/utilities/custom-property' as custom-property;
|
|
10
10
|
@use '@carbon/styles/scss/utilities/button-reset' as button-reset;
|
|
11
|
-
@use '@carbon/react/scss/breakpoint' as breakpoint;
|
|
12
11
|
@use '@carbon/styles/scss/utilities/focus-outline' as *;
|
|
13
12
|
@use '@carbon/styles/scss/breakpoint' as *;
|
|
14
13
|
@use '@carbon/styles/scss/theme' as *;
|
|
@@ -457,7 +456,7 @@ div:has(.#{$prefix}--header)
|
|
|
457
456
|
//----------------------------------------------------------------------------
|
|
458
457
|
// Mobile
|
|
459
458
|
//----------------------------------------------------------------------------
|
|
460
|
-
@include breakpoint
|
|
459
|
+
@include breakpoint-down(md) {
|
|
461
460
|
.#{$prefix}--side-nav--collapsible.#{$prefix}--side-nav--expanded {
|
|
462
461
|
inline-size: 100%;
|
|
463
462
|
max-inline-size: 100%;
|