@7shifts/sous-chef 3.83.2 → 3.83.3
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 +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10413,6 +10413,17 @@ var getSelectStyles = function getSelectStyles(_ref) {
|
|
|
10413
10413
|
fontFamily: FONT_FAMILY
|
|
10414
10414
|
});
|
|
10415
10415
|
},
|
|
10416
|
+
multiValue: function multiValue(base) {
|
|
10417
|
+
return Object.assign({}, base, {
|
|
10418
|
+
backgroundColor: COLORS['surface-container-high'],
|
|
10419
|
+
color: COLORS['surface-on-color-subtle']
|
|
10420
|
+
});
|
|
10421
|
+
},
|
|
10422
|
+
multiValueLabel: function multiValueLabel(base) {
|
|
10423
|
+
return Object.assign({}, base, {
|
|
10424
|
+
color: COLORS['surface-on-color-subtle']
|
|
10425
|
+
});
|
|
10426
|
+
},
|
|
10416
10427
|
multiValueRemove: function multiValueRemove(base) {
|
|
10417
10428
|
return Object.assign({}, base, {
|
|
10418
10429
|
':hover': {
|