@jobber/components 9.14.1 → 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.
@@ -505,6 +505,23 @@ export function IconSizesExample() {
505
505
  | | `unPinned` |
506
506
  | | `xero` |
507
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
+
508
525
  ### Legacy
509
526
 
510
527
  | Icon | `Name` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "9.14.1",
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.113.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": "a4a24e9df170032a2d37c2b72e855d95281fafcd"
550
+ "gitHead": "e4dbbfa3535d42741ca8622ccb33275f4284edd3"
551
551
  }