@spaced-out/ui-design-system 0.1.46 → 0.1.47

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.1.47](https://github.com/spaced-out/ui-design-system/compare/v0.1.46...v0.1.47) (2023-08-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * background fix for dropdown and typeahead ([2dc52ef](https://github.com/spaced-out/ui-design-system/commit/2dc52ef72eeb557e479c65abfda67d19c1576eee))
11
+
5
12
  ### [0.1.46](https://github.com/spaced-out/ui-design-system/compare/v0.1.45...v0.1.46) (2023-08-29)
6
13
 
7
14
 
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Dropdown = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
8
  var _react2 = require("@floating-ui/react");
9
- var _color = require("../../styles/variables/_color");
10
9
  var _size = require("../../styles/variables/_size");
11
10
  var _space = require("../../styles/variables/_space");
12
11
  var _classify = require("../../utils/classify");
@@ -81,8 +80,7 @@ const Dropdown = /*#__PURE__*/React.forwardRef((_ref, ref) => {
81
80
  position: strategy,
82
81
  top: y ?? _space.spaceNone,
83
82
  left: x ?? _space.spaceNone,
84
- width: _size.sizeFluid,
85
- backgroundColor: _color.colorBackgroundTertiary
83
+ width: _size.sizeFluid
86
84
  }
87
85
  }, /*#__PURE__*/React.createElement(_Menu.Menu, _extends({}, menu, {
88
86
  onSelect: option => {
@@ -12,7 +12,6 @@ import {
12
12
  useFloating,
13
13
  } from '@floating-ui/react';
14
14
 
15
- import {colorBackgroundTertiary} from '../../styles/variables/_color';
16
15
  import {sizeFluid} from '../../styles/variables/_size';
17
16
  import {spaceNone, spaceXXSmall} from '../../styles/variables/_space';
18
17
  import {classify} from '../../utils/classify';
@@ -102,7 +101,6 @@ export const Dropdown: React$AbstractComponent<
102
101
  top: y ?? spaceNone,
103
102
  left: x ?? spaceNone,
104
103
  width: sizeFluid,
105
- backgroundColor: colorBackgroundTertiary,
106
104
  }}
107
105
  >
108
106
  <Menu
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Typeahead = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
8
  var _react2 = require("@floating-ui/react");
9
- var _color = require("../../styles/variables/_color");
10
9
  var _size = require("../../styles/variables/_size");
11
10
  var _space = require("../../styles/variables/_space");
12
11
  var _classify = require("../../utils/classify");
@@ -109,8 +108,7 @@ const Typeahead = /*#__PURE__*/React.forwardRef((_ref, ref) => {
109
108
  position: strategy,
110
109
  top: y ?? _space.spaceNone,
111
110
  left: x ?? _space.spaceNone,
112
- width: _size.sizeFluid,
113
- backgroundColor: _color.colorBackgroundTertiary
111
+ width: _size.sizeFluid
114
112
  }
115
113
  }, /*#__PURE__*/React.createElement(_Menu.Menu, _extends({}, menu, {
116
114
  options: filteredOptions,
@@ -12,7 +12,6 @@ import {
12
12
  useFloating,
13
13
  } from '@floating-ui/react';
14
14
 
15
- import {colorBackgroundTertiary} from '../../styles/variables/_color';
16
15
  import {sizeFluid} from '../../styles/variables/_size';
17
16
  import {spaceNone, spaceXXSmall} from '../../styles/variables/_space';
18
17
  import {classify} from '../../utils/classify';
@@ -144,7 +143,6 @@ export const Typeahead: React$AbstractComponent<
144
143
  top: y ?? spaceNone,
145
144
  left: x ?? spaceNone,
146
145
  width: sizeFluid,
147
- backgroundColor: colorBackgroundTertiary,
148
146
  }}
149
147
  >
150
148
  <Menu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {