@jobber/components 4.79.2-STCJS-to-.5 → 4.79.2-STCJS-to-.6
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/README.md +0 -5
- package/package.json +148 -148
package/README.md
CHANGED
|
@@ -34,8 +34,3 @@ export default function MyComponent() {
|
|
|
34
34
|
|
|
35
35
|
More information on Atlantis can be found at
|
|
36
36
|
[https://atlantis.getjobber.com](https://atlantis.getjobber.com).
|
|
37
|
-
|
|
38
|
-
## Further Reading
|
|
39
|
-
|
|
40
|
-
More information on Atlantis can be found at
|
|
41
|
-
[https://atlantis.getjobber.com](https://atlantis.getjobber.com).
|
package/package.json
CHANGED
|
@@ -1,300 +1,300 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "4.79.2-STCJS-to-.
|
|
3
|
+
"version": "4.79.2-STCJS-to-.6+6e1f0470",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"import": "./dist/index.mjs"
|
|
10
10
|
},
|
|
11
11
|
"./AnimatedPresence": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"types": "./dist/AnimatedPresence/index.d.ts",
|
|
13
|
+
"import": "./dist/index.mjs"
|
|
14
14
|
},
|
|
15
15
|
"./AnimatedSwitcher": {
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"types": "./dist/AnimatedSwitcher/index.d.ts",
|
|
17
|
+
"import": "./dist/index.mjs"
|
|
18
18
|
},
|
|
19
19
|
"./Autocomplete": {
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"types": "./dist/Autocomplete/index.d.ts",
|
|
21
|
+
"import": "./dist/index.mjs"
|
|
22
22
|
},
|
|
23
23
|
"./Avatar": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
24
|
+
"types": "./dist/Avatar/index.d.ts",
|
|
25
|
+
"import": "./dist/index.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./Banner": {
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"types": "./dist/Banner/index.d.ts",
|
|
29
|
+
"import": "./dist/index.mjs"
|
|
30
30
|
},
|
|
31
31
|
"./Button": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"types": "./dist/Button/index.d.ts",
|
|
33
|
+
"import": "./dist/index.mjs"
|
|
34
34
|
},
|
|
35
35
|
"./ButtonDismiss": {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
36
|
+
"types": "./dist/ButtonDismiss/index.d.ts",
|
|
37
|
+
"import": "./dist/index.mjs"
|
|
38
38
|
},
|
|
39
39
|
"./Card": {
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"types": "./dist/Card/index.d.ts",
|
|
41
|
+
"import": "./dist/index.mjs"
|
|
42
42
|
},
|
|
43
43
|
"./Checkbox": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
44
|
+
"types": "./dist/Checkbox/index.d.ts",
|
|
45
|
+
"import": "./dist/index.mjs"
|
|
46
46
|
},
|
|
47
47
|
"./Chip": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
48
|
+
"types": "./dist/Chip/index.d.ts",
|
|
49
|
+
"import": "./dist/index.mjs"
|
|
50
50
|
},
|
|
51
51
|
"./Chips": {
|
|
52
|
-
"
|
|
53
|
-
"
|
|
52
|
+
"types": "./dist/Chips/index.d.ts",
|
|
53
|
+
"import": "./dist/index.mjs"
|
|
54
54
|
},
|
|
55
55
|
"./Combobox": {
|
|
56
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"types": "./dist/Combobox/index.d.ts",
|
|
57
|
+
"import": "./dist/index.mjs"
|
|
58
58
|
},
|
|
59
59
|
"./ConfirmationModal": {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
60
|
+
"types": "./dist/ConfirmationModal/index.d.ts",
|
|
61
|
+
"import": "./dist/index.mjs"
|
|
62
62
|
},
|
|
63
63
|
"./Content": {
|
|
64
|
-
"
|
|
65
|
-
"
|
|
64
|
+
"types": "./dist/Content/index.d.ts",
|
|
65
|
+
"import": "./dist/index.mjs"
|
|
66
66
|
},
|
|
67
67
|
"./Countdown": {
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"types": "./dist/Countdown/index.d.ts",
|
|
69
|
+
"import": "./dist/index.mjs"
|
|
70
70
|
},
|
|
71
71
|
"./DataDump": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
72
|
+
"types": "./dist/DataDump/index.d.ts",
|
|
73
|
+
"import": "./dist/index.mjs"
|
|
74
74
|
},
|
|
75
75
|
"./DataList": {
|
|
76
|
-
"
|
|
77
|
-
"
|
|
76
|
+
"types": "./dist/DataList/index.d.ts",
|
|
77
|
+
"import": "./dist/index.mjs"
|
|
78
78
|
},
|
|
79
79
|
"./DataTable": {
|
|
80
|
-
"
|
|
81
|
-
"
|
|
80
|
+
"types": "./dist/DataTable/index.d.ts",
|
|
81
|
+
"import": "./dist/index.mjs"
|
|
82
82
|
},
|
|
83
83
|
"./DatePicker": {
|
|
84
|
-
"
|
|
85
|
-
"
|
|
84
|
+
"types": "./dist/DatePicker/index.d.ts",
|
|
85
|
+
"import": "./dist/index.mjs"
|
|
86
86
|
},
|
|
87
87
|
"./DescriptionList": {
|
|
88
|
-
"
|
|
89
|
-
"
|
|
88
|
+
"types": "./dist/DescriptionList/index.d.ts",
|
|
89
|
+
"import": "./dist/index.mjs"
|
|
90
90
|
},
|
|
91
91
|
"./Disclosure": {
|
|
92
|
-
"
|
|
93
|
-
"
|
|
92
|
+
"types": "./dist/Disclosure/index.d.ts",
|
|
93
|
+
"import": "./dist/index.mjs"
|
|
94
94
|
},
|
|
95
95
|
"./Divider": {
|
|
96
|
-
"
|
|
97
|
-
"
|
|
96
|
+
"types": "./dist/Divider/index.d.ts",
|
|
97
|
+
"import": "./dist/index.mjs"
|
|
98
98
|
},
|
|
99
99
|
"./Drawer": {
|
|
100
|
-
"
|
|
101
|
-
"
|
|
100
|
+
"types": "./dist/Drawer/index.d.ts",
|
|
101
|
+
"import": "./dist/index.mjs"
|
|
102
102
|
},
|
|
103
103
|
"./Emphasis": {
|
|
104
|
-
"
|
|
105
|
-
"
|
|
104
|
+
"types": "./dist/Emphasis/index.d.ts",
|
|
105
|
+
"import": "./dist/index.mjs"
|
|
106
106
|
},
|
|
107
107
|
"./FeatureSwitch": {
|
|
108
|
-
"
|
|
109
|
-
"
|
|
108
|
+
"types": "./dist/FeatureSwitch/index.d.ts",
|
|
109
|
+
"import": "./dist/index.mjs"
|
|
110
110
|
},
|
|
111
111
|
"./Flex": {
|
|
112
|
-
"
|
|
113
|
-
"
|
|
112
|
+
"types": "./dist/Flex/index.d.ts",
|
|
113
|
+
"import": "./dist/index.mjs"
|
|
114
114
|
},
|
|
115
115
|
"./Form": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
116
|
+
"types": "./dist/Form/index.d.ts",
|
|
117
|
+
"import": "./dist/index.mjs"
|
|
118
118
|
},
|
|
119
119
|
"./FormField": {
|
|
120
|
-
"
|
|
121
|
-
"
|
|
120
|
+
"types": "./dist/FormField/index.d.ts",
|
|
121
|
+
"import": "./dist/index.mjs"
|
|
122
122
|
},
|
|
123
123
|
"./FormatDate": {
|
|
124
|
-
"
|
|
125
|
-
"
|
|
124
|
+
"types": "./dist/FormatDate/index.d.ts",
|
|
125
|
+
"import": "./dist/index.mjs"
|
|
126
126
|
},
|
|
127
127
|
"./FormatEmail": {
|
|
128
|
-
"
|
|
129
|
-
"
|
|
128
|
+
"types": "./dist/FormatEmail/index.d.ts",
|
|
129
|
+
"import": "./dist/index.mjs"
|
|
130
130
|
},
|
|
131
131
|
"./FormatFile": {
|
|
132
|
-
"
|
|
133
|
-
"
|
|
132
|
+
"types": "./dist/FormatFile/index.d.ts",
|
|
133
|
+
"import": "./dist/index.mjs"
|
|
134
134
|
},
|
|
135
135
|
"./FormatRelativeDateTime": {
|
|
136
|
-
"
|
|
137
|
-
"
|
|
136
|
+
"types": "./dist/FormatRelativeDateTime/index.d.ts",
|
|
137
|
+
"import": "./dist/index.mjs"
|
|
138
138
|
},
|
|
139
139
|
"./FormatTime": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"types": "./dist/FormatTime/index.d.ts",
|
|
141
|
+
"import": "./dist/index.mjs"
|
|
142
142
|
},
|
|
143
143
|
"./Gallery": {
|
|
144
|
-
"
|
|
145
|
-
"
|
|
144
|
+
"types": "./dist/Gallery/index.d.ts",
|
|
145
|
+
"import": "./dist/index.mjs"
|
|
146
146
|
},
|
|
147
147
|
"./Glimmer": {
|
|
148
|
-
"
|
|
149
|
-
"
|
|
148
|
+
"types": "./dist/Glimmer/index.d.ts",
|
|
149
|
+
"import": "./dist/index.mjs"
|
|
150
150
|
},
|
|
151
151
|
"./Grid": {
|
|
152
|
-
"
|
|
153
|
-
"
|
|
152
|
+
"types": "./dist/Grid/index.d.ts",
|
|
153
|
+
"import": "./dist/index.mjs"
|
|
154
154
|
},
|
|
155
155
|
"./Heading": {
|
|
156
|
-
"
|
|
157
|
-
"
|
|
156
|
+
"types": "./dist/Heading/index.d.ts",
|
|
157
|
+
"import": "./dist/index.mjs"
|
|
158
158
|
},
|
|
159
159
|
"./Icon": {
|
|
160
|
-
"
|
|
161
|
-
"
|
|
160
|
+
"types": "./dist/Icon/index.d.ts",
|
|
161
|
+
"import": "./dist/index.mjs"
|
|
162
162
|
},
|
|
163
163
|
"./InlineLabel": {
|
|
164
|
-
"
|
|
165
|
-
"
|
|
164
|
+
"types": "./dist/InlineLabel/index.d.ts",
|
|
165
|
+
"import": "./dist/index.mjs"
|
|
166
166
|
},
|
|
167
167
|
"./InputAvatar": {
|
|
168
|
-
"
|
|
169
|
-
"
|
|
168
|
+
"types": "./dist/InputAvatar/index.d.ts",
|
|
169
|
+
"import": "./dist/index.mjs"
|
|
170
170
|
},
|
|
171
171
|
"./InputDate": {
|
|
172
|
-
"
|
|
173
|
-
"
|
|
172
|
+
"types": "./dist/InputDate/index.d.ts",
|
|
173
|
+
"import": "./dist/index.mjs"
|
|
174
174
|
},
|
|
175
175
|
"./InputEmail": {
|
|
176
|
-
"
|
|
177
|
-
"
|
|
176
|
+
"types": "./dist/InputEmail/index.d.ts",
|
|
177
|
+
"import": "./dist/index.mjs"
|
|
178
178
|
},
|
|
179
179
|
"./InputFile": {
|
|
180
|
-
"
|
|
181
|
-
"
|
|
180
|
+
"types": "./dist/InputFile/index.d.ts",
|
|
181
|
+
"import": "./dist/index.mjs"
|
|
182
182
|
},
|
|
183
183
|
"./InputGroup": {
|
|
184
|
-
"
|
|
185
|
-
"
|
|
184
|
+
"types": "./dist/InputGroup/index.d.ts",
|
|
185
|
+
"import": "./dist/index.mjs"
|
|
186
186
|
},
|
|
187
187
|
"./InputNumber": {
|
|
188
|
-
"
|
|
189
|
-
"
|
|
188
|
+
"types": "./dist/InputNumber/index.d.ts",
|
|
189
|
+
"import": "./dist/index.mjs"
|
|
190
190
|
},
|
|
191
191
|
"./InputPassword": {
|
|
192
|
-
"
|
|
193
|
-
"
|
|
192
|
+
"types": "./dist/InputPassword/index.d.ts",
|
|
193
|
+
"import": "./dist/index.mjs"
|
|
194
194
|
},
|
|
195
195
|
"./InputPhoneNumber": {
|
|
196
|
-
"
|
|
197
|
-
"
|
|
196
|
+
"types": "./dist/InputPhoneNumber/index.d.ts",
|
|
197
|
+
"import": "./dist/index.mjs"
|
|
198
198
|
},
|
|
199
199
|
"./InputText": {
|
|
200
|
-
"
|
|
201
|
-
"
|
|
200
|
+
"types": "./dist/InputText/index.d.ts",
|
|
201
|
+
"import": "./dist/index.mjs"
|
|
202
202
|
},
|
|
203
203
|
"./InputTime": {
|
|
204
|
-
"
|
|
205
|
-
"
|
|
204
|
+
"types": "./dist/InputTime/index.d.ts",
|
|
205
|
+
"import": "./dist/index.mjs"
|
|
206
206
|
},
|
|
207
207
|
"./InputValidation": {
|
|
208
|
-
"
|
|
209
|
-
"
|
|
208
|
+
"types": "./dist/InputValidation/index.d.ts",
|
|
209
|
+
"import": "./dist/index.mjs"
|
|
210
210
|
},
|
|
211
211
|
"./LightBox": {
|
|
212
|
-
"
|
|
213
|
-
"
|
|
212
|
+
"types": "./dist/LightBox/index.d.ts",
|
|
213
|
+
"import": "./dist/index.mjs"
|
|
214
214
|
},
|
|
215
215
|
"./Link": {
|
|
216
|
-
"
|
|
217
|
-
"
|
|
216
|
+
"types": "./dist/Link/index.d.ts",
|
|
217
|
+
"import": "./dist/index.mjs"
|
|
218
218
|
},
|
|
219
219
|
"./List": {
|
|
220
|
-
"
|
|
221
|
-
"
|
|
220
|
+
"types": "./dist/List/index.d.ts",
|
|
221
|
+
"import": "./dist/index.mjs"
|
|
222
222
|
},
|
|
223
223
|
"./Markdown": {
|
|
224
|
-
"
|
|
225
|
-
"
|
|
224
|
+
"types": "./dist/Markdown/index.d.ts",
|
|
225
|
+
"import": "./dist/index.mjs"
|
|
226
226
|
},
|
|
227
227
|
"./Menu": {
|
|
228
|
-
"
|
|
229
|
-
"
|
|
228
|
+
"types": "./dist/Menu/index.d.ts",
|
|
229
|
+
"import": "./dist/index.mjs"
|
|
230
230
|
},
|
|
231
231
|
"./Modal": {
|
|
232
|
-
"
|
|
233
|
-
"
|
|
232
|
+
"types": "./dist/Modal/index.d.ts",
|
|
233
|
+
"import": "./dist/index.mjs"
|
|
234
234
|
},
|
|
235
235
|
"./MultiSelect": {
|
|
236
|
-
"
|
|
237
|
-
"
|
|
236
|
+
"types": "./dist/MultiSelect/index.d.ts",
|
|
237
|
+
"import": "./dist/index.mjs"
|
|
238
238
|
},
|
|
239
239
|
"./Page": {
|
|
240
|
-
"
|
|
241
|
-
"
|
|
240
|
+
"types": "./dist/Page/index.d.ts",
|
|
241
|
+
"import": "./dist/index.mjs"
|
|
242
242
|
},
|
|
243
243
|
"./Popover": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
244
|
+
"types": "./dist/Popover/index.d.ts",
|
|
245
|
+
"import": "./dist/index.mjs"
|
|
246
246
|
},
|
|
247
247
|
"./ProgressBar": {
|
|
248
|
-
"
|
|
249
|
-
"
|
|
248
|
+
"types": "./dist/ProgressBar/index.d.ts",
|
|
249
|
+
"import": "./dist/index.mjs"
|
|
250
250
|
},
|
|
251
251
|
"./RadioGroup": {
|
|
252
|
-
"
|
|
253
|
-
"
|
|
252
|
+
"types": "./dist/RadioGroup/index.d.ts",
|
|
253
|
+
"import": "./dist/index.mjs"
|
|
254
254
|
},
|
|
255
255
|
"./RecurringSelect": {
|
|
256
|
-
"
|
|
257
|
-
"
|
|
256
|
+
"types": "./dist/RecurringSelect/index.d.ts",
|
|
257
|
+
"import": "./dist/index.mjs"
|
|
258
258
|
},
|
|
259
259
|
"./Select": {
|
|
260
|
-
"
|
|
261
|
-
"
|
|
260
|
+
"types": "./dist/Select/index.d.ts",
|
|
261
|
+
"import": "./dist/index.mjs"
|
|
262
262
|
},
|
|
263
263
|
"./Spinner": {
|
|
264
|
-
"
|
|
265
|
-
"
|
|
264
|
+
"types": "./dist/Spinner/index.d.ts",
|
|
265
|
+
"import": "./dist/index.mjs"
|
|
266
266
|
},
|
|
267
267
|
"./StatusLabel": {
|
|
268
|
-
"
|
|
269
|
-
"
|
|
268
|
+
"types": "./dist/StatusLabel/index.d.ts",
|
|
269
|
+
"import": "./dist/index.mjs"
|
|
270
270
|
},
|
|
271
271
|
"./Switch": {
|
|
272
|
-
"
|
|
273
|
-
"
|
|
272
|
+
"types": "./dist/Switch/index.d.ts",
|
|
273
|
+
"import": "./dist/index.mjs"
|
|
274
274
|
},
|
|
275
275
|
"./Table": {
|
|
276
|
-
"
|
|
277
|
-
"
|
|
276
|
+
"types": "./dist/Table/index.d.ts",
|
|
277
|
+
"import": "./dist/index.mjs"
|
|
278
278
|
},
|
|
279
279
|
"./Tabs": {
|
|
280
|
-
"
|
|
281
|
-
"
|
|
280
|
+
"types": "./dist/Tabs/index.d.ts",
|
|
281
|
+
"import": "./dist/index.mjs"
|
|
282
282
|
},
|
|
283
283
|
"./Text": {
|
|
284
|
-
"
|
|
285
|
-
"
|
|
284
|
+
"types": "./dist/Text/index.d.ts",
|
|
285
|
+
"import": "./dist/index.mjs"
|
|
286
286
|
},
|
|
287
287
|
"./Toast": {
|
|
288
|
-
"
|
|
289
|
-
"
|
|
288
|
+
"types": "./dist/Toast/index.d.ts",
|
|
289
|
+
"import": "./dist/index.mjs"
|
|
290
290
|
},
|
|
291
291
|
"./Tooltip": {
|
|
292
|
-
"
|
|
293
|
-
"
|
|
292
|
+
"types": "./dist/Tooltip/index.d.ts",
|
|
293
|
+
"import": "./dist/index.mjs"
|
|
294
294
|
},
|
|
295
295
|
"./Typography": {
|
|
296
|
-
"
|
|
297
|
-
"
|
|
296
|
+
"types": "./dist/Typography/index.d.ts",
|
|
297
|
+
"import": "./dist/index.mjs"
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
300
|
"scripts": {
|
|
@@ -369,5 +369,5 @@
|
|
|
369
369
|
"> 1%",
|
|
370
370
|
"IE 10"
|
|
371
371
|
],
|
|
372
|
-
"gitHead": "
|
|
372
|
+
"gitHead": "6e1f0470f512a0a28e5a3a55788dda038343e7d9"
|
|
373
373
|
}
|