@deque/cauldron-styles 6.27.0-canary.ccb9880a → 6.27.0-canary.e55bd76a

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 +20 -38
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -265,8 +265,7 @@ button,
265
265
  line-height: normal;
266
266
  vertical-align: middle;
267
267
  text-align: center;
268
- -moz-user-select: none;
269
- user-select: none;
268
+ user-select: none;
270
269
  -webkit-user-drag: none;
271
270
  box-sizing: border-box;
272
271
  border: 0;
@@ -602,11 +601,6 @@ textarea:focus:hover,
602
601
  inset 0 1px 2px rgba(0, 0, 0, 0.05);
603
602
  }
604
603
 
605
- input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
606
- color: var(--field-placeholder-color);
607
- font-style: italic;
608
- }
609
-
610
604
  input::placeholder,
611
605
  textarea::placeholder {
612
606
  color: var(--field-placeholder-color);
@@ -925,9 +919,7 @@ textarea.Field--has-error:focus:hover,
925
919
  opacity: 0;
926
920
  top: 8px;
927
921
  left: 8px;
928
- -webkit-appearance: none;
929
- -moz-appearance: none;
930
- appearance: none;
922
+ appearance: none;
931
923
  }
932
924
 
933
925
  .Checkbox input[type='checkbox']:indeterminate ~ .Checkbox__overlay.Icon {
@@ -996,9 +988,7 @@ textarea.Field--has-error:focus:hover,
996
988
  opacity: 0;
997
989
  top: 8px;
998
990
  left: 8px;
999
- -webkit-appearance: none;
1000
- -moz-appearance: none;
1001
- appearance: none;
991
+ appearance: none;
1002
992
  }
1003
993
 
1004
994
  .Field__label:hover ~ .Checkbox__overlay:not(.Checkbox__overlay--disabled),
@@ -1252,7 +1242,6 @@ textarea.Field--has-error:focus:hover,
1252
1242
  justify-items: center;
1253
1243
  justify-content: center;
1254
1244
  gap: var(--space-smallest);
1255
- min-width: -moz-max-content;
1256
1245
  min-width: max-content;
1257
1246
  }
1258
1247
 
@@ -1476,13 +1465,11 @@ button.Link {
1476
1465
  font-size: inherit;
1477
1466
  vertical-align: baseline;
1478
1467
  cursor: auto;
1479
- -moz-user-select: text;
1480
- user-select: text;
1468
+ user-select: text;
1481
1469
  }
1482
1470
 
1483
1471
  .Button--thin {
1484
1472
  min-height: var(--button-thin-height);
1485
- min-width: -moz-max-content;
1486
1473
  min-width: max-content;
1487
1474
  font-size: var(--button-thin-text-size);
1488
1475
  padding: 0 var(--space-small);
@@ -2227,8 +2214,7 @@ a.IconButton {
2227
2214
  }
2228
2215
 
2229
2216
  .Link:where(:has(.Icon)) {
2230
- max-width: -moz-max-content;
2231
- max-width: max-content;
2217
+ width: fit-content;
2232
2218
  display: inline-flex;
2233
2219
  align-items: center;
2234
2220
  gap: var(--space-half);
@@ -2437,12 +2423,9 @@ a.IconButton {
2437
2423
  font-style: normal;
2438
2424
  font-size: var(--text-size-small);
2439
2425
  color: var(--field-content-color);
2440
- -webkit-text-decoration: rgb(102, 102, 102);
2441
- text-decoration: rgb(102, 102, 102);
2426
+ text-decoration: rgb(102, 102, 102);
2442
2427
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
2443
- -webkit-appearance: none;
2444
- -moz-appearance: none;
2445
- appearance: none;
2428
+ appearance: none;
2446
2429
  }
2447
2430
 
2448
2431
  .Field__select--wrapper select:not([disabled]):hover {
@@ -2461,18 +2444,21 @@ a.IconButton {
2461
2444
  border-color: var(--field-border-color-focus-hover);
2462
2445
  }
2463
2446
 
2464
- .Field__select--wrapper select:invalid,
2447
+ /* autoprefixer: off */
2448
+
2449
+ .Field__select--wrapper select:user-invalid,
2465
2450
  .Field--has-error select {
2466
2451
  border-width: 1px;
2467
2452
  border-color: var(--field-border-color-error);
2468
2453
  }
2469
2454
 
2455
+ .Field__select--wrapper select:user-invalid:hover,
2470
2456
  .Field__select--wrapper.Field--has-error select:hover {
2471
2457
  border-color: var(--field-border-color-error-hover);
2472
2458
  box-shadow: 0 0 0 1px var(--field-border-color-error-hover);
2473
2459
  }
2474
2460
 
2475
- .Field__select--wrapper select:invalid:focus,
2461
+ .Field__select--wrapper select:user-invalid:focus,
2476
2462
  .Field__select--wrapper.Field--has-error select:focus {
2477
2463
  border-color: var(--field-border-color-error);
2478
2464
  box-shadow:
@@ -2481,11 +2467,13 @@ a.IconButton {
2481
2467
  var(--field-border-color-error-focus-glow) 0 0 5px 0;
2482
2468
  }
2483
2469
 
2484
- .Field__select--wrapper select:invalid:focus:hover,
2470
+ .Field__select--wrapper select:user-invalid:focus:hover,
2485
2471
  .Field__select--wrapper.Field--has-error select:focus:hover {
2486
2472
  border-color: var(--field-border-color-error-hover);
2487
2473
  }
2488
2474
 
2475
+ /* autoprefixer: on */
2476
+
2489
2477
  :root {
2490
2478
  --menu-width: 257px;
2491
2479
  }
@@ -2617,9 +2605,7 @@ a.IconButton {
2617
2605
  .RadioCard input[type='radio'] {
2618
2606
  position: absolute;
2619
2607
  opacity: 0;
2620
- -webkit-appearance: none;
2621
- -moz-appearance: none;
2622
- appearance: none;
2608
+ appearance: none;
2623
2609
  height: 1px;
2624
2610
  width: 1px;
2625
2611
  }
@@ -3014,8 +3000,7 @@ button.TooltipTabstop {
3014
3000
  background-color: var(--top-bar-background-color);
3015
3001
  color: var(--top-bar-text-color);
3016
3002
  border-bottom: var(--top-bar-border-bottom);
3017
- -webkit-padding-start: var(--top-bar-padding-inline-start);
3018
- padding-inline-start: var(--top-bar-padding-inline-start);
3003
+ padding-inline-start: var(--top-bar-padding-inline-start);
3019
3004
  }
3020
3005
 
3021
3006
  .TopBar--thin .TopBar {
@@ -5240,8 +5225,7 @@ button.Accordion__trigger {
5240
5225
  font-size: var(--text-size-small);
5241
5226
  margin-top: var(--space-small);
5242
5227
  color: var(--accordion-trigger-text-color);
5243
- -webkit-text-decoration: var(--accordion-trigger-text-decoration);
5244
- text-decoration: var(--accordion-trigger-text-decoration);
5228
+ text-decoration: var(--accordion-trigger-text-decoration);
5245
5229
  }
5246
5230
 
5247
5231
  .Accordion__trigger[aria-expanded='true'] {
@@ -5254,8 +5238,7 @@ button.Accordion__trigger {
5254
5238
  box-shadow: inset 8px 0 0 -4px var(--accordion-trigger-box-shadow-hover);
5255
5239
  color: var(--accordion-trigger-text-color-hover);
5256
5240
  transition: all 0.2s ease-in-out;
5257
- -webkit-text-decoration: underline solid var(--accordion-trigger-text-color-hover);
5258
- text-decoration: underline solid var(--accordion-trigger-text-color-hover);
5241
+ text-decoration: underline solid var(--accordion-trigger-text-color-hover);
5259
5242
  }
5260
5243
 
5261
5244
  .Accordion__trigger:hover .Icon {
@@ -5875,8 +5858,7 @@ button.Accordion__trigger {
5875
5858
 
5876
5859
  .TextEllipsis:where([role='button']) {
5877
5860
  text-align: inherit;
5878
- -moz-user-select: inherit;
5879
- user-select: inherit;
5861
+ user-select: inherit;
5880
5862
  }
5881
5863
 
5882
5864
  .TextEllipsis--multiline {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.27.0-canary.ccb9880a",
3
+ "version": "6.27.0-canary.e55bd76a",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",