@jobber/components 6.103.2 → 6.103.3

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/styles.css +18 -20
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -6401,10 +6401,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
6401
6401
  -webkit-transform: translateY(0) scale(1);
6402
6402
  transform: translateY(0) scale(1);
6403
6403
  }
6404
- .-hmXAsAfH9U- {
6405
6404
 
6406
6405
  /* options */
6407
- option {
6406
+ .-hmXAsAfH9U- option {
6408
6407
  padding: 4px 0;
6409
6408
  padding: var(--space-smaller) 0;
6410
6409
  color: hsl(198, 35%, 21%);
@@ -6414,16 +6413,16 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
6414
6413
  cursor: pointer;
6415
6414
  }
6416
6415
 
6417
- option:hover,
6418
- option:focus,
6419
- option:focus-visible,
6420
- option:checked {
6416
+ .-hmXAsAfH9U- option:hover,
6417
+ .-hmXAsAfH9U- option:focus,
6418
+ .-hmXAsAfH9U- option:focus-visible,
6419
+ .-hmXAsAfH9U- option:checked {
6421
6420
  background-color: hsl(53, 21%, 93%);
6422
6421
  background-color: var(--color-surface--hover);
6423
6422
  }
6424
6423
 
6425
6424
  /* optgroup headers */
6426
- optgroup {
6425
+ .-hmXAsAfH9U- optgroup {
6427
6426
  padding: 8px 0 0 0;
6428
6427
  padding: var(--space-small) 0 0 0;
6429
6428
  color: hsl(197, 90%, 12%);
@@ -6438,36 +6437,35 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
6438
6437
  }
6439
6438
 
6440
6439
  /* Divider directly under the group label */
6441
- optgroup option:first-child {
6440
+ .-hmXAsAfH9U- optgroup option:first-child {
6442
6441
  border-top: 1px solid hsl(200, 13%, 87%);
6443
6442
  border-top: var(--border-base) solid var(--color-border);
6444
6443
  }
6445
6444
 
6446
6445
  /* Disabled groups and their options */
6447
- optgroup[disabled] {
6446
+ .-hmXAsAfH9U- optgroup[disabled] {
6448
6447
  color: hsl(0, 0%, 58%);
6449
6448
  color: var(--color-disabled);
6450
6449
  }
6451
- optgroup[disabled] option,
6452
- option[disabled] {
6450
+ .-hmXAsAfH9U- optgroup[disabled] option,
6451
+ .-hmXAsAfH9U- option[disabled] {
6453
6452
  color: hsl(0, 0%, 58%);
6454
6453
  color: var(--color-disabled);
6455
6454
  cursor: default;
6456
6455
  }
6457
6456
 
6458
- optgroup[disabled] option:focus,
6459
- optgroup[disabled] option:focus-visible,
6460
- optgroup[disabled] option:checked,
6461
- optgroup[disabled] option:hover,
6462
- option[disabled]:focus,
6463
- option[disabled]:focus-visible,
6464
- option[disabled]:checked,
6465
- option[disabled]:hover {
6457
+ .-hmXAsAfH9U- optgroup[disabled] option:focus,
6458
+ .-hmXAsAfH9U- optgroup[disabled] option:focus-visible,
6459
+ .-hmXAsAfH9U- optgroup[disabled] option:checked,
6460
+ .-hmXAsAfH9U- optgroup[disabled] option:hover,
6461
+ .-hmXAsAfH9U- option[disabled]:focus,
6462
+ .-hmXAsAfH9U- option[disabled]:focus-visible,
6463
+ .-hmXAsAfH9U- option[disabled]:checked,
6464
+ .-hmXAsAfH9U- option[disabled]:hover {
6466
6465
  background-color: transparent;
6467
6466
  }
6468
6467
 
6469
6468
  /* Animate the chevron rotation for the provided postfix class */
6470
- }
6471
6469
  .-hmXAsAfH9U- + ._5ST4c1fXDYU- svg {
6472
6470
  transition: -webkit-transform 100ms;
6473
6471
  transition: -webkit-transform var(--timing-quick);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.103.2",
3
+ "version": "6.103.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -538,5 +538,5 @@
538
538
  "> 1%",
539
539
  "IE 10"
540
540
  ],
541
- "gitHead": "901fec98e7fac64fac23c225d7ac6da63d0739f5"
541
+ "gitHead": "06b9bc94eb94f53486ddc9c41a978731163a85b5"
542
542
  }