@jobber/design 0.25.1 → 0.26.0
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/CHANGELOG.md +19 -0
- package/dist/icons/iconMap.d.ts +17 -15
- package/dist/index.js +180 -323
- package/foundation.css +6 -6
- package/foundation.js +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,25 @@ menu: Changelog
|
|
|
8
8
|
All notable changes to this project will be documented in this file.
|
|
9
9
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
10
10
|
|
|
11
|
+
# [0.26.0](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.25.2...@jobber/design@0.26.0) (2022-10-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **design:** update icon set ([#924](https://github.com/GetJobber/atlantis/issues/924)) ([b04062a](https://github.com/GetJobber/atlantis/commit/b04062aa2dd60229fb48b67fe0ca01c00ded223b))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.25.2](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.25.1...@jobber/design@0.25.2) (2022-07-22)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @jobber/design
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
11
30
|
## [0.25.1](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.25.0...@jobber/design@0.25.1) (2022-06-09)
|
|
12
31
|
|
|
13
32
|
**Note:** Version bump only for package @jobber/design
|
package/dist/icons/iconMap.d.ts
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
export declare const iconMap: {
|
|
2
2
|
height: number;
|
|
3
3
|
icons: {
|
|
4
|
-
filter: string[];
|
|
5
|
-
paperclip: string[];
|
|
6
|
-
image: string[];
|
|
7
|
-
compose: string[];
|
|
8
|
-
directions: string[];
|
|
9
|
-
presentation: string[];
|
|
10
|
-
offline: string[];
|
|
11
|
-
home: string[];
|
|
12
|
-
sendMessage: string[];
|
|
13
|
-
copy: string[];
|
|
14
|
-
fuel: string[];
|
|
15
|
-
engine: string[];
|
|
16
|
-
xero: string[];
|
|
17
|
-
gift: string[];
|
|
18
|
-
recurring: string[];
|
|
19
4
|
address: string[];
|
|
20
5
|
cross: string[];
|
|
21
6
|
list: string[];
|
|
@@ -78,11 +63,14 @@ export declare const iconMap: {
|
|
|
78
63
|
star: string[];
|
|
79
64
|
starFill: string[];
|
|
80
65
|
cog: string[];
|
|
66
|
+
xero: string[];
|
|
67
|
+
fuel: string[];
|
|
81
68
|
invoiceLater: string[];
|
|
82
69
|
jobOnHold: string[];
|
|
83
70
|
chemical: string[];
|
|
84
71
|
company: string[];
|
|
85
72
|
printer: string[];
|
|
73
|
+
engine: string[];
|
|
86
74
|
help: string[];
|
|
87
75
|
reminder: string[];
|
|
88
76
|
grid: string[];
|
|
@@ -92,10 +80,13 @@ export declare const iconMap: {
|
|
|
92
80
|
paidInvoice: string[];
|
|
93
81
|
sms: string[];
|
|
94
82
|
dashboard: string[];
|
|
83
|
+
copy: string[];
|
|
95
84
|
work: string[];
|
|
85
|
+
sendMessage: string[];
|
|
96
86
|
userUnassigned: string[];
|
|
97
87
|
user: string[];
|
|
98
88
|
thumbsUp: string[];
|
|
89
|
+
home: string[];
|
|
99
90
|
sms2: string[];
|
|
100
91
|
sun: string[];
|
|
101
92
|
userSwitch: string[];
|
|
@@ -108,6 +99,7 @@ export declare const iconMap: {
|
|
|
108
99
|
textBox: string[];
|
|
109
100
|
textField: string[];
|
|
110
101
|
checkbox: string[];
|
|
102
|
+
offline: string[];
|
|
111
103
|
camera: string[];
|
|
112
104
|
chat: string[];
|
|
113
105
|
eye: string[];
|
|
@@ -121,6 +113,7 @@ export declare const iconMap: {
|
|
|
121
113
|
eyeCrossed: string[];
|
|
122
114
|
request: string[];
|
|
123
115
|
download: string[];
|
|
116
|
+
presentation: string[];
|
|
124
117
|
wallet: string[];
|
|
125
118
|
video: string[];
|
|
126
119
|
more: string[];
|
|
@@ -132,6 +125,15 @@ export declare const iconMap: {
|
|
|
132
125
|
customize: string[];
|
|
133
126
|
jobForms: string[];
|
|
134
127
|
embed: string[];
|
|
128
|
+
recurring: string[];
|
|
129
|
+
gift: string[];
|
|
135
130
|
share: string[];
|
|
131
|
+
directions: string[];
|
|
132
|
+
compose: string[];
|
|
133
|
+
filter: string[];
|
|
134
|
+
paperclip: string[];
|
|
135
|
+
image: string[];
|
|
136
|
+
future: string[];
|
|
137
|
+
today: string[];
|
|
136
138
|
};
|
|
137
139
|
};
|