Skip to content

Commit

Permalink
Merge 982ff7d into 4a68409
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh authored Nov 16, 2023
2 parents 4a68409 + 982ff7d commit 4ccd246
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-lions-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

Primtives: CSS-import for primitives er nå mer spesifikk
2 changes: 1 addition & 1 deletion @navikt/core/css/config/_mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const StyleMappings = {
{
component: "DatePicker",
main: "date.css",
dependencies: [typoCss, primitivesCss, "button.css", "popover.css"],
dependencies: [typoCss, "button.css", "popover.css", primitivesCss],
},
{
component: "MonthPicker",
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/css/index.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@charset "UTF-8";
@import "baseline/index.css";
@import "typography.css";
@import "primitives/index.css";
@import "grid.css";
@import "accordion.css";
@import "alert.css";
Expand Down Expand Up @@ -34,3 +33,4 @@
@import "table.css";
@import "tabs.css";
@import "list.css";
@import "primitives/index.css";
4 changes: 2 additions & 2 deletions @navikt/core/react/src/layout/bleed/Bleed.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react";
import type { Meta } from "@storybook/react";
import React from "react";
import { Box, HStack, VStack } from "../..";
import { BodyLong } from "../../typography";
import { Bleed } from "./Bleed";
import { Box, HStack, VStack } from "../..";

export default {
title: "ds-react/Primitives/Bleed",
Expand Down

0 comments on commit 4ccd246

Please sign in to comment.