@redis-ui/components 47.5.2 → 47.5.4
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/dist/Section/components/Body/Body.style.cjs +3 -3
- package/dist/Section/components/Body/Body.style.js +3 -3
- package/dist/Section/components/Compose/Compose.style.cjs +2 -2
- package/dist/Section/components/Compose/Compose.style.js +2 -2
- package/dist/Section/components/SummaryBar/SummaryBar.style.cjs +2 -2
- package/dist/Section/components/SummaryBar/SummaryBar.style.js +2 -2
- package/dist/Switch/components/Compose/Compose.style.cjs +1 -1
- package/dist/Switch/components/Compose/Compose.style.js +1 -1
- package/package.json +2 -2
|
@@ -9,9 +9,9 @@ var SectionBody = (0, styled_components.default)(require_index.Content).withConf
|
|
|
9
9
|
componentId: "RedisUI__sc-1oa2ez8-0"
|
|
10
10
|
})([
|
|
11
11
|
"display:flex;padding:",
|
|
12
|
-
";justify-content:space-between;align-items:center
|
|
13
|
-
"
|
|
14
|
-
";}"
|
|
12
|
+
";justify-content:space-between;align-items:center;&:not(:first-child){border-top:",
|
|
13
|
+
" solid ",
|
|
14
|
+
";}&[hidden]{padding:0;border-top:0;}"
|
|
15
15
|
], () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.body.padding, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.separator.width, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.separator.color);
|
|
16
16
|
//#endregion
|
|
17
17
|
exports.SectionBody = SectionBody;
|
|
@@ -7,9 +7,9 @@ var SectionBody = _styled(Content).withConfig({
|
|
|
7
7
|
componentId: "RedisUI__sc-1oa2ez8-0"
|
|
8
8
|
})([
|
|
9
9
|
"display:flex;padding:",
|
|
10
|
-
";justify-content:space-between;align-items:center
|
|
11
|
-
"
|
|
12
|
-
";}"
|
|
10
|
+
";justify-content:space-between;align-items:center;&:not(:first-child){border-top:",
|
|
11
|
+
" solid ",
|
|
12
|
+
";}&[hidden]{padding:0;border-top:0;}"
|
|
13
13
|
], () => useTheme().components.section.body.padding, () => useTheme().components.section.separator.width, () => useTheme().components.section.separator.color);
|
|
14
14
|
//#endregion
|
|
15
15
|
export { SectionBody };
|
|
@@ -12,8 +12,8 @@ var CollapsibleRoot = (0, styled_components.default)(require_index.Root).withCon
|
|
|
12
12
|
";height:",
|
|
13
13
|
";background:",
|
|
14
14
|
";border-radius:",
|
|
15
|
-
";
|
|
15
|
+
";border:1px solid ",
|
|
16
16
|
";overflow:hidden;"
|
|
17
|
-
], () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.width, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.height, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.bgColor, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.borderRadius, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.
|
|
17
|
+
], () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.width, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.height, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.bgColor, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.borderRadius, () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.section.borderColor);
|
|
18
18
|
//#endregion
|
|
19
19
|
exports.CollapsibleRoot = CollapsibleRoot;
|
|
@@ -10,8 +10,8 @@ var CollapsibleRoot = _styled(Root).withConfig({
|
|
|
10
10
|
";height:",
|
|
11
11
|
";background:",
|
|
12
12
|
";border-radius:",
|
|
13
|
-
";
|
|
13
|
+
";border:1px solid ",
|
|
14
14
|
";overflow:hidden;"
|
|
15
|
-
], () => useTheme().components.section.width, () => useTheme().components.section.height, () => useTheme().components.section.bgColor, () => useTheme().components.section.borderRadius, () => useTheme().components.section.
|
|
15
|
+
], () => useTheme().components.section.width, () => useTheme().components.section.height, () => useTheme().components.section.bgColor, () => useTheme().components.section.borderRadius, () => useTheme().components.section.borderColor);
|
|
16
16
|
//#endregion
|
|
17
17
|
export { CollapsibleRoot };
|
|
@@ -17,6 +17,6 @@ var SwitchCompose = styled_components.default.div.attrs(() => {
|
|
|
17
17
|
}).withConfig({
|
|
18
18
|
displayName: "Composestyle__SwitchCompose",
|
|
19
19
|
componentId: "RedisUI__sc-6vrwxt-0"
|
|
20
|
-
})(["display:inline-flex;flex-direction:row;gap:", ";"], () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.switchButton.gap);
|
|
20
|
+
})(["display:inline-flex;flex-direction:row;align-items:center;gap:", ";"], () => (0, _redislabsdev_redis_ui_styles.useTheme)().components.switchButton.gap);
|
|
21
21
|
//#endregion
|
|
22
22
|
exports.SwitchCompose = SwitchCompose;
|
|
@@ -15,6 +15,6 @@ var SwitchCompose = _styled.div.attrs(() => {
|
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "Composestyle__SwitchCompose",
|
|
17
17
|
componentId: "RedisUI__sc-6vrwxt-0"
|
|
18
|
-
})(["display:inline-flex;flex-direction:row;gap:", ";"], () => useTheme().components.switchButton.gap);
|
|
18
|
+
})(["display:inline-flex;flex-direction:row;align-items:center;gap:", ";"], () => useTheme().components.switchButton.gap);
|
|
19
19
|
//#endregion
|
|
20
20
|
export { SwitchCompose };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redis-ui/components",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "47.5.
|
|
4
|
+
"version": "47.5.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"repository": "git@github.com:redislabsdev/redis-ui.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@redis-ui/icons": "^8.0.0 || ^9.0.0",
|
|
33
|
-
"@redis-ui/styles": "^16.4.
|
|
33
|
+
"@redis-ui/styles": "^16.4.2",
|
|
34
34
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
35
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
36
|
"styled-components": "^5.0.0"
|