@spaced-out/ui-design-system 0.4.11 → 0.4.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.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.12](https://github.com/spaced-out/ui-design-system/compare/v0.4.11...v0.4.12) (2025-07-29)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [filter-overlay] fluid class overrides small and medium class ([#383](https://github.com/spaced-out/ui-design-system/issues/383)) ([f94c132](https://github.com/spaced-out/ui-design-system/commit/f94c13297c25ff659b343587795919a9a264756c))
11
+
5
12
  ### [0.4.11](https://github.com/spaced-out/ui-design-system/compare/v0.4.10...v0.4.11) (2025-07-28)
6
13
 
7
14
 
@@ -96,8 +96,8 @@ const FilterButtonOverlay = exports.FilterButtonOverlay = /*#__PURE__*/React.for
96
96
  }, /*#__PURE__*/React.createElement("div", {
97
97
  className: (0, _classify.default)(_FilterButtonOverlayModule.default.overlayWrapper, {
98
98
  [_FilterButtonOverlayModule.default.fluid]: isFluid,
99
- [_FilterButtonOverlayModule.default.medium]: size === 'medium',
100
- [_FilterButtonOverlayModule.default.small]: size === 'small'
99
+ [_FilterButtonOverlayModule.default.small]: size === 'small',
100
+ [_FilterButtonOverlayModule.default.medium]: size === 'medium'
101
101
  }, classNames?.overlayContainer)
102
102
  }, children)))));
103
103
  });
@@ -146,8 +146,8 @@ export const FilterButtonOverlay: React$AbstractComponent<
146
146
  css.overlayWrapper,
147
147
  {
148
148
  [css.fluid]: isFluid,
149
- [css.medium]: size === 'medium',
150
149
  [css.small]: size === 'small',
150
+ [css.medium]: size === 'medium',
151
151
  },
152
152
  classNames?.overlayContainer,
153
153
  )}
@@ -19,11 +19,6 @@
19
19
  z-index: var(--menu-elevation);
20
20
  }
21
21
 
22
- .fluid {
23
- width: sizeFluid;
24
- min-width: size160;
25
- }
26
-
27
22
  .medium {
28
23
  width: size300;
29
24
  min-width: size300;
@@ -34,6 +29,11 @@
34
29
  min-width: size240;
35
30
  }
36
31
 
32
+ .fluid {
33
+ width: sizeFluid;
34
+ min-width: size160;
35
+ }
36
+
37
37
  .isFluid {
38
38
  width: sizeFluid;
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {