@crowdfarming/oliva-ds 1.77.0 → 1.78.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/fesm2022/crowdfarming-oliva-ds.mjs +133 -49
- package/fesm2022/crowdfarming-oliva-ds.mjs.map +1 -1
- package/lib/icon/src/lib/icon/svg/brands.constant.d.ts +1 -0
- package/lib/icon/src/lib/icon/svg/commerce.constant.d.ts +4 -0
- package/lib/icon/src/lib/icon/svg/design.constant.d.ts +3 -1
- package/lib/icon/src/lib/icon/svg/healthWellness.constant.d.ts +3 -1
- package/lib/icon/src/lib/icon/svg/index.d.ts +23 -2
- package/lib/icon/src/lib/icon/svg/mathFinances.constant.d.ts +2 -0
- package/lib/icon/src/lib/icon/svg/securityWarnings.constant.d.ts +2 -0
- package/lib/icon/src/lib/icon/svg/systemDevices.constant.d.ts +1 -0
- package/lib/icon/src/lib/icon/svg/time.constant.d.ts +2 -0
- package/lib/icon/src/lib/icon/svg/weatherNature.constant.d.ts +5 -0
- package/package.json +1 -1
|
@@ -10,5 +10,7 @@ export declare const designIcons: {
|
|
|
10
10
|
'selectionall-fill': string;
|
|
11
11
|
'scissors-regular': string;
|
|
12
12
|
'drophalfbottom-regular': string;
|
|
13
|
-
selectioninverse: string;
|
|
13
|
+
'selectioninverse-regular': string;
|
|
14
|
+
'circledashed-regular': string;
|
|
15
|
+
'circle-fill': string;
|
|
14
16
|
};
|
|
@@ -7,6 +7,8 @@ export declare const icons: {
|
|
|
7
7
|
'shieldstar-regular': string;
|
|
8
8
|
'sealcheck-regular': string;
|
|
9
9
|
'sealcheck-fill': string;
|
|
10
|
+
'shieldchevron-regular': string;
|
|
11
|
+
'biohazard-regular': string;
|
|
10
12
|
'user-regular': string;
|
|
11
13
|
'user-fill': string;
|
|
12
14
|
'usercirclecheck-regular': string;
|
|
@@ -49,6 +51,10 @@ export declare const icons: {
|
|
|
49
51
|
'warehouse-regular': string;
|
|
50
52
|
'warehouse-fill': string;
|
|
51
53
|
'grains-regular': string;
|
|
54
|
+
'orange-regular': string;
|
|
55
|
+
'carrot-regular': string;
|
|
56
|
+
'orangeslice-regular': string;
|
|
57
|
+
'avocado-regular': string;
|
|
52
58
|
'sortascending-regular': string;
|
|
53
59
|
'trash-regular': string;
|
|
54
60
|
'notepad-regular': string;
|
|
@@ -65,6 +71,8 @@ export declare const icons: {
|
|
|
65
71
|
'x-regular': string;
|
|
66
72
|
'xcircle-regular': string;
|
|
67
73
|
'pluscircle-regular': string;
|
|
74
|
+
'graph-regular': string;
|
|
75
|
+
'trenddown-regular': string;
|
|
68
76
|
'checkcircle-regular': string;
|
|
69
77
|
'checkcircle-fill': string;
|
|
70
78
|
'magnifyingglass-regular': string;
|
|
@@ -81,13 +89,17 @@ export declare const icons: {
|
|
|
81
89
|
'cloudwarning-regular': string;
|
|
82
90
|
'checksquareoffset-regular': string;
|
|
83
91
|
'dotsthreevertical-regular': string;
|
|
84
|
-
|
|
92
|
+
'lightning-regular': string;
|
|
93
|
+
'handheart-regular': string;
|
|
94
|
+
'pill-regular': string;
|
|
95
|
+
'testtube-regular': string;
|
|
85
96
|
'facebooklogo-regular': string;
|
|
86
97
|
'instagramlogo-regular': string;
|
|
87
98
|
'xlogo-regular': string;
|
|
88
99
|
'youtubelogo-regular': string;
|
|
89
100
|
'whatsapplogo-regular': string;
|
|
90
101
|
'googlelogo-regular': string;
|
|
102
|
+
'applelogo-regular': string;
|
|
91
103
|
'placeholder-regular': string;
|
|
92
104
|
'eye-regular': string;
|
|
93
105
|
'eyeslash-regular': string;
|
|
@@ -99,11 +111,15 @@ export declare const icons: {
|
|
|
99
111
|
'selectionall-fill': string;
|
|
100
112
|
'scissors-regular': string;
|
|
101
113
|
'drophalfbottom-regular': string;
|
|
102
|
-
selectioninverse: string;
|
|
114
|
+
'selectioninverse-regular': string;
|
|
115
|
+
'circledashed-regular': string;
|
|
116
|
+
'circle-fill': string;
|
|
103
117
|
'heartstraight-regular': string;
|
|
104
118
|
'heartstraight-fill': string;
|
|
105
119
|
'medal-regular': string;
|
|
106
120
|
'calendarblank-regular': string;
|
|
121
|
+
'hourglasssimplemedium-regular': string;
|
|
122
|
+
'clock-regular': string;
|
|
107
123
|
'imagesquare-regular': string;
|
|
108
124
|
'slidershorizontal-regular': string;
|
|
109
125
|
'headset-regular': string;
|
|
@@ -140,6 +156,11 @@ export declare const icons: {
|
|
|
140
156
|
'snowflake-regular': string;
|
|
141
157
|
'sun-regular': string;
|
|
142
158
|
'wind-regular': string;
|
|
159
|
+
'thermometersimple-regular': string;
|
|
160
|
+
'atom-regular': string;
|
|
161
|
+
'bone-regular': string;
|
|
162
|
+
'flower-regular': string;
|
|
163
|
+
'leaf-regular': string;
|
|
143
164
|
bioland: string;
|
|
144
165
|
conversiontoorganic: string;
|
|
145
166
|
demeter: string;
|
|
@@ -13,4 +13,9 @@ export declare const weatherNatureIcons: {
|
|
|
13
13
|
'snowflake-regular': string;
|
|
14
14
|
'sun-regular': string;
|
|
15
15
|
'wind-regular': string;
|
|
16
|
+
'thermometersimple-regular': string;
|
|
17
|
+
'atom-regular': string;
|
|
18
|
+
'bone-regular': string;
|
|
19
|
+
'flower-regular': string;
|
|
20
|
+
'leaf-regular': string;
|
|
16
21
|
};
|