baseui 0.0.0-next-dfc9b64 → 0.0.0-next-96b59fd
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.
|
@@ -90,7 +90,7 @@ var EndEnhancer = (0, _styles.styled)('div', function (_ref2) {
|
|
|
90
90
|
var marginDirection = $theme.direction === 'rtl' ? 'marginRight' : 'marginLeft';
|
|
91
91
|
return _defineProperty({
|
|
92
92
|
display: 'flex'
|
|
93
|
-
}, marginDirection, $theme.sizing.
|
|
93
|
+
}, marginDirection, $theme.sizing.scale300);
|
|
94
94
|
});
|
|
95
95
|
exports.EndEnhancer = EndEnhancer;
|
|
96
96
|
EndEnhancer.displayName = "EndEnhancer";
|
|
@@ -100,7 +100,7 @@ var StartEnhancer = (0, _styles.styled)('div', function (_ref4) {
|
|
|
100
100
|
var marginDirection = $theme.direction === 'rtl' ? 'marginLeft' : 'marginRight';
|
|
101
101
|
return _defineProperty({
|
|
102
102
|
display: 'flex'
|
|
103
|
-
}, marginDirection, $theme.sizing.
|
|
103
|
+
}, marginDirection, $theme.sizing.scale300);
|
|
104
104
|
});
|
|
105
105
|
exports.StartEnhancer = StartEnhancer;
|
|
106
106
|
StartEnhancer.displayName = "StartEnhancer";
|
|
@@ -72,7 +72,7 @@ export const EndEnhancer = styled<SharedStylePropsT>('div', ({ $theme }) => {
|
|
|
72
72
|
const marginDirection: string = $theme.direction === 'rtl' ? 'marginRight' : 'marginLeft';
|
|
73
73
|
return {
|
|
74
74
|
display: 'flex',
|
|
75
|
-
[marginDirection]: $theme.sizing.
|
|
75
|
+
[marginDirection]: $theme.sizing.scale300,
|
|
76
76
|
};
|
|
77
77
|
});
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ export const StartEnhancer = styled<SharedStylePropsT>('div', ({ $theme }) => {
|
|
|
80
80
|
const marginDirection: string = $theme.direction === 'rtl' ? 'marginLeft' : 'marginRight';
|
|
81
81
|
return {
|
|
82
82
|
display: 'flex',
|
|
83
|
-
[marginDirection]: $theme.sizing.
|
|
83
|
+
[marginDirection]: $theme.sizing.scale300,
|
|
84
84
|
};
|
|
85
85
|
});
|
|
86
86
|
|
|
@@ -86,7 +86,7 @@ export const EndEnhancer = styled('div', ({
|
|
|
86
86
|
const marginDirection = $theme.direction === 'rtl' ? 'marginRight' : 'marginLeft';
|
|
87
87
|
return {
|
|
88
88
|
display: 'flex',
|
|
89
|
-
[marginDirection]: $theme.sizing.
|
|
89
|
+
[marginDirection]: $theme.sizing.scale300
|
|
90
90
|
};
|
|
91
91
|
});
|
|
92
92
|
EndEnhancer.displayName = "EndEnhancer";
|
|
@@ -97,7 +97,7 @@ export const StartEnhancer = styled('div', ({
|
|
|
97
97
|
const marginDirection = $theme.direction === 'rtl' ? 'marginLeft' : 'marginRight';
|
|
98
98
|
return {
|
|
99
99
|
display: 'flex',
|
|
100
|
-
[marginDirection]: $theme.sizing.
|
|
100
|
+
[marginDirection]: $theme.sizing.scale300
|
|
101
101
|
};
|
|
102
102
|
});
|
|
103
103
|
StartEnhancer.displayName = "StartEnhancer";
|
|
@@ -86,7 +86,7 @@ export var EndEnhancer = styled('div', function (_ref2) {
|
|
|
86
86
|
var marginDirection = $theme.direction === 'rtl' ? 'marginRight' : 'marginLeft';
|
|
87
87
|
return _defineProperty({
|
|
88
88
|
display: 'flex'
|
|
89
|
-
}, marginDirection, $theme.sizing.
|
|
89
|
+
}, marginDirection, $theme.sizing.scale300);
|
|
90
90
|
});
|
|
91
91
|
EndEnhancer.displayName = "EndEnhancer";
|
|
92
92
|
EndEnhancer.displayName = 'EndEnhancer';
|
|
@@ -95,7 +95,7 @@ export var StartEnhancer = styled('div', function (_ref4) {
|
|
|
95
95
|
var marginDirection = $theme.direction === 'rtl' ? 'marginLeft' : 'marginRight';
|
|
96
96
|
return _defineProperty({
|
|
97
97
|
display: 'flex'
|
|
98
|
-
}, marginDirection, $theme.sizing.
|
|
98
|
+
}, marginDirection, $theme.sizing.scale300);
|
|
99
99
|
});
|
|
100
100
|
StartEnhancer.displayName = "StartEnhancer";
|
|
101
101
|
StartEnhancer.displayName = 'StartEnhancer';
|