@gitlab/ui 102.4.0 → 102.4.1

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": "@gitlab/ui",
3
- "version": "102.4.0",
3
+ "version": "102.4.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -41,11 +41,7 @@ $gl-loader-dots-size-xl: 1rem;
41
41
  @apply gl-mx-auto;
42
42
  @apply gl-my-0;
43
43
  @apply gl-text-base;
44
-
45
- animation-name: gl-spinner-rotate;
46
- animation-duration: 0.6s;
47
- animation-timing-function: linear;
48
- animation-iteration-count: infinite;
44
+ @apply gl-animate-spin;
49
45
 
50
46
  // default size
51
47
  @include gl-tmp-spinner-size($gl-spacing-scale-5, $gl-border-size-2);
@@ -432,7 +432,7 @@ module.exports = {
432
432
  plugins: [plugin(addCustomDefinitions)],
433
433
  theme: {
434
434
  animation: {
435
- spin: 'spin 2s infinite linear',
435
+ spin: 'spin 0.6s infinite linear',
436
436
  },
437
437
  backgroundColor,
438
438
  borderColor,