@bigtablet/design-system 3.2.2 → 3.3.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.
package/dist/index.css CHANGED
@@ -2470,28 +2470,28 @@
2470
2470
  color: var(--bt-color-accent-default);
2471
2471
  }
2472
2472
  .chip_tone_info {
2473
- background: color-mix(in srgb, var(--bt-color-status-info) 12%, transparent);
2473
+ background: var(--bt-color-status-info-container);
2474
2474
  }
2475
2475
  .chip_tone_info .chip_content {
2476
- color: var(--bt-color-status-info);
2476
+ color: var(--bt-color-status-info-on-container);
2477
2477
  }
2478
2478
  .chip_tone_success {
2479
- background: color-mix(in srgb, var(--bt-color-status-success) 12%, transparent);
2479
+ background: var(--bt-color-status-success-container);
2480
2480
  }
2481
2481
  .chip_tone_success .chip_content {
2482
- color: var(--bt-color-status-success);
2482
+ color: var(--bt-color-status-success-on-container);
2483
2483
  }
2484
2484
  .chip_tone_warning {
2485
- background: color-mix(in srgb, var(--bt-color-status-warning) 14%, transparent);
2485
+ background: var(--bt-color-status-warning-container);
2486
2486
  }
2487
2487
  .chip_tone_warning .chip_content {
2488
- color: var(--bt-color-status-warning);
2488
+ color: var(--bt-color-status-warning-on-container);
2489
2489
  }
2490
2490
  .chip_tone_error {
2491
- background: color-mix(in srgb, var(--bt-color-status-error) 12%, transparent);
2491
+ background: var(--bt-color-status-error-container);
2492
2492
  }
2493
2493
  .chip_tone_error .chip_content {
2494
- color: var(--bt-color-status-error);
2494
+ color: var(--bt-color-status-error-on-container);
2495
2495
  }
2496
2496
  .chip_size_sm {
2497
2497
  height: 24px;