@edu-tosel/design 1.0.313 → 1.0.315
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/package.json +1 -1
- package/tailwind.config.ts +17 -1
- package/version.txt +1 -1
package/package.json
CHANGED
package/tailwind.config.ts
CHANGED
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
"icon-default": "0 3px 7px 0px rgba(0, 0, 0, 0.1)",
|
|
94
94
|
"icon-hover": "0 3px 10px 0px rgba(6, 86, 82, 0.38)",
|
|
95
95
|
green: "0 0px 10px 0px rgba(16, 86, 82, 0.38)",
|
|
96
|
-
blue: "0 0px 10px 0px rgba(
|
|
96
|
+
blue: "0 0px 10px 0px rgba(38, 128, 212, 0.40)",
|
|
97
97
|
},
|
|
98
98
|
flex: {
|
|
99
99
|
2: "2 2 0%",
|
|
@@ -133,11 +133,27 @@ export default {
|
|
|
133
133
|
from: { width: "33.3%" },
|
|
134
134
|
to: { width: "0%" },
|
|
135
135
|
},
|
|
136
|
+
wiggle: {
|
|
137
|
+
"0%, 100%": { transform: "rotate(-0.2deg)" },
|
|
138
|
+
"50%": { transform: "rotate(0.2deg)" },
|
|
139
|
+
},
|
|
140
|
+
"wiggle-once": {
|
|
141
|
+
"0%": { transform: "rotate(0deg)" },
|
|
142
|
+
"15%": { transform: "rotate(-0.3deg)" },
|
|
143
|
+
"30%": { transform: "rotate(0.3deg)" },
|
|
144
|
+
"45%": { transform: "rotate(-0.2deg)" },
|
|
145
|
+
"60%": { transform: "rotate(0.2deg)" },
|
|
146
|
+
"75%": { transform: "rotate(-0.1deg)" },
|
|
147
|
+
"90%": { transform: "rotate(0.1deg)" },
|
|
148
|
+
"100%": { transform: "rotate(0deg)" },
|
|
149
|
+
},
|
|
136
150
|
},
|
|
137
151
|
animation: {
|
|
138
152
|
grow: "grow 0.2s ease-in-out forwards",
|
|
139
153
|
shrink: "shrink 0.2s ease-in-out forwards",
|
|
140
154
|
smallBounce: "smallBounce 1s infinite",
|
|
155
|
+
wiggle: "wiggle 1.5s ease-in-out infinite",
|
|
156
|
+
"wiggle-once": "wiggle-once 0.8s ease-in-out",
|
|
141
157
|
},
|
|
142
158
|
|
|
143
159
|
colors: {
|
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.315
|