@deque/cauldron-styles 4.7.0-canary.b6bfee02 → 4.7.0-canary.c4877fb3

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 +12 -6
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2259,9 +2259,9 @@ p .Link {
2259
2259
  }
2260
2260
 
2261
2261
  .RadioCardGroup__Icon.Icon svg {
2262
- /**
2262
+ /**
2263
2263
  * this is edge case to pass color-contrast when the radio-card is selected,
2264
- * it is not a color we want to live in cauldron as a variable
2264
+ * it is not a color we want to live in cauldron as a variable
2265
2265
  * @see https://github.com/dequelabs/cauldron/pull/736
2266
2266
  */
2267
2267
  color: #4f990f;
@@ -2305,6 +2305,10 @@ p .Link {
2305
2305
  justify-content: center;
2306
2306
  }
2307
2307
 
2308
+ .cauldron--theme-dark .RadioCardGroup__Icon.Icon svg {
2309
+ color: var(--accent-success);
2310
+ }
2311
+
2308
2312
  :root {
2309
2313
  --tile-background-color: var(--white);
2310
2314
  --list-separator: rgba(153, 153, 153, 0.15);
@@ -2530,16 +2534,18 @@ p .Link {
2530
2534
  width: 0.1px;
2531
2535
  }
2532
2536
 
2537
+ /* Adjust position to try to center the arrow in the tooltip's border */
2538
+
2533
2539
  [class*='Tooltip--top'] .TooltipArrow {
2534
- bottom: 0;
2540
+ bottom: -1px;
2535
2541
  }
2536
2542
 
2537
2543
  [class*='Tooltip--bottom'] .TooltipArrow {
2538
- top: 0;
2544
+ top: -1px;
2539
2545
  }
2540
2546
 
2541
2547
  [class*='Tooltip--left'] .TooltipArrow {
2542
- right: 0;
2548
+ right: -1px;
2543
2549
  }
2544
2550
 
2545
2551
  [class*='Tooltip--right'] .TooltipArrow {
@@ -3456,7 +3462,7 @@ button.TooltipTabstop {
3456
3462
  }
3457
3463
 
3458
3464
  .TableHeader--sort-ascending .TableHeader__sort-button,
3459
- .TableHeader--sort-decscending .TableHeader__sort-button {
3465
+ .TableHeader--sort-descending .TableHeader__sort-button {
3460
3466
  color: var(--table-header-sorting-text-color);
3461
3467
  }
3462
3468
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.7.0-canary.b6bfee02",
3
+ "version": "4.7.0-canary.c4877fb3",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",