@carbon-labs/react-animated-header 0.9.0 → 0.10.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-animated-header",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -36,5 +36,5 @@
36
36
  "devDependencies": {
37
37
  "@carbon-labs/utilities": "canary"
38
38
  },
39
- "gitHead": "c610e01c130ef513bb64286934496f86d2c8091d"
39
+ "gitHead": "74de03e1cd9ba159fd11071f1c2f481c907e8ef2"
40
40
  }
@@ -66,7 +66,12 @@ body {
66
66
  justify-content: flex-end;
67
67
 
68
68
  block-size: fill-available;
69
+ /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
70
+ block-size: -webkit-fill-available;
71
+
69
72
  inline-size: fill-available;
73
+ /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
74
+ inline-size: -webkit-fill-available;
70
75
 
71
76
  max-inline-size: 96rem;
72
77
  writing-mode: horizontal-tb;
@@ -96,7 +101,12 @@ body {
96
101
  z-index: 1;
97
102
 
98
103
  block-size: fill-available;
104
+ /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
105
+ block-size: -webkit-fill-available;
106
+
99
107
  inline-size: fill-available;
108
+ /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
109
+ inline-size: -webkit-fill-available;
100
110
 
101
111
  margin-inline: auto;
102
112
  max-inline-size: 99rem;
@@ -291,7 +301,12 @@ body {
291
301
  justify-content: flex-end;
292
302
 
293
303
  block-size: fill-available;
304
+ /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
305
+ block-size: -webkit-fill-available;
306
+
294
307
  inline-size: fill-available;
308
+ /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
309
+ inline-size: -webkit-fill-available;
295
310
 
296
311
  max-inline-size: 96rem;
297
312
  }