@micromag/screen-urbania-article 0.4.71 → 0.4.76
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/es/index.d.ts +3 -3
- package/es/index.js +2128 -915
- package/package.json +22 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-article",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.76",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"exports": {
|
|
37
37
|
".": {
|
|
38
38
|
"types": "./es/index.d.ts",
|
|
39
|
+
"style": "./assets/css/styles.css",
|
|
39
40
|
"import": "./es/index.js"
|
|
40
41
|
},
|
|
41
42
|
"./assets/css/styles": "./assets/css/styles.css",
|
|
@@ -52,32 +53,32 @@
|
|
|
52
53
|
"build": "../../scripts/prepare-package.sh --types"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"react": "^
|
|
56
|
-
"react-dom": "^
|
|
56
|
+
"react": "^19.0.0",
|
|
57
|
+
"react-dom": "^19.0.0"
|
|
57
58
|
},
|
|
58
59
|
"peerDependencies": {
|
|
59
|
-
"react": "^
|
|
60
|
-
"react-dom": "^
|
|
60
|
+
"react": "^19.0.0",
|
|
61
|
+
"react-dom": "^19.0.0"
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
64
|
"@babel/runtime": "^7.28.6",
|
|
64
65
|
"@folklore/fetch": "^0.1.17",
|
|
65
66
|
"@folklore/size": "^0.1.20",
|
|
66
|
-
"@micromag/core": "^0.4.
|
|
67
|
-
"@micromag/element-background": "^0.4.
|
|
68
|
-
"@micromag/element-button": "^0.4.
|
|
69
|
-
"@micromag/element-closed-captions": "^0.4.
|
|
70
|
-
"@micromag/element-container": "^0.4.
|
|
71
|
-
"@micromag/element-footer": "^0.4.
|
|
72
|
-
"@micromag/element-header": "^0.4.
|
|
73
|
-
"@micromag/element-heading": "^0.4.
|
|
74
|
-
"@micromag/element-image": "^0.4.
|
|
75
|
-
"@micromag/element-layout": "^0.4.
|
|
76
|
-
"@micromag/element-text": "^0.4.
|
|
77
|
-
"@micromag/element-urbania-author": "^0.4.
|
|
78
|
-
"@micromag/element-video": "^0.4.
|
|
79
|
-
"@micromag/element-visual": "^0.4.
|
|
80
|
-
"@micromag/transforms": "^0.4.
|
|
67
|
+
"@micromag/core": "^0.4.74",
|
|
68
|
+
"@micromag/element-background": "^0.4.76",
|
|
69
|
+
"@micromag/element-button": "^0.4.76",
|
|
70
|
+
"@micromag/element-closed-captions": "^0.4.74",
|
|
71
|
+
"@micromag/element-container": "^0.4.74",
|
|
72
|
+
"@micromag/element-footer": "^0.4.76",
|
|
73
|
+
"@micromag/element-header": "^0.4.74",
|
|
74
|
+
"@micromag/element-heading": "^0.4.74",
|
|
75
|
+
"@micromag/element-image": "^0.4.74",
|
|
76
|
+
"@micromag/element-layout": "^0.4.74",
|
|
77
|
+
"@micromag/element-text": "^0.4.74",
|
|
78
|
+
"@micromag/element-urbania-author": "^0.4.76",
|
|
79
|
+
"@micromag/element-video": "^0.4.76",
|
|
80
|
+
"@micromag/element-visual": "^0.4.76",
|
|
81
|
+
"@micromag/transforms": "^0.4.74",
|
|
81
82
|
"@react-spring/web": "^10.0.3",
|
|
82
83
|
"@use-gesture/react": "^10.3.0",
|
|
83
84
|
"classnames": "^2.2.6",
|
|
@@ -90,6 +91,6 @@
|
|
|
90
91
|
"access": "public",
|
|
91
92
|
"registry": "https://registry.npmjs.org/"
|
|
92
93
|
},
|
|
93
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "42a24f578994b23090271013f136b7f78956b632",
|
|
94
95
|
"types": "es/index.d.ts"
|
|
95
96
|
}
|