@flowtomic/ui 0.1.5 → 0.1.6
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/styles/globals.css +1 -1
- package/package.json +2 -1
package/dist/styles/globals.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
4
4
|
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap");
|
|
5
|
-
@import "tw-animate-css";
|
|
5
|
+
@import "tw-animate-css/dist/tw-animate.css";
|
|
6
6
|
|
|
7
7
|
/* Input glow effect - renderizado dentro do próprio input (Email e Password) */
|
|
8
8
|
.email-glow-focused input {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowtomic/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Componentes UI reutilizáveis baseados em Radix UI e Tailwind CSS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"tailwind-merge": "^3.3.1",
|
|
98
98
|
"tiptap-markdown": "^0.8.9",
|
|
99
99
|
"tokenlens": "^1.3.1",
|
|
100
|
+
"tw-animate-css": "^1.4.0",
|
|
100
101
|
"use-stick-to-bottom": "^1.1.1"
|
|
101
102
|
},
|
|
102
103
|
"devDependencies": {
|