@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.mjs CHANGED
@@ -817,10 +817,10 @@ var RadioButton_default = RadioButton;
817
817
  // src/SelectList/SelectList.tsx
818
818
  var import_classnames9 = __toESM(require_classnames());
819
819
  import { useId } from "react";
820
- import {
821
- ColorBaseDestructive700,
822
- ColorBaseGray800
823
- } from "@cambly/syntax-design-tokens/dist/js/index.js";
820
+
821
+ // ../syntax-design-tokens/dist/js/index.js
822
+ var ColorBaseDestructive700 = "#d32a4b";
823
+ var ColorBaseGray800 = "#353535";
824
824
 
825
825
  // css-module:./SelectList.module.css#css-module
826
826
  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" };