ods-component-lib 1.20.7 → 1.20.8
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58183,8 +58183,8 @@ var useStyles$c = antdStyle.createStyles(function (_ref, props) {
|
|
|
58183
58183
|
var flex = css(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose(["\n display: flex;\n "])));
|
|
58184
58184
|
var grid = css(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteralLoose(["\n display: grid;\n "])));
|
|
58185
58185
|
return {
|
|
58186
|
-
filterWrapper: css(_templateObject3$5 || (_templateObject3$5 = _taggedTemplateLiteralLoose(["\n width: 100%;\n padding: ", "px;\n border-radius: ", "px;\n margin-bottom: ", "px;\n z-index: 1;\n "])), token.padding, token.borderRadiusLG * 2, token.margin),
|
|
58187
|
-
filterInner: cx(grid, css(_templateObject4$4 || (_templateObject4$4 = _taggedTemplateLiteralLoose(["\n grid-template-columns: repeat(1, minmax(0, 1fr));\n transition: gap 0.3s;\n
|
|
58186
|
+
filterWrapper: css(_templateObject3$5 || (_templateObject3$5 = _taggedTemplateLiteralLoose(["\n width: 100%;\n padding: ", "px;\n border-radius: ", "px;\n margin-bottom: ", "px;\n z-index: 1;\n border: 0;\n "])), token.padding, token.borderRadiusLG * 2, token.margin),
|
|
58187
|
+
filterInner: cx(grid, props.open && "gap-4", css(_templateObject4$4 || (_templateObject4$4 = _taggedTemplateLiteralLoose(["\n grid-template-columns: repeat(1, minmax(0, 1fr));\n transition: gap 0.3s;\n "])))),
|
|
58188
58188
|
filterTopWrapper: cx(grid, css(_templateObject5$2 || (_templateObject5$2 = _taggedTemplateLiteralLoose(["\n grid-template-columns: 1fr auto;\n gap: ", "px;\n "])), token.sizeSM)),
|
|
58189
58189
|
filterTopInfo: cx(grid, css(_templateObject6$1 || (_templateObject6$1 = _taggedTemplateLiteralLoose(["\n grid-template-columns: auto 1fr;\n gap: ", "px;\n "])), token.sizeXS)),
|
|
58190
58190
|
filterTopTitle: cx(flex, css(_templateObject7$1 || (_templateObject7$1 = _taggedTemplateLiteralLoose(["\n align-items: center;\n "])))),
|