@design-llm/motion 1.0.1 → 1.0.3
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/index.cjs +190 -190
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4134 -5435
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/motion.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@design-llm/motion",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "精美的 React 动效组件库 - 基于 Framer Motion 和 Tailwind CSS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@algolia/autocomplete-core": "^1.19.4",
|
|
52
52
|
"@algolia/autocomplete-preset-algolia": "^1.19.4",
|
|
53
|
-
"@ali/qoder-icon": "^0.0.5-beta",
|
|
54
53
|
"@headlessui/react": "^2.2.9",
|
|
55
54
|
"@tailwindcss/typography": "^0.5.19",
|
|
56
55
|
"algoliasearch": "^5.46.2",
|
|
@@ -70,6 +69,7 @@
|
|
|
70
69
|
},
|
|
71
70
|
"devDependencies": {
|
|
72
71
|
"@agentscope-ai/icons": "^1.0.51",
|
|
72
|
+
"@ali/qoder-icon": "^0.0.5-beta",
|
|
73
73
|
"@eslint/js": "^9.39.1",
|
|
74
74
|
"@types/node": "^25.0.3",
|
|
75
75
|
"@types/react": "^19.2.7",
|
package/dist/motion.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:where(.spark-icon){display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(.spark-icon svg){display:inline-block}@keyframes spark-icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:where(.spark-icon-spin){animation:spark-icon-spin 1s linear infinite}
|