fat-design 0.0.1-beta.20251012082100 → 0.0.1-beta.20251012170705
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/index.browser.js +10 -10
- package/index.js +722 -730
- package/index.umd.cjs +9 -9
- package/index.umd.js +9 -9
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fat-design",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.20251012170705",
|
|
4
4
|
"scripts": {},
|
|
5
5
|
"main": "index.umd.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"publishConfig": {
|
|
17
17
|
"registry": "https://registry.npmjs.org"
|
|
18
18
|
},
|
|
19
|
-
"buildTime": "Sun, 12 Oct 2025
|
|
19
|
+
"buildTime": "Sun, 12 Oct 2025 09:07:05 GMT"
|
|
20
20
|
}
|