@cambly/syntax-core 2.4.0 → 2.5.0
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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -842,7 +842,10 @@ var RadioButton_default = RadioButton;
|
|
|
842
842
|
// src/SelectList/SelectList.tsx
|
|
843
843
|
var import_react7 = require("react");
|
|
844
844
|
var import_classnames9 = __toESM(require_classnames());
|
|
845
|
-
|
|
845
|
+
|
|
846
|
+
// ../syntax-design-tokens/dist/js/index.js
|
|
847
|
+
var ColorBaseDestructive700 = "#d32a4b";
|
|
848
|
+
var ColorBaseGray800 = "#353535";
|
|
846
849
|
|
|
847
850
|
// css-module:./SelectList.module.css#css-module
|
|
848
851
|
var SelectList_module_default = { "selectContainer": "_selectContainer_1y5p4_1", "opacityOverlay": "_opacityOverlay_1y5p4_7", "outerTextContainer": "_outerTextContainer_1y5p4_11", "selectWrapper": "_selectWrapper_1y5p4_16", "selectBox": "_selectBox_1y5p4_21", "unselected": "_unselected_1y5p4_40", "selected": "_selected_1y5p4_44", "arrowIcon": "_arrowIcon_1y5p4_48", "sm": "_sm_1y5p4_62", "md": "_md_1y5p4_67", "lg": "_lg_1y5p4_72", "selectError": "_selectError_1y5p4_77" };
|
|
@@ -927,7 +930,7 @@ var SelectList = ({
|
|
|
927
930
|
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
928
931
|
"path",
|
|
929
932
|
{
|
|
930
|
-
fill: errorText ?
|
|
933
|
+
fill: errorText ? ColorBaseDestructive700 : ColorBaseGray800,
|
|
931
934
|
d: "M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z"
|
|
932
935
|
}
|
|
933
936
|
)
|