@carbon-labs/react-ui-shell 0.71.0 → 0.72.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.71.0",
3
+ "version": "0.72.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -42,5 +42,5 @@
42
42
  "dependencies": {
43
43
  "@ibm/telemetry-js": "^1.9.1"
44
44
  },
45
- "gitHead": "889e0c8a703724b78f30308264867ae332e04377"
45
+ "gitHead": "97cdff827945118076e8326b994e16ca6d036501"
46
46
  }
@@ -327,7 +327,6 @@ div:has(.#{$prefix}--header)
327
327
  inset-block-start: 0;
328
328
  inset-inline-start: 100%;
329
329
  transform: translateX(-100%);
330
- transition: $fast-02 motion(exit, productive);
331
330
  will-change: inline-size;
332
331
  }
333
332
 
@@ -337,8 +336,6 @@ div:has(.#{$prefix}--header)
337
336
  inline-size: 16rem;
338
337
  overflow-y: auto;
339
338
  transform: translateX(0);
340
- transition: $moderate-01 motion(standard, productive);
341
- transition-delay: 40ms;
342
339
  }
343
340
 
344
341
  //----------------------------------------------------------------------------