@deque/cauldron-styles 5.3.0 → 5.4.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.
Files changed (2) hide show
  1. package/dist/index.css +19 -5
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2499,7 +2499,8 @@ p .Link {
2499
2499
  margin-right: 3px;
2500
2500
  }
2501
2501
 
2502
- .Toast__message .Link {
2502
+ .Toast__message .Link,
2503
+ .Toast__message button.Link {
2503
2504
  color: var(--accent-dark);
2504
2505
  font-size: var(--text-size-small);
2505
2506
  font-weight: var(--font-weight-light);
@@ -2688,7 +2689,7 @@ button.TooltipTabstop {
2688
2689
  --top-bar-accent-error: var(--accent-danger);
2689
2690
  --top-bar-accent-success: #62e86b;
2690
2691
  --top-bar-accent-warning-other: var(--accent-danger-light);
2691
- --top-bar-height: 69px;
2692
+ --top-bar-height: 70px;
2692
2693
  --top-bar-height-thin: 43px;
2693
2694
  }
2694
2695
 
@@ -3141,7 +3142,7 @@ button.TooltipTabstop {
3141
3142
  }
3142
3143
 
3143
3144
  .Code .hljs-quote {
3144
- color: #969896;
3145
+ color: #666666;
3145
3146
  font-style: italic;
3146
3147
  }
3147
3148
 
@@ -3201,11 +3202,11 @@ button.TooltipTabstop {
3201
3202
  .Code .hljs-subst,
3202
3203
  .Code .hljs-meta,
3203
3204
  .Code .hljs-link {
3204
- color: #f99157;
3205
+ color: #8a3500;
3205
3206
  }
3206
3207
 
3207
3208
  .Code .hljs-deletion {
3208
- color: #dc322f;
3209
+ color: #c92e40;
3209
3210
  }
3210
3211
 
3211
3212
  .Code .hljs-formula {
@@ -3236,6 +3237,14 @@ button.TooltipTabstop {
3236
3237
  color: #cc99cc;
3237
3238
  }
3238
3239
 
3240
+ .cauldron--theme-dark .Code .hljs-symbol,
3241
+ .cauldron--theme-dark .Code .hljs-bullet,
3242
+ .cauldron--theme-dark .Code .hljs-subst,
3243
+ .cauldron--theme-dark .Code .hljs-meta,
3244
+ .cauldron--theme-dark .Code .hljs-link {
3245
+ color: #f99157;
3246
+ }
3247
+
3239
3248
  .cauldron--theme-dark .Code .hljs-comment {
3240
3249
  color: #9f9f9f;
3241
3250
  }
@@ -3249,6 +3258,11 @@ button.TooltipTabstop {
3249
3258
  color: var(--accent-primary-active);
3250
3259
  }
3251
3260
 
3261
+ .cauldron--theme-dark .Code .hljs-name,
3262
+ .cauldron--theme-dark .Code .hljs-section {
3263
+ color: #79a7d9;
3264
+ }
3265
+
3252
3266
  .cauldron--theme-dark .Code .hljs-variable,
3253
3267
  .cauldron--theme-dark .Code .hljs-template-variable,
3254
3268
  .cauldron--theme-dark .Code .hljs-tag,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",