@dialpad/dialtone-css 8.59.0 → 8.60.0

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.
@@ -0,0 +1,17 @@
1
+ //
2
+ // DIALTONE
3
+ // COMPONENTS: LOADER
4
+ //
5
+ // These are loader classes for Dialpad's design system Dialtone.
6
+ // For further documentation of these and other classes,
7
+ // visit https://dialtone.dialpad.com/components/loader
8
+ //
9
+ // TABLE OF CONTENTS
10
+ // • DEFAULT LOADER
11
+ //
12
+ // ============================================================================
13
+ // $ DEFAULT LOADER
14
+ // ----------------------------------------------------------------------------
15
+ .d-loader-icon {
16
+ animation: d-loading-circle 900ms infinite linear;
17
+ }
@@ -36,6 +36,7 @@
36
36
  @import 'components/list-group'; // Dialtone 5 shim
37
37
  @import 'components/list-item-group';
38
38
  @import 'components/list-item';
39
+ @import 'components/loader';
39
40
  @import 'components/modal';
40
41
  @import 'components/notice';
41
42
  @import 'components/toast';
@@ -3268,6 +3268,10 @@ legend .d-label--md {
3268
3268
  .d-list-item__bottom {
3269
3269
  margin-top: var(--dt-space-200);
3270
3270
  }
3271
+ .d-loader-icon {
3272
+ -webkit-animation: d-loading-circle 900ms infinite linear;
3273
+ animation: d-loading-circle 900ms infinite linear;
3274
+ }
3271
3275
  .d-modal {
3272
3276
  --modal-backdrop-color-background: var(--dt-color-surface-backdrop);
3273
3277
  --modal-dialog-padding: var(--dt-space-600);