@jobber/components 6.33.2 → 6.33.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.
package/dist/styles.css CHANGED
@@ -264,7 +264,7 @@
264
264
  }
265
265
 
266
266
  .toTsY437NnI- {
267
- color: hsl(197, 15%, 45%);
267
+ color: hsl(197, 15%, 43%);
268
268
  color: var(--color-greyBlue);
269
269
  }
270
270
 
@@ -311,7 +311,7 @@
311
311
  }
312
312
 
313
313
  ._11dDD6Bevzg- {
314
- color: hsl(197, 15%, 45%);
314
+ color: hsl(197, 15%, 43%);
315
315
  color: var(--color-text--secondary);
316
316
  }
317
317
 
@@ -935,7 +935,7 @@
935
935
  padding-left: var(--field--padding-left);
936
936
  padding-right: var(--field--padding-right);
937
937
  overflow: hidden;
938
- color: hsl(197, 15%, 45%);
938
+ color: hsl(197, 15%, 43%);
939
939
  color: var(--field--placeholder-color);
940
940
  line-height: var(--field--value-lineHeight);
941
941
  text-align: var(--field--textAlign);
@@ -952,7 +952,7 @@
952
952
  display: block;
953
953
  margin-bottom: 4px;
954
954
  margin-bottom: var(--space-smaller);
955
- color: hsl(197, 15%, 45%);
955
+ color: hsl(197, 15%, 43%);
956
956
  color: var(--field--placeholder-color);
957
957
  line-height: 1.25;
958
958
  line-height: var(--typography--lineHeight-base);
@@ -1609,7 +1609,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1609
1609
  font-size: 32px;
1610
1610
  font-size: var(--avatar-size);
1611
1611
  -webkit-font-smoothing: antialiased;
1612
- background: no-repeat center center hsl(197, 15%, 45%);
1612
+ background: no-repeat center center hsl(197, 15%, 43%);
1613
1613
  background: no-repeat center center var(--color-base-blue--600);
1614
1614
  background-size: cover;
1615
1615
  }
@@ -2889,7 +2889,7 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2889
2889
  height: var(--base-unit);
2890
2890
  margin: 0 8px;
2891
2891
  margin: 0 var(--space-small);
2892
- background-color: hsl(197, 15%, 45%);
2892
+ background-color: hsl(197, 15%, 43%);
2893
2893
  background-color: var(--color-text--secondary);
2894
2894
  }
2895
2895
 
@@ -9240,7 +9240,7 @@ ul.LfIIg9bwrhQ- {
9240
9240
  border-radius: 8px 8px 0 0;
9241
9241
  border-radius: var(--radius-base) var(--radius-base) 0 0;
9242
9242
  outline: none;
9243
- color: hsl(197, 15%, 45%);
9243
+ color: hsl(197, 15%, 43%);
9244
9244
  color: var(--color-text--secondary);
9245
9245
  background-color: rgba(255, 255, 255, 1);
9246
9246
  background-color: var(--color-surface);
@@ -9350,11 +9350,11 @@ ul.LfIIg9bwrhQ- {
9350
9350
  the reverse color scheme of Toast */
9351
9351
 
9352
9352
  .ibhpdUt9YLo- * path {
9353
- fill: hsl(197, 15%, 45%) !important;
9353
+ fill: hsl(197, 15%, 43%) !important;
9354
9354
  fill: var(--color-text--secondary) !important;
9355
9355
  }
9356
9356
 
9357
9357
  .ibhpdUt9YLo-:hover * path {
9358
- fill: hsl(197, 15%, 45%) !important;
9358
+ fill: hsl(197, 15%, 43%) !important;
9359
9359
  fill: var(--color-greyBlue) !important;
9360
9360
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.33.2",
3
+ "version": "6.33.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -482,13 +482,12 @@
482
482
  "react-dom": "^18",
483
483
  "react-hook-form": "^7",
484
484
  "react-popper": "^2",
485
- "react-router-dom": "^6",
486
- "zxcvbn": "^4"
485
+ "react-router-dom": "^6"
487
486
  },
488
487
  "browserslist": [
489
488
  "last 1 version",
490
489
  "> 1%",
491
490
  "IE 10"
492
491
  ],
493
- "gitHead": "a3c251ebc7f44b9352c96f24cce62ffe97bb5535"
492
+ "gitHead": "eeadd690623d3d194d257bd7e5833c83bb10f218"
494
493
  }
package/rollup.config.mjs CHANGED
@@ -157,7 +157,6 @@ export default {
157
157
  "@jobber/design/foundation",
158
158
  "@jobber/formatters",
159
159
  "@jobber/hooks",
160
- "zxcvbn",
161
160
  "@tanstack/react-table",
162
161
  ],
163
162
  };