@stenajs-webui/elements 18.4.1 → 18.5.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/icons/ui/IconsUi.d.ts +13 -0
- package/dist/index.es.js +605 -462
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -14,6 +14,7 @@ export declare const stenaArrowCircleRight: IconDefinition;
|
|
|
14
14
|
export declare const stenaArrowCircleUp: IconDefinition;
|
|
15
15
|
export declare const stenaArrowDown: IconDefinition;
|
|
16
16
|
export declare const stenaArrowLeft: IconDefinition;
|
|
17
|
+
export declare const stenaArrowPath: IconDefinition;
|
|
17
18
|
export declare const stenaArrowRightAngle: IconDefinition;
|
|
18
19
|
export declare const stenaArrowRight: IconDefinition;
|
|
19
20
|
export declare const stenaArrowUp: IconDefinition;
|
|
@@ -45,6 +46,8 @@ export declare const stenaClearRow: IconDefinition;
|
|
|
45
46
|
export declare const stenaClear: IconDefinition;
|
|
46
47
|
export declare const stenaClockFilled: IconDefinition;
|
|
47
48
|
export declare const stenaClock: IconDefinition;
|
|
49
|
+
export declare const stenaCloudArrow: IconDefinition;
|
|
50
|
+
export declare const stenaCloud: IconDefinition;
|
|
48
51
|
export declare const stenaCog: IconDefinition;
|
|
49
52
|
export declare const stenaCompress: IconDefinition;
|
|
50
53
|
export declare const stenaCopyDocument: IconDefinition;
|
|
@@ -86,6 +89,7 @@ export declare const stenaInfoCircle: IconDefinition;
|
|
|
86
89
|
export declare const stenaInfoMegaphone: IconDefinition;
|
|
87
90
|
export declare const stenaInfoSpeech: IconDefinition;
|
|
88
91
|
export declare const stenaIntermodal: IconDefinition;
|
|
92
|
+
export declare const stenaLightbulb: IconDefinition;
|
|
89
93
|
export declare const stenaLink: IconDefinition;
|
|
90
94
|
export declare const stenaLockClosed: IconDefinition;
|
|
91
95
|
export declare const stenaLockOpen: IconDefinition;
|
|
@@ -149,9 +153,17 @@ export declare const stenaStackCheck: IconDefinition;
|
|
|
149
153
|
export declare const stenaStack: IconDefinition;
|
|
150
154
|
export declare const stenaStatisticsBar: IconDefinition;
|
|
151
155
|
export declare const stenaStatisticsLine: IconDefinition;
|
|
156
|
+
export declare const stenaStatusActive: IconDefinition;
|
|
157
|
+
export declare const stenaStatusBlock: IconDefinition;
|
|
158
|
+
export declare const stenaStatusCanceled: IconDefinition;
|
|
159
|
+
export declare const stenaStatusCheckedinWaitlist: IconDefinition;
|
|
160
|
+
export declare const stenaStatusCheckedin: IconDefinition;
|
|
161
|
+
export declare const stenaStatusConfirmed: IconDefinition;
|
|
152
162
|
export declare const stenaStatusDone: IconDefinition;
|
|
153
163
|
export declare const stenaStatusInProgress: IconDefinition;
|
|
164
|
+
export declare const stenaStatusNoShow: IconDefinition;
|
|
154
165
|
export declare const stenaStatusTodo: IconDefinition;
|
|
166
|
+
export declare const stenaStatusWaitlist: IconDefinition;
|
|
155
167
|
export declare const stenaSwitch: IconDefinition;
|
|
156
168
|
export declare const stenaSync: IconDefinition;
|
|
157
169
|
export declare const stenaTag: IconDefinition;
|
|
@@ -171,6 +183,7 @@ export declare const stenaUserCircle: IconDefinition;
|
|
|
171
183
|
export declare const stenaUserGroupLarge: IconDefinition;
|
|
172
184
|
export declare const stenaUserGroupSmall: IconDefinition;
|
|
173
185
|
export declare const stenaUserMultiple: IconDefinition;
|
|
186
|
+
export declare const stenaUserSingle: IconDefinition;
|
|
174
187
|
export declare const stenaUser: IconDefinition;
|
|
175
188
|
export declare const stenaUsers: IconDefinition;
|
|
176
189
|
export declare const stenaWarehouse: IconDefinition;
|