@liner-fe/design-token 2.0.17 → 2.0.18
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/lib/assets/ic-line-16-arrow-down.d.ts +6 -0
- package/lib/assets/ic-line-16-arrow-up.d.ts +6 -0
- package/lib/assets/ic-line-16-search.d.ts +6 -0
- package/lib/assets/ic-line-16-source.d.ts +6 -0
- package/lib/assets/ic-line-24-add.d.ts +6 -0
- package/lib/assets/ic-line-24-message-edit.d.ts +6 -0
- package/lib/assets/ic-line-24-source-rebuilding.d.ts +6 -0
- package/lib/assets/index.d.ts +27 -20
- package/lib/index.cjs +452 -278
- package/lib/index.cjs.map +4 -4
- package/lib/index.mjs +452 -278
- package/lib/index.mjs.map +4 -4
- package/package.json +1 -1
- package/src/assets/ic-line-16-arrow-down.tsx +18 -0
- package/src/assets/ic-line-16-arrow-up.tsx +18 -0
- package/src/assets/ic-line-16-check.tsx +1 -1
- package/src/assets/ic-line-16-search.tsx +24 -0
- package/src/assets/ic-line-16-source.tsx +25 -0
- package/src/assets/ic-line-24-add.tsx +12 -0
- package/src/assets/ic-line-24-message-edit.tsx +33 -0
- package/src/assets/ic-line-24-source-rebuilding.tsx +54 -0
- package/src/assets/index.ts +27 -20
package/lib/assets/index.d.ts
CHANGED
|
@@ -1,29 +1,36 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { ICColor24Text } from './ic-color-24-text';
|
|
3
|
-
export { ICBold24Chat } from './ic-bold-24-chat';
|
|
4
|
-
export { ICColor24Excel } from './ic-color-24-excel';
|
|
1
|
+
export { ICLine24SelectText } from './ic-line-24-select-text';
|
|
5
2
|
export { ICLine24Copy } from './ic-line-24-copy';
|
|
6
|
-
export { ICColor24Pdf } from './ic-color-24-pdf';
|
|
7
|
-
export { ICColor24Writer } from './ic-color-24-writer';
|
|
8
|
-
export { ICLine24Close } from './ic-line-24-close';
|
|
9
3
|
export { ICBold24File } from './ic-bold-24-file';
|
|
4
|
+
export { ICLine16Mobile } from './ic-line-16-mobile';
|
|
5
|
+
export { ICLine24MessageEdit } from './ic-line-24-message-edit';
|
|
6
|
+
export { ICLine24ArrowLeft } from './ic-line-24-arrow-left';
|
|
7
|
+
export { ICLine24SourceRebuilding } from './ic-line-24-source-rebuilding';
|
|
8
|
+
export { ICBold16Apple } from './ic-bold-16-apple';
|
|
9
|
+
export { ICLine16ArrowUp } from './ic-line-16-arrow-up';
|
|
10
10
|
export { ICColor24Word } from './ic-color-24-word';
|
|
11
|
+
export { ICBold16QuoteUp } from './ic-bold-16-quote-up';
|
|
12
|
+
export { ICBold24Caution } from './ic-bold-24-caution';
|
|
13
|
+
export { ICColor24Image } from './ic-color-24-image';
|
|
14
|
+
export { ICLine16Search } from './ic-line-16-search';
|
|
15
|
+
export { ICColor24Pdf } from './ic-color-24-pdf';
|
|
16
|
+
export { ICLine24Add } from './ic-line-24-add';
|
|
17
|
+
export { ICColor24Workspace } from './ic-color-24-workspace';
|
|
11
18
|
export { ICBold24Info } from './ic-bold-24-info';
|
|
12
|
-
export { ICLine24ArrowLeft } from './ic-line-24-arrow-left';
|
|
13
|
-
export { ICColor24Html } from './ic-color-24-html';
|
|
14
|
-
export { ICColor24Youtube } from './ic-color-24-youtube';
|
|
15
|
-
export { ICBold16Chrome } from './ic-bold-16-chrome';
|
|
16
19
|
export { ICLine16Check } from './ic-line-16-check';
|
|
17
|
-
export { ICLine16Mobile } from './ic-line-16-mobile';
|
|
18
|
-
export { ICColor24Workspace } from './ic-color-24-workspace';
|
|
19
|
-
export { ICBold24Globe } from './ic-bold-24-globe';
|
|
20
|
-
export { ICColor24Image } from './ic-color-24-image';
|
|
21
|
-
export { ICBold16Android } from './ic-bold-16-android';
|
|
22
20
|
export { ICLine24Globe } from './ic-line-24-globe';
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export { ICBold24Caution } from './ic-bold-24-caution';
|
|
26
|
-
export { ICBold16Apple } from './ic-bold-16-apple';
|
|
21
|
+
export { ICBold16Chrome } from './ic-bold-16-chrome';
|
|
22
|
+
export { ICLine24Close } from './ic-line-24-close';
|
|
27
23
|
export { ICLine24Menu } from './ic-line-24-menu';
|
|
24
|
+
export { ICColor24Writer } from './ic-color-24-writer';
|
|
25
|
+
export { ICColor24Text } from './ic-color-24-text';
|
|
26
|
+
export { ICBold16Android } from './ic-bold-16-android';
|
|
27
|
+
export { ICBold24Globe } from './ic-bold-24-globe';
|
|
28
|
+
export { ICLine16Copy } from './ic-line-16-copy';
|
|
29
|
+
export { ICLine16ArrowDown } from './ic-line-16-arrow-down';
|
|
28
30
|
export { ICBold24Image } from './ic-bold-24-image';
|
|
31
|
+
export { ICLine16Source } from './ic-line-16-source';
|
|
32
|
+
export { ICColor24Excel } from './ic-color-24-excel';
|
|
33
|
+
export { ICColor24Youtube } from './ic-color-24-youtube';
|
|
29
34
|
export { ICColor24Ppt } from './ic-color-24-ppt';
|
|
35
|
+
export { ICColor24Html } from './ic-color-24-html';
|
|
36
|
+
export { ICBold24Chat } from './ic-bold-24-chat';
|