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.
@@ -58158,8 +58158,8 @@ var useStyles$c = createStyles(function (_ref, props) {
58158
58158
  var flex = css(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose(["\n display: flex;\n "])));
58159
58159
  var grid = css(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteralLoose(["\n display: grid;\n "])));
58160
58160
  return {
58161
- 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),
58162
- filterInner: cx(grid, css(_templateObject4$4 || (_templateObject4$4 = _taggedTemplateLiteralLoose(["\n grid-template-columns: repeat(1, minmax(0, 1fr));\n transition: gap 0.3s;\n gap: ", "px;\n "])), props.open ? token.sizeXS : 0)),
58161
+ 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),
58162
+ 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 "])))),
58163
58163
  filterTopWrapper: cx(grid, css(_templateObject5$2 || (_templateObject5$2 = _taggedTemplateLiteralLoose(["\n grid-template-columns: 1fr auto;\n gap: ", "px;\n "])), token.sizeSM)),
58164
58164
  filterTopInfo: cx(grid, css(_templateObject6$1 || (_templateObject6$1 = _taggedTemplateLiteralLoose(["\n grid-template-columns: auto 1fr;\n gap: ", "px;\n "])), token.sizeXS)),
58165
58165
  filterTopTitle: cx(flex, css(_templateObject7$1 || (_templateObject7$1 = _taggedTemplateLiteralLoose(["\n align-items: center;\n "])))),