@fluentui/react-migration-v8-v9 9.2.10 → 9.2.12
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/CHANGELOG.json +90 -2
- package/CHANGELOG.md +27 -3
- package/dist/index.d.ts +1 -1
- package/lib/components/Stack/StackItemShim.js +2 -124
- package/lib/components/Stack/StackItemShim.js.map +1 -1
- package/lib/components/Stack/StackItemShim.styles.js +125 -0
- package/lib/components/Stack/StackItemShim.styles.js.map +1 -0
- package/lib/components/Stack/StackShim.js +3 -128
- package/lib/components/Stack/StackShim.js.map +1 -1
- package/lib/components/Stack/StackShim.styles.js +128 -0
- package/lib/components/Stack/StackShim.styles.js.map +1 -0
- package/lib-commonjs/components/Stack/StackItemShim.js +10 -172
- package/lib-commonjs/components/Stack/StackItemShim.js.map +1 -1
- package/lib-commonjs/components/Stack/StackItemShim.styles.js +183 -0
- package/lib-commonjs/components/Stack/StackItemShim.styles.js.map +1 -0
- package/lib-commonjs/components/Stack/StackShim.js +16 -184
- package/lib-commonjs/components/Stack/StackShim.js.map +1 -1
- package/lib-commonjs/components/Stack/StackShim.styles.js +188 -0
- package/lib-commonjs/components/Stack/StackShim.styles.js.map +1 -0
- package/package.json +10 -9
- package/.swcrc +0 -30
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,95 @@
|
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 18 May 2023 00:35:40 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.2.12",
|
|
7
|
+
"version": "9.2.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
+
"commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
|
|
14
|
+
"comment": "chore: add test-ssr script to v9 packages"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"author": "beachball",
|
|
20
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
21
|
+
"comment": "Bump @fluentui/react-components to v9.20.1",
|
|
22
|
+
"commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
27
|
+
"comment": "Bump @fluentui/react-utilities to v9.9.0",
|
|
28
|
+
"commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Fri, 12 May 2023 20:27:28 GMT",
|
|
35
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.2.11",
|
|
36
|
+
"version": "9.2.11",
|
|
37
|
+
"comments": {
|
|
38
|
+
"none": [
|
|
39
|
+
{
|
|
40
|
+
"author": "martinhochel@microsoft.com",
|
|
41
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
42
|
+
"commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
|
|
43
|
+
"comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"author": "martinhochel@microsoft.com",
|
|
47
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
48
|
+
"commit": "90751623b9cac848b95dd624d601e7617f96ba5a",
|
|
49
|
+
"comment": "chore: enable build-less DX for storybook"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"patch": [
|
|
53
|
+
{
|
|
54
|
+
"author": "olfedias@microsoft.com",
|
|
55
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
56
|
+
"commit": "43d6e99d28aa0e7bd7111f1043348683646eaa5b",
|
|
57
|
+
"comment": "chore: move makeStyles() calls to .styles.ts files"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"author": "olfedias@microsoft.com",
|
|
61
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
62
|
+
"commit": "c28decb23d191a0daaaf6d5d1832429715102129",
|
|
63
|
+
"comment": "chore: exclude .swcrc from being published"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"author": "beachball",
|
|
67
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
68
|
+
"comment": "Bump @fluentui/react-components to v9.20.0",
|
|
69
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"author": "beachball",
|
|
73
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
74
|
+
"comment": "Bump @fluentui/react-theme to v9.1.8",
|
|
75
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"author": "beachball",
|
|
79
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
80
|
+
"comment": "Bump @fluentui/react-utilities to v9.8.1",
|
|
81
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"author": "beachball",
|
|
85
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
86
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
|
|
87
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"date": "Mon, 24 Apr 2023 08:12:46 GMT",
|
|
6
94
|
"tag": "@fluentui/react-migration-v8-v9_v9.2.10",
|
|
7
95
|
"version": "9.2.10",
|
|
8
96
|
"comments": {
|
|
@@ -11,7 +99,7 @@
|
|
|
11
99
|
"author": "beachball",
|
|
12
100
|
"package": "@fluentui/react-migration-v8-v9",
|
|
13
101
|
"comment": "Bump @fluentui/react-components to v9.19.1",
|
|
14
|
-
"commit": "
|
|
102
|
+
"commit": "505433ac64f144c9cca456097413d6af4582e5ee"
|
|
15
103
|
}
|
|
16
104
|
]
|
|
17
105
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,41 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 18 May 2023 00:35:40 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.12)
|
|
8
|
+
|
|
9
|
+
Thu, 18 May 2023 00:35:40 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.11..@fluentui/react-migration-v8-v9_v9.2.12)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.20.1 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.9.0 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.11)
|
|
18
|
+
|
|
19
|
+
Fri, 12 May 2023 20:27:28 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.10..@fluentui/react-migration-v8-v9_v9.2.11)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
25
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
26
|
+
- Bump @fluentui/react-components to v9.20.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
|
27
|
+
- Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
|
28
|
+
- Bump @fluentui/react-utilities to v9.8.1 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
|
29
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
|
30
|
+
|
|
7
31
|
## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.10)
|
|
8
32
|
|
|
9
|
-
Mon, 24 Apr 2023 08:
|
|
33
|
+
Mon, 24 Apr 2023 08:12:46 GMT
|
|
10
34
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.9..@fluentui/react-migration-v8-v9_v9.2.10)
|
|
11
35
|
|
|
12
36
|
### Patches
|
|
13
37
|
|
|
14
|
-
- Bump @fluentui/react-components to v9.19.1 ([
|
|
38
|
+
- Bump @fluentui/react-components to v9.19.1 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball)
|
|
15
39
|
|
|
16
40
|
## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.9)
|
|
17
41
|
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import type { IButtonProps } from '@fluentui/react';
|
|
|
7
7
|
import type { IContextualMenuItem } from '@fluentui/react';
|
|
8
8
|
import type { IContextualMenuProps } from '@fluentui/react';
|
|
9
9
|
import type { IPalette } from '@fluentui/react';
|
|
10
|
-
import { IStackItemProps } from '@fluentui/react';
|
|
10
|
+
import type { IStackItemProps } from '@fluentui/react';
|
|
11
11
|
import type { IStackProps } from '@fluentui/react';
|
|
12
12
|
import type { MenuProps } from '@fluentui/react-menu';
|
|
13
13
|
import * as React_2 from 'react';
|
|
@@ -1,131 +1,9 @@
|
|
|
1
|
+
import { mergeClasses } from '@griffel/react';
|
|
1
2
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
+
import { useFlexAlignSelfStyles, useFlexGrowStyles, useFlexOrderStyles, useFlexShrinkStyles, useStackItemShimStyles } from './StackItemShim.styles';
|
|
3
4
|
const stackItemClassNames = {
|
|
4
5
|
root: 'ms-StackItem'
|
|
5
6
|
};
|
|
6
|
-
const useStackItemShimStyles = /*#__PURE__*/__styles({
|
|
7
|
-
root: {
|
|
8
|
-
Bqenvij: "f11ysow2",
|
|
9
|
-
a9b677: "f14z66ap"
|
|
10
|
-
},
|
|
11
|
-
disableShrink: {
|
|
12
|
-
Bnnss6s: "fi64zpg"
|
|
13
|
-
},
|
|
14
|
-
verticalFill: {
|
|
15
|
-
Bqenvij: "f1l02sjl"
|
|
16
|
-
}
|
|
17
|
-
}, {
|
|
18
|
-
d: [".f11ysow2{height:auto;}", ".f14z66ap{width:auto;}", ".fi64zpg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".f1l02sjl{height:100%;}"]
|
|
19
|
-
});
|
|
20
|
-
const useFlexAlignSelfStyles = /*#__PURE__*/__styles({
|
|
21
|
-
auto: {
|
|
22
|
-
qb2dma: "fio29c6"
|
|
23
|
-
},
|
|
24
|
-
baseline: {
|
|
25
|
-
qb2dma: "f18ssl25"
|
|
26
|
-
},
|
|
27
|
-
center: {
|
|
28
|
-
qb2dma: "f7nlbp4"
|
|
29
|
-
},
|
|
30
|
-
start: {
|
|
31
|
-
qb2dma: "fjgzulp"
|
|
32
|
-
},
|
|
33
|
-
end: {
|
|
34
|
-
qb2dma: "fpydfdc"
|
|
35
|
-
},
|
|
36
|
-
stretch: {
|
|
37
|
-
qb2dma: "f1ub7u0d"
|
|
38
|
-
}
|
|
39
|
-
}, {
|
|
40
|
-
d: [".fio29c6{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}", ".f18ssl25{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;}", ".f7nlbp4{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}", ".fjgzulp{-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;}", ".fpydfdc{-webkit-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end;}", ".f1ub7u0d{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;}"]
|
|
41
|
-
});
|
|
42
|
-
const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
43
|
-
"1": {
|
|
44
|
-
Bh6795r: "fqerorx"
|
|
45
|
-
},
|
|
46
|
-
"2": {
|
|
47
|
-
Bh6795r: "fv68sux"
|
|
48
|
-
},
|
|
49
|
-
"3": {
|
|
50
|
-
Bh6795r: "f1g5s877"
|
|
51
|
-
},
|
|
52
|
-
inherit: {
|
|
53
|
-
Bh6795r: "fbrulcr"
|
|
54
|
-
},
|
|
55
|
-
initial: {
|
|
56
|
-
Bh6795r: "fqq5sy3"
|
|
57
|
-
},
|
|
58
|
-
revert: {
|
|
59
|
-
Bh6795r: "f1kc8nlq"
|
|
60
|
-
},
|
|
61
|
-
unset: {
|
|
62
|
-
Bh6795r: "fepjonw"
|
|
63
|
-
}
|
|
64
|
-
}, {
|
|
65
|
-
d: [".fqerorx{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}", ".fv68sux{-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;}", ".f1g5s877{-webkit-box-flex:3;-webkit-flex-grow:3;-ms-flex-positive:3;flex-grow:3;}", ".fbrulcr{-webkit-box-flex:inherit;-webkit-flex-grow:inherit;-ms-flex-positive:inherit;flex-grow:inherit;}", ".fqq5sy3{-webkit-box-flex:initial;-webkit-flex-grow:initial;-ms-flex-positive:initial;flex-grow:initial;}", ".f1kc8nlq{-webkit-box-flex:revert;-webkit-flex-grow:revert;-ms-flex-positive:revert;flex-grow:revert;}", ".fepjonw{-webkit-box-flex:unset;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset;}"]
|
|
66
|
-
});
|
|
67
|
-
const useFlexShrinkStyles = /*#__PURE__*/__styles({
|
|
68
|
-
"0": {
|
|
69
|
-
Bnnss6s: "fi64zpg"
|
|
70
|
-
},
|
|
71
|
-
"1": {
|
|
72
|
-
Bnnss6s: "f1neuvcm"
|
|
73
|
-
},
|
|
74
|
-
"2": {
|
|
75
|
-
Bnnss6s: "f1nje5c6"
|
|
76
|
-
},
|
|
77
|
-
inherit: {
|
|
78
|
-
Bnnss6s: "f11ln2im"
|
|
79
|
-
},
|
|
80
|
-
initial: {
|
|
81
|
-
Bnnss6s: "f187621l"
|
|
82
|
-
},
|
|
83
|
-
revert: {
|
|
84
|
-
Bnnss6s: "f1jq7m8u"
|
|
85
|
-
},
|
|
86
|
-
unset: {
|
|
87
|
-
Bnnss6s: "f10s6wei"
|
|
88
|
-
}
|
|
89
|
-
}, {
|
|
90
|
-
d: [".fi64zpg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".f1neuvcm{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;}", ".f1nje5c6{-webkit-flex-shrink:2;-ms-flex-negative:2;flex-shrink:2;}", ".f11ln2im{-webkit-flex-shrink:inherit;-ms-flex-negative:inherit;flex-shrink:inherit;}", ".f187621l{-webkit-flex-shrink:initial;-ms-flex-negative:initial;flex-shrink:initial;}", ".f1jq7m8u{-webkit-flex-shrink:revert;-ms-flex-negative:revert;flex-shrink:revert;}", ".f10s6wei{-webkit-flex-shrink:unset;-ms-flex-negative:unset;flex-shrink:unset;}"]
|
|
91
|
-
});
|
|
92
|
-
const useFlexOrderStyles = /*#__PURE__*/__styles({
|
|
93
|
-
"0": {
|
|
94
|
-
Bxn5svx: "f1ftwmyh"
|
|
95
|
-
},
|
|
96
|
-
"1": {
|
|
97
|
-
Bxn5svx: "f15wwbgh"
|
|
98
|
-
},
|
|
99
|
-
"2": {
|
|
100
|
-
Bxn5svx: "f15ak53d"
|
|
101
|
-
},
|
|
102
|
-
"3": {
|
|
103
|
-
Bxn5svx: "f19x901k"
|
|
104
|
-
},
|
|
105
|
-
inherit: {
|
|
106
|
-
Bxn5svx: "ficp5m6"
|
|
107
|
-
},
|
|
108
|
-
initial: {
|
|
109
|
-
Bxn5svx: "f1xfv85z"
|
|
110
|
-
},
|
|
111
|
-
unset: {
|
|
112
|
-
Bxn5svx: "f1ex5c7r"
|
|
113
|
-
},
|
|
114
|
-
revert: {
|
|
115
|
-
Bxn5svx: "fgu8tny"
|
|
116
|
-
},
|
|
117
|
-
"-3": {
|
|
118
|
-
Bxn5svx: "folhkm8"
|
|
119
|
-
},
|
|
120
|
-
"-2": {
|
|
121
|
-
Bxn5svx: "f1yml5i9"
|
|
122
|
-
},
|
|
123
|
-
"-1": {
|
|
124
|
-
Bxn5svx: "f1l5m61u"
|
|
125
|
-
}
|
|
126
|
-
}, {
|
|
127
|
-
d: [".f1ftwmyh{-webkit-order:0;-ms-flex-order:0;order:0;}", ".f15wwbgh{-webkit-order:1;-ms-flex-order:1;order:1;}", ".f15ak53d{-webkit-order:2;-ms-flex-order:2;order:2;}", ".f19x901k{-webkit-order:3;-ms-flex-order:3;order:3;}", ".ficp5m6{-webkit-order:inherit;-ms-flex-order:inherit;order:inherit;}", ".f1xfv85z{-webkit-order:initial;-ms-flex-order:initial;order:initial;}", ".f1ex5c7r{-webkit-order:unset;-ms-flex-order:unset;order:unset;}", ".fgu8tny{-webkit-order:revert;-ms-flex-order:revert;order:revert;}", ".folhkm8{-webkit-order:-3;-ms-flex-order:-3;order:-3;}", ".f1yml5i9{-webkit-order:-2;-ms-flex-order:-2;order:-2;}", ".f1l5m61u{-webkit-order:-1;-ms-flex-order:-1;order:-1;}"]
|
|
128
|
-
});
|
|
129
7
|
export const StackItemShim = props => {
|
|
130
8
|
const {
|
|
131
9
|
grow,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["mergeClasses","React","useFlexAlignSelfStyles","useFlexGrowStyles","useFlexOrderStyles","useFlexShrinkStyles","useStackItemShimStyles","stackItemClassNames","root","StackItemShim","props","grow","shrink","disableShrink","align","verticalFill","order","className","children","styles","alignSelfStyles","shrinkFlexStyles","growFlexStyles","orderFlexStyles","stackItemStyles","push","flexGrow","rootStyles","createElement"],"sources":["../../../src/components/Stack/StackItemShim.tsx"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nimport * as React from 'react';\nimport type { IStackItemProps } from '@fluentui/react';\n\nimport {\n useFlexAlignSelfStyles,\n useFlexGrowStyles,\n useFlexOrderStyles,\n useFlexShrinkStyles,\n useStackItemShimStyles,\n} from './StackItemShim.styles';\n\nconst stackItemClassNames = {\n root: 'ms-StackItem',\n};\n\nexport const StackItemShim = (props: IStackItemProps) => {\n const { grow, shrink, disableShrink, align, verticalFill, order, className, children } = props;\n\n const styles = useStackItemShimStyles();\n const alignSelfStyles = useFlexAlignSelfStyles();\n const shrinkFlexStyles = useFlexShrinkStyles();\n const growFlexStyles: Record<string, string> = useFlexGrowStyles();\n const orderFlexStyles: Record<string, string> = useFlexOrderStyles();\n\n const stackItemStyles = [styles.root, align && alignSelfStyles[align], verticalFill && styles.verticalFill];\n\n if (order) {\n stackItemStyles.push(orderFlexStyles[order]);\n }\n\n if (grow) {\n const flexGrow = grow === true ? growFlexStyles[1] : growFlexStyles[grow];\n stackItemStyles.push(flexGrow);\n }\n\n if (shrink && !disableShrink) {\n stackItemStyles.push(shrinkFlexStyles[1]);\n } else if (disableShrink || (!grow && !shrink)) {\n stackItemStyles.push(shrinkFlexStyles[0]);\n }\n\n if (disableShrink) {\n stackItemStyles.push(styles.disableShrink);\n }\n\n const rootStyles = mergeClasses(stackItemClassNames.root, ...stackItemStyles, className);\n\n return <div className={rootStyles}>{children}</div>;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ;AAC7B,YAAYC,KAAA,MAAW;AAGvB,SACEC,sBAAsB,EACtBC,iBAAiB,EACjBC,kBAAkB,EAClBC,mBAAmB,EACnBC,sBAAsB,QACjB;AAEP,MAAMC,mBAAA,GAAsB;EAC1BC,IAAA,EAAM;AACR;AAEA,OAAO,MAAMC,aAAA,GAAiBC,KAAA,IAA2B;EACvD,MAAM;IAAEC,IAAA;IAAMC,MAAA;IAAQC,aAAA;IAAeC,KAAA;IAAOC,YAAA;IAAcC,KAAA;IAAOC,SAAA;IAAWC;EAAQ,CAAE,GAAGR,KAAA;EAEzF,MAAMS,MAAA,GAASb,sBAAA;EACf,MAAMc,eAAA,GAAkBlB,sBAAA;EACxB,MAAMmB,gBAAA,GAAmBhB,mBAAA;EACzB,MAAMiB,cAAA,GAAyCnB,iBAAA;EAC/C,MAAMoB,eAAA,GAA0CnB,kBAAA;EAEhD,MAAMoB,eAAA,GAAkB,CAACL,MAAA,CAAOX,IAAI,EAAEM,KAAA,IAASM,eAAe,CAACN,KAAA,CAAM,EAAEC,YAAA,IAAgBI,MAAA,CAAOJ,YAAY,CAAC;EAE3G,IAAIC,KAAA,EAAO;IACTQ,eAAA,CAAgBC,IAAI,CAACF,eAAe,CAACP,KAAA,CAAM;EAC7C;EAEA,IAAIL,IAAA,EAAM;IACR,MAAMe,QAAA,GAAWf,IAAA,KAAS,IAAI,GAAGW,cAAc,CAAC,EAAE,GAAGA,cAAc,CAACX,IAAA,CAAK;IACzEa,eAAA,CAAgBC,IAAI,CAACC,QAAA;EACvB;EAEA,IAAId,MAAA,IAAU,CAACC,aAAA,EAAe;IAC5BW,eAAA,CAAgBC,IAAI,CAACJ,gBAAgB,CAAC,EAAE;EAC1C,OAAO,IAAIR,aAAA,IAAkB,CAACF,IAAA,IAAQ,CAACC,MAAA,EAAS;IAC9CY,eAAA,CAAgBC,IAAI,CAACJ,gBAAgB,CAAC,EAAE;EAC1C;EAEA,IAAIR,aAAA,EAAe;IACjBW,eAAA,CAAgBC,IAAI,CAACN,MAAA,CAAON,aAAa;EAC3C;EAEA,MAAMc,UAAA,GAAa3B,YAAA,CAAaO,mBAAA,CAAoBC,IAAI,KAAKgB,eAAA,EAAiBP,SAAA;EAE9E,oBAAOhB,KAAA,CAAA2B,aAAA,CAAC;IAAIX,SAAA,EAAWU;KAAaT,QAAA;AACtC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { __styles } from '@griffel/react';
|
|
2
|
+
export const useStackItemShimStyles = /*#__PURE__*/__styles({
|
|
3
|
+
root: {
|
|
4
|
+
Bqenvij: "f11ysow2",
|
|
5
|
+
a9b677: "f14z66ap"
|
|
6
|
+
},
|
|
7
|
+
disableShrink: {
|
|
8
|
+
Bnnss6s: "fi64zpg"
|
|
9
|
+
},
|
|
10
|
+
verticalFill: {
|
|
11
|
+
Bqenvij: "f1l02sjl"
|
|
12
|
+
}
|
|
13
|
+
}, {
|
|
14
|
+
d: [".f11ysow2{height:auto;}", ".f14z66ap{width:auto;}", ".fi64zpg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".f1l02sjl{height:100%;}"]
|
|
15
|
+
});
|
|
16
|
+
export const useFlexAlignSelfStyles = /*#__PURE__*/__styles({
|
|
17
|
+
auto: {
|
|
18
|
+
qb2dma: "fio29c6"
|
|
19
|
+
},
|
|
20
|
+
baseline: {
|
|
21
|
+
qb2dma: "f18ssl25"
|
|
22
|
+
},
|
|
23
|
+
center: {
|
|
24
|
+
qb2dma: "f7nlbp4"
|
|
25
|
+
},
|
|
26
|
+
start: {
|
|
27
|
+
qb2dma: "fjgzulp"
|
|
28
|
+
},
|
|
29
|
+
end: {
|
|
30
|
+
qb2dma: "fpydfdc"
|
|
31
|
+
},
|
|
32
|
+
stretch: {
|
|
33
|
+
qb2dma: "f1ub7u0d"
|
|
34
|
+
}
|
|
35
|
+
}, {
|
|
36
|
+
d: [".fio29c6{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}", ".f18ssl25{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;}", ".f7nlbp4{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}", ".fjgzulp{-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;}", ".fpydfdc{-webkit-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end;}", ".f1ub7u0d{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;}"]
|
|
37
|
+
});
|
|
38
|
+
export const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
39
|
+
"1": {
|
|
40
|
+
Bh6795r: "fqerorx"
|
|
41
|
+
},
|
|
42
|
+
"2": {
|
|
43
|
+
Bh6795r: "fv68sux"
|
|
44
|
+
},
|
|
45
|
+
"3": {
|
|
46
|
+
Bh6795r: "f1g5s877"
|
|
47
|
+
},
|
|
48
|
+
inherit: {
|
|
49
|
+
Bh6795r: "fbrulcr"
|
|
50
|
+
},
|
|
51
|
+
initial: {
|
|
52
|
+
Bh6795r: "fqq5sy3"
|
|
53
|
+
},
|
|
54
|
+
revert: {
|
|
55
|
+
Bh6795r: "f1kc8nlq"
|
|
56
|
+
},
|
|
57
|
+
unset: {
|
|
58
|
+
Bh6795r: "fepjonw"
|
|
59
|
+
}
|
|
60
|
+
}, {
|
|
61
|
+
d: [".fqerorx{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}", ".fv68sux{-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;}", ".f1g5s877{-webkit-box-flex:3;-webkit-flex-grow:3;-ms-flex-positive:3;flex-grow:3;}", ".fbrulcr{-webkit-box-flex:inherit;-webkit-flex-grow:inherit;-ms-flex-positive:inherit;flex-grow:inherit;}", ".fqq5sy3{-webkit-box-flex:initial;-webkit-flex-grow:initial;-ms-flex-positive:initial;flex-grow:initial;}", ".f1kc8nlq{-webkit-box-flex:revert;-webkit-flex-grow:revert;-ms-flex-positive:revert;flex-grow:revert;}", ".fepjonw{-webkit-box-flex:unset;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset;}"]
|
|
62
|
+
});
|
|
63
|
+
export const useFlexShrinkStyles = /*#__PURE__*/__styles({
|
|
64
|
+
"0": {
|
|
65
|
+
Bnnss6s: "fi64zpg"
|
|
66
|
+
},
|
|
67
|
+
"1": {
|
|
68
|
+
Bnnss6s: "f1neuvcm"
|
|
69
|
+
},
|
|
70
|
+
"2": {
|
|
71
|
+
Bnnss6s: "f1nje5c6"
|
|
72
|
+
},
|
|
73
|
+
inherit: {
|
|
74
|
+
Bnnss6s: "f11ln2im"
|
|
75
|
+
},
|
|
76
|
+
initial: {
|
|
77
|
+
Bnnss6s: "f187621l"
|
|
78
|
+
},
|
|
79
|
+
revert: {
|
|
80
|
+
Bnnss6s: "f1jq7m8u"
|
|
81
|
+
},
|
|
82
|
+
unset: {
|
|
83
|
+
Bnnss6s: "f10s6wei"
|
|
84
|
+
}
|
|
85
|
+
}, {
|
|
86
|
+
d: [".fi64zpg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".f1neuvcm{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;}", ".f1nje5c6{-webkit-flex-shrink:2;-ms-flex-negative:2;flex-shrink:2;}", ".f11ln2im{-webkit-flex-shrink:inherit;-ms-flex-negative:inherit;flex-shrink:inherit;}", ".f187621l{-webkit-flex-shrink:initial;-ms-flex-negative:initial;flex-shrink:initial;}", ".f1jq7m8u{-webkit-flex-shrink:revert;-ms-flex-negative:revert;flex-shrink:revert;}", ".f10s6wei{-webkit-flex-shrink:unset;-ms-flex-negative:unset;flex-shrink:unset;}"]
|
|
87
|
+
});
|
|
88
|
+
export const useFlexOrderStyles = /*#__PURE__*/__styles({
|
|
89
|
+
"0": {
|
|
90
|
+
Bxn5svx: "f1ftwmyh"
|
|
91
|
+
},
|
|
92
|
+
"1": {
|
|
93
|
+
Bxn5svx: "f15wwbgh"
|
|
94
|
+
},
|
|
95
|
+
"2": {
|
|
96
|
+
Bxn5svx: "f15ak53d"
|
|
97
|
+
},
|
|
98
|
+
"3": {
|
|
99
|
+
Bxn5svx: "f19x901k"
|
|
100
|
+
},
|
|
101
|
+
inherit: {
|
|
102
|
+
Bxn5svx: "ficp5m6"
|
|
103
|
+
},
|
|
104
|
+
initial: {
|
|
105
|
+
Bxn5svx: "f1xfv85z"
|
|
106
|
+
},
|
|
107
|
+
unset: {
|
|
108
|
+
Bxn5svx: "f1ex5c7r"
|
|
109
|
+
},
|
|
110
|
+
revert: {
|
|
111
|
+
Bxn5svx: "fgu8tny"
|
|
112
|
+
},
|
|
113
|
+
"-3": {
|
|
114
|
+
Bxn5svx: "folhkm8"
|
|
115
|
+
},
|
|
116
|
+
"-2": {
|
|
117
|
+
Bxn5svx: "f1yml5i9"
|
|
118
|
+
},
|
|
119
|
+
"-1": {
|
|
120
|
+
Bxn5svx: "f1l5m61u"
|
|
121
|
+
}
|
|
122
|
+
}, {
|
|
123
|
+
d: [".f1ftwmyh{-webkit-order:0;-ms-flex-order:0;order:0;}", ".f15wwbgh{-webkit-order:1;-ms-flex-order:1;order:1;}", ".f15ak53d{-webkit-order:2;-ms-flex-order:2;order:2;}", ".f19x901k{-webkit-order:3;-ms-flex-order:3;order:3;}", ".ficp5m6{-webkit-order:inherit;-ms-flex-order:inherit;order:inherit;}", ".f1xfv85z{-webkit-order:initial;-ms-flex-order:initial;order:initial;}", ".f1ex5c7r{-webkit-order:unset;-ms-flex-order:unset;order:unset;}", ".fgu8tny{-webkit-order:revert;-ms-flex-order:revert;order:revert;}", ".folhkm8{-webkit-order:-3;-ms-flex-order:-3;order:-3;}", ".f1yml5i9{-webkit-order:-2;-ms-flex-order:-2;order:-2;}", ".f1l5m61u{-webkit-order:-1;-ms-flex-order:-1;order:-1;}"]
|
|
124
|
+
});
|
|
125
|
+
//# sourceMappingURL=StackItemShim.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["__styles","useStackItemShimStyles","root","Bqenvij","a9b677","disableShrink","Bnnss6s","verticalFill","d","useFlexAlignSelfStyles","auto","qb2dma","baseline","center","start","end","stretch","useFlexGrowStyles","Bh6795r","inherit","initial","revert","unset","useFlexShrinkStyles","useFlexOrderStyles","Bxn5svx"],"sources":["../../../src/components/Stack/StackItemShim.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\n\nexport const useStackItemShimStyles = makeStyles({\n root: {\n height: 'auto',\n width: 'auto',\n },\n disableShrink: {\n flexShrink: 0,\n },\n verticalFill: {\n height: '100%',\n },\n});\n\nexport const useFlexAlignSelfStyles = makeStyles({\n auto: {\n alignSelf: 'auto',\n },\n baseline: {\n alignSelf: 'baseline',\n },\n center: {\n alignSelf: 'center',\n },\n start: {\n alignSelf: 'flex-start',\n },\n end: {\n alignSelf: 'flex-end',\n },\n stretch: {\n alignSelf: 'stretch',\n },\n});\n\nexport const useFlexGrowStyles = makeStyles({\n inherit: {\n flexGrow: 'inherit',\n },\n initial: {\n flexGrow: 'initial',\n },\n revert: {\n flexGrow: 'revert',\n },\n unset: {\n flexGrow: 'unset',\n },\n '1': {\n flexGrow: 1,\n },\n '2': {\n flexGrow: 2,\n },\n '3': {\n flexGrow: 3,\n },\n});\n\nexport const useFlexShrinkStyles = makeStyles({\n inherit: {\n flexShrink: 'inherit',\n },\n initial: {\n flexShrink: 'initial',\n },\n revert: {\n flexShrink: 'revert',\n },\n unset: {\n flexShrink: 'unset',\n },\n 0: {\n flexShrink: 0,\n },\n 1: {\n flexShrink: 1,\n },\n 2: {\n flexShrink: 2,\n },\n});\n\nexport const useFlexOrderStyles = makeStyles({\n inherit: {\n order: 'inherit',\n },\n initial: {\n order: 'initial',\n },\n unset: {\n order: 'unset',\n },\n revert: {\n order: 'revert',\n },\n '-3': {\n order: -3,\n },\n '-2': {\n order: -2,\n },\n '-1': {\n order: -1,\n },\n '0': {\n order: 0,\n },\n '1': {\n order: 1,\n },\n '2': {\n order: 2,\n },\n '3': {\n order: 3,\n },\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAE3B,OAAO,MAAMC,sBAAA,gBAAyBD,QAAA;EAAAE,IAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,aAAA;IAAAC,OAAA;EAAA;EAAAC,YAAA;IAAAJ,OAAA;EAAA;AAAA;EAAAK,CAAA;AAAA,EAWtC;AAEA,OAAO,MAAMC,sBAAA,gBAAyBT,QAAA;EAAAU,IAAA;IAAAC,MAAA;EAAA;EAAAC,QAAA;IAAAD,MAAA;EAAA;EAAAE,MAAA;IAAAF,MAAA;EAAA;EAAAG,KAAA;IAAAH,MAAA;EAAA;EAAAI,GAAA;IAAAJ,MAAA;EAAA;EAAAK,OAAA;IAAAL,MAAA;EAAA;AAAA;EAAAH,CAAA;AAAA,EAmBtC;AAEA,OAAO,MAAMS,iBAAA,gBAAoBjB,QAAA;EAAA;IAAAkB,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAAC,OAAA;IAAAD,OAAA;EAAA;EAAAE,OAAA;IAAAF,OAAA;EAAA;EAAAG,MAAA;IAAAH,OAAA;EAAA;EAAAI,KAAA;IAAAJ,OAAA;EAAA;AAAA;EAAAV,CAAA;AAAA,EAsBjC;AAEA,OAAO,MAAMe,mBAAA,gBAAsBvB,QAAA;EAAA;IAAAM,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAAa,OAAA;IAAAb,OAAA;EAAA;EAAAc,OAAA;IAAAd,OAAA;EAAA;EAAAe,MAAA;IAAAf,OAAA;EAAA;EAAAgB,KAAA;IAAAhB,OAAA;EAAA;AAAA;EAAAE,CAAA;AAAA,EAsBnC;AAEA,OAAO,MAAMgB,kBAAA,gBAAqBxB,QAAA;EAAA;IAAAyB,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAAN,OAAA;IAAAM,OAAA;EAAA;EAAAL,OAAA;IAAAK,OAAA;EAAA;EAAAH,KAAA;IAAAG,OAAA;EAAA;EAAAJ,MAAA;IAAAI,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;EAAA;IAAAA,OAAA;EAAA;AAAA;EAAAjB,CAAA;AAAA,EAkClC"}
|
|
@@ -1,138 +1,13 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { mergeClasses } from '@griffel/react';
|
|
2
2
|
import { classNamesFunction } from '@fluentui/react';
|
|
3
|
-
import
|
|
3
|
+
import * as React from 'react';
|
|
4
4
|
import { getChildrenGapStyles } from './stackUtils';
|
|
5
|
+
import { useFlexAlignItemsStyles, useFlexGrowStyles, useFlexJustifyContentStyles, useStackStyles } from './StackShim.styles';
|
|
5
6
|
const stackClassNames = {
|
|
6
7
|
root: 'ms-Stack',
|
|
7
8
|
inner: 'ms-Stack-inner'
|
|
8
9
|
};
|
|
9
10
|
const getClassNames = /*#__PURE__*/classNamesFunction();
|
|
10
|
-
const useStackStyles = /*#__PURE__*/__styles({
|
|
11
|
-
root: {
|
|
12
|
-
mc9l5x: "f22iagw",
|
|
13
|
-
Beiy3e4: "f1vx9l62",
|
|
14
|
-
Eh141a: "flvyvdh",
|
|
15
|
-
a9b677: "f14z66ap",
|
|
16
|
-
Bqenvij: "f11ysow2",
|
|
17
|
-
B7ck84d: "f1ewtqcl",
|
|
18
|
-
Bj0s3o2: "fh9g2hb",
|
|
19
|
-
alpwn5: "f1mj8y37"
|
|
20
|
-
},
|
|
21
|
-
horizontal: {
|
|
22
|
-
Beiy3e4: "f1063pyq"
|
|
23
|
-
},
|
|
24
|
-
verticalFill: {
|
|
25
|
-
Bqenvij: "f1l02sjl"
|
|
26
|
-
},
|
|
27
|
-
reversedVertical: {
|
|
28
|
-
Beiy3e4: "f1gkdon0"
|
|
29
|
-
},
|
|
30
|
-
reversedHorizontal: {
|
|
31
|
-
Beiy3e4: "f1oztnx0"
|
|
32
|
-
},
|
|
33
|
-
disableShrink: {
|
|
34
|
-
alpwn5: "f1am4glz"
|
|
35
|
-
},
|
|
36
|
-
wrap: {
|
|
37
|
-
mc9l5x: "f22iagw",
|
|
38
|
-
Eh141a: "fni485r",
|
|
39
|
-
Bqenvij: "f1l02sjl"
|
|
40
|
-
},
|
|
41
|
-
inner: {
|
|
42
|
-
mc9l5x: "f22iagw",
|
|
43
|
-
Beiy3e4: "f1vx9l62",
|
|
44
|
-
Eh141a: "fni485r",
|
|
45
|
-
B7ck84d: "f1ewtqcl",
|
|
46
|
-
B2u0y6b: "f1w39fev",
|
|
47
|
-
alpwn5: "f1mj8y37"
|
|
48
|
-
},
|
|
49
|
-
innerWidth: {
|
|
50
|
-
a9b677: "fly5x3f"
|
|
51
|
-
}
|
|
52
|
-
}, {
|
|
53
|
-
d: [".f22iagw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}", ".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}", ".flvyvdh{-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}", ".f14z66ap{width:auto;}", ".f11ysow2{height:auto;}", ".f1ewtqcl{box-sizing:border-box;}", ".fh9g2hb>*{text-overflow:ellipsis;}", ".f1mj8y37>*:not(.ms-StackItem){-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;}", ".f1063pyq{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}", ".f1l02sjl{height:100%;}", ".f1gkdon0{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}", ".f1oztnx0{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}", ".f1am4glz>*:not(.ms-StackItem){-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".fni485r{-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}", ".f1w39fev{max-width:100vw;}", ".fly5x3f{width:100%;}"]
|
|
54
|
-
});
|
|
55
|
-
const useFlexGrowStyles = /*#__PURE__*/__styles({
|
|
56
|
-
"1": {
|
|
57
|
-
Bh6795r: "fqerorx"
|
|
58
|
-
},
|
|
59
|
-
"2": {
|
|
60
|
-
Bh6795r: "fv68sux"
|
|
61
|
-
},
|
|
62
|
-
"3": {
|
|
63
|
-
Bh6795r: "f1g5s877"
|
|
64
|
-
},
|
|
65
|
-
inherit: {
|
|
66
|
-
Bh6795r: "fbrulcr"
|
|
67
|
-
},
|
|
68
|
-
initial: {
|
|
69
|
-
Bh6795r: "fqq5sy3"
|
|
70
|
-
},
|
|
71
|
-
revert: {
|
|
72
|
-
Bh6795r: "f1kc8nlq"
|
|
73
|
-
},
|
|
74
|
-
unset: {
|
|
75
|
-
Bh6795r: "fepjonw"
|
|
76
|
-
}
|
|
77
|
-
}, {
|
|
78
|
-
d: [".fqerorx{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}", ".fv68sux{-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;}", ".f1g5s877{-webkit-box-flex:3;-webkit-flex-grow:3;-ms-flex-positive:3;flex-grow:3;}", ".fbrulcr{-webkit-box-flex:inherit;-webkit-flex-grow:inherit;-ms-flex-positive:inherit;flex-grow:inherit;}", ".fqq5sy3{-webkit-box-flex:initial;-webkit-flex-grow:initial;-ms-flex-positive:initial;flex-grow:initial;}", ".f1kc8nlq{-webkit-box-flex:revert;-webkit-flex-grow:revert;-ms-flex-positive:revert;flex-grow:revert;}", ".fepjonw{-webkit-box-flex:unset;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset;}"]
|
|
79
|
-
});
|
|
80
|
-
const useFlexAlignItemsStyles = /*#__PURE__*/__styles({
|
|
81
|
-
baseline: {
|
|
82
|
-
Bt984gj: "f1guyajx"
|
|
83
|
-
},
|
|
84
|
-
center: {
|
|
85
|
-
Bt984gj: "f122n59"
|
|
86
|
-
},
|
|
87
|
-
start: {
|
|
88
|
-
Bt984gj: "f6jr5hl"
|
|
89
|
-
},
|
|
90
|
-
end: {
|
|
91
|
-
Bt984gj: "fgs5rwf"
|
|
92
|
-
},
|
|
93
|
-
stretch: {
|
|
94
|
-
Bt984gj: "f1q9h2pe"
|
|
95
|
-
},
|
|
96
|
-
"space-between": {
|
|
97
|
-
Bt984gj: "f1jkqsad"
|
|
98
|
-
},
|
|
99
|
-
"space-around": {
|
|
100
|
-
Bt984gj: "ftnnmgl"
|
|
101
|
-
},
|
|
102
|
-
"space-evenly": {
|
|
103
|
-
Bt984gj: "f1uhtmqw"
|
|
104
|
-
}
|
|
105
|
-
}, {
|
|
106
|
-
d: [".f1guyajx{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;}", ".f122n59{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", ".f6jr5hl{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}", ".fgs5rwf{-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}", ".f1q9h2pe{-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}", ".f1jkqsad{-webkit-align-items:space-between;-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between;}", ".ftnnmgl{-webkit-align-items:space-around;-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around;}", ".f1uhtmqw{-webkit-align-items:space-evenly;-webkit-box-align:space-evenly;-ms-flex-align:space-evenly;align-items:space-evenly;}"]
|
|
107
|
-
});
|
|
108
|
-
const useFlexJustifyContentStyles = /*#__PURE__*/__styles({
|
|
109
|
-
baseline: {
|
|
110
|
-
Brf1p80: "f1uf0ky1"
|
|
111
|
-
},
|
|
112
|
-
center: {
|
|
113
|
-
Brf1p80: "f4d9j23"
|
|
114
|
-
},
|
|
115
|
-
start: {
|
|
116
|
-
Brf1p80: "fbhxue7"
|
|
117
|
-
},
|
|
118
|
-
end: {
|
|
119
|
-
Brf1p80: "f9c4gz4"
|
|
120
|
-
},
|
|
121
|
-
stretch: {
|
|
122
|
-
Brf1p80: "fsxf2b5"
|
|
123
|
-
},
|
|
124
|
-
"space-between": {
|
|
125
|
-
Brf1p80: "f1869bpl"
|
|
126
|
-
},
|
|
127
|
-
"space-around": {
|
|
128
|
-
Brf1p80: "f1iw3tyt"
|
|
129
|
-
},
|
|
130
|
-
"space-evenly": {
|
|
131
|
-
Brf1p80: "figf6al"
|
|
132
|
-
}
|
|
133
|
-
}, {
|
|
134
|
-
d: [".f1uf0ky1{-webkit-box-pack:baseline;-ms-flex-pack:baseline;-webkit-justify-content:baseline;justify-content:baseline;}", ".f4d9j23{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}", ".fbhxue7{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}", ".f9c4gz4{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}", ".fsxf2b5{-webkit-box-pack:stretch;-ms-flex-pack:stretch;-webkit-justify-content:stretch;justify-content:stretch;}", ".f1869bpl{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}", ".f1iw3tyt{-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;}", ".figf6al{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-justify-content:space-evenly;justify-content:space-evenly;}"]
|
|
135
|
-
});
|
|
136
11
|
export const StackShim = props => {
|
|
137
12
|
const styles = useStackStyles();
|
|
138
13
|
const alignItemsFlexStyles = useFlexAlignItemsStyles();
|