@jobber/components 9.14.0 → 9.14.2

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.
@@ -192,6 +192,7 @@ export function IconSizesExample() {
192
192
 
193
193
  | Icon | `Name` |
194
194
  | :--- | :----------------- |
195
+ | | `arrow` |
195
196
  | | `arrowDown` |
196
197
  | | `arrowLeft` |
197
198
  | | `arrowRight` |
@@ -244,22 +245,23 @@ export function IconSizesExample() {
244
245
 
245
246
  ### Forms
246
247
 
247
- | Icon | `Name` |
248
- | :--- | :------------- |
249
- | | `checkbox` |
250
- | | `checklist` |
251
- | | `edit` |
252
- | | `editDisabled` |
253
- | | `radioButton` |
254
- | | `star` |
255
- | | `starHalf` |
256
- | | `starFill` |
257
- | | `text` |
258
- | | `textBox` |
259
- | | `textField` |
260
- | | `toggle` |
261
- | | `dropdown` |
262
- | | `trash` |
248
+ | Icon | `Name` |
249
+ | :--- | :---------------- |
250
+ | | `checkbox` |
251
+ | | `checklist` |
252
+ | | `digestChecklist` |
253
+ | | `edit` |
254
+ | | `editDisabled` |
255
+ | | `radioButton` |
256
+ | | `star` |
257
+ | | `starHalf` |
258
+ | | `starFill` |
259
+ | | `text` |
260
+ | | `textBox` |
261
+ | | `textField` |
262
+ | | `toggle` |
263
+ | | `dropdown` |
264
+ | | `trash` |
263
265
 
264
266
  ### Status and support
265
267
 
@@ -346,6 +348,8 @@ export function IconSizesExample() {
346
348
  | | `contactlessPayment` |
347
349
  | | `cheque` |
348
350
  | | `cash` |
351
+ | | `coin` |
352
+ | | `handDollarSign` |
349
353
 
350
354
  ### Work
351
355
 
@@ -479,6 +483,7 @@ export function IconSizesExample() {
479
483
  | | `phoneEnd` |
480
484
  | | `phoneIncoming` |
481
485
  | | `phoneOutgoing` |
486
+ | | `pieChart` |
482
487
  | | `pinned` |
483
488
  | | `presentation` |
484
489
  | | `priceTag` |
@@ -500,6 +505,23 @@ export function IconSizesExample() {
500
505
  | | `unPinned` |
501
506
  | | `xero` |
502
507
 
508
+ ### Weather
509
+
510
+ | Icon | `Name` |
511
+ | :--- | :------------------ |
512
+ | | `clearSunny` |
513
+ | | `foggy` |
514
+ | | `hailStorm` |
515
+ | | `heatWarning` |
516
+ | | `heavyRain` |
517
+ | | `lightRain` |
518
+ | | `mixedSnowShowers` |
519
+ | | `nightClear` |
520
+ | | `overcastCloudy` |
521
+ | | `partlySunny` |
522
+ | | `snow` |
523
+ | | `thunderLightening` |
524
+
503
525
  ### Legacy
504
526
 
505
527
  | Icon | `Name` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "9.14.0",
3
+ "version": "9.14.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -495,7 +495,7 @@
495
495
  "devDependencies": {
496
496
  "@apollo/client": "^3.7.10",
497
497
  "@csstools/postcss-global-data": "^1.0.3",
498
- "@jobber/design": "0.112.0",
498
+ "@jobber/design": "0.114.0",
499
499
  "@jobber/hooks": "2.21.1",
500
500
  "@rollup/plugin-alias": "^5.1.0",
501
501
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -547,5 +547,5 @@
547
547
  "> 1%",
548
548
  "IE 10"
549
549
  ],
550
- "gitHead": "473ba53b5dee9ca29d97e1e2b8f331d46624a21d"
550
+ "gitHead": "e4dbbfa3535d42741ca8622ccb33275f4284edd3"
551
551
  }