@grasp-labs/ds-react-components 0.23.1 → 0.25.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/dist/THIRD_PARTY_LICENSES.txt +25 -0
- package/dist/circle-filled-DDHXyiE7.js +5 -0
- package/dist/icons/icons.d.ts +55 -6
- package/dist/{index-RkdOAOOO.js → index-CJe_Sx51.js} +5272 -5240
- package/dist/index.css +1 -1
- package/dist/{index.esm-D5Kv8WPG.js → index.esm-IZK2x7f2.js} +1 -1
- package/dist/index.js +113 -106
- package/dist/tailwind-styles.css +1 -1
- package/package.json +5 -3
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
THIRD-PARTY SOFTWARE NOTICES AND LICENSE INFORMATION
|
|
2
|
+
===================================================
|
|
3
|
+
|
|
4
|
+
This software package (@ds-react-components) includes or depends on
|
|
5
|
+
third-party open-source software components. The following information
|
|
6
|
+
is provided in accordance with the applicable open-source licenses.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
-----------------------------------------------------------------------
|
|
10
|
+
IconPark
|
|
11
|
+
-----------------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
Copyright © 2019–present ByteDance Inc.
|
|
14
|
+
|
|
15
|
+
This product includes icons from IconPark, which are licensed under the
|
|
16
|
+
Apache License, Version 2.0 (the "License").
|
|
17
|
+
|
|
18
|
+
You may obtain a copy of the License at:
|
|
19
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
20
|
+
|
|
21
|
+
Unless required by applicable law or agreed to in writing, software
|
|
22
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
23
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
24
|
+
See the License for the specific language governing permissions and
|
|
25
|
+
limitations under the License.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.5147 14.4853 7.5 12 7.5C9.5147 7.5 7.5 9.5147 7.5 12C7.5 14.4853 9.5147 16.5 12 16.5Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 2 }));
|
|
3
|
+
export {
|
|
4
|
+
r as default
|
|
5
|
+
};
|
package/dist/icons/icons.d.ts
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { IconComponent } from '../types/IconComponent';
|
|
2
2
|
export declare const icons: {
|
|
3
|
+
readonly arrowDown: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
4
|
+
title?: string;
|
|
5
|
+
titleId?: string;
|
|
6
|
+
desc?: string;
|
|
7
|
+
descId?: string;
|
|
8
|
+
}>>;
|
|
9
|
+
readonly bell: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
10
|
+
title?: string;
|
|
11
|
+
titleId?: string;
|
|
12
|
+
desc?: string;
|
|
13
|
+
descId?: string;
|
|
14
|
+
}>>;
|
|
3
15
|
readonly calendar: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
4
16
|
title?: string;
|
|
5
17
|
titleId?: string;
|
|
@@ -12,6 +24,12 @@ export declare const icons: {
|
|
|
12
24
|
desc?: string;
|
|
13
25
|
descId?: string;
|
|
14
26
|
}>>;
|
|
27
|
+
readonly circleFilled: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string;
|
|
29
|
+
titleId?: string;
|
|
30
|
+
desc?: string;
|
|
31
|
+
descId?: string;
|
|
32
|
+
}>>;
|
|
15
33
|
readonly chevronDoubleLeft: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
16
34
|
title?: string;
|
|
17
35
|
titleId?: string;
|
|
@@ -42,6 +60,12 @@ export declare const icons: {
|
|
|
42
60
|
desc?: string;
|
|
43
61
|
descId?: string;
|
|
44
62
|
}>>;
|
|
63
|
+
readonly clock: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
64
|
+
title?: string;
|
|
65
|
+
titleId?: string;
|
|
66
|
+
desc?: string;
|
|
67
|
+
descId?: string;
|
|
68
|
+
}>>;
|
|
45
69
|
readonly close: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
46
70
|
title?: string;
|
|
47
71
|
titleId?: string;
|
|
@@ -78,12 +102,24 @@ export declare const icons: {
|
|
|
78
102
|
desc?: string;
|
|
79
103
|
descId?: string;
|
|
80
104
|
}>>;
|
|
105
|
+
readonly download: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
106
|
+
title?: string;
|
|
107
|
+
titleId?: string;
|
|
108
|
+
desc?: string;
|
|
109
|
+
descId?: string;
|
|
110
|
+
}>>;
|
|
81
111
|
readonly earth: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
82
112
|
title?: string;
|
|
83
113
|
titleId?: string;
|
|
84
114
|
desc?: string;
|
|
85
115
|
descId?: string;
|
|
86
116
|
}>>;
|
|
117
|
+
readonly edit: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
118
|
+
title?: string;
|
|
119
|
+
titleId?: string;
|
|
120
|
+
desc?: string;
|
|
121
|
+
descId?: string;
|
|
122
|
+
}>>;
|
|
87
123
|
readonly errorFilled: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
88
124
|
title?: string;
|
|
89
125
|
titleId?: string;
|
|
@@ -132,25 +168,25 @@ export declare const icons: {
|
|
|
132
168
|
desc?: string;
|
|
133
169
|
descId?: string;
|
|
134
170
|
}>>;
|
|
135
|
-
readonly
|
|
171
|
+
readonly hourglass: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
172
|
title?: string;
|
|
137
173
|
titleId?: string;
|
|
138
174
|
desc?: string;
|
|
139
175
|
descId?: string;
|
|
140
176
|
}>>;
|
|
141
|
-
readonly
|
|
177
|
+
readonly idea: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
142
178
|
title?: string;
|
|
143
179
|
titleId?: string;
|
|
144
180
|
desc?: string;
|
|
145
181
|
descId?: string;
|
|
146
182
|
}>>;
|
|
147
|
-
readonly
|
|
183
|
+
readonly infoOutlined: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
184
|
title?: string;
|
|
149
185
|
titleId?: string;
|
|
150
186
|
desc?: string;
|
|
151
187
|
descId?: string;
|
|
152
188
|
}>>;
|
|
153
|
-
readonly
|
|
189
|
+
readonly more: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
154
190
|
title?: string;
|
|
155
191
|
titleId?: string;
|
|
156
192
|
desc?: string;
|
|
@@ -168,6 +204,12 @@ export declare const icons: {
|
|
|
168
204
|
desc?: string;
|
|
169
205
|
descId?: string;
|
|
170
206
|
}>>;
|
|
207
|
+
readonly profile: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
208
|
+
title?: string;
|
|
209
|
+
titleId?: string;
|
|
210
|
+
desc?: string;
|
|
211
|
+
descId?: string;
|
|
212
|
+
}>>;
|
|
171
213
|
readonly recycle: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
172
214
|
title?: string;
|
|
173
215
|
titleId?: string;
|
|
@@ -229,20 +271,26 @@ export declare const icons: {
|
|
|
229
271
|
descId?: string;
|
|
230
272
|
}>>;
|
|
231
273
|
};
|
|
274
|
+
export declare const ArrowDownIcon: IconComponent;
|
|
275
|
+
export declare const BellIcon: IconComponent;
|
|
232
276
|
export declare const CalendarIcon: IconComponent;
|
|
233
277
|
export declare const CheckIcon: IconComponent;
|
|
278
|
+
export declare const CircleFilledIcon: IconComponent;
|
|
234
279
|
export declare const ChevronDoubleLeftIcon: IconComponent;
|
|
235
280
|
export declare const ChevronDoubleRightIcon: IconComponent;
|
|
236
281
|
export declare const ChevronLeftIcon: IconComponent;
|
|
237
282
|
export declare const ChevronRightIcon: IconComponent;
|
|
238
283
|
export declare const CircleIcon: IconComponent;
|
|
284
|
+
export declare const ClockIcon: IconComponent;
|
|
239
285
|
export declare const CloseIcon: IconComponent;
|
|
240
286
|
export declare const CogWheelIcon: IconComponent;
|
|
241
287
|
export declare const DashIcon: IconComponent;
|
|
242
288
|
export declare const DatabaseIcon: IconComponent;
|
|
243
289
|
export declare const DeleteIcon: IconComponent;
|
|
244
290
|
export declare const DetailsIcon: IconComponent;
|
|
291
|
+
export declare const DownloadIcon: IconComponent;
|
|
245
292
|
export declare const EarthIcon: IconComponent;
|
|
293
|
+
export declare const EditIcon: IconComponent;
|
|
246
294
|
export declare const ErrorFilledIcon: IconComponent;
|
|
247
295
|
export declare const ErrorOutlinedIcon: IconComponent;
|
|
248
296
|
export declare const EyeIcon: IconComponent;
|
|
@@ -251,12 +299,13 @@ export declare const ExpandDownIcon: IconComponent;
|
|
|
251
299
|
export declare const ExpandRightIcon: IconComponent;
|
|
252
300
|
export declare const ExpandIcon: IconComponent;
|
|
253
301
|
export declare const FilterIcon: IconComponent;
|
|
254
|
-
export declare const
|
|
255
|
-
export declare const HourglassFilledIcon: IconComponent;
|
|
302
|
+
export declare const HourglassIcon: IconComponent;
|
|
256
303
|
export declare const IdeaIcon: IconComponent;
|
|
257
304
|
export declare const InfoOutlinedIcon: IconComponent;
|
|
305
|
+
export declare const MoreIcon: IconComponent;
|
|
258
306
|
export declare const PlayIcon: IconComponent;
|
|
259
307
|
export declare const PlusIcon: IconComponent;
|
|
308
|
+
export declare const ProfileIcon: IconComponent;
|
|
260
309
|
export declare const RecycleIcon: IconComponent;
|
|
261
310
|
export declare const ReloadIcon: IconComponent;
|
|
262
311
|
export declare const SaveIcon: IconComponent;
|