@ndla/ui 56.0.67-alpha.0 → 56.0.68-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/ui",
3
- "version": "56.0.67-alpha.0",
3
+ "version": "56.0.68-alpha.0",
4
4
  "description": "UI component library for NDLA",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -33,11 +33,11 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@ndla/core": "^5.0.2",
36
- "@ndla/icons": "^8.0.41-alpha.0",
36
+ "@ndla/icons": "^8.0.42-alpha.0",
37
37
  "@ndla/licenses": "^8.0.3-alpha.0",
38
- "@ndla/primitives": "^1.0.51-alpha.0",
39
- "@ndla/safelink": "^7.0.52-alpha.0",
40
- "@ndla/styled-system": "^0.0.26",
38
+ "@ndla/primitives": "^1.0.52-alpha.0",
39
+ "@ndla/safelink": "^7.0.53-alpha.0",
40
+ "@ndla/styled-system": "^0.0.27",
41
41
  "@ndla/util": "^5.0.0-alpha.0",
42
42
  "html-react-parser": "^5.1.8",
43
43
  "i18next-browser-languagedetector": "^7.1.0"
@@ -50,7 +50,7 @@
50
50
  "react-router-dom": "> 6.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@ndla/preset-panda": "^0.0.43",
53
+ "@ndla/preset-panda": "^0.0.44",
54
54
  "@ndla/types-backend": "^0.2.86",
55
55
  "@ndla/types-embed": "^5.0.4-alpha.0",
56
56
  "@pandacss/dev": "^0.46.0"
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "8810ca6acc9306d1f4dc3b2f658cbbd7090e84c5"
61
+ "gitHead": "120530c8f430ba550d50fbfbc788eac87dae1377"
62
62
  }
@@ -7,7 +7,7 @@
7
7
  */
8
8
 
9
9
  import { Meta, StoryFn, StoryObj } from "@storybook/react";
10
- import { Pencil, DeleteBinLine } from "@ndla/icons/action";
10
+ import { PencilFill, DeleteBinLine } from "@ndla/icons/action";
11
11
  import { DragVertical } from "@ndla/icons/editor";
12
12
  import { IconButton } from "@ndla/primitives";
13
13
  import { HStack, styled } from "@ndla/styled-system/jsx";
@@ -116,7 +116,7 @@ export const FilesWithButtons: StoryObj<typeof File> = {
116
116
  <File title="Fil 1" url="https://ndla.no/1" fileExists fileType="mp4" fileSize="100 mb" />
117
117
  <HStack>
118
118
  <IconButton variant="clear">
119
- <Pencil />
119
+ <PencilFill />
120
120
  </IconButton>
121
121
  <IconButton variant="clear">
122
122
  <DeleteBinLine />
@@ -127,7 +127,7 @@ export const FilesWithButtons: StoryObj<typeof File> = {
127
127
  <File title="Fil 1" url="https://ndla.no/1" fileExists fileType="mp4" fileSize="100 mb" />
128
128
  <HStack>
129
129
  <IconButton variant="clear">
130
- <Pencil />
130
+ <PencilFill />
131
131
  </IconButton>
132
132
  <IconButton variant="clear">
133
133
  <DeleteBinLine />