@cambly/syntax-core 4.8.0 → 4.8.1
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.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -879,7 +879,10 @@ var RadioButton_default = RadioButton;
|
|
|
879
879
|
|
|
880
880
|
// src/SelectList/SelectList.tsx
|
|
881
881
|
var import_classnames9 = __toESM(require_classnames());
|
|
882
|
-
import {
|
|
882
|
+
import {
|
|
883
|
+
useId,
|
|
884
|
+
useState as useState4
|
|
885
|
+
} from "react";
|
|
883
886
|
|
|
884
887
|
// ../syntax-design-tokens/dist/js/index.js
|
|
885
888
|
var ColorBaseDestructive700 = "#d32a4b";
|