@ndla/ui 56.0.29-alpha.0 → 56.0.31-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/dist/panda.buildinfo.json +1 -0
- package/dist/styles.css +4 -0
- package/es/Embed/ImageEmbed.js +1 -0
- package/es/styles.css +4 -0
- package/lib/Embed/ImageEmbed.js +1 -0
- package/lib/styles.css +4 -0
- package/package.json +7 -7
- package/src/Embed/ImageEmbed.tsx +1 -0
|
@@ -256,6 +256,7 @@
|
|
|
256
256
|
"textStyle]___[value:label.xsmall]___[cond:& a",
|
|
257
257
|
"marginInlineStart]___[value:1]___[cond:& a",
|
|
258
258
|
"borderRadius]___[value:0]___[cond:& img",
|
|
259
|
+
"zIndex]___[value:docked",
|
|
259
260
|
"background]___[value:background.default]___[cond:_hover<___>& [data-byline-button]",
|
|
260
261
|
"transform]___[value:scale(1.2)]___[cond:_hover<___>& button[data-expanded]",
|
|
261
262
|
"transform]___[value:rotate(-45deg)]___[cond:& button[data-expanded='true']<___>& svg",
|
package/dist/styles.css
CHANGED
package/es/Embed/ImageEmbed.js
CHANGED
package/es/styles.css
CHANGED
package/lib/Embed/ImageEmbed.js
CHANGED
package/lib/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "56.0.
|
|
3
|
+
"version": "56.0.31-alpha.0",
|
|
4
4
|
"description": "UI component library for NDLA",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@ndla/core": "^5.0.2",
|
|
37
|
-
"@ndla/icons": "^8.0.
|
|
37
|
+
"@ndla/icons": "^8.0.21-alpha.0",
|
|
38
38
|
"@ndla/licenses": "^8.0.3-alpha.0",
|
|
39
|
-
"@ndla/primitives": "^1.0.
|
|
40
|
-
"@ndla/safelink": "^7.0.
|
|
39
|
+
"@ndla/primitives": "^1.0.28-alpha.0",
|
|
40
|
+
"@ndla/safelink": "^7.0.28-alpha.0",
|
|
41
41
|
"@ndla/styled-system": "^0.0.22",
|
|
42
|
-
"@ndla/util": "^
|
|
42
|
+
"@ndla/util": "^5.0.0-alpha.0",
|
|
43
43
|
"html-react-parser": "^5.1.8",
|
|
44
44
|
"i18next-browser-languagedetector": "^7.1.0"
|
|
45
45
|
},
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-router-dom": "> 6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@ndla/preset-panda": "^0.0.
|
|
54
|
+
"@ndla/preset-panda": "^0.0.31",
|
|
55
55
|
"@ndla/types-backend": "^0.2.86",
|
|
56
56
|
"@ndla/types-embed": "^5.0.2-alpha.0",
|
|
57
57
|
"@pandacss/dev": "^0.46.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "784eea9f500d7e38a2d5102286118a1da129b743"
|
|
68
68
|
}
|