Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殮 Ryddet util-mappe #2618

Merged
merged 7 commits into from Jan 15, 2024
Merged

馃殮 Ryddet util-mappe #2618

merged 7 commits into from Jan 15, 2024

Conversation

KenAJoh
Copy link
Collaborator

@KenAJoh KenAJoh commented Jan 12, 2024

Change summary

  • Flyttet alle hooks -> /util/hooks
  • Flyttet OverridableComponent -> /util/types
  • Mindre refactors av imports/exports i filers som bruker hooks

Oppdaterer bare intern bruk, skal ikke p氓virke bruker da ingen exports er fjernet.

Ogs氓 oppdatert useClientLayoutEffect

Ser ut som globalThis.document er en mer moderne og trygg m氓te 氓 sjekke document vs 氓 se p氓 window

// F酶r
export const useClientLayoutEffect = canUseDom()
  ? useLayoutEffect
  : () => {};


// Etter 
export const useClientLayoutEffect = globalThis?.document
  ? useLayoutEffect
  : () => {};

Copy link

changeset-bot bot commented Jan 12, 2024

馃 Changeset detected

Latest commit: e0bf1dc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@navikt/ds-react Patch
@navikt/ds-css Patch
@navikt/ds-tokens Patch
@navikt/ds-tailwind Patch
@navikt/aksel-icons Patch
@navikt/aksel Patch
@navikt/aksel-stylelint Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Jan 12, 2024

Storybook demo

247a0dc6c | 61 komponenter | 401 stories

@KenAJoh KenAJoh merged commit 4c6cecb into main Jan 15, 2024
2 checks passed
@KenAJoh KenAJoh deleted the dir-structure branch January 15, 2024 12:36
@github-actions github-actions bot mentioned this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants