@jobber/components 9.14.0 → 9.14.1
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/docs/Icon/Icon.md +21 -16
- package/package.json +3 -3
package/dist/docs/Icon/Icon.md
CHANGED
|
@@ -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
|
-
| | `
|
|
252
|
-
| | `
|
|
253
|
-
| | `
|
|
254
|
-
| | `
|
|
255
|
-
| | `
|
|
256
|
-
| | `
|
|
257
|
-
| | `
|
|
258
|
-
| | `
|
|
259
|
-
| | `
|
|
260
|
-
| | `
|
|
261
|
-
| | `
|
|
262
|
-
| | `
|
|
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` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "9.14.
|
|
3
|
+
"version": "9.14.1",
|
|
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.
|
|
498
|
+
"@jobber/design": "0.113.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": "
|
|
550
|
+
"gitHead": "a4a24e9df170032a2d37c2b72e855d95281fafcd"
|
|
551
551
|
}
|