@edu-tosel/design 1.0.314 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.314",
3
+ "version": "1.0.315",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
@@ -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.314
1
+ 1.0.315