@stenajs-webui/elements 19.0.0-next.19 → 19.0.0-next.20
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 +5 -0
- package/dist/index.es.js +703 -648
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -69,8 +69,10 @@ export declare const stenaDotsVertical: IconDefinition;
|
|
|
69
69
|
export declare const stenaDots: IconDefinition;
|
|
70
70
|
export declare const stenaDownloadPdf: IconDefinition;
|
|
71
71
|
export declare const stenaDownload: IconDefinition;
|
|
72
|
+
export declare const stenaDrag: IconDefinition;
|
|
72
73
|
export declare const stenaEditColumns: IconDefinition;
|
|
73
74
|
export declare const stenaEdit: IconDefinition;
|
|
75
|
+
export declare const stenaEmptyRead: IconDefinition;
|
|
74
76
|
export declare const stenaExclamationCircleFilled: IconDefinition;
|
|
75
77
|
export declare const stenaExclamationCircle: IconDefinition;
|
|
76
78
|
export declare const stenaExclamationTriangleFilled: IconDefinition;
|
|
@@ -109,6 +111,7 @@ export declare const stenaInfoMegaphone: IconDefinition;
|
|
|
109
111
|
export declare const stenaInfoSpeechAlert: IconDefinition;
|
|
110
112
|
export declare const stenaInfoSpeech: IconDefinition;
|
|
111
113
|
export declare const stenaIntermodal: IconDefinition;
|
|
114
|
+
export declare const stenaKeyboard: IconDefinition;
|
|
112
115
|
export declare const stenaLanguage: IconDefinition;
|
|
113
116
|
export declare const stenaLightbulb: IconDefinition;
|
|
114
117
|
export declare const stenaLightning: IconDefinition;
|
|
@@ -146,6 +149,7 @@ export declare const stenaQuestionCircle: IconDefinition;
|
|
|
146
149
|
export declare const stenaRateThumbDown: IconDefinition;
|
|
147
150
|
export declare const stenaRateThumbUp: IconDefinition;
|
|
148
151
|
export declare const stenaRefresh: IconDefinition;
|
|
152
|
+
export declare const stenaRobot: IconDefinition;
|
|
149
153
|
export declare const stenaSailingBus: IconDefinition;
|
|
150
154
|
export declare const stenaSailingCar: IconDefinition;
|
|
151
155
|
export declare const stenaSailingCargo: IconDefinition;
|
|
@@ -192,6 +196,7 @@ export declare const stenaStack: IconDefinition;
|
|
|
192
196
|
export declare const stenaStar: IconDefinition;
|
|
193
197
|
export declare const stenaStatisticsBar: IconDefinition;
|
|
194
198
|
export declare const stenaStatisticsLine: IconDefinition;
|
|
199
|
+
export declare const stenaStatisticsPie: IconDefinition;
|
|
195
200
|
export declare const stenaStatusActive: IconDefinition;
|
|
196
201
|
export declare const stenaStatusBlock: IconDefinition;
|
|
197
202
|
export declare const stenaStatusCanceled: IconDefinition;
|