@micromag/core 0.4.71 → 0.4.77
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/assets/css/styles.css +0 -1
- package/assets/css/vendor.css +2 -3
- package/es/components.d.ts +99 -56
- package/es/components.js +5098 -2330
- package/es/contexts.d.ts +139 -67
- package/es/contexts.js +2182 -1239
- package/es/hooks.d.ts +28 -72
- package/es/hooks.js +2515 -2145
- package/es/index.d.ts +51 -8
- package/es/index.js +1284 -1525
- package/es/styles.css +0 -1
- package/es/utils.d.ts +155 -15
- package/es/utils.js +739 -888
- package/package.json +36 -40
- package/lib/components.js +0 -3404
- package/lib/contexts.js +0 -1762
- package/lib/hooks.js +0 -2532
- package/lib/index.js +0 -1713
- package/lib/styles.css +0 -35
- package/lib/utils.js +0 -1300
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.77",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"license": "ISC",
|
|
33
|
-
"
|
|
33
|
+
"type": "module",
|
|
34
34
|
"module": "es/index.js",
|
|
35
35
|
"style": "assets/css/styles.css",
|
|
36
36
|
"sideEffects": [
|
|
@@ -39,28 +39,24 @@
|
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|
|
41
41
|
"types": "./es/index.d.ts",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
42
|
+
"style": "./assets/css/styles.css",
|
|
43
|
+
"default": "./es/index.js"
|
|
44
44
|
},
|
|
45
45
|
"./components": {
|
|
46
46
|
"types": "./es/components.d.ts",
|
|
47
|
-
"
|
|
48
|
-
"import": "./es/components.js"
|
|
47
|
+
"default": "./es/components.js"
|
|
49
48
|
},
|
|
50
49
|
"./contexts": {
|
|
51
50
|
"types": "./es/contexts.d.ts",
|
|
52
|
-
"
|
|
53
|
-
"import": "./es/contexts.js"
|
|
51
|
+
"default": "./es/contexts.js"
|
|
54
52
|
},
|
|
55
53
|
"./hooks": {
|
|
56
54
|
"types": "./es/hooks.d.ts",
|
|
57
|
-
"
|
|
58
|
-
"import": "./es/hooks.js"
|
|
55
|
+
"default": "./es/hooks.js"
|
|
59
56
|
},
|
|
60
57
|
"./utils": {
|
|
61
58
|
"types": "./es/utils.d.ts",
|
|
62
|
-
"
|
|
63
|
-
"import": "./es/utils.js"
|
|
59
|
+
"default": "./es/utils.js"
|
|
64
60
|
},
|
|
65
61
|
"./assets/css/theme": "./assets/css/theme.css",
|
|
66
62
|
"./assets/css/theme.css": "./assets/css/theme.css",
|
|
@@ -94,41 +90,41 @@
|
|
|
94
90
|
"build": "../../scripts/prepare-package.sh --types && npm run vendor && npm run theme"
|
|
95
91
|
},
|
|
96
92
|
"devDependencies": {
|
|
97
|
-
"react": "^
|
|
98
|
-
"react-dom": "^
|
|
93
|
+
"react": "^19.0.0",
|
|
94
|
+
"react-dom": "^19.0.0"
|
|
99
95
|
},
|
|
100
96
|
"peerDependencies": {
|
|
101
|
-
"@panneau/displays": "^4.0.
|
|
102
|
-
"@panneau/element-button": "^4.0.
|
|
103
|
-
"@panneau/element-buttons": "^4.0.
|
|
104
|
-
"@panneau/element-dropdown": "^4.0.
|
|
105
|
-
"@panneau/element-form-group": "^4.0.
|
|
106
|
-
"@panneau/element-grid": "^4.0.
|
|
107
|
-
"@panneau/element-icon": "^4.0.
|
|
108
|
-
"@panneau/element-link": "^4.0.
|
|
109
|
-
"@panneau/element-media-card": "^4.0.
|
|
110
|
-
"@panneau/element-media-player": "^4.0.
|
|
111
|
-
"@panneau/element-modal": "^4.0.
|
|
112
|
-
"@panneau/fields": "^4.0.
|
|
113
|
-
"@panneau/filters": "^4.0.
|
|
114
|
-
"@panneau/intl": "^4.0.
|
|
115
|
-
"@panneau/medias": "^4.0.
|
|
116
|
-
"@panneau/uppy": "^4.0.
|
|
97
|
+
"@panneau/displays": "^4.0.40-alpha.1",
|
|
98
|
+
"@panneau/element-button": "^4.0.40-alpha.1",
|
|
99
|
+
"@panneau/element-buttons": "^4.0.40-alpha.1",
|
|
100
|
+
"@panneau/element-dropdown": "^4.0.40-alpha.1",
|
|
101
|
+
"@panneau/element-form-group": "^4.0.40-alpha.1",
|
|
102
|
+
"@panneau/element-grid": "^4.0.40-alpha.1",
|
|
103
|
+
"@panneau/element-icon": "^4.0.40-alpha.1",
|
|
104
|
+
"@panneau/element-link": "^4.0.40-alpha.1",
|
|
105
|
+
"@panneau/element-media-card": "^4.0.40-alpha.1",
|
|
106
|
+
"@panneau/element-media-player": "^4.0.40-alpha.1",
|
|
107
|
+
"@panneau/element-modal": "^4.0.40-alpha.1",
|
|
108
|
+
"@panneau/fields": "^4.0.40-alpha.1",
|
|
109
|
+
"@panneau/filters": "^4.0.40-alpha.1",
|
|
110
|
+
"@panneau/intl": "^4.0.40-alpha.1",
|
|
111
|
+
"@panneau/medias": "^4.0.40-alpha.1",
|
|
112
|
+
"@panneau/uppy": "^4.0.40-alpha.1",
|
|
117
113
|
"@uppy/core": "^5.1.1",
|
|
118
114
|
"@uppy/dashboard": "^5.0.4",
|
|
119
115
|
"@uppy/react": "^5.1.1",
|
|
120
|
-
"react": "^
|
|
121
|
-
"react-dom": "^
|
|
116
|
+
"react": "^19.0.0",
|
|
117
|
+
"react-dom": "^19.0.0"
|
|
122
118
|
},
|
|
123
119
|
"dependencies": {
|
|
124
120
|
"@babel/runtime": "^7.28.6",
|
|
125
|
-
"@folklore/fetch": "^0.1.
|
|
126
|
-
"@folklore/forms": "~0.0.
|
|
127
|
-
"@folklore/hooks": "^0.0.
|
|
128
|
-
"@folklore/routes": "^0.
|
|
129
|
-
"@folklore/services": "^0.1.
|
|
130
|
-
"@folklore/size": "^0.1.
|
|
131
|
-
"@folklore/tracking": "^0.
|
|
121
|
+
"@folklore/fetch": "^0.1.24",
|
|
122
|
+
"@folklore/forms": "~0.0.35",
|
|
123
|
+
"@folklore/hooks": "^0.0.91",
|
|
124
|
+
"@folklore/routes": "^0.4.4",
|
|
125
|
+
"@folklore/services": "^0.1.48",
|
|
126
|
+
"@folklore/size": "^0.1.26",
|
|
127
|
+
"@folklore/tracking": "^0.1.2",
|
|
132
128
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
133
129
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
134
130
|
"@fortawesome/react-fontawesome": "^3.2.0",
|
|
@@ -161,6 +157,6 @@
|
|
|
161
157
|
"access": "public",
|
|
162
158
|
"registry": "https://registry.npmjs.org/"
|
|
163
159
|
},
|
|
164
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "b55c2c748383d30c8ff0ca7594e499dbdc8d1c10",
|
|
165
161
|
"types": "es/index.d.ts"
|
|
166
162
|
}
|