@longline/aqua-ui 1.0.112 → 1.0.113
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/controls/Chip/Chip.js
CHANGED
|
@@ -60,7 +60,7 @@ var ChipStyled = styled(ChipBase)(templateObject_2 || (templateObject_2 = __make
|
|
|
60
60
|
* is not a string but JSX. If `verticalAlign` is enabled, the Chip
|
|
61
61
|
* content is no longer ellipsized.
|
|
62
62
|
*/
|
|
63
|
-
])), function (p) { return p.theme.colors.
|
|
63
|
+
])), function (p) { return p.theme.colors.neutral[10]; }, function (p) { return p.theme.colors.neutral[100]; }, function (p) { return p.theme.font.labelSmall; }, function (p) { return p.theme.animation.duration; }, function (p) { return p.theme.animation.duration; }, function (p) { return p.theme.colors.neutral[50]; }, function (p) { return p.theme.colors.primary[1]; }, function (p) { return p.theme.colors.primary[2]; }, function (p) { return p.theme.colors.neutral[100]; }, function (p) { return p.theme.colors.primary[1]; }, function (p) { return p.theme.colors.neutral[100]; }, function (p) { return p.disabled && css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n pointer-events: none;\n cursor: auto;\n background-color: ", ";\n color: ", ";\n & > svg {\n fill: ", ";\n }\n "], ["\n pointer-events: none;\n cursor: auto;\n background-color: ", ";\n color: ", ";\n & > svg {\n fill: ", ";\n }\n "])), function (p) { return p.theme.colors.neutral[50]; }, function (p) { return p.theme.colors.primary[3]; }, function (p) { return p.theme.colors.primary[3]; }); });
|
|
64
64
|
/**
|
|
65
65
|
* A set of `Chip` instances show consecutive user inputs and are individually
|
|
66
66
|
* deselected. The "X" on a `Chip` is clickable. A `Chip` can have keyboard focus:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Filter';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Filter';
|