diff --git a/packages/core/src/utils/index.ts b/packages/core/src/utils/index.ts index 521abf5629b..32d13c8195d 100644 --- a/packages/core/src/utils/index.ts +++ b/packages/core/src/utils/index.ts @@ -1,19 +1,23 @@ +export { + getRefFromChildren, + makePrefixer, + useId, + useIdMemo, + setRef, + useControlled, + useForkRef, +} from "@salt-ds/utils"; export * from "./capitalize"; export * from "./createChainedFunction"; export * from "./createContext"; export * from "./debounce"; export * from "./inferElementType"; -export * from "./makePrefixer"; export * from "./marginMiddleware"; export * from "./ownerDocument"; export * from "./ownerWindow"; export * from "./polymorphicTypes"; export * from "./renderProps"; -export * from "./setRef"; -export * from "./useControlled"; export * from "./useFloatingUI"; -export * from "./useForkRef"; -export * from "./useId"; export * from "./useIsFocusVisible"; export * from "./useIsomorphicLayoutEffect"; export * from "./usePrevious"; @@ -22,4 +26,3 @@ export * from "./mergeProps"; export * from "./useValueEffect"; export * from "./useResizeObserver"; export * from "./useEventCallback"; -export * from "./getRefFromChildren"; diff --git a/packages/core/src/utils/useValueEffect.ts b/packages/core/src/utils/useValueEffect.ts index 02b60b61531..3186e26dc01 100644 --- a/packages/core/src/utils/useValueEffect.ts +++ b/packages/core/src/utils/useValueEffect.ts @@ -11,8 +11,8 @@ */ import { type Dispatch, type MutableRefObject, useRef, useState } from "react"; -import { useIsomorphicLayoutEffect } from "../index"; import { useEventCallback } from "./useEventCallback"; +import { useIsomorphicLayoutEffect } from "./useIsomorphicLayoutEffect"; type SetValueAction = (prev: S) => Generator; diff --git a/packages/countries/scripts/templateCountrySymbol.mustache b/packages/countries/scripts/templateCountrySymbol.mustache index 553bf5227ac..eaa04228539 100644 --- a/packages/countries/scripts/templateCountrySymbol.mustache +++ b/packages/countries/scripts/templateCountrySymbol.mustache @@ -1,5 +1,5 @@ +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; -import { useId } from "@salt-ds/core"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AD.tsx b/packages/countries/src/components/AD.tsx index adb4bb5cc1a..ffec715dda4 100644 --- a/packages/countries/src/components/AD.tsx +++ b/packages/countries/src/components/AD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AD_Sharp.tsx b/packages/countries/src/components/AD_Sharp.tsx index 74d04615294..e6fb7968ac5 100644 --- a/packages/countries/src/components/AD_Sharp.tsx +++ b/packages/countries/src/components/AD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AE.tsx b/packages/countries/src/components/AE.tsx index b0a97743d09..ef9cf572320 100644 --- a/packages/countries/src/components/AE.tsx +++ b/packages/countries/src/components/AE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AE_Sharp.tsx b/packages/countries/src/components/AE_Sharp.tsx index 984824b8c47..9c868cfbd3d 100644 --- a/packages/countries/src/components/AE_Sharp.tsx +++ b/packages/countries/src/components/AE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AF.tsx b/packages/countries/src/components/AF.tsx index a01ce50a719..c2b27a53037 100644 --- a/packages/countries/src/components/AF.tsx +++ b/packages/countries/src/components/AF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AF_Sharp.tsx b/packages/countries/src/components/AF_Sharp.tsx index 94ec26734fa..8eeb94335c0 100644 --- a/packages/countries/src/components/AF_Sharp.tsx +++ b/packages/countries/src/components/AF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AG.tsx b/packages/countries/src/components/AG.tsx index 619fb3f87fc..b2db8822688 100644 --- a/packages/countries/src/components/AG.tsx +++ b/packages/countries/src/components/AG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AG_Sharp.tsx b/packages/countries/src/components/AG_Sharp.tsx index ab864e89596..dd019ebbdcf 100644 --- a/packages/countries/src/components/AG_Sharp.tsx +++ b/packages/countries/src/components/AG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AI.tsx b/packages/countries/src/components/AI.tsx index a0e4711ddea..04804fcb3e9 100644 --- a/packages/countries/src/components/AI.tsx +++ b/packages/countries/src/components/AI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AI_Sharp.tsx b/packages/countries/src/components/AI_Sharp.tsx index c986f5a87ac..cbe5bbc0d8e 100644 --- a/packages/countries/src/components/AI_Sharp.tsx +++ b/packages/countries/src/components/AI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AL.tsx b/packages/countries/src/components/AL.tsx index df33f3ec178..6ed77d47eef 100644 --- a/packages/countries/src/components/AL.tsx +++ b/packages/countries/src/components/AL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AL_Sharp.tsx b/packages/countries/src/components/AL_Sharp.tsx index ed733c2a8c6..395eb025c26 100644 --- a/packages/countries/src/components/AL_Sharp.tsx +++ b/packages/countries/src/components/AL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AM.tsx b/packages/countries/src/components/AM.tsx index 5e8b5f88a80..10f98d2307d 100644 --- a/packages/countries/src/components/AM.tsx +++ b/packages/countries/src/components/AM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AM_Sharp.tsx b/packages/countries/src/components/AM_Sharp.tsx index 4d2f3905021..b54009f7321 100644 --- a/packages/countries/src/components/AM_Sharp.tsx +++ b/packages/countries/src/components/AM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AO.tsx b/packages/countries/src/components/AO.tsx index a4f49334189..eafde41768d 100644 --- a/packages/countries/src/components/AO.tsx +++ b/packages/countries/src/components/AO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AO_Sharp.tsx b/packages/countries/src/components/AO_Sharp.tsx index e2370b4994f..bddf717efd2 100644 --- a/packages/countries/src/components/AO_Sharp.tsx +++ b/packages/countries/src/components/AO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AQ.tsx b/packages/countries/src/components/AQ.tsx index c6f56d1469d..40bf884b3dd 100644 --- a/packages/countries/src/components/AQ.tsx +++ b/packages/countries/src/components/AQ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AQ_Sharp.tsx b/packages/countries/src/components/AQ_Sharp.tsx index 147ee42e0a9..fb14a09f241 100644 --- a/packages/countries/src/components/AQ_Sharp.tsx +++ b/packages/countries/src/components/AQ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AR.tsx b/packages/countries/src/components/AR.tsx index 67377239201..2f008e61feb 100644 --- a/packages/countries/src/components/AR.tsx +++ b/packages/countries/src/components/AR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AR_Sharp.tsx b/packages/countries/src/components/AR_Sharp.tsx index f87ee685cc3..3a1750af463 100644 --- a/packages/countries/src/components/AR_Sharp.tsx +++ b/packages/countries/src/components/AR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AS.tsx b/packages/countries/src/components/AS.tsx index 97ae03f5340..7f443188cc4 100644 --- a/packages/countries/src/components/AS.tsx +++ b/packages/countries/src/components/AS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AS_Sharp.tsx b/packages/countries/src/components/AS_Sharp.tsx index 8b165defbcd..cc84a621812 100644 --- a/packages/countries/src/components/AS_Sharp.tsx +++ b/packages/countries/src/components/AS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AT.tsx b/packages/countries/src/components/AT.tsx index 14dffe2bdc1..ad8a5e0d7d3 100644 --- a/packages/countries/src/components/AT.tsx +++ b/packages/countries/src/components/AT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AT_Sharp.tsx b/packages/countries/src/components/AT_Sharp.tsx index ec9250762e9..e78d17b1bd7 100644 --- a/packages/countries/src/components/AT_Sharp.tsx +++ b/packages/countries/src/components/AT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AU.tsx b/packages/countries/src/components/AU.tsx index 1f01071a388..7c82326e7bb 100644 --- a/packages/countries/src/components/AU.tsx +++ b/packages/countries/src/components/AU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AU_Sharp.tsx b/packages/countries/src/components/AU_Sharp.tsx index 8a01f4347ba..457fc66ec46 100644 --- a/packages/countries/src/components/AU_Sharp.tsx +++ b/packages/countries/src/components/AU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AW.tsx b/packages/countries/src/components/AW.tsx index f2cb76feab4..5e78580e8b0 100644 --- a/packages/countries/src/components/AW.tsx +++ b/packages/countries/src/components/AW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AW_Sharp.tsx b/packages/countries/src/components/AW_Sharp.tsx index 867d9b4f47a..70e0d9666c1 100644 --- a/packages/countries/src/components/AW_Sharp.tsx +++ b/packages/countries/src/components/AW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AX.tsx b/packages/countries/src/components/AX.tsx index 1a0c334de0e..caf84b88285 100644 --- a/packages/countries/src/components/AX.tsx +++ b/packages/countries/src/components/AX.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AX_Sharp.tsx b/packages/countries/src/components/AX_Sharp.tsx index 12f8e093d7f..0c737c29ca8 100644 --- a/packages/countries/src/components/AX_Sharp.tsx +++ b/packages/countries/src/components/AX_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AZ.tsx b/packages/countries/src/components/AZ.tsx index eaf0a70f2a2..2af5a43212e 100644 --- a/packages/countries/src/components/AZ.tsx +++ b/packages/countries/src/components/AZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/AZ_Sharp.tsx b/packages/countries/src/components/AZ_Sharp.tsx index 228baa0d6b5..63911d38325 100644 --- a/packages/countries/src/components/AZ_Sharp.tsx +++ b/packages/countries/src/components/AZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BA.tsx b/packages/countries/src/components/BA.tsx index 24abef022f4..0f55b888be9 100644 --- a/packages/countries/src/components/BA.tsx +++ b/packages/countries/src/components/BA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BA_Sharp.tsx b/packages/countries/src/components/BA_Sharp.tsx index eb77b411a72..eed2420b01d 100644 --- a/packages/countries/src/components/BA_Sharp.tsx +++ b/packages/countries/src/components/BA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BB.tsx b/packages/countries/src/components/BB.tsx index da6024937cc..5dba13b9e17 100644 --- a/packages/countries/src/components/BB.tsx +++ b/packages/countries/src/components/BB.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BB_Sharp.tsx b/packages/countries/src/components/BB_Sharp.tsx index 13c9f9ea135..f3f5e2d2d2f 100644 --- a/packages/countries/src/components/BB_Sharp.tsx +++ b/packages/countries/src/components/BB_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BD.tsx b/packages/countries/src/components/BD.tsx index aaad6000929..f7bdcbb0ab9 100644 --- a/packages/countries/src/components/BD.tsx +++ b/packages/countries/src/components/BD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BD_Sharp.tsx b/packages/countries/src/components/BD_Sharp.tsx index f11c28ebcf7..8dffaa9261b 100644 --- a/packages/countries/src/components/BD_Sharp.tsx +++ b/packages/countries/src/components/BD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BE.tsx b/packages/countries/src/components/BE.tsx index 21ab82f704d..e035a611dd7 100644 --- a/packages/countries/src/components/BE.tsx +++ b/packages/countries/src/components/BE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BE_Sharp.tsx b/packages/countries/src/components/BE_Sharp.tsx index ddfa5d0dca9..22f6e1ff1f3 100644 --- a/packages/countries/src/components/BE_Sharp.tsx +++ b/packages/countries/src/components/BE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BF.tsx b/packages/countries/src/components/BF.tsx index cd49d5e76e9..122f191def5 100644 --- a/packages/countries/src/components/BF.tsx +++ b/packages/countries/src/components/BF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BF_Sharp.tsx b/packages/countries/src/components/BF_Sharp.tsx index ae50c287c99..f153d054db2 100644 --- a/packages/countries/src/components/BF_Sharp.tsx +++ b/packages/countries/src/components/BF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BG.tsx b/packages/countries/src/components/BG.tsx index 7018e48a7b0..2df2eb33c31 100644 --- a/packages/countries/src/components/BG.tsx +++ b/packages/countries/src/components/BG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BG_Sharp.tsx b/packages/countries/src/components/BG_Sharp.tsx index 3839f30fa2f..efd5516aa5c 100644 --- a/packages/countries/src/components/BG_Sharp.tsx +++ b/packages/countries/src/components/BG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BH.tsx b/packages/countries/src/components/BH.tsx index 083131eb33c..b4baab521ff 100644 --- a/packages/countries/src/components/BH.tsx +++ b/packages/countries/src/components/BH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BH_Sharp.tsx b/packages/countries/src/components/BH_Sharp.tsx index 5f8334d2367..65133989f2f 100644 --- a/packages/countries/src/components/BH_Sharp.tsx +++ b/packages/countries/src/components/BH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BI.tsx b/packages/countries/src/components/BI.tsx index 73fa7c14aec..9b768470226 100644 --- a/packages/countries/src/components/BI.tsx +++ b/packages/countries/src/components/BI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BI_Sharp.tsx b/packages/countries/src/components/BI_Sharp.tsx index 42051fa119a..ecbc5225734 100644 --- a/packages/countries/src/components/BI_Sharp.tsx +++ b/packages/countries/src/components/BI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BJ.tsx b/packages/countries/src/components/BJ.tsx index 3ca166692ce..05fd31e4319 100644 --- a/packages/countries/src/components/BJ.tsx +++ b/packages/countries/src/components/BJ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BJ_Sharp.tsx b/packages/countries/src/components/BJ_Sharp.tsx index c2d3d2c3158..783205a96f0 100644 --- a/packages/countries/src/components/BJ_Sharp.tsx +++ b/packages/countries/src/components/BJ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BL.tsx b/packages/countries/src/components/BL.tsx index dd275982c4f..309ee2aad1f 100644 --- a/packages/countries/src/components/BL.tsx +++ b/packages/countries/src/components/BL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BL_Sharp.tsx b/packages/countries/src/components/BL_Sharp.tsx index 8a180c176b9..5419b532dfc 100644 --- a/packages/countries/src/components/BL_Sharp.tsx +++ b/packages/countries/src/components/BL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BM.tsx b/packages/countries/src/components/BM.tsx index 3f639ece5b8..c7e31c1079c 100644 --- a/packages/countries/src/components/BM.tsx +++ b/packages/countries/src/components/BM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BM_Sharp.tsx b/packages/countries/src/components/BM_Sharp.tsx index 2da1a952567..326a7e00f90 100644 --- a/packages/countries/src/components/BM_Sharp.tsx +++ b/packages/countries/src/components/BM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BN.tsx b/packages/countries/src/components/BN.tsx index 2ff038402d9..3d40db1ff96 100644 --- a/packages/countries/src/components/BN.tsx +++ b/packages/countries/src/components/BN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BN_Sharp.tsx b/packages/countries/src/components/BN_Sharp.tsx index 8ebea4aafde..e1842ed9cf0 100644 --- a/packages/countries/src/components/BN_Sharp.tsx +++ b/packages/countries/src/components/BN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BO.tsx b/packages/countries/src/components/BO.tsx index a6ddfeefae5..bd82b8741cd 100644 --- a/packages/countries/src/components/BO.tsx +++ b/packages/countries/src/components/BO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BO_Sharp.tsx b/packages/countries/src/components/BO_Sharp.tsx index 4a79f1b124a..715bf41a44e 100644 --- a/packages/countries/src/components/BO_Sharp.tsx +++ b/packages/countries/src/components/BO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BQ.tsx b/packages/countries/src/components/BQ.tsx index cf8bf9eec78..78cd90578df 100644 --- a/packages/countries/src/components/BQ.tsx +++ b/packages/countries/src/components/BQ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BQ_Sharp.tsx b/packages/countries/src/components/BQ_Sharp.tsx index 94cd6455f5b..6b4755b0459 100644 --- a/packages/countries/src/components/BQ_Sharp.tsx +++ b/packages/countries/src/components/BQ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BR.tsx b/packages/countries/src/components/BR.tsx index cab0d64d7c5..9f49bfad22e 100644 --- a/packages/countries/src/components/BR.tsx +++ b/packages/countries/src/components/BR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BR_Sharp.tsx b/packages/countries/src/components/BR_Sharp.tsx index 68e1e0a36a6..c8af029d1fc 100644 --- a/packages/countries/src/components/BR_Sharp.tsx +++ b/packages/countries/src/components/BR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BS.tsx b/packages/countries/src/components/BS.tsx index 2f68a4f769b..7aef9233c3c 100644 --- a/packages/countries/src/components/BS.tsx +++ b/packages/countries/src/components/BS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BS_Sharp.tsx b/packages/countries/src/components/BS_Sharp.tsx index 4d30390f7f5..12dc3c05673 100644 --- a/packages/countries/src/components/BS_Sharp.tsx +++ b/packages/countries/src/components/BS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BT.tsx b/packages/countries/src/components/BT.tsx index c4b2d5aee65..e343db73424 100644 --- a/packages/countries/src/components/BT.tsx +++ b/packages/countries/src/components/BT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BT_Sharp.tsx b/packages/countries/src/components/BT_Sharp.tsx index e3ee04d15f2..7f66829738e 100644 --- a/packages/countries/src/components/BT_Sharp.tsx +++ b/packages/countries/src/components/BT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BV.tsx b/packages/countries/src/components/BV.tsx index 6a0595234dc..86f7acea2c3 100644 --- a/packages/countries/src/components/BV.tsx +++ b/packages/countries/src/components/BV.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BV_Sharp.tsx b/packages/countries/src/components/BV_Sharp.tsx index ab2eb73fe5b..5a33d94554a 100644 --- a/packages/countries/src/components/BV_Sharp.tsx +++ b/packages/countries/src/components/BV_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BW.tsx b/packages/countries/src/components/BW.tsx index 959ea8a6bd1..7d4b6fae9a0 100644 --- a/packages/countries/src/components/BW.tsx +++ b/packages/countries/src/components/BW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BW_Sharp.tsx b/packages/countries/src/components/BW_Sharp.tsx index 9dd4091ca83..878c8e7f387 100644 --- a/packages/countries/src/components/BW_Sharp.tsx +++ b/packages/countries/src/components/BW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BY.tsx b/packages/countries/src/components/BY.tsx index 4e4d2c3eb5b..185bbe2cf10 100644 --- a/packages/countries/src/components/BY.tsx +++ b/packages/countries/src/components/BY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BY_Sharp.tsx b/packages/countries/src/components/BY_Sharp.tsx index 1c11a7ec849..5faca700892 100644 --- a/packages/countries/src/components/BY_Sharp.tsx +++ b/packages/countries/src/components/BY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BZ.tsx b/packages/countries/src/components/BZ.tsx index 69a992363e5..d7c827eb283 100644 --- a/packages/countries/src/components/BZ.tsx +++ b/packages/countries/src/components/BZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/BZ_Sharp.tsx b/packages/countries/src/components/BZ_Sharp.tsx index 1bc40aec789..11186b5dc64 100644 --- a/packages/countries/src/components/BZ_Sharp.tsx +++ b/packages/countries/src/components/BZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CA.tsx b/packages/countries/src/components/CA.tsx index ff97434fa7b..b9be80adb48 100644 --- a/packages/countries/src/components/CA.tsx +++ b/packages/countries/src/components/CA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CA_Sharp.tsx b/packages/countries/src/components/CA_Sharp.tsx index 6654fd1df99..d611ddb71ec 100644 --- a/packages/countries/src/components/CA_Sharp.tsx +++ b/packages/countries/src/components/CA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CC.tsx b/packages/countries/src/components/CC.tsx index f0eb0937dc3..f32e554234e 100644 --- a/packages/countries/src/components/CC.tsx +++ b/packages/countries/src/components/CC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CC_Sharp.tsx b/packages/countries/src/components/CC_Sharp.tsx index 20116110900..19b27955603 100644 --- a/packages/countries/src/components/CC_Sharp.tsx +++ b/packages/countries/src/components/CC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CD.tsx b/packages/countries/src/components/CD.tsx index ba722bc1352..3b274364645 100644 --- a/packages/countries/src/components/CD.tsx +++ b/packages/countries/src/components/CD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CD_Sharp.tsx b/packages/countries/src/components/CD_Sharp.tsx index eef1a785e98..11c3e411465 100644 --- a/packages/countries/src/components/CD_Sharp.tsx +++ b/packages/countries/src/components/CD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CF.tsx b/packages/countries/src/components/CF.tsx index 33bc8b5bfb3..97e86bf97c7 100644 --- a/packages/countries/src/components/CF.tsx +++ b/packages/countries/src/components/CF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CF_Sharp.tsx b/packages/countries/src/components/CF_Sharp.tsx index bfe1897b9c7..1801d8b860d 100644 --- a/packages/countries/src/components/CF_Sharp.tsx +++ b/packages/countries/src/components/CF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CG.tsx b/packages/countries/src/components/CG.tsx index 8101a794a22..ab93b5790ad 100644 --- a/packages/countries/src/components/CG.tsx +++ b/packages/countries/src/components/CG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CG_Sharp.tsx b/packages/countries/src/components/CG_Sharp.tsx index 9c5175d50d1..0061c89d0c7 100644 --- a/packages/countries/src/components/CG_Sharp.tsx +++ b/packages/countries/src/components/CG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CH.tsx b/packages/countries/src/components/CH.tsx index 0450d97ce20..1e87f10644f 100644 --- a/packages/countries/src/components/CH.tsx +++ b/packages/countries/src/components/CH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CH_Sharp.tsx b/packages/countries/src/components/CH_Sharp.tsx index c6dfc23a5df..7aa245f6479 100644 --- a/packages/countries/src/components/CH_Sharp.tsx +++ b/packages/countries/src/components/CH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CI.tsx b/packages/countries/src/components/CI.tsx index 8b5627b2e4a..cc65c0b8221 100644 --- a/packages/countries/src/components/CI.tsx +++ b/packages/countries/src/components/CI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CI_Sharp.tsx b/packages/countries/src/components/CI_Sharp.tsx index cc1460b4821..dadc7cc4bd5 100644 --- a/packages/countries/src/components/CI_Sharp.tsx +++ b/packages/countries/src/components/CI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CK.tsx b/packages/countries/src/components/CK.tsx index a9e27b2bf55..ac24ed5b026 100644 --- a/packages/countries/src/components/CK.tsx +++ b/packages/countries/src/components/CK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CK_Sharp.tsx b/packages/countries/src/components/CK_Sharp.tsx index 63e6fc23af3..cb229d53c4a 100644 --- a/packages/countries/src/components/CK_Sharp.tsx +++ b/packages/countries/src/components/CK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CL.tsx b/packages/countries/src/components/CL.tsx index 5dab646e357..9522765f96c 100644 --- a/packages/countries/src/components/CL.tsx +++ b/packages/countries/src/components/CL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CL_Sharp.tsx b/packages/countries/src/components/CL_Sharp.tsx index 5f8876b5437..2bcd7b861d6 100644 --- a/packages/countries/src/components/CL_Sharp.tsx +++ b/packages/countries/src/components/CL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CM.tsx b/packages/countries/src/components/CM.tsx index d9fdd39c6a5..b840e5c9e17 100644 --- a/packages/countries/src/components/CM.tsx +++ b/packages/countries/src/components/CM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CM_Sharp.tsx b/packages/countries/src/components/CM_Sharp.tsx index e0ab3a6e81b..649935e3b7c 100644 --- a/packages/countries/src/components/CM_Sharp.tsx +++ b/packages/countries/src/components/CM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CN.tsx b/packages/countries/src/components/CN.tsx index 5b8249270f9..c99219c7503 100644 --- a/packages/countries/src/components/CN.tsx +++ b/packages/countries/src/components/CN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CN_Sharp.tsx b/packages/countries/src/components/CN_Sharp.tsx index 48157a94192..d1277180e1c 100644 --- a/packages/countries/src/components/CN_Sharp.tsx +++ b/packages/countries/src/components/CN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CO.tsx b/packages/countries/src/components/CO.tsx index 58cc8ccfd09..cf6a449b0bb 100644 --- a/packages/countries/src/components/CO.tsx +++ b/packages/countries/src/components/CO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CO_Sharp.tsx b/packages/countries/src/components/CO_Sharp.tsx index f45ff75439a..a9e7fc86218 100644 --- a/packages/countries/src/components/CO_Sharp.tsx +++ b/packages/countries/src/components/CO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CR.tsx b/packages/countries/src/components/CR.tsx index 666c52fa34e..558200fd66d 100644 --- a/packages/countries/src/components/CR.tsx +++ b/packages/countries/src/components/CR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CR_Sharp.tsx b/packages/countries/src/components/CR_Sharp.tsx index 91737b8c6f1..1b0f714feed 100644 --- a/packages/countries/src/components/CR_Sharp.tsx +++ b/packages/countries/src/components/CR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CU.tsx b/packages/countries/src/components/CU.tsx index 14cae9c1a0b..952b8dd245f 100644 --- a/packages/countries/src/components/CU.tsx +++ b/packages/countries/src/components/CU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CU_Sharp.tsx b/packages/countries/src/components/CU_Sharp.tsx index ab9d0727667..0c31a7fbe65 100644 --- a/packages/countries/src/components/CU_Sharp.tsx +++ b/packages/countries/src/components/CU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CV.tsx b/packages/countries/src/components/CV.tsx index 7e5c8bcb2ab..3ffe173f7df 100644 --- a/packages/countries/src/components/CV.tsx +++ b/packages/countries/src/components/CV.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CV_Sharp.tsx b/packages/countries/src/components/CV_Sharp.tsx index cff243dd733..6e54f18dd90 100644 --- a/packages/countries/src/components/CV_Sharp.tsx +++ b/packages/countries/src/components/CV_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CW.tsx b/packages/countries/src/components/CW.tsx index c2200edb658..fcb44f54fb1 100644 --- a/packages/countries/src/components/CW.tsx +++ b/packages/countries/src/components/CW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CW_Sharp.tsx b/packages/countries/src/components/CW_Sharp.tsx index 37e8d30c43f..22552dfb603 100644 --- a/packages/countries/src/components/CW_Sharp.tsx +++ b/packages/countries/src/components/CW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CX.tsx b/packages/countries/src/components/CX.tsx index d99ddcb1abf..c773b4a7d8b 100644 --- a/packages/countries/src/components/CX.tsx +++ b/packages/countries/src/components/CX.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CX_Sharp.tsx b/packages/countries/src/components/CX_Sharp.tsx index 05c2eecc652..8bf619423b8 100644 --- a/packages/countries/src/components/CX_Sharp.tsx +++ b/packages/countries/src/components/CX_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CY.tsx b/packages/countries/src/components/CY.tsx index 3807213a71d..51eb281435b 100644 --- a/packages/countries/src/components/CY.tsx +++ b/packages/countries/src/components/CY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CY_Sharp.tsx b/packages/countries/src/components/CY_Sharp.tsx index b54c6767446..0af7cb28176 100644 --- a/packages/countries/src/components/CY_Sharp.tsx +++ b/packages/countries/src/components/CY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CZ.tsx b/packages/countries/src/components/CZ.tsx index 5e5cf698694..925de48936a 100644 --- a/packages/countries/src/components/CZ.tsx +++ b/packages/countries/src/components/CZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/CZ_Sharp.tsx b/packages/countries/src/components/CZ_Sharp.tsx index da00e927011..68db94cfc09 100644 --- a/packages/countries/src/components/CZ_Sharp.tsx +++ b/packages/countries/src/components/CZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DE.tsx b/packages/countries/src/components/DE.tsx index 38b89b66147..d64a8cb2cbb 100644 --- a/packages/countries/src/components/DE.tsx +++ b/packages/countries/src/components/DE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DE_Sharp.tsx b/packages/countries/src/components/DE_Sharp.tsx index ea84e94f701..713986c07ae 100644 --- a/packages/countries/src/components/DE_Sharp.tsx +++ b/packages/countries/src/components/DE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DJ.tsx b/packages/countries/src/components/DJ.tsx index 53d5c6e216c..0eb786cb7bf 100644 --- a/packages/countries/src/components/DJ.tsx +++ b/packages/countries/src/components/DJ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DJ_Sharp.tsx b/packages/countries/src/components/DJ_Sharp.tsx index 5aff41efcfe..5014bb81824 100644 --- a/packages/countries/src/components/DJ_Sharp.tsx +++ b/packages/countries/src/components/DJ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DK.tsx b/packages/countries/src/components/DK.tsx index 7d3e38c9a79..448c0889c3c 100644 --- a/packages/countries/src/components/DK.tsx +++ b/packages/countries/src/components/DK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DK_Sharp.tsx b/packages/countries/src/components/DK_Sharp.tsx index 26eeb9569a2..fd9ec6b52c6 100644 --- a/packages/countries/src/components/DK_Sharp.tsx +++ b/packages/countries/src/components/DK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DM.tsx b/packages/countries/src/components/DM.tsx index f36e2438ae9..63f58a7d535 100644 --- a/packages/countries/src/components/DM.tsx +++ b/packages/countries/src/components/DM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DM_Sharp.tsx b/packages/countries/src/components/DM_Sharp.tsx index cd8efe58e28..ca5ba2849e2 100644 --- a/packages/countries/src/components/DM_Sharp.tsx +++ b/packages/countries/src/components/DM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DO.tsx b/packages/countries/src/components/DO.tsx index 5ae359a346c..adbe551ae9a 100644 --- a/packages/countries/src/components/DO.tsx +++ b/packages/countries/src/components/DO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DO_Sharp.tsx b/packages/countries/src/components/DO_Sharp.tsx index 3b6fd8d11aa..08a88c840fb 100644 --- a/packages/countries/src/components/DO_Sharp.tsx +++ b/packages/countries/src/components/DO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DZ.tsx b/packages/countries/src/components/DZ.tsx index 9968b48129a..c7f15a6d42a 100644 --- a/packages/countries/src/components/DZ.tsx +++ b/packages/countries/src/components/DZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/DZ_Sharp.tsx b/packages/countries/src/components/DZ_Sharp.tsx index a297dcd0a79..e532ded848f 100644 --- a/packages/countries/src/components/DZ_Sharp.tsx +++ b/packages/countries/src/components/DZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EC.tsx b/packages/countries/src/components/EC.tsx index 1b056473e1a..26b378613c1 100644 --- a/packages/countries/src/components/EC.tsx +++ b/packages/countries/src/components/EC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EC_Sharp.tsx b/packages/countries/src/components/EC_Sharp.tsx index c32cb2c933c..7c028379385 100644 --- a/packages/countries/src/components/EC_Sharp.tsx +++ b/packages/countries/src/components/EC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EE.tsx b/packages/countries/src/components/EE.tsx index 66ab1729b1b..0ce81ce312c 100644 --- a/packages/countries/src/components/EE.tsx +++ b/packages/countries/src/components/EE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EE_Sharp.tsx b/packages/countries/src/components/EE_Sharp.tsx index f259b33b0fd..9aa58123dc2 100644 --- a/packages/countries/src/components/EE_Sharp.tsx +++ b/packages/countries/src/components/EE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EG.tsx b/packages/countries/src/components/EG.tsx index 826eaa6e9dd..e67ead87179 100644 --- a/packages/countries/src/components/EG.tsx +++ b/packages/countries/src/components/EG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EG_Sharp.tsx b/packages/countries/src/components/EG_Sharp.tsx index 3221890c078..26ec01b0011 100644 --- a/packages/countries/src/components/EG_Sharp.tsx +++ b/packages/countries/src/components/EG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EH.tsx b/packages/countries/src/components/EH.tsx index 2c8d66b73be..fb108114287 100644 --- a/packages/countries/src/components/EH.tsx +++ b/packages/countries/src/components/EH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EH_Sharp.tsx b/packages/countries/src/components/EH_Sharp.tsx index 123b19e9905..757964861fe 100644 --- a/packages/countries/src/components/EH_Sharp.tsx +++ b/packages/countries/src/components/EH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ER.tsx b/packages/countries/src/components/ER.tsx index 1f328b1ad13..326aed4dfca 100644 --- a/packages/countries/src/components/ER.tsx +++ b/packages/countries/src/components/ER.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ER_Sharp.tsx b/packages/countries/src/components/ER_Sharp.tsx index 36f974f9c3d..f83d3946609 100644 --- a/packages/countries/src/components/ER_Sharp.tsx +++ b/packages/countries/src/components/ER_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ES.tsx b/packages/countries/src/components/ES.tsx index 612077decd4..78a12923e7f 100644 --- a/packages/countries/src/components/ES.tsx +++ b/packages/countries/src/components/ES.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ES_Sharp.tsx b/packages/countries/src/components/ES_Sharp.tsx index f0bf4d5b9c2..0c8f7e7b6a7 100644 --- a/packages/countries/src/components/ES_Sharp.tsx +++ b/packages/countries/src/components/ES_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ET.tsx b/packages/countries/src/components/ET.tsx index 027314edb48..f10c219ef5e 100644 --- a/packages/countries/src/components/ET.tsx +++ b/packages/countries/src/components/ET.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ET_Sharp.tsx b/packages/countries/src/components/ET_Sharp.tsx index 6f5855bd692..e4dfd2c9ff7 100644 --- a/packages/countries/src/components/ET_Sharp.tsx +++ b/packages/countries/src/components/ET_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EU.tsx b/packages/countries/src/components/EU.tsx index 480f83ab8f2..3e0966ed80e 100644 --- a/packages/countries/src/components/EU.tsx +++ b/packages/countries/src/components/EU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/EU_Sharp.tsx b/packages/countries/src/components/EU_Sharp.tsx index 367cbf01560..bfd58536916 100644 --- a/packages/countries/src/components/EU_Sharp.tsx +++ b/packages/countries/src/components/EU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FI.tsx b/packages/countries/src/components/FI.tsx index 8b7ed45eba6..302639b0960 100644 --- a/packages/countries/src/components/FI.tsx +++ b/packages/countries/src/components/FI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FI_Sharp.tsx b/packages/countries/src/components/FI_Sharp.tsx index 225cb999f6a..e21a538dd69 100644 --- a/packages/countries/src/components/FI_Sharp.tsx +++ b/packages/countries/src/components/FI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FJ.tsx b/packages/countries/src/components/FJ.tsx index 97d991f7438..f4c0afac4d5 100644 --- a/packages/countries/src/components/FJ.tsx +++ b/packages/countries/src/components/FJ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FJ_Sharp.tsx b/packages/countries/src/components/FJ_Sharp.tsx index 0a3f0a015ab..4fdbd713b14 100644 --- a/packages/countries/src/components/FJ_Sharp.tsx +++ b/packages/countries/src/components/FJ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FK.tsx b/packages/countries/src/components/FK.tsx index 3541aca0bac..aa28389f165 100644 --- a/packages/countries/src/components/FK.tsx +++ b/packages/countries/src/components/FK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FK_Sharp.tsx b/packages/countries/src/components/FK_Sharp.tsx index f3e3d7d6376..dbac9ee5abe 100644 --- a/packages/countries/src/components/FK_Sharp.tsx +++ b/packages/countries/src/components/FK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FM.tsx b/packages/countries/src/components/FM.tsx index 0542554da98..874d5129b59 100644 --- a/packages/countries/src/components/FM.tsx +++ b/packages/countries/src/components/FM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FM_Sharp.tsx b/packages/countries/src/components/FM_Sharp.tsx index f5248565303..f9126d89b24 100644 --- a/packages/countries/src/components/FM_Sharp.tsx +++ b/packages/countries/src/components/FM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FO.tsx b/packages/countries/src/components/FO.tsx index c134f5930ea..4e1ac432f2a 100644 --- a/packages/countries/src/components/FO.tsx +++ b/packages/countries/src/components/FO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FO_Sharp.tsx b/packages/countries/src/components/FO_Sharp.tsx index e0a386c42e4..427f819e4fd 100644 --- a/packages/countries/src/components/FO_Sharp.tsx +++ b/packages/countries/src/components/FO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FR.tsx b/packages/countries/src/components/FR.tsx index 7fac47754bc..d2123e3eb5e 100644 --- a/packages/countries/src/components/FR.tsx +++ b/packages/countries/src/components/FR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/FR_Sharp.tsx b/packages/countries/src/components/FR_Sharp.tsx index 6b6daa24f07..38e85b3a705 100644 --- a/packages/countries/src/components/FR_Sharp.tsx +++ b/packages/countries/src/components/FR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GA.tsx b/packages/countries/src/components/GA.tsx index 031384fffa9..a79f3d9b662 100644 --- a/packages/countries/src/components/GA.tsx +++ b/packages/countries/src/components/GA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GA_Sharp.tsx b/packages/countries/src/components/GA_Sharp.tsx index 2013aba85a7..fca8131287a 100644 --- a/packages/countries/src/components/GA_Sharp.tsx +++ b/packages/countries/src/components/GA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-ENG.tsx b/packages/countries/src/components/GB-ENG.tsx index 5d35b339a8b..a4d0deaa1aa 100644 --- a/packages/countries/src/components/GB-ENG.tsx +++ b/packages/countries/src/components/GB-ENG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-ENG_Sharp.tsx b/packages/countries/src/components/GB-ENG_Sharp.tsx index 05bfc03f01b..ef064b5cc07 100644 --- a/packages/countries/src/components/GB-ENG_Sharp.tsx +++ b/packages/countries/src/components/GB-ENG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-NIR.tsx b/packages/countries/src/components/GB-NIR.tsx index 33995c5c5f0..6ac2e03048c 100644 --- a/packages/countries/src/components/GB-NIR.tsx +++ b/packages/countries/src/components/GB-NIR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-NIR_Sharp.tsx b/packages/countries/src/components/GB-NIR_Sharp.tsx index f4a0557f593..7bc6623c58c 100644 --- a/packages/countries/src/components/GB-NIR_Sharp.tsx +++ b/packages/countries/src/components/GB-NIR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-SCT.tsx b/packages/countries/src/components/GB-SCT.tsx index 431a843ea4c..3e4126acfa8 100644 --- a/packages/countries/src/components/GB-SCT.tsx +++ b/packages/countries/src/components/GB-SCT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-SCT_Sharp.tsx b/packages/countries/src/components/GB-SCT_Sharp.tsx index a55f23d081e..f9bb8715116 100644 --- a/packages/countries/src/components/GB-SCT_Sharp.tsx +++ b/packages/countries/src/components/GB-SCT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-WLS.tsx b/packages/countries/src/components/GB-WLS.tsx index 5ba2bdf618b..76cca1dcfbc 100644 --- a/packages/countries/src/components/GB-WLS.tsx +++ b/packages/countries/src/components/GB-WLS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB-WLS_Sharp.tsx b/packages/countries/src/components/GB-WLS_Sharp.tsx index cfd9cbc7375..0a9ab49046c 100644 --- a/packages/countries/src/components/GB-WLS_Sharp.tsx +++ b/packages/countries/src/components/GB-WLS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB.tsx b/packages/countries/src/components/GB.tsx index 64638470cd0..e89675a5d2f 100644 --- a/packages/countries/src/components/GB.tsx +++ b/packages/countries/src/components/GB.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GB_Sharp.tsx b/packages/countries/src/components/GB_Sharp.tsx index 66994f038a1..ccd43feb3aa 100644 --- a/packages/countries/src/components/GB_Sharp.tsx +++ b/packages/countries/src/components/GB_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GD.tsx b/packages/countries/src/components/GD.tsx index b7ffb68c39c..5a2b2ce2a56 100644 --- a/packages/countries/src/components/GD.tsx +++ b/packages/countries/src/components/GD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GD_Sharp.tsx b/packages/countries/src/components/GD_Sharp.tsx index 10c52ae4608..0281d8c5236 100644 --- a/packages/countries/src/components/GD_Sharp.tsx +++ b/packages/countries/src/components/GD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GE.tsx b/packages/countries/src/components/GE.tsx index 395b2f4a669..95d8a145860 100644 --- a/packages/countries/src/components/GE.tsx +++ b/packages/countries/src/components/GE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GE_Sharp.tsx b/packages/countries/src/components/GE_Sharp.tsx index 7f16a85f841..c2adff6a5cc 100644 --- a/packages/countries/src/components/GE_Sharp.tsx +++ b/packages/countries/src/components/GE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GF.tsx b/packages/countries/src/components/GF.tsx index 801936d3727..c96b2eec381 100644 --- a/packages/countries/src/components/GF.tsx +++ b/packages/countries/src/components/GF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GF_Sharp.tsx b/packages/countries/src/components/GF_Sharp.tsx index 667592a77bb..8028d9a3f71 100644 --- a/packages/countries/src/components/GF_Sharp.tsx +++ b/packages/countries/src/components/GF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GG.tsx b/packages/countries/src/components/GG.tsx index a8bd3dee538..d9a38480d66 100644 --- a/packages/countries/src/components/GG.tsx +++ b/packages/countries/src/components/GG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GG_Sharp.tsx b/packages/countries/src/components/GG_Sharp.tsx index 7ce6d24d9c0..94f129fec53 100644 --- a/packages/countries/src/components/GG_Sharp.tsx +++ b/packages/countries/src/components/GG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GH.tsx b/packages/countries/src/components/GH.tsx index c042e2f3583..e640fcaf767 100644 --- a/packages/countries/src/components/GH.tsx +++ b/packages/countries/src/components/GH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GH_Sharp.tsx b/packages/countries/src/components/GH_Sharp.tsx index feed669eb49..e00e01b48b2 100644 --- a/packages/countries/src/components/GH_Sharp.tsx +++ b/packages/countries/src/components/GH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GI.tsx b/packages/countries/src/components/GI.tsx index 94050c4e896..424e6498ce8 100644 --- a/packages/countries/src/components/GI.tsx +++ b/packages/countries/src/components/GI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GI_Sharp.tsx b/packages/countries/src/components/GI_Sharp.tsx index fae18194f4c..78f93fefdb9 100644 --- a/packages/countries/src/components/GI_Sharp.tsx +++ b/packages/countries/src/components/GI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GL.tsx b/packages/countries/src/components/GL.tsx index d53ed56cd4e..c95d7194337 100644 --- a/packages/countries/src/components/GL.tsx +++ b/packages/countries/src/components/GL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GL_Sharp.tsx b/packages/countries/src/components/GL_Sharp.tsx index 34c91299616..cd58f7a6886 100644 --- a/packages/countries/src/components/GL_Sharp.tsx +++ b/packages/countries/src/components/GL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GM.tsx b/packages/countries/src/components/GM.tsx index 02ebaa4322a..57bfca27157 100644 --- a/packages/countries/src/components/GM.tsx +++ b/packages/countries/src/components/GM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GM_Sharp.tsx b/packages/countries/src/components/GM_Sharp.tsx index 447365956b0..979b3015264 100644 --- a/packages/countries/src/components/GM_Sharp.tsx +++ b/packages/countries/src/components/GM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GN.tsx b/packages/countries/src/components/GN.tsx index 0360ea0d36e..f968a3d8ac1 100644 --- a/packages/countries/src/components/GN.tsx +++ b/packages/countries/src/components/GN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GN_Sharp.tsx b/packages/countries/src/components/GN_Sharp.tsx index eacad7d800a..91ee8bab661 100644 --- a/packages/countries/src/components/GN_Sharp.tsx +++ b/packages/countries/src/components/GN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GP.tsx b/packages/countries/src/components/GP.tsx index 175272d971b..6de90cfdf20 100644 --- a/packages/countries/src/components/GP.tsx +++ b/packages/countries/src/components/GP.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GP_Sharp.tsx b/packages/countries/src/components/GP_Sharp.tsx index c6ae6a274e3..880c8e456fe 100644 --- a/packages/countries/src/components/GP_Sharp.tsx +++ b/packages/countries/src/components/GP_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GQ.tsx b/packages/countries/src/components/GQ.tsx index f0663d610ef..97e039a53fc 100644 --- a/packages/countries/src/components/GQ.tsx +++ b/packages/countries/src/components/GQ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GQ_Sharp.tsx b/packages/countries/src/components/GQ_Sharp.tsx index 5952bb82149..cc8eff4b7dc 100644 --- a/packages/countries/src/components/GQ_Sharp.tsx +++ b/packages/countries/src/components/GQ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GR.tsx b/packages/countries/src/components/GR.tsx index 2f2aa899306..17b7b5ff672 100644 --- a/packages/countries/src/components/GR.tsx +++ b/packages/countries/src/components/GR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GR_Sharp.tsx b/packages/countries/src/components/GR_Sharp.tsx index ee6324d9d45..439bd7b6ccc 100644 --- a/packages/countries/src/components/GR_Sharp.tsx +++ b/packages/countries/src/components/GR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GS.tsx b/packages/countries/src/components/GS.tsx index 19144a51d94..0d076063815 100644 --- a/packages/countries/src/components/GS.tsx +++ b/packages/countries/src/components/GS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GS_Sharp.tsx b/packages/countries/src/components/GS_Sharp.tsx index 52059c30d27..84892d403e1 100644 --- a/packages/countries/src/components/GS_Sharp.tsx +++ b/packages/countries/src/components/GS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GT.tsx b/packages/countries/src/components/GT.tsx index c8ccf7b1217..11ece13f2f0 100644 --- a/packages/countries/src/components/GT.tsx +++ b/packages/countries/src/components/GT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GT_Sharp.tsx b/packages/countries/src/components/GT_Sharp.tsx index 5bd235f4af4..934fa12867f 100644 --- a/packages/countries/src/components/GT_Sharp.tsx +++ b/packages/countries/src/components/GT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GU.tsx b/packages/countries/src/components/GU.tsx index 9f9d63ebc69..88a7f6fa3f7 100644 --- a/packages/countries/src/components/GU.tsx +++ b/packages/countries/src/components/GU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GU_Sharp.tsx b/packages/countries/src/components/GU_Sharp.tsx index 45ed6b106e6..0a42052dbca 100644 --- a/packages/countries/src/components/GU_Sharp.tsx +++ b/packages/countries/src/components/GU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GW.tsx b/packages/countries/src/components/GW.tsx index 2ed35d13dbf..e5880d3340a 100644 --- a/packages/countries/src/components/GW.tsx +++ b/packages/countries/src/components/GW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GW_Sharp.tsx b/packages/countries/src/components/GW_Sharp.tsx index b463f31555d..5d2807aa45e 100644 --- a/packages/countries/src/components/GW_Sharp.tsx +++ b/packages/countries/src/components/GW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GY.tsx b/packages/countries/src/components/GY.tsx index cc6f40de38d..ec687b8099c 100644 --- a/packages/countries/src/components/GY.tsx +++ b/packages/countries/src/components/GY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/GY_Sharp.tsx b/packages/countries/src/components/GY_Sharp.tsx index 7722a45cac1..0daf8e58a66 100644 --- a/packages/countries/src/components/GY_Sharp.tsx +++ b/packages/countries/src/components/GY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HK.tsx b/packages/countries/src/components/HK.tsx index 1a7ff45c918..ddb99b5bb1a 100644 --- a/packages/countries/src/components/HK.tsx +++ b/packages/countries/src/components/HK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HK_Sharp.tsx b/packages/countries/src/components/HK_Sharp.tsx index ff5c4c215c9..9772de0c925 100644 --- a/packages/countries/src/components/HK_Sharp.tsx +++ b/packages/countries/src/components/HK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HM.tsx b/packages/countries/src/components/HM.tsx index 03668ee05ab..3c8aedc740c 100644 --- a/packages/countries/src/components/HM.tsx +++ b/packages/countries/src/components/HM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HM_Sharp.tsx b/packages/countries/src/components/HM_Sharp.tsx index 080bd4af592..0d01387bcd6 100644 --- a/packages/countries/src/components/HM_Sharp.tsx +++ b/packages/countries/src/components/HM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HN.tsx b/packages/countries/src/components/HN.tsx index 0433d01f35a..5b22ff09ad0 100644 --- a/packages/countries/src/components/HN.tsx +++ b/packages/countries/src/components/HN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HN_Sharp.tsx b/packages/countries/src/components/HN_Sharp.tsx index 22e5365df2e..88162662cdb 100644 --- a/packages/countries/src/components/HN_Sharp.tsx +++ b/packages/countries/src/components/HN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HR.tsx b/packages/countries/src/components/HR.tsx index 9d0304fbe6f..4dc09617b7d 100644 --- a/packages/countries/src/components/HR.tsx +++ b/packages/countries/src/components/HR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HR_Sharp.tsx b/packages/countries/src/components/HR_Sharp.tsx index b66ccd3ee6f..b93f0e21879 100644 --- a/packages/countries/src/components/HR_Sharp.tsx +++ b/packages/countries/src/components/HR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HT.tsx b/packages/countries/src/components/HT.tsx index 09912c6c4aa..2c82a5d1b74 100644 --- a/packages/countries/src/components/HT.tsx +++ b/packages/countries/src/components/HT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HT_Sharp.tsx b/packages/countries/src/components/HT_Sharp.tsx index efe35f5af17..6b139dba1aa 100644 --- a/packages/countries/src/components/HT_Sharp.tsx +++ b/packages/countries/src/components/HT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HU.tsx b/packages/countries/src/components/HU.tsx index 7630d2f0924..4356ea8faf5 100644 --- a/packages/countries/src/components/HU.tsx +++ b/packages/countries/src/components/HU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/HU_Sharp.tsx b/packages/countries/src/components/HU_Sharp.tsx index f2b8d502b26..488799b2b2b 100644 --- a/packages/countries/src/components/HU_Sharp.tsx +++ b/packages/countries/src/components/HU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ID.tsx b/packages/countries/src/components/ID.tsx index dc12ec38582..051c3da503e 100644 --- a/packages/countries/src/components/ID.tsx +++ b/packages/countries/src/components/ID.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ID_Sharp.tsx b/packages/countries/src/components/ID_Sharp.tsx index 7ec2afeabcf..41ac59de4bd 100644 --- a/packages/countries/src/components/ID_Sharp.tsx +++ b/packages/countries/src/components/ID_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IE.tsx b/packages/countries/src/components/IE.tsx index 51c38144747..9e40f53e19c 100644 --- a/packages/countries/src/components/IE.tsx +++ b/packages/countries/src/components/IE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IE_Sharp.tsx b/packages/countries/src/components/IE_Sharp.tsx index 38b2e71839f..5feac702ecb 100644 --- a/packages/countries/src/components/IE_Sharp.tsx +++ b/packages/countries/src/components/IE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IL.tsx b/packages/countries/src/components/IL.tsx index 542d28709c9..f2267325b79 100644 --- a/packages/countries/src/components/IL.tsx +++ b/packages/countries/src/components/IL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IL_Sharp.tsx b/packages/countries/src/components/IL_Sharp.tsx index f57353d8fdc..a94081c6787 100644 --- a/packages/countries/src/components/IL_Sharp.tsx +++ b/packages/countries/src/components/IL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IM.tsx b/packages/countries/src/components/IM.tsx index 74b8d6d6db7..6ab9a19ea23 100644 --- a/packages/countries/src/components/IM.tsx +++ b/packages/countries/src/components/IM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IM_Sharp.tsx b/packages/countries/src/components/IM_Sharp.tsx index 3402f712db3..ebf8f030944 100644 --- a/packages/countries/src/components/IM_Sharp.tsx +++ b/packages/countries/src/components/IM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IN.tsx b/packages/countries/src/components/IN.tsx index 1e50fc8b0f2..c643e8a430e 100644 --- a/packages/countries/src/components/IN.tsx +++ b/packages/countries/src/components/IN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IN_Sharp.tsx b/packages/countries/src/components/IN_Sharp.tsx index 55360142808..d7b78f14255 100644 --- a/packages/countries/src/components/IN_Sharp.tsx +++ b/packages/countries/src/components/IN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IO.tsx b/packages/countries/src/components/IO.tsx index 8f5537b2911..f8f435294a8 100644 --- a/packages/countries/src/components/IO.tsx +++ b/packages/countries/src/components/IO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IO_Sharp.tsx b/packages/countries/src/components/IO_Sharp.tsx index 5e7ff3b4f4a..a9501af6ad6 100644 --- a/packages/countries/src/components/IO_Sharp.tsx +++ b/packages/countries/src/components/IO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IQ.tsx b/packages/countries/src/components/IQ.tsx index a10590ec062..7b2946a1929 100644 --- a/packages/countries/src/components/IQ.tsx +++ b/packages/countries/src/components/IQ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IQ_Sharp.tsx b/packages/countries/src/components/IQ_Sharp.tsx index cb74fcff7a3..7934b65637c 100644 --- a/packages/countries/src/components/IQ_Sharp.tsx +++ b/packages/countries/src/components/IQ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IR.tsx b/packages/countries/src/components/IR.tsx index 3b036c96c1c..3e65a2c6184 100644 --- a/packages/countries/src/components/IR.tsx +++ b/packages/countries/src/components/IR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IR_Sharp.tsx b/packages/countries/src/components/IR_Sharp.tsx index aa3092d033e..ba8912d126d 100644 --- a/packages/countries/src/components/IR_Sharp.tsx +++ b/packages/countries/src/components/IR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IS.tsx b/packages/countries/src/components/IS.tsx index 2a0545e4890..0244733b84a 100644 --- a/packages/countries/src/components/IS.tsx +++ b/packages/countries/src/components/IS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IS_Sharp.tsx b/packages/countries/src/components/IS_Sharp.tsx index 5739860a17f..47d8bc2027a 100644 --- a/packages/countries/src/components/IS_Sharp.tsx +++ b/packages/countries/src/components/IS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IT.tsx b/packages/countries/src/components/IT.tsx index cad0823b8f5..28c72e2860c 100644 --- a/packages/countries/src/components/IT.tsx +++ b/packages/countries/src/components/IT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/IT_Sharp.tsx b/packages/countries/src/components/IT_Sharp.tsx index fa57d59bb98..93cb60d565a 100644 --- a/packages/countries/src/components/IT_Sharp.tsx +++ b/packages/countries/src/components/IT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JE.tsx b/packages/countries/src/components/JE.tsx index 2fa32a398af..b7a21759dd6 100644 --- a/packages/countries/src/components/JE.tsx +++ b/packages/countries/src/components/JE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JE_Sharp.tsx b/packages/countries/src/components/JE_Sharp.tsx index 1fc3296dc0f..cb21fc6f71b 100644 --- a/packages/countries/src/components/JE_Sharp.tsx +++ b/packages/countries/src/components/JE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JM.tsx b/packages/countries/src/components/JM.tsx index c686df79def..4cb24322d89 100644 --- a/packages/countries/src/components/JM.tsx +++ b/packages/countries/src/components/JM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JM_Sharp.tsx b/packages/countries/src/components/JM_Sharp.tsx index b63fa2624c4..cb7effe6eee 100644 --- a/packages/countries/src/components/JM_Sharp.tsx +++ b/packages/countries/src/components/JM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JO.tsx b/packages/countries/src/components/JO.tsx index 7b788866b89..357ed9b8991 100644 --- a/packages/countries/src/components/JO.tsx +++ b/packages/countries/src/components/JO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JO_Sharp.tsx b/packages/countries/src/components/JO_Sharp.tsx index 105827aa1f2..633ed58afdb 100644 --- a/packages/countries/src/components/JO_Sharp.tsx +++ b/packages/countries/src/components/JO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JP.tsx b/packages/countries/src/components/JP.tsx index 26be76501bd..4adf250c08a 100644 --- a/packages/countries/src/components/JP.tsx +++ b/packages/countries/src/components/JP.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/JP_Sharp.tsx b/packages/countries/src/components/JP_Sharp.tsx index 72daf2e4c76..c62759e18d3 100644 --- a/packages/countries/src/components/JP_Sharp.tsx +++ b/packages/countries/src/components/JP_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KE.tsx b/packages/countries/src/components/KE.tsx index 178d4e8a287..eb068648900 100644 --- a/packages/countries/src/components/KE.tsx +++ b/packages/countries/src/components/KE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KE_Sharp.tsx b/packages/countries/src/components/KE_Sharp.tsx index 95100a84bf4..15e5fc8cb2a 100644 --- a/packages/countries/src/components/KE_Sharp.tsx +++ b/packages/countries/src/components/KE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KG.tsx b/packages/countries/src/components/KG.tsx index f6127da952a..a802d3e21ab 100644 --- a/packages/countries/src/components/KG.tsx +++ b/packages/countries/src/components/KG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KG_Sharp.tsx b/packages/countries/src/components/KG_Sharp.tsx index cff530b0495..eb702ede548 100644 --- a/packages/countries/src/components/KG_Sharp.tsx +++ b/packages/countries/src/components/KG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KH.tsx b/packages/countries/src/components/KH.tsx index d1b987e0374..9a77b15904e 100644 --- a/packages/countries/src/components/KH.tsx +++ b/packages/countries/src/components/KH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KH_Sharp.tsx b/packages/countries/src/components/KH_Sharp.tsx index bf38264904a..bc17959507f 100644 --- a/packages/countries/src/components/KH_Sharp.tsx +++ b/packages/countries/src/components/KH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KI.tsx b/packages/countries/src/components/KI.tsx index d1e528ea2da..8ac37bd34d9 100644 --- a/packages/countries/src/components/KI.tsx +++ b/packages/countries/src/components/KI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KI_Sharp.tsx b/packages/countries/src/components/KI_Sharp.tsx index 033df07d970..416376dc53e 100644 --- a/packages/countries/src/components/KI_Sharp.tsx +++ b/packages/countries/src/components/KI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KM.tsx b/packages/countries/src/components/KM.tsx index d1674bfa1e7..d461a26c47f 100644 --- a/packages/countries/src/components/KM.tsx +++ b/packages/countries/src/components/KM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KM_Sharp.tsx b/packages/countries/src/components/KM_Sharp.tsx index 776c0d89a65..40107527196 100644 --- a/packages/countries/src/components/KM_Sharp.tsx +++ b/packages/countries/src/components/KM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KN.tsx b/packages/countries/src/components/KN.tsx index 18c9cf03d62..ad0150eb4ff 100644 --- a/packages/countries/src/components/KN.tsx +++ b/packages/countries/src/components/KN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KN_Sharp.tsx b/packages/countries/src/components/KN_Sharp.tsx index 63b0cf8a6d4..52b87c717b1 100644 --- a/packages/countries/src/components/KN_Sharp.tsx +++ b/packages/countries/src/components/KN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KP.tsx b/packages/countries/src/components/KP.tsx index c87c8e16286..0ec57392ae4 100644 --- a/packages/countries/src/components/KP.tsx +++ b/packages/countries/src/components/KP.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KP_Sharp.tsx b/packages/countries/src/components/KP_Sharp.tsx index b71d2612203..02a864cb9c4 100644 --- a/packages/countries/src/components/KP_Sharp.tsx +++ b/packages/countries/src/components/KP_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KR.tsx b/packages/countries/src/components/KR.tsx index f386ce70a85..7b4a1c4a619 100644 --- a/packages/countries/src/components/KR.tsx +++ b/packages/countries/src/components/KR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KR_Sharp.tsx b/packages/countries/src/components/KR_Sharp.tsx index 9b8412b060f..53517b41f52 100644 --- a/packages/countries/src/components/KR_Sharp.tsx +++ b/packages/countries/src/components/KR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KW.tsx b/packages/countries/src/components/KW.tsx index 26d5b72e45d..d021a7181fb 100644 --- a/packages/countries/src/components/KW.tsx +++ b/packages/countries/src/components/KW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KW_Sharp.tsx b/packages/countries/src/components/KW_Sharp.tsx index d0bb0cdb612..189eead55c5 100644 --- a/packages/countries/src/components/KW_Sharp.tsx +++ b/packages/countries/src/components/KW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KY.tsx b/packages/countries/src/components/KY.tsx index c3c683cd23f..4e86e7b0e09 100644 --- a/packages/countries/src/components/KY.tsx +++ b/packages/countries/src/components/KY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KY_Sharp.tsx b/packages/countries/src/components/KY_Sharp.tsx index 30d4672d730..362e383777f 100644 --- a/packages/countries/src/components/KY_Sharp.tsx +++ b/packages/countries/src/components/KY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KZ.tsx b/packages/countries/src/components/KZ.tsx index 813dd8e85b1..d6cc53469a5 100644 --- a/packages/countries/src/components/KZ.tsx +++ b/packages/countries/src/components/KZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/KZ_Sharp.tsx b/packages/countries/src/components/KZ_Sharp.tsx index 65a5c07fce9..0a10564c280 100644 --- a/packages/countries/src/components/KZ_Sharp.tsx +++ b/packages/countries/src/components/KZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LA.tsx b/packages/countries/src/components/LA.tsx index 02d5e7b7f3b..efa4a562d51 100644 --- a/packages/countries/src/components/LA.tsx +++ b/packages/countries/src/components/LA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LA_Sharp.tsx b/packages/countries/src/components/LA_Sharp.tsx index 5b068fbfb13..a891b71f8c1 100644 --- a/packages/countries/src/components/LA_Sharp.tsx +++ b/packages/countries/src/components/LA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LB.tsx b/packages/countries/src/components/LB.tsx index 9caf03b79cd..79f81464fc8 100644 --- a/packages/countries/src/components/LB.tsx +++ b/packages/countries/src/components/LB.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LB_Sharp.tsx b/packages/countries/src/components/LB_Sharp.tsx index fe28abf9c3a..df794f27ff7 100644 --- a/packages/countries/src/components/LB_Sharp.tsx +++ b/packages/countries/src/components/LB_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LC.tsx b/packages/countries/src/components/LC.tsx index 759be75693a..c22be4ac7bc 100644 --- a/packages/countries/src/components/LC.tsx +++ b/packages/countries/src/components/LC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LC_Sharp.tsx b/packages/countries/src/components/LC_Sharp.tsx index 4c2f8bf1e74..46fa151dbbb 100644 --- a/packages/countries/src/components/LC_Sharp.tsx +++ b/packages/countries/src/components/LC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LI.tsx b/packages/countries/src/components/LI.tsx index 93f535761ef..d06d5cb4c51 100644 --- a/packages/countries/src/components/LI.tsx +++ b/packages/countries/src/components/LI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LI_Sharp.tsx b/packages/countries/src/components/LI_Sharp.tsx index 1d83bba07ec..64b8d096a87 100644 --- a/packages/countries/src/components/LI_Sharp.tsx +++ b/packages/countries/src/components/LI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LK.tsx b/packages/countries/src/components/LK.tsx index cdfb580b702..1bf21f86d3e 100644 --- a/packages/countries/src/components/LK.tsx +++ b/packages/countries/src/components/LK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LK_Sharp.tsx b/packages/countries/src/components/LK_Sharp.tsx index 9f48cbfe050..c906c3a0c85 100644 --- a/packages/countries/src/components/LK_Sharp.tsx +++ b/packages/countries/src/components/LK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LR.tsx b/packages/countries/src/components/LR.tsx index 073bff770c9..1f6a76d4257 100644 --- a/packages/countries/src/components/LR.tsx +++ b/packages/countries/src/components/LR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LR_Sharp.tsx b/packages/countries/src/components/LR_Sharp.tsx index 1c1100413bf..d7ea3f9a57c 100644 --- a/packages/countries/src/components/LR_Sharp.tsx +++ b/packages/countries/src/components/LR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LS.tsx b/packages/countries/src/components/LS.tsx index 4cb98d35565..f2cffff0467 100644 --- a/packages/countries/src/components/LS.tsx +++ b/packages/countries/src/components/LS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LS_Sharp.tsx b/packages/countries/src/components/LS_Sharp.tsx index cfcb4c63a25..8c18abdb87c 100644 --- a/packages/countries/src/components/LS_Sharp.tsx +++ b/packages/countries/src/components/LS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LT.tsx b/packages/countries/src/components/LT.tsx index 2b04e11c23d..415f4a4ccd0 100644 --- a/packages/countries/src/components/LT.tsx +++ b/packages/countries/src/components/LT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LT_Sharp.tsx b/packages/countries/src/components/LT_Sharp.tsx index e4d767aff81..007bac031b6 100644 --- a/packages/countries/src/components/LT_Sharp.tsx +++ b/packages/countries/src/components/LT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LU.tsx b/packages/countries/src/components/LU.tsx index 69eabe12dbc..13bc2a3af8f 100644 --- a/packages/countries/src/components/LU.tsx +++ b/packages/countries/src/components/LU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LU_Sharp.tsx b/packages/countries/src/components/LU_Sharp.tsx index 0cf547591c6..3aaa99f214a 100644 --- a/packages/countries/src/components/LU_Sharp.tsx +++ b/packages/countries/src/components/LU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LV.tsx b/packages/countries/src/components/LV.tsx index 2839e45a015..9ea36e0022a 100644 --- a/packages/countries/src/components/LV.tsx +++ b/packages/countries/src/components/LV.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LV_Sharp.tsx b/packages/countries/src/components/LV_Sharp.tsx index b58949697c4..33462e8feb8 100644 --- a/packages/countries/src/components/LV_Sharp.tsx +++ b/packages/countries/src/components/LV_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LY.tsx b/packages/countries/src/components/LY.tsx index cb5e4e7826c..f603d81c4ab 100644 --- a/packages/countries/src/components/LY.tsx +++ b/packages/countries/src/components/LY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/LY_Sharp.tsx b/packages/countries/src/components/LY_Sharp.tsx index 4c14b1c5048..b6048be5893 100644 --- a/packages/countries/src/components/LY_Sharp.tsx +++ b/packages/countries/src/components/LY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MA.tsx b/packages/countries/src/components/MA.tsx index 56e19dd8ceb..08cf7dae556 100644 --- a/packages/countries/src/components/MA.tsx +++ b/packages/countries/src/components/MA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MA_Sharp.tsx b/packages/countries/src/components/MA_Sharp.tsx index a9d79c44a8b..6b40665d8a3 100644 --- a/packages/countries/src/components/MA_Sharp.tsx +++ b/packages/countries/src/components/MA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MC.tsx b/packages/countries/src/components/MC.tsx index dda2f4b1a82..632abeccffc 100644 --- a/packages/countries/src/components/MC.tsx +++ b/packages/countries/src/components/MC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MC_Sharp.tsx b/packages/countries/src/components/MC_Sharp.tsx index 3c14166cea3..df7ab6e20ac 100644 --- a/packages/countries/src/components/MC_Sharp.tsx +++ b/packages/countries/src/components/MC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MD.tsx b/packages/countries/src/components/MD.tsx index b8263f936d8..924319267ef 100644 --- a/packages/countries/src/components/MD.tsx +++ b/packages/countries/src/components/MD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MD_Sharp.tsx b/packages/countries/src/components/MD_Sharp.tsx index aef836403de..3ae62087f88 100644 --- a/packages/countries/src/components/MD_Sharp.tsx +++ b/packages/countries/src/components/MD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ME.tsx b/packages/countries/src/components/ME.tsx index 0d9f4f8ded6..52850207459 100644 --- a/packages/countries/src/components/ME.tsx +++ b/packages/countries/src/components/ME.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ME_Sharp.tsx b/packages/countries/src/components/ME_Sharp.tsx index 0128da5ec8b..4cbdfedfafc 100644 --- a/packages/countries/src/components/ME_Sharp.tsx +++ b/packages/countries/src/components/ME_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MF.tsx b/packages/countries/src/components/MF.tsx index b8980c20977..618e929d1fe 100644 --- a/packages/countries/src/components/MF.tsx +++ b/packages/countries/src/components/MF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MF_Sharp.tsx b/packages/countries/src/components/MF_Sharp.tsx index c648f81e91f..fa5646ba091 100644 --- a/packages/countries/src/components/MF_Sharp.tsx +++ b/packages/countries/src/components/MF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MG.tsx b/packages/countries/src/components/MG.tsx index 4d7d312ad7b..8285ca64ca7 100644 --- a/packages/countries/src/components/MG.tsx +++ b/packages/countries/src/components/MG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MG_Sharp.tsx b/packages/countries/src/components/MG_Sharp.tsx index 4e3c8639a65..e972e7ede13 100644 --- a/packages/countries/src/components/MG_Sharp.tsx +++ b/packages/countries/src/components/MG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MH.tsx b/packages/countries/src/components/MH.tsx index 2d92b9c4b43..9e3c4c6017d 100644 --- a/packages/countries/src/components/MH.tsx +++ b/packages/countries/src/components/MH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MH_Sharp.tsx b/packages/countries/src/components/MH_Sharp.tsx index ee5435081e6..5cdc1e18511 100644 --- a/packages/countries/src/components/MH_Sharp.tsx +++ b/packages/countries/src/components/MH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MK.tsx b/packages/countries/src/components/MK.tsx index 7e796408873..3840c733d81 100644 --- a/packages/countries/src/components/MK.tsx +++ b/packages/countries/src/components/MK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MK_Sharp.tsx b/packages/countries/src/components/MK_Sharp.tsx index c9303e4d666..53042d068e7 100644 --- a/packages/countries/src/components/MK_Sharp.tsx +++ b/packages/countries/src/components/MK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ML.tsx b/packages/countries/src/components/ML.tsx index 34b0e06f99c..f3bd13dfee0 100644 --- a/packages/countries/src/components/ML.tsx +++ b/packages/countries/src/components/ML.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ML_Sharp.tsx b/packages/countries/src/components/ML_Sharp.tsx index 1831616a661..030f284b0c7 100644 --- a/packages/countries/src/components/ML_Sharp.tsx +++ b/packages/countries/src/components/ML_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MM.tsx b/packages/countries/src/components/MM.tsx index d5d143e26b1..1a772ec322f 100644 --- a/packages/countries/src/components/MM.tsx +++ b/packages/countries/src/components/MM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MM_Sharp.tsx b/packages/countries/src/components/MM_Sharp.tsx index b77106a36fc..95f617d2cbf 100644 --- a/packages/countries/src/components/MM_Sharp.tsx +++ b/packages/countries/src/components/MM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MN.tsx b/packages/countries/src/components/MN.tsx index 66ef82123f1..8281932e47f 100644 --- a/packages/countries/src/components/MN.tsx +++ b/packages/countries/src/components/MN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MN_Sharp.tsx b/packages/countries/src/components/MN_Sharp.tsx index 3118edae6a9..802f1df5c6b 100644 --- a/packages/countries/src/components/MN_Sharp.tsx +++ b/packages/countries/src/components/MN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MO.tsx b/packages/countries/src/components/MO.tsx index 0c7990d8b41..67fb0764b9c 100644 --- a/packages/countries/src/components/MO.tsx +++ b/packages/countries/src/components/MO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MO_Sharp.tsx b/packages/countries/src/components/MO_Sharp.tsx index 44d7073c633..6a324dea229 100644 --- a/packages/countries/src/components/MO_Sharp.tsx +++ b/packages/countries/src/components/MO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MP.tsx b/packages/countries/src/components/MP.tsx index 3d09f36c443..2e0d6cf9da4 100644 --- a/packages/countries/src/components/MP.tsx +++ b/packages/countries/src/components/MP.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MP_Sharp.tsx b/packages/countries/src/components/MP_Sharp.tsx index 4c3ccfd983e..6726c1db75a 100644 --- a/packages/countries/src/components/MP_Sharp.tsx +++ b/packages/countries/src/components/MP_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MQ.tsx b/packages/countries/src/components/MQ.tsx index 2e7497e1080..79adeaf2257 100644 --- a/packages/countries/src/components/MQ.tsx +++ b/packages/countries/src/components/MQ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MQ_Sharp.tsx b/packages/countries/src/components/MQ_Sharp.tsx index 6d9f557a9c8..bc3faf220c1 100644 --- a/packages/countries/src/components/MQ_Sharp.tsx +++ b/packages/countries/src/components/MQ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MR.tsx b/packages/countries/src/components/MR.tsx index 13ab53f9ebc..e462e7f12e7 100644 --- a/packages/countries/src/components/MR.tsx +++ b/packages/countries/src/components/MR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MR_Sharp.tsx b/packages/countries/src/components/MR_Sharp.tsx index e229232db70..b982533c931 100644 --- a/packages/countries/src/components/MR_Sharp.tsx +++ b/packages/countries/src/components/MR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MS.tsx b/packages/countries/src/components/MS.tsx index 7d2b78a15a2..f228efada57 100644 --- a/packages/countries/src/components/MS.tsx +++ b/packages/countries/src/components/MS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MS_Sharp.tsx b/packages/countries/src/components/MS_Sharp.tsx index d2c221f3d33..f515872a749 100644 --- a/packages/countries/src/components/MS_Sharp.tsx +++ b/packages/countries/src/components/MS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MT.tsx b/packages/countries/src/components/MT.tsx index 88883d48bce..f2a9e3add76 100644 --- a/packages/countries/src/components/MT.tsx +++ b/packages/countries/src/components/MT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MT_Sharp.tsx b/packages/countries/src/components/MT_Sharp.tsx index 8bd316f8280..083ca07b152 100644 --- a/packages/countries/src/components/MT_Sharp.tsx +++ b/packages/countries/src/components/MT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MU.tsx b/packages/countries/src/components/MU.tsx index 46ce354c1bd..68b2b3d1390 100644 --- a/packages/countries/src/components/MU.tsx +++ b/packages/countries/src/components/MU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MU_Sharp.tsx b/packages/countries/src/components/MU_Sharp.tsx index d57a00e38f0..d8f4d793a0e 100644 --- a/packages/countries/src/components/MU_Sharp.tsx +++ b/packages/countries/src/components/MU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MV.tsx b/packages/countries/src/components/MV.tsx index 48945f99f76..7ffa3d43ebe 100644 --- a/packages/countries/src/components/MV.tsx +++ b/packages/countries/src/components/MV.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MV_Sharp.tsx b/packages/countries/src/components/MV_Sharp.tsx index cf40a42fa8d..37b4b678b38 100644 --- a/packages/countries/src/components/MV_Sharp.tsx +++ b/packages/countries/src/components/MV_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MW.tsx b/packages/countries/src/components/MW.tsx index cad4809084f..0349752661d 100644 --- a/packages/countries/src/components/MW.tsx +++ b/packages/countries/src/components/MW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MW_Sharp.tsx b/packages/countries/src/components/MW_Sharp.tsx index d99631342e7..a5b4f8fba53 100644 --- a/packages/countries/src/components/MW_Sharp.tsx +++ b/packages/countries/src/components/MW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MX.tsx b/packages/countries/src/components/MX.tsx index c5c9846a888..06cc5e2170f 100644 --- a/packages/countries/src/components/MX.tsx +++ b/packages/countries/src/components/MX.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MX_Sharp.tsx b/packages/countries/src/components/MX_Sharp.tsx index 3ddd0375b47..6e8e73fc971 100644 --- a/packages/countries/src/components/MX_Sharp.tsx +++ b/packages/countries/src/components/MX_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MY.tsx b/packages/countries/src/components/MY.tsx index 37f900b9664..7354bddfeb4 100644 --- a/packages/countries/src/components/MY.tsx +++ b/packages/countries/src/components/MY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MY_Sharp.tsx b/packages/countries/src/components/MY_Sharp.tsx index 0e72bbb1755..a4d032c1faf 100644 --- a/packages/countries/src/components/MY_Sharp.tsx +++ b/packages/countries/src/components/MY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MZ.tsx b/packages/countries/src/components/MZ.tsx index d58dbed916d..c24c01f043f 100644 --- a/packages/countries/src/components/MZ.tsx +++ b/packages/countries/src/components/MZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/MZ_Sharp.tsx b/packages/countries/src/components/MZ_Sharp.tsx index 8fc9c4f6a27..b8f68ca0512 100644 --- a/packages/countries/src/components/MZ_Sharp.tsx +++ b/packages/countries/src/components/MZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NA.tsx b/packages/countries/src/components/NA.tsx index 8031e7c6820..0f9ea2815b4 100644 --- a/packages/countries/src/components/NA.tsx +++ b/packages/countries/src/components/NA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NA_Sharp.tsx b/packages/countries/src/components/NA_Sharp.tsx index c167c458252..45d3daf72e9 100644 --- a/packages/countries/src/components/NA_Sharp.tsx +++ b/packages/countries/src/components/NA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NC.tsx b/packages/countries/src/components/NC.tsx index 788f9c4e7c7..688b322f4e7 100644 --- a/packages/countries/src/components/NC.tsx +++ b/packages/countries/src/components/NC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NC_Sharp.tsx b/packages/countries/src/components/NC_Sharp.tsx index 52028e01d4f..46d17f0f2ff 100644 --- a/packages/countries/src/components/NC_Sharp.tsx +++ b/packages/countries/src/components/NC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NE.tsx b/packages/countries/src/components/NE.tsx index 4efd9ccbf41..48d18069692 100644 --- a/packages/countries/src/components/NE.tsx +++ b/packages/countries/src/components/NE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NE_Sharp.tsx b/packages/countries/src/components/NE_Sharp.tsx index a71d142ec3e..751c3133e0b 100644 --- a/packages/countries/src/components/NE_Sharp.tsx +++ b/packages/countries/src/components/NE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NF.tsx b/packages/countries/src/components/NF.tsx index 510b029c319..9f7ab12abaa 100644 --- a/packages/countries/src/components/NF.tsx +++ b/packages/countries/src/components/NF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NF_Sharp.tsx b/packages/countries/src/components/NF_Sharp.tsx index 1a152283a93..b66c97b8bf8 100644 --- a/packages/countries/src/components/NF_Sharp.tsx +++ b/packages/countries/src/components/NF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NG.tsx b/packages/countries/src/components/NG.tsx index 690db385ad5..afbbf0cd2ed 100644 --- a/packages/countries/src/components/NG.tsx +++ b/packages/countries/src/components/NG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NG_Sharp.tsx b/packages/countries/src/components/NG_Sharp.tsx index 192bbe870dd..d8e747118fa 100644 --- a/packages/countries/src/components/NG_Sharp.tsx +++ b/packages/countries/src/components/NG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NI.tsx b/packages/countries/src/components/NI.tsx index f839e1f94fc..9da8be9c028 100644 --- a/packages/countries/src/components/NI.tsx +++ b/packages/countries/src/components/NI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NI_Sharp.tsx b/packages/countries/src/components/NI_Sharp.tsx index d2570a38c9b..bc3901c5aab 100644 --- a/packages/countries/src/components/NI_Sharp.tsx +++ b/packages/countries/src/components/NI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NL.tsx b/packages/countries/src/components/NL.tsx index 2619919b07e..afeee456c4b 100644 --- a/packages/countries/src/components/NL.tsx +++ b/packages/countries/src/components/NL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NL_Sharp.tsx b/packages/countries/src/components/NL_Sharp.tsx index e77814cc2f1..4db576ba4a4 100644 --- a/packages/countries/src/components/NL_Sharp.tsx +++ b/packages/countries/src/components/NL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NO.tsx b/packages/countries/src/components/NO.tsx index 5709ec59d3f..5eaa587b41a 100644 --- a/packages/countries/src/components/NO.tsx +++ b/packages/countries/src/components/NO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NO_Sharp.tsx b/packages/countries/src/components/NO_Sharp.tsx index 67120820d86..6259f299ff3 100644 --- a/packages/countries/src/components/NO_Sharp.tsx +++ b/packages/countries/src/components/NO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NP.tsx b/packages/countries/src/components/NP.tsx index ec406ea37e5..859d54f9f77 100644 --- a/packages/countries/src/components/NP.tsx +++ b/packages/countries/src/components/NP.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NP_Sharp.tsx b/packages/countries/src/components/NP_Sharp.tsx index 30858d15ce9..b346741c8f5 100644 --- a/packages/countries/src/components/NP_Sharp.tsx +++ b/packages/countries/src/components/NP_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NR.tsx b/packages/countries/src/components/NR.tsx index 85a6a2c6207..a61897cbc6d 100644 --- a/packages/countries/src/components/NR.tsx +++ b/packages/countries/src/components/NR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NR_Sharp.tsx b/packages/countries/src/components/NR_Sharp.tsx index 9fd843b5b00..2891f4f436a 100644 --- a/packages/countries/src/components/NR_Sharp.tsx +++ b/packages/countries/src/components/NR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NU.tsx b/packages/countries/src/components/NU.tsx index 55377ed6b8c..9cf4ac85c49 100644 --- a/packages/countries/src/components/NU.tsx +++ b/packages/countries/src/components/NU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NU_Sharp.tsx b/packages/countries/src/components/NU_Sharp.tsx index 2b4c0152194..8350e169d8c 100644 --- a/packages/countries/src/components/NU_Sharp.tsx +++ b/packages/countries/src/components/NU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NZ.tsx b/packages/countries/src/components/NZ.tsx index 9de6f8d3b3b..d3f00716d13 100644 --- a/packages/countries/src/components/NZ.tsx +++ b/packages/countries/src/components/NZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/NZ_Sharp.tsx b/packages/countries/src/components/NZ_Sharp.tsx index 28fbc3c07ab..207cc6435db 100644 --- a/packages/countries/src/components/NZ_Sharp.tsx +++ b/packages/countries/src/components/NZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/OM.tsx b/packages/countries/src/components/OM.tsx index 1fba4b9fcde..361709e17fc 100644 --- a/packages/countries/src/components/OM.tsx +++ b/packages/countries/src/components/OM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/OM_Sharp.tsx b/packages/countries/src/components/OM_Sharp.tsx index 2622c709b8a..4987d44616c 100644 --- a/packages/countries/src/components/OM_Sharp.tsx +++ b/packages/countries/src/components/OM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PA.tsx b/packages/countries/src/components/PA.tsx index a603f02f6a2..87d54647bdc 100644 --- a/packages/countries/src/components/PA.tsx +++ b/packages/countries/src/components/PA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PA_Sharp.tsx b/packages/countries/src/components/PA_Sharp.tsx index 5797f610e89..0272071697c 100644 --- a/packages/countries/src/components/PA_Sharp.tsx +++ b/packages/countries/src/components/PA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PE.tsx b/packages/countries/src/components/PE.tsx index 1b4b406d769..a0bc775c04d 100644 --- a/packages/countries/src/components/PE.tsx +++ b/packages/countries/src/components/PE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PE_Sharp.tsx b/packages/countries/src/components/PE_Sharp.tsx index d0cd47ce7b3..678719a42f8 100644 --- a/packages/countries/src/components/PE_Sharp.tsx +++ b/packages/countries/src/components/PE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PF.tsx b/packages/countries/src/components/PF.tsx index 17b452d65d2..a554e088ce2 100644 --- a/packages/countries/src/components/PF.tsx +++ b/packages/countries/src/components/PF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PF_Sharp.tsx b/packages/countries/src/components/PF_Sharp.tsx index 33d957929c5..8933f4c690c 100644 --- a/packages/countries/src/components/PF_Sharp.tsx +++ b/packages/countries/src/components/PF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PG.tsx b/packages/countries/src/components/PG.tsx index e079769380e..18d2a06ec1f 100644 --- a/packages/countries/src/components/PG.tsx +++ b/packages/countries/src/components/PG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PG_Sharp.tsx b/packages/countries/src/components/PG_Sharp.tsx index c537b3d7aee..b8f1e0487e8 100644 --- a/packages/countries/src/components/PG_Sharp.tsx +++ b/packages/countries/src/components/PG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PH.tsx b/packages/countries/src/components/PH.tsx index b26e77c204e..c707d350a6b 100644 --- a/packages/countries/src/components/PH.tsx +++ b/packages/countries/src/components/PH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PH_Sharp.tsx b/packages/countries/src/components/PH_Sharp.tsx index 5a6ffdcb2b3..8f7ecf25480 100644 --- a/packages/countries/src/components/PH_Sharp.tsx +++ b/packages/countries/src/components/PH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PK.tsx b/packages/countries/src/components/PK.tsx index 6cdbbf06f74..a43c836e64d 100644 --- a/packages/countries/src/components/PK.tsx +++ b/packages/countries/src/components/PK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PK_Sharp.tsx b/packages/countries/src/components/PK_Sharp.tsx index bc67416bd34..7118e39271d 100644 --- a/packages/countries/src/components/PK_Sharp.tsx +++ b/packages/countries/src/components/PK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PL.tsx b/packages/countries/src/components/PL.tsx index 6aec6d270bb..d5e655217a5 100644 --- a/packages/countries/src/components/PL.tsx +++ b/packages/countries/src/components/PL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PL_Sharp.tsx b/packages/countries/src/components/PL_Sharp.tsx index dbc03f1cf68..c07c7456561 100644 --- a/packages/countries/src/components/PL_Sharp.tsx +++ b/packages/countries/src/components/PL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PM.tsx b/packages/countries/src/components/PM.tsx index e0edac7bf64..3066718b0e3 100644 --- a/packages/countries/src/components/PM.tsx +++ b/packages/countries/src/components/PM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PM_Sharp.tsx b/packages/countries/src/components/PM_Sharp.tsx index 0d772833ab7..a6703f6ae72 100644 --- a/packages/countries/src/components/PM_Sharp.tsx +++ b/packages/countries/src/components/PM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PN.tsx b/packages/countries/src/components/PN.tsx index 0a54b9c24b7..753bea61176 100644 --- a/packages/countries/src/components/PN.tsx +++ b/packages/countries/src/components/PN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PN_Sharp.tsx b/packages/countries/src/components/PN_Sharp.tsx index daf330a68f4..16e944eea98 100644 --- a/packages/countries/src/components/PN_Sharp.tsx +++ b/packages/countries/src/components/PN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PR.tsx b/packages/countries/src/components/PR.tsx index e272d93c344..b611c12f222 100644 --- a/packages/countries/src/components/PR.tsx +++ b/packages/countries/src/components/PR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PR_Sharp.tsx b/packages/countries/src/components/PR_Sharp.tsx index ca3656957f7..0ee270172d7 100644 --- a/packages/countries/src/components/PR_Sharp.tsx +++ b/packages/countries/src/components/PR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PS.tsx b/packages/countries/src/components/PS.tsx index 0ae03eddd9e..08a1ebd0d4a 100644 --- a/packages/countries/src/components/PS.tsx +++ b/packages/countries/src/components/PS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PS_Sharp.tsx b/packages/countries/src/components/PS_Sharp.tsx index 15dfc81118e..ff5564d72fa 100644 --- a/packages/countries/src/components/PS_Sharp.tsx +++ b/packages/countries/src/components/PS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PT.tsx b/packages/countries/src/components/PT.tsx index 8d7c9951cb7..3bff87d8c1f 100644 --- a/packages/countries/src/components/PT.tsx +++ b/packages/countries/src/components/PT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PT_Sharp.tsx b/packages/countries/src/components/PT_Sharp.tsx index 3f00a6e2b04..5d4e3f74b3f 100644 --- a/packages/countries/src/components/PT_Sharp.tsx +++ b/packages/countries/src/components/PT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PW.tsx b/packages/countries/src/components/PW.tsx index 688673a73a6..08890160e37 100644 --- a/packages/countries/src/components/PW.tsx +++ b/packages/countries/src/components/PW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PW_Sharp.tsx b/packages/countries/src/components/PW_Sharp.tsx index 7307762bac6..89b2d46e1bc 100644 --- a/packages/countries/src/components/PW_Sharp.tsx +++ b/packages/countries/src/components/PW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PY.tsx b/packages/countries/src/components/PY.tsx index da8ff2f7d8c..69b463df4e4 100644 --- a/packages/countries/src/components/PY.tsx +++ b/packages/countries/src/components/PY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/PY_Sharp.tsx b/packages/countries/src/components/PY_Sharp.tsx index db7f956a4a8..0bc34808b04 100644 --- a/packages/countries/src/components/PY_Sharp.tsx +++ b/packages/countries/src/components/PY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/QA.tsx b/packages/countries/src/components/QA.tsx index fe2e21411d7..d3e25807b70 100644 --- a/packages/countries/src/components/QA.tsx +++ b/packages/countries/src/components/QA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/QA_Sharp.tsx b/packages/countries/src/components/QA_Sharp.tsx index 70cda50d338..834a4034525 100644 --- a/packages/countries/src/components/QA_Sharp.tsx +++ b/packages/countries/src/components/QA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RE.tsx b/packages/countries/src/components/RE.tsx index bd6b384bc5c..3e4fbfb0531 100644 --- a/packages/countries/src/components/RE.tsx +++ b/packages/countries/src/components/RE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RE_Sharp.tsx b/packages/countries/src/components/RE_Sharp.tsx index a5feb8319c5..061d556a7d1 100644 --- a/packages/countries/src/components/RE_Sharp.tsx +++ b/packages/countries/src/components/RE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RO.tsx b/packages/countries/src/components/RO.tsx index f925747ebb0..50719788c51 100644 --- a/packages/countries/src/components/RO.tsx +++ b/packages/countries/src/components/RO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RO_Sharp.tsx b/packages/countries/src/components/RO_Sharp.tsx index c7fe50a9570..c7a969c2855 100644 --- a/packages/countries/src/components/RO_Sharp.tsx +++ b/packages/countries/src/components/RO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RS.tsx b/packages/countries/src/components/RS.tsx index 12a9c45773d..93b9f1c07cf 100644 --- a/packages/countries/src/components/RS.tsx +++ b/packages/countries/src/components/RS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RS_Sharp.tsx b/packages/countries/src/components/RS_Sharp.tsx index 14f1b6b64d8..13dc1816bde 100644 --- a/packages/countries/src/components/RS_Sharp.tsx +++ b/packages/countries/src/components/RS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RU.tsx b/packages/countries/src/components/RU.tsx index 9c94ff64ee0..0d2d3138b05 100644 --- a/packages/countries/src/components/RU.tsx +++ b/packages/countries/src/components/RU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RU_Sharp.tsx b/packages/countries/src/components/RU_Sharp.tsx index 4643b7c595d..1f8674449ee 100644 --- a/packages/countries/src/components/RU_Sharp.tsx +++ b/packages/countries/src/components/RU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RW.tsx b/packages/countries/src/components/RW.tsx index 9bf719a5281..d60486a22e8 100644 --- a/packages/countries/src/components/RW.tsx +++ b/packages/countries/src/components/RW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/RW_Sharp.tsx b/packages/countries/src/components/RW_Sharp.tsx index d1e610ecf60..b1611039eae 100644 --- a/packages/countries/src/components/RW_Sharp.tsx +++ b/packages/countries/src/components/RW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SA.tsx b/packages/countries/src/components/SA.tsx index 53b5e425e13..09e4dfe3b4c 100644 --- a/packages/countries/src/components/SA.tsx +++ b/packages/countries/src/components/SA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SA_Sharp.tsx b/packages/countries/src/components/SA_Sharp.tsx index 72a1f140581..a0957306d93 100644 --- a/packages/countries/src/components/SA_Sharp.tsx +++ b/packages/countries/src/components/SA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SB.tsx b/packages/countries/src/components/SB.tsx index ba3ce1b5aab..e41aebee571 100644 --- a/packages/countries/src/components/SB.tsx +++ b/packages/countries/src/components/SB.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SB_Sharp.tsx b/packages/countries/src/components/SB_Sharp.tsx index 5b0bcf78770..5f8b355daa9 100644 --- a/packages/countries/src/components/SB_Sharp.tsx +++ b/packages/countries/src/components/SB_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SC.tsx b/packages/countries/src/components/SC.tsx index 9aeb5f0e352..f86f7e2a3ec 100644 --- a/packages/countries/src/components/SC.tsx +++ b/packages/countries/src/components/SC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SC_Sharp.tsx b/packages/countries/src/components/SC_Sharp.tsx index ef20d46769e..425b391aef3 100644 --- a/packages/countries/src/components/SC_Sharp.tsx +++ b/packages/countries/src/components/SC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SD.tsx b/packages/countries/src/components/SD.tsx index 69fc4ea4fed..5744dfa1e08 100644 --- a/packages/countries/src/components/SD.tsx +++ b/packages/countries/src/components/SD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SD_Sharp.tsx b/packages/countries/src/components/SD_Sharp.tsx index 379339156ce..ee5e474c814 100644 --- a/packages/countries/src/components/SD_Sharp.tsx +++ b/packages/countries/src/components/SD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SE.tsx b/packages/countries/src/components/SE.tsx index 1b5a709de87..347266302dc 100644 --- a/packages/countries/src/components/SE.tsx +++ b/packages/countries/src/components/SE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SE_Sharp.tsx b/packages/countries/src/components/SE_Sharp.tsx index feac0efebc7..c2e3d7a7127 100644 --- a/packages/countries/src/components/SE_Sharp.tsx +++ b/packages/countries/src/components/SE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SG.tsx b/packages/countries/src/components/SG.tsx index 2b507f53ac6..2877ce0a202 100644 --- a/packages/countries/src/components/SG.tsx +++ b/packages/countries/src/components/SG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SG_Sharp.tsx b/packages/countries/src/components/SG_Sharp.tsx index d8b155d9778..bea090440f3 100644 --- a/packages/countries/src/components/SG_Sharp.tsx +++ b/packages/countries/src/components/SG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SH.tsx b/packages/countries/src/components/SH.tsx index e621bc675de..2e97fc663a6 100644 --- a/packages/countries/src/components/SH.tsx +++ b/packages/countries/src/components/SH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SH_Sharp.tsx b/packages/countries/src/components/SH_Sharp.tsx index f9203aa4627..a2cec3197b3 100644 --- a/packages/countries/src/components/SH_Sharp.tsx +++ b/packages/countries/src/components/SH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SI.tsx b/packages/countries/src/components/SI.tsx index 813477702ac..bc65ee2d185 100644 --- a/packages/countries/src/components/SI.tsx +++ b/packages/countries/src/components/SI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SI_Sharp.tsx b/packages/countries/src/components/SI_Sharp.tsx index ea9395c0012..e264b6cceff 100644 --- a/packages/countries/src/components/SI_Sharp.tsx +++ b/packages/countries/src/components/SI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SJ.tsx b/packages/countries/src/components/SJ.tsx index 9ed2f50dcb3..6be394067fb 100644 --- a/packages/countries/src/components/SJ.tsx +++ b/packages/countries/src/components/SJ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SJ_Sharp.tsx b/packages/countries/src/components/SJ_Sharp.tsx index acb34ecc310..f6494c2f203 100644 --- a/packages/countries/src/components/SJ_Sharp.tsx +++ b/packages/countries/src/components/SJ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SK.tsx b/packages/countries/src/components/SK.tsx index 3aea5b532f4..ded4228d81d 100644 --- a/packages/countries/src/components/SK.tsx +++ b/packages/countries/src/components/SK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SK_Sharp.tsx b/packages/countries/src/components/SK_Sharp.tsx index 839e332d73f..9c2ca153163 100644 --- a/packages/countries/src/components/SK_Sharp.tsx +++ b/packages/countries/src/components/SK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SL.tsx b/packages/countries/src/components/SL.tsx index 51bd8f3c3c2..b8738a90193 100644 --- a/packages/countries/src/components/SL.tsx +++ b/packages/countries/src/components/SL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SL_Sharp.tsx b/packages/countries/src/components/SL_Sharp.tsx index ba80ffdf988..8bd4d8b2f12 100644 --- a/packages/countries/src/components/SL_Sharp.tsx +++ b/packages/countries/src/components/SL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SM.tsx b/packages/countries/src/components/SM.tsx index 015e4beab61..7f1c0465adf 100644 --- a/packages/countries/src/components/SM.tsx +++ b/packages/countries/src/components/SM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SM_Sharp.tsx b/packages/countries/src/components/SM_Sharp.tsx index c7cdcfe87ce..942385a8df0 100644 --- a/packages/countries/src/components/SM_Sharp.tsx +++ b/packages/countries/src/components/SM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SN.tsx b/packages/countries/src/components/SN.tsx index 79b9df494c9..8d6b5386565 100644 --- a/packages/countries/src/components/SN.tsx +++ b/packages/countries/src/components/SN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SN_Sharp.tsx b/packages/countries/src/components/SN_Sharp.tsx index c7df28ed3f6..3a499eeb008 100644 --- a/packages/countries/src/components/SN_Sharp.tsx +++ b/packages/countries/src/components/SN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SO.tsx b/packages/countries/src/components/SO.tsx index b2bd44b363b..a141e5ace73 100644 --- a/packages/countries/src/components/SO.tsx +++ b/packages/countries/src/components/SO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SO_Sharp.tsx b/packages/countries/src/components/SO_Sharp.tsx index 62f00aabf22..8c5fa1d2d4c 100644 --- a/packages/countries/src/components/SO_Sharp.tsx +++ b/packages/countries/src/components/SO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SR.tsx b/packages/countries/src/components/SR.tsx index bd4fa5615bb..6b497bedf4c 100644 --- a/packages/countries/src/components/SR.tsx +++ b/packages/countries/src/components/SR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SR_Sharp.tsx b/packages/countries/src/components/SR_Sharp.tsx index 84c1fa0ff91..62f554e81d4 100644 --- a/packages/countries/src/components/SR_Sharp.tsx +++ b/packages/countries/src/components/SR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SS.tsx b/packages/countries/src/components/SS.tsx index 5fcb4f122d6..5f51b67dc95 100644 --- a/packages/countries/src/components/SS.tsx +++ b/packages/countries/src/components/SS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SS_Sharp.tsx b/packages/countries/src/components/SS_Sharp.tsx index a86dc98cd36..549fbffb742 100644 --- a/packages/countries/src/components/SS_Sharp.tsx +++ b/packages/countries/src/components/SS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ST.tsx b/packages/countries/src/components/ST.tsx index 47f3d8455d0..a9ab8544edc 100644 --- a/packages/countries/src/components/ST.tsx +++ b/packages/countries/src/components/ST.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ST_Sharp.tsx b/packages/countries/src/components/ST_Sharp.tsx index 96ebda4ce3e..817fababa4a 100644 --- a/packages/countries/src/components/ST_Sharp.tsx +++ b/packages/countries/src/components/ST_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SV.tsx b/packages/countries/src/components/SV.tsx index b9214f55208..70272eed7f9 100644 --- a/packages/countries/src/components/SV.tsx +++ b/packages/countries/src/components/SV.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SV_Sharp.tsx b/packages/countries/src/components/SV_Sharp.tsx index fe8fbc72b11..c82eed49bd3 100644 --- a/packages/countries/src/components/SV_Sharp.tsx +++ b/packages/countries/src/components/SV_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SX.tsx b/packages/countries/src/components/SX.tsx index 97f8a5bc3a3..cf427c40b5e 100644 --- a/packages/countries/src/components/SX.tsx +++ b/packages/countries/src/components/SX.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SX_Sharp.tsx b/packages/countries/src/components/SX_Sharp.tsx index 8f0906c433b..3f245e3165c 100644 --- a/packages/countries/src/components/SX_Sharp.tsx +++ b/packages/countries/src/components/SX_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SY.tsx b/packages/countries/src/components/SY.tsx index 5153c0e1269..05b6b858036 100644 --- a/packages/countries/src/components/SY.tsx +++ b/packages/countries/src/components/SY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SY_Sharp.tsx b/packages/countries/src/components/SY_Sharp.tsx index 3a9e4226f96..21bd3d7e86b 100644 --- a/packages/countries/src/components/SY_Sharp.tsx +++ b/packages/countries/src/components/SY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SZ.tsx b/packages/countries/src/components/SZ.tsx index 4e99fcd4a34..8693369a06a 100644 --- a/packages/countries/src/components/SZ.tsx +++ b/packages/countries/src/components/SZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/SZ_Sharp.tsx b/packages/countries/src/components/SZ_Sharp.tsx index 1675d0d25b1..33fd8a654c3 100644 --- a/packages/countries/src/components/SZ_Sharp.tsx +++ b/packages/countries/src/components/SZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TC.tsx b/packages/countries/src/components/TC.tsx index 1189d22ab4d..d67f8225a14 100644 --- a/packages/countries/src/components/TC.tsx +++ b/packages/countries/src/components/TC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TC_Sharp.tsx b/packages/countries/src/components/TC_Sharp.tsx index 9b12a83c5bf..b6609bcc6f7 100644 --- a/packages/countries/src/components/TC_Sharp.tsx +++ b/packages/countries/src/components/TC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TD.tsx b/packages/countries/src/components/TD.tsx index 6ae6d7d3754..8cdfcd435a2 100644 --- a/packages/countries/src/components/TD.tsx +++ b/packages/countries/src/components/TD.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TD_Sharp.tsx b/packages/countries/src/components/TD_Sharp.tsx index 375f4e085b4..364893c8a00 100644 --- a/packages/countries/src/components/TD_Sharp.tsx +++ b/packages/countries/src/components/TD_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TF.tsx b/packages/countries/src/components/TF.tsx index 5172c10a7f8..ab2fa9ad5c4 100644 --- a/packages/countries/src/components/TF.tsx +++ b/packages/countries/src/components/TF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TF_Sharp.tsx b/packages/countries/src/components/TF_Sharp.tsx index 0eeba20b54c..f78a3e5d9d9 100644 --- a/packages/countries/src/components/TF_Sharp.tsx +++ b/packages/countries/src/components/TF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TG.tsx b/packages/countries/src/components/TG.tsx index c2d5a2bb120..88c808d04e7 100644 --- a/packages/countries/src/components/TG.tsx +++ b/packages/countries/src/components/TG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TG_Sharp.tsx b/packages/countries/src/components/TG_Sharp.tsx index 44e34709dec..427d569c83b 100644 --- a/packages/countries/src/components/TG_Sharp.tsx +++ b/packages/countries/src/components/TG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TH.tsx b/packages/countries/src/components/TH.tsx index 4c45145cce0..46ea404f839 100644 --- a/packages/countries/src/components/TH.tsx +++ b/packages/countries/src/components/TH.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TH_Sharp.tsx b/packages/countries/src/components/TH_Sharp.tsx index 0921842584d..745bc84430f 100644 --- a/packages/countries/src/components/TH_Sharp.tsx +++ b/packages/countries/src/components/TH_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TJ.tsx b/packages/countries/src/components/TJ.tsx index 7037c55f2ca..5d554b73366 100644 --- a/packages/countries/src/components/TJ.tsx +++ b/packages/countries/src/components/TJ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TJ_Sharp.tsx b/packages/countries/src/components/TJ_Sharp.tsx index a49e0bcc6c1..771205c7fa4 100644 --- a/packages/countries/src/components/TJ_Sharp.tsx +++ b/packages/countries/src/components/TJ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TK.tsx b/packages/countries/src/components/TK.tsx index df78cfd8d42..7f0b4e51107 100644 --- a/packages/countries/src/components/TK.tsx +++ b/packages/countries/src/components/TK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TK_Sharp.tsx b/packages/countries/src/components/TK_Sharp.tsx index 66031376ef4..cc33c40dc31 100644 --- a/packages/countries/src/components/TK_Sharp.tsx +++ b/packages/countries/src/components/TK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TL.tsx b/packages/countries/src/components/TL.tsx index dbba01c56b6..f5a5274a42e 100644 --- a/packages/countries/src/components/TL.tsx +++ b/packages/countries/src/components/TL.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TL_Sharp.tsx b/packages/countries/src/components/TL_Sharp.tsx index 577f1f13fdf..45345693a75 100644 --- a/packages/countries/src/components/TL_Sharp.tsx +++ b/packages/countries/src/components/TL_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TM.tsx b/packages/countries/src/components/TM.tsx index 5944b572c8f..541d4a1c731 100644 --- a/packages/countries/src/components/TM.tsx +++ b/packages/countries/src/components/TM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TM_Sharp.tsx b/packages/countries/src/components/TM_Sharp.tsx index 8814b080842..ccc0a94179b 100644 --- a/packages/countries/src/components/TM_Sharp.tsx +++ b/packages/countries/src/components/TM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TN.tsx b/packages/countries/src/components/TN.tsx index a2022145bb1..19a11a1a5f2 100644 --- a/packages/countries/src/components/TN.tsx +++ b/packages/countries/src/components/TN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TN_Sharp.tsx b/packages/countries/src/components/TN_Sharp.tsx index 0f1b8d2b3bc..ae2b4416fa9 100644 --- a/packages/countries/src/components/TN_Sharp.tsx +++ b/packages/countries/src/components/TN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TO.tsx b/packages/countries/src/components/TO.tsx index 6abef47aed2..24d89a8221e 100644 --- a/packages/countries/src/components/TO.tsx +++ b/packages/countries/src/components/TO.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TO_Sharp.tsx b/packages/countries/src/components/TO_Sharp.tsx index 7016aa4fc99..dba50986feb 100644 --- a/packages/countries/src/components/TO_Sharp.tsx +++ b/packages/countries/src/components/TO_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TR.tsx b/packages/countries/src/components/TR.tsx index 1bbe3ecb44e..facd7406660 100644 --- a/packages/countries/src/components/TR.tsx +++ b/packages/countries/src/components/TR.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TR_Sharp.tsx b/packages/countries/src/components/TR_Sharp.tsx index 9fcafe51989..0fec82ad918 100644 --- a/packages/countries/src/components/TR_Sharp.tsx +++ b/packages/countries/src/components/TR_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TT.tsx b/packages/countries/src/components/TT.tsx index ed03ccc3376..18695d01bed 100644 --- a/packages/countries/src/components/TT.tsx +++ b/packages/countries/src/components/TT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TT_Sharp.tsx b/packages/countries/src/components/TT_Sharp.tsx index b2072c92a57..2cd2d83f705 100644 --- a/packages/countries/src/components/TT_Sharp.tsx +++ b/packages/countries/src/components/TT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TV.tsx b/packages/countries/src/components/TV.tsx index ddf3a91e60e..3e7cb0f2e19 100644 --- a/packages/countries/src/components/TV.tsx +++ b/packages/countries/src/components/TV.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TV_Sharp.tsx b/packages/countries/src/components/TV_Sharp.tsx index c1e1a9acf63..a5bd13a0d1a 100644 --- a/packages/countries/src/components/TV_Sharp.tsx +++ b/packages/countries/src/components/TV_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TW.tsx b/packages/countries/src/components/TW.tsx index 2ed37e10f38..e724fb2b0e9 100644 --- a/packages/countries/src/components/TW.tsx +++ b/packages/countries/src/components/TW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TW_Sharp.tsx b/packages/countries/src/components/TW_Sharp.tsx index c80c0f96084..b2d8c08db6d 100644 --- a/packages/countries/src/components/TW_Sharp.tsx +++ b/packages/countries/src/components/TW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TZ.tsx b/packages/countries/src/components/TZ.tsx index 5c3e4bd5b3e..6bce992d963 100644 --- a/packages/countries/src/components/TZ.tsx +++ b/packages/countries/src/components/TZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/TZ_Sharp.tsx b/packages/countries/src/components/TZ_Sharp.tsx index 09760b397a4..f27e130254c 100644 --- a/packages/countries/src/components/TZ_Sharp.tsx +++ b/packages/countries/src/components/TZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UA.tsx b/packages/countries/src/components/UA.tsx index 3c9ce2dd3fc..56c0fda8941 100644 --- a/packages/countries/src/components/UA.tsx +++ b/packages/countries/src/components/UA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UA_Sharp.tsx b/packages/countries/src/components/UA_Sharp.tsx index 42f8c9f56c4..7d05ad04dd4 100644 --- a/packages/countries/src/components/UA_Sharp.tsx +++ b/packages/countries/src/components/UA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UG.tsx b/packages/countries/src/components/UG.tsx index 43f6fe9fa67..e0944c006e7 100644 --- a/packages/countries/src/components/UG.tsx +++ b/packages/countries/src/components/UG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UG_Sharp.tsx b/packages/countries/src/components/UG_Sharp.tsx index e055b3b1c62..23b54374143 100644 --- a/packages/countries/src/components/UG_Sharp.tsx +++ b/packages/countries/src/components/UG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UM.tsx b/packages/countries/src/components/UM.tsx index 3609fcd8426..42a77f12d9c 100644 --- a/packages/countries/src/components/UM.tsx +++ b/packages/countries/src/components/UM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UM_Sharp.tsx b/packages/countries/src/components/UM_Sharp.tsx index 7abcd44fc6a..b5772d9d87f 100644 --- a/packages/countries/src/components/UM_Sharp.tsx +++ b/packages/countries/src/components/UM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UN.tsx b/packages/countries/src/components/UN.tsx index 88a6e770801..ba0ddde7d31 100644 --- a/packages/countries/src/components/UN.tsx +++ b/packages/countries/src/components/UN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UN_Sharp.tsx b/packages/countries/src/components/UN_Sharp.tsx index dc39587e8a4..ab61a513df7 100644 --- a/packages/countries/src/components/UN_Sharp.tsx +++ b/packages/countries/src/components/UN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/US.tsx b/packages/countries/src/components/US.tsx index c2381923ac8..57908d25dcd 100644 --- a/packages/countries/src/components/US.tsx +++ b/packages/countries/src/components/US.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/US_Sharp.tsx b/packages/countries/src/components/US_Sharp.tsx index 63c036d9c9c..a996c8275aa 100644 --- a/packages/countries/src/components/US_Sharp.tsx +++ b/packages/countries/src/components/US_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UY.tsx b/packages/countries/src/components/UY.tsx index 0c3d8546ee5..998591d871f 100644 --- a/packages/countries/src/components/UY.tsx +++ b/packages/countries/src/components/UY.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UY_Sharp.tsx b/packages/countries/src/components/UY_Sharp.tsx index 44329e02d5f..1cba63f1c58 100644 --- a/packages/countries/src/components/UY_Sharp.tsx +++ b/packages/countries/src/components/UY_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UZ.tsx b/packages/countries/src/components/UZ.tsx index 444cc370e57..c7ae2208447 100644 --- a/packages/countries/src/components/UZ.tsx +++ b/packages/countries/src/components/UZ.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/UZ_Sharp.tsx b/packages/countries/src/components/UZ_Sharp.tsx index 9ba66308c56..b292239be7b 100644 --- a/packages/countries/src/components/UZ_Sharp.tsx +++ b/packages/countries/src/components/UZ_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VA.tsx b/packages/countries/src/components/VA.tsx index 02dd82cf4d7..2a7951cc1ee 100644 --- a/packages/countries/src/components/VA.tsx +++ b/packages/countries/src/components/VA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VA_Sharp.tsx b/packages/countries/src/components/VA_Sharp.tsx index 0bd40c72800..4d51a6da757 100644 --- a/packages/countries/src/components/VA_Sharp.tsx +++ b/packages/countries/src/components/VA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VC.tsx b/packages/countries/src/components/VC.tsx index 6f985172568..05c4f12563f 100644 --- a/packages/countries/src/components/VC.tsx +++ b/packages/countries/src/components/VC.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VC_Sharp.tsx b/packages/countries/src/components/VC_Sharp.tsx index 571dc2a2f1d..a5d326c7806 100644 --- a/packages/countries/src/components/VC_Sharp.tsx +++ b/packages/countries/src/components/VC_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VE.tsx b/packages/countries/src/components/VE.tsx index c9707b13d42..6ca66847cb6 100644 --- a/packages/countries/src/components/VE.tsx +++ b/packages/countries/src/components/VE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VE_Sharp.tsx b/packages/countries/src/components/VE_Sharp.tsx index b0476169523..9191441c11c 100644 --- a/packages/countries/src/components/VE_Sharp.tsx +++ b/packages/countries/src/components/VE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VG.tsx b/packages/countries/src/components/VG.tsx index 8502ccfc9ea..847541a3f20 100644 --- a/packages/countries/src/components/VG.tsx +++ b/packages/countries/src/components/VG.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VG_Sharp.tsx b/packages/countries/src/components/VG_Sharp.tsx index 10aa1efc6f5..f6bce02de22 100644 --- a/packages/countries/src/components/VG_Sharp.tsx +++ b/packages/countries/src/components/VG_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VI.tsx b/packages/countries/src/components/VI.tsx index a2720ca64b9..21d0c538898 100644 --- a/packages/countries/src/components/VI.tsx +++ b/packages/countries/src/components/VI.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VI_Sharp.tsx b/packages/countries/src/components/VI_Sharp.tsx index 51976f0c03a..7f8da7845f8 100644 --- a/packages/countries/src/components/VI_Sharp.tsx +++ b/packages/countries/src/components/VI_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VN.tsx b/packages/countries/src/components/VN.tsx index c20b8f96477..c66c5e77402 100644 --- a/packages/countries/src/components/VN.tsx +++ b/packages/countries/src/components/VN.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VN_Sharp.tsx b/packages/countries/src/components/VN_Sharp.tsx index 9c042761bef..7874d3e2a36 100644 --- a/packages/countries/src/components/VN_Sharp.tsx +++ b/packages/countries/src/components/VN_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VU.tsx b/packages/countries/src/components/VU.tsx index 5b6ebf7ba72..0fedb0c6142 100644 --- a/packages/countries/src/components/VU.tsx +++ b/packages/countries/src/components/VU.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/VU_Sharp.tsx b/packages/countries/src/components/VU_Sharp.tsx index 71cf60c782f..221d4c83606 100644 --- a/packages/countries/src/components/VU_Sharp.tsx +++ b/packages/countries/src/components/VU_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/WF.tsx b/packages/countries/src/components/WF.tsx index b9bc5dad475..4e1ecdc99be 100644 --- a/packages/countries/src/components/WF.tsx +++ b/packages/countries/src/components/WF.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/WF_Sharp.tsx b/packages/countries/src/components/WF_Sharp.tsx index 5d651e79a28..40462ed6e3d 100644 --- a/packages/countries/src/components/WF_Sharp.tsx +++ b/packages/countries/src/components/WF_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/WS.tsx b/packages/countries/src/components/WS.tsx index 7c301744f87..14e430d27de 100644 --- a/packages/countries/src/components/WS.tsx +++ b/packages/countries/src/components/WS.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/WS_Sharp.tsx b/packages/countries/src/components/WS_Sharp.tsx index 407ff523bbb..586a565c0c2 100644 --- a/packages/countries/src/components/WS_Sharp.tsx +++ b/packages/countries/src/components/WS_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/XK.tsx b/packages/countries/src/components/XK.tsx index b8faec9def1..107ea6daaa6 100644 --- a/packages/countries/src/components/XK.tsx +++ b/packages/countries/src/components/XK.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/XK_Sharp.tsx b/packages/countries/src/components/XK_Sharp.tsx index ab017f8de51..f9c59315a37 100644 --- a/packages/countries/src/components/XK_Sharp.tsx +++ b/packages/countries/src/components/XK_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/YE.tsx b/packages/countries/src/components/YE.tsx index 12bc0a5f7f3..13bdc7d18b8 100644 --- a/packages/countries/src/components/YE.tsx +++ b/packages/countries/src/components/YE.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/YE_Sharp.tsx b/packages/countries/src/components/YE_Sharp.tsx index 73540bd7319..6b943327a4b 100644 --- a/packages/countries/src/components/YE_Sharp.tsx +++ b/packages/countries/src/components/YE_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/YT.tsx b/packages/countries/src/components/YT.tsx index 935ec2da03e..222ebb96108 100644 --- a/packages/countries/src/components/YT.tsx +++ b/packages/countries/src/components/YT.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/YT_Sharp.tsx b/packages/countries/src/components/YT_Sharp.tsx index 4876d495445..d5d6c1c0ddc 100644 --- a/packages/countries/src/components/YT_Sharp.tsx +++ b/packages/countries/src/components/YT_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ZA.tsx b/packages/countries/src/components/ZA.tsx index b7316b10969..4a40442eb13 100644 --- a/packages/countries/src/components/ZA.tsx +++ b/packages/countries/src/components/ZA.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ZA_Sharp.tsx b/packages/countries/src/components/ZA_Sharp.tsx index 34b24f4056a..2d272df37cb 100644 --- a/packages/countries/src/components/ZA_Sharp.tsx +++ b/packages/countries/src/components/ZA_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ZM.tsx b/packages/countries/src/components/ZM.tsx index 16d69e0c3f0..1e9ea350fab 100644 --- a/packages/countries/src/components/ZM.tsx +++ b/packages/countries/src/components/ZM.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ZM_Sharp.tsx b/packages/countries/src/components/ZM_Sharp.tsx index 44f9d6c4e1a..de6b8fb3f37 100644 --- a/packages/countries/src/components/ZM_Sharp.tsx +++ b/packages/countries/src/components/ZM_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ZW.tsx b/packages/countries/src/components/ZW.tsx index ef4eb2e4990..638f0e30d4f 100644 --- a/packages/countries/src/components/ZW.tsx +++ b/packages/countries/src/components/ZW.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/components/ZW_Sharp.tsx b/packages/countries/src/components/ZW_Sharp.tsx index f159dca832f..1c725e7125e 100644 --- a/packages/countries/src/components/ZW_Sharp.tsx +++ b/packages/countries/src/components/ZW_Sharp.tsx @@ -1,6 +1,6 @@ // WARNING: This file was generated by a script. Do not modify it manually -import { useId } from "@salt-ds/core"; +import { useId } from "@salt-ds/utils"; import { forwardRef } from "react"; import { CountrySymbol, type CountrySymbolProps } from "../country-symbol"; diff --git a/packages/countries/src/country-symbol/CountrySymbol.tsx b/packages/countries/src/country-symbol/CountrySymbol.tsx index fb3922a36bd..483ae03b201 100644 --- a/packages/countries/src/country-symbol/CountrySymbol.tsx +++ b/packages/countries/src/country-symbol/CountrySymbol.tsx @@ -2,14 +2,10 @@ import { clsx } from "clsx"; import { type SVGAttributes, forwardRef } from "react"; import { useComponentCssInjection } from "@salt-ds/styles"; +import { makePrefixer } from "@salt-ds/utils"; import { useWindow } from "@salt-ds/window"; import countrySymbolCss from "./CountrySymbol.css"; -// Duplicate from core/util to avoid circular dependency -export const makePrefixer = - (prefix: string): ((...names: string[]) => string) => - (...names: string[]): string => - [prefix, ...names].join("-"); const withBaseName = makePrefixer("saltCountrySymbol"); diff --git a/packages/icons/src/icon/Icon.tsx b/packages/icons/src/icon/Icon.tsx index 5e4afcac2e7..efed759539f 100644 --- a/packages/icons/src/icon/Icon.tsx +++ b/packages/icons/src/icon/Icon.tsx @@ -2,14 +2,10 @@ import { clsx } from "clsx"; import { type SVGAttributes, forwardRef } from "react"; import { useComponentCssInjection } from "@salt-ds/styles"; +import { makePrefixer } from "@salt-ds/utils"; import { useWindow } from "@salt-ds/window"; import iconCss from "./Icon.css"; -// Duplicate from core/util to avoid circular dependency -export const makePrefixer = - (prefix: string): ((...names: string[]) => string) => - (...names: string[]): string => - [prefix, ...names].join("-"); const withBaseName = makePrefixer("saltIcon"); diff --git a/packages/lab/src/cascading-menu/CascadingMenu.tsx b/packages/lab/src/cascading-menu/CascadingMenu.tsx index cbefc702f32..8e4cbdc3a01 100644 --- a/packages/lab/src/cascading-menu/CascadingMenu.tsx +++ b/packages/lab/src/cascading-menu/CascadingMenu.tsx @@ -1,11 +1,11 @@ import { - getRefFromChildren, ownerWindow, useControlled, useDensity, useForkRef, usePrevious, } from "@salt-ds/core"; +import { getRefFromChildren } from "@salt-ds/utils"; import { type KeyboardEvent, type MouseEvent, diff --git a/packages/utils/README.md b/packages/utils/README.md new file mode 100644 index 00000000000..285c9e80056 --- /dev/null +++ b/packages/utils/README.md @@ -0,0 +1 @@ +# Utils diff --git a/packages/utils/package.json b/packages/utils/package.json new file mode 100644 index 00000000000..ee65bb88c47 --- /dev/null +++ b/packages/utils/package.json @@ -0,0 +1,26 @@ +{ + "name": "@salt-ds/utils", + "version": "1.0.0", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/jpmorganchase/salt-ds.git", + "directory": "packages/utils" + }, + "bugs": "https://github.com/jpmorganchase/salt-ds/issues", + "main": "src/index.ts", + "sideEffects": false, + "peerDependencies": { + "@types/react": ">=16.14.0", + "react": ">=16.14.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + }, + "publishConfig": { + "directory": "../../dist/salt-ds-utils", + "provenance": true + } +} diff --git a/packages/core/src/__tests__/unit/utils/getRefFromChildren.spec.tsx b/packages/utils/src/__tests__/getRefFromChildren.spec.tsx similarity index 100% rename from packages/core/src/__tests__/unit/utils/getRefFromChildren.spec.tsx rename to packages/utils/src/__tests__/getRefFromChildren.spec.tsx diff --git a/packages/core/src/utils/getRefFromChildren.ts b/packages/utils/src/getRefFromChildren.ts similarity index 100% rename from packages/core/src/utils/getRefFromChildren.ts rename to packages/utils/src/getRefFromChildren.ts diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts new file mode 100644 index 00000000000..097adfcf6ba --- /dev/null +++ b/packages/utils/src/index.ts @@ -0,0 +1,6 @@ +export * from "./getRefFromChildren"; +export * from "./makePrefixer"; +export * from "./useId"; +export * from "./setRef"; +export * from "./useControlled"; +export * from "./useForkRef"; diff --git a/packages/core/src/utils/makePrefixer.ts b/packages/utils/src/makePrefixer.ts similarity index 100% rename from packages/core/src/utils/makePrefixer.ts rename to packages/utils/src/makePrefixer.ts diff --git a/packages/core/src/utils/setRef.ts b/packages/utils/src/setRef.ts similarity index 100% rename from packages/core/src/utils/setRef.ts rename to packages/utils/src/setRef.ts diff --git a/packages/core/src/utils/useControlled.ts b/packages/utils/src/useControlled.ts similarity index 100% rename from packages/core/src/utils/useControlled.ts rename to packages/utils/src/useControlled.ts diff --git a/packages/core/src/utils/useForkRef.ts b/packages/utils/src/useForkRef.ts similarity index 100% rename from packages/core/src/utils/useForkRef.ts rename to packages/utils/src/useForkRef.ts diff --git a/packages/core/src/utils/useId.ts b/packages/utils/src/useId.ts similarity index 100% rename from packages/core/src/utils/useId.ts rename to packages/utils/src/useId.ts diff --git a/yarn.lock b/yarn.lock index 842d7f989e4..06541c1e6f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5766,6 +5766,18 @@ __metadata: languageName: unknown linkType: soft +"@salt-ds/utils@workspace:packages/utils": + version: 0.0.0-use.local + resolution: "@salt-ds/utils@workspace:packages/utils" + peerDependencies: + "@types/react": ">=16.14.0" + react: ">=16.14.0" + peerDependenciesMeta: + "@types/react": + optional: true + languageName: unknown + linkType: soft + "@salt-ds/window@workspace:packages/window": version: 0.0.0-use.local resolution: "@salt-ds/window@workspace:packages/window"