@deque/cauldron-styles 6.5.0-canary.c570eceb → 6.5.0-canary.dbafa2f9

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.
Files changed (2) hide show
  1. package/dist/index.css +10 -26
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1231,7 +1231,7 @@ button.Link {
1231
1231
  }
1232
1232
 
1233
1233
  .Button--tag:before {
1234
- border-radius: var(--button-height);
1234
+ border-radius: 11px;
1235
1235
  }
1236
1236
 
1237
1237
  .Button--primary:not([disabled]):not([aria-disabled='true']):hover:before {
@@ -1364,15 +1364,6 @@ button.Link {
1364
1364
  padding: 0 var(--space-small);
1365
1365
  }
1366
1366
 
1367
- .Button--condensed {
1368
- min-width: var(--button-height);
1369
- padding: 0;
1370
- }
1371
-
1372
- .Button--condensed:is(.Button--thin) {
1373
- min-width: var(--button-thin-height);
1374
- }
1375
-
1376
1367
  [class*='Button--'] + [class*='Button--'] {
1377
1368
  margin-left: var(--space-smallest);
1378
1369
  }
@@ -3504,12 +3495,9 @@ button.TooltipTabstop {
3504
3495
 
3505
3496
  :root {
3506
3497
  --tag-text-color: var(--gray-90);
3507
- --tag-background-color: var(--background-light);
3508
- --tag-border-color: var(--gray-30);
3509
-
3510
- --tag-height: var(--button-height);
3511
- --tag-small-height: 1.5rem;
3512
- --tag-font-size: var(--text-size-body-small);
3498
+ --tag-label-text-color: var(--gray-60);
3499
+ --tag-background-color: var(--gray-20);
3500
+ --tag-border-color: var(--gray-90);
3513
3501
  }
3514
3502
 
3515
3503
  .cauldron--theme-dark {
@@ -3522,24 +3510,20 @@ button.TooltipTabstop {
3522
3510
  .Tag {
3523
3511
  color: var(--tag-text-color);
3524
3512
  background-color: var(--tag-background-color);
3513
+ font-size: var(--text-size-smaller);
3525
3514
  border: 1px solid var(--tag-border-color);
3526
- border-radius: var(--tag-height);
3515
+ border-radius: 11px;
3527
3516
  display: inline-flex;
3528
3517
  justify-content: center;
3529
3518
  align-items: center;
3530
- padding: 0 var(--space-smallest);
3531
- min-height: var(--tag-height);
3532
- font-size: var(--tag-font-size);
3533
- }
3534
-
3535
- .Tag--small {
3536
- border-radius: var(--tag-small-height);
3537
- min-height: var(--tag-small-height);
3519
+ padding: 2px 8px;
3520
+ font-weight: var(--font-weight-medium);
3538
3521
  }
3539
3522
 
3540
3523
  .Tag__label {
3524
+ color: var(--tag-label-text-color);
3541
3525
  margin-right: 3px;
3542
- font-weight: var(--font-weight-medium);
3526
+ font-weight: var(--font-weight-normal);
3543
3527
  }
3544
3528
 
3545
3529
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.5.0-canary.c570eceb",
3
+ "version": "6.5.0-canary.dbafa2f9",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",