@oicl/openbridge-webcomponents 0.0.15-dev-20250205200936 → 0.0.15-dev-20250206192612
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/__snapshots__/alert-icon--primary.png +0 -0
- package/__snapshots__/application-alert-button--alarm-3-digits-standalone.png +0 -0
- package/__snapshots__/application-alert-button--alarm-3-digits.png +0 -0
- package/__snapshots__/application-alert-button--alarm-standalone.png +0 -0
- package/__snapshots__/application-alert-button--alarm.png +0 -0
- package/__snapshots__/application-alert-button--caution.png +0 -0
- package/__snapshots__/application-alert-button--command.png +0 -0
- package/__snapshots__/application-alert-button--flat.png +0 -0
- package/__snapshots__/application-alert-button--notification.png +0 -0
- package/__snapshots__/application-alert-button--regular-idle.png +0 -0
- package/__snapshots__/application-alert-button--regular-standalone-no-counter.png +0 -0
- package/__snapshots__/application-alert-button--regular-standalone.png +0 -0
- package/__snapshots__/application-alert-button--regular.png +0 -0
- package/__snapshots__/application-alert-button--running.png +0 -0
- package/__snapshots__/application-alert-button--standalone-idle-flat.png +0 -0
- package/__snapshots__/application-alert-button--standalone-idle.png +0 -0
- package/__snapshots__/application-alert-button--standalone.png +0 -0
- package/__snapshots__/application-alert-button--warning.png +0 -0
- package/__snapshots__/application-alert-topbar-element--caution.png +0 -0
- package/__snapshots__/application-alert-topbar-element--full.png +0 -0
- package/__snapshots__/application-alert-topbar-element--minimized.png +0 -0
- package/__snapshots__/application-alert-topbar-element--muted.png +0 -0
- package/__snapshots__/application-alert-topbar-element--no-ack.png +0 -0
- package/__snapshots__/application-alert-topbar-element--no-alerts.png +0 -0
- package/__snapshots__/application-notification-message--large-single-message.png +0 -0
- package/__snapshots__/application-notification-message--large.png +0 -0
- package/__snapshots__/application-notification-message--primary.png +0 -0
- package/__snapshots__/application-topbar--inactive.png +0 -0
- package/__snapshots__/application-topbar--regular.png +0 -0
- package/__snapshots__/application-topbar--reponsive.png +0 -0
- package/__snapshots__/application-topbar--settings.png +0 -0
- package/__snapshots__/application-topbar--small.png +0 -0
- package/__snapshots__/application-topbar--wide-rail-regular.png +0 -0
- package/custom-elements.json +41 -98
- package/dist/components/alert-button/alert-button.css.js +278 -249
- package/dist/components/alert-button/alert-button.css.js.map +1 -1
- package/dist/components/alert-button/alert-button.d.ts +7 -5
- package/dist/components/alert-button/alert-button.d.ts.map +1 -1
- package/dist/components/alert-button/alert-button.js +79 -22
- package/dist/components/alert-button/alert-button.js.map +1 -1
- package/dist/components/alert-icon/alert-icon.d.ts +0 -2
- package/dist/components/alert-icon/alert-icon.d.ts.map +1 -1
- package/dist/components/alert-icon/alert-icon.js +23 -15
- package/dist/components/alert-icon/alert-icon.js.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js +5 -5
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js +10 -12
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js +4 -4
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js +9 -11
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js +4 -4
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js.map +1 -1
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js +3 -3
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js.map +1 -1
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts +0 -2
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts.map +1 -1
- package/dist/components/alert-topbar-element/alert-topbar-element.js +3 -13
- package/dist/components/alert-topbar-element/alert-topbar-element.js.map +1 -1
- package/dist/types.d.ts +1 -4
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +0 -3
- package/dist/types.js.map +1 -1
- package/package.json +2 -2
- package/src/components/alert-button/alert-button.css +118 -98
- package/src/components/alert-button/alert-button.stories.ts +42 -19
- package/src/components/alert-button/alert-button.ts +89 -27
- package/src/components/alert-icon/alert-icon.stories.ts +1 -8
- package/src/components/alert-icon/alert-icon.ts +23 -13
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts +5 -5
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts +10 -12
- package/src/components/alert-icon/icons/icon-14-alarm-unack-a.ts +4 -4
- package/src/components/alert-icon/icons/icon-14-alarm-unack-b.ts +9 -11
- package/src/components/alert-icon/icons/icon-14-warning-unack-a.ts +4 -4
- package/src/components/alert-icon/icons/icon-14-warning-unack-b.ts +3 -3
- package/src/components/alert-topbar-element/alert-topbar-element.stories.ts +6 -8
- package/src/components/alert-topbar-element/alert-topbar-element.ts +3 -7
- package/src/components/top-bar/top-bar.stories.ts +4 -2
- package/src/palettes/variables.css +61 -0
- package/src/types.ts +0 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/custom-elements.json
CHANGED
@@ -102169,43 +102169,37 @@
|
|
102169
102169
|
},
|
102170
102170
|
{
|
102171
102171
|
"kind": "field",
|
102172
|
-
"name": "
|
102172
|
+
"name": "flatWhenIdle",
|
102173
102173
|
"type": {
|
102174
102174
|
"text": "boolean"
|
102175
102175
|
},
|
102176
102176
|
"default": "false",
|
102177
|
-
"
|
102178
|
-
"attribute": "standalone"
|
102177
|
+
"attribute": "flatWhenIdle"
|
102179
102178
|
},
|
102180
102179
|
{
|
102181
102180
|
"kind": "field",
|
102182
|
-
"name": "
|
102181
|
+
"name": "standalone",
|
102183
102182
|
"type": {
|
102184
102183
|
"text": "boolean"
|
102185
102184
|
},
|
102186
102185
|
"default": "false",
|
102187
|
-
"description": "If the button
|
102188
|
-
"attribute": "
|
102186
|
+
"description": "If the button is standalone and not used together with an notification-message.",
|
102187
|
+
"attribute": "standalone"
|
102189
102188
|
},
|
102190
102189
|
{
|
102191
102190
|
"kind": "field",
|
102192
|
-
"name": "
|
102191
|
+
"name": "counter",
|
102193
102192
|
"type": {
|
102194
102193
|
"text": "boolean"
|
102195
102194
|
},
|
102196
102195
|
"default": "false",
|
102197
|
-
"description": "
|
102198
|
-
"attribute": "
|
102196
|
+
"description": "If the button should display a counter.",
|
102197
|
+
"attribute": "counter"
|
102199
102198
|
},
|
102200
102199
|
{
|
102201
|
-
"kind": "
|
102202
|
-
"name": "
|
102203
|
-
"
|
102204
|
-
"text": "boolean"
|
102205
|
-
},
|
102206
|
-
"default": "false",
|
102207
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
102208
|
-
"attribute": "blinkWarningValue"
|
102200
|
+
"kind": "method",
|
102201
|
+
"name": "alertIcon",
|
102202
|
+
"privacy": "private"
|
102209
102203
|
}
|
102210
102204
|
],
|
102211
102205
|
"events": [
|
@@ -102233,40 +102227,30 @@
|
|
102233
102227
|
"fieldName": "alertType"
|
102234
102228
|
},
|
102235
102229
|
{
|
102236
|
-
"name": "
|
102237
|
-
"type": {
|
102238
|
-
"text": "boolean"
|
102239
|
-
},
|
102240
|
-
"default": "false",
|
102241
|
-
"description": "If the button is standalone and not used together with an notification-message.",
|
102242
|
-
"fieldName": "standalone"
|
102243
|
-
},
|
102244
|
-
{
|
102245
|
-
"name": "counter",
|
102230
|
+
"name": "flatWhenIdle",
|
102246
102231
|
"type": {
|
102247
102232
|
"text": "boolean"
|
102248
102233
|
},
|
102249
102234
|
"default": "false",
|
102250
|
-
"
|
102251
|
-
"fieldName": "counter"
|
102235
|
+
"fieldName": "flatWhenIdle"
|
102252
102236
|
},
|
102253
102237
|
{
|
102254
|
-
"name": "
|
102238
|
+
"name": "standalone",
|
102255
102239
|
"type": {
|
102256
102240
|
"text": "boolean"
|
102257
102241
|
},
|
102258
102242
|
"default": "false",
|
102259
|
-
"description": "
|
102260
|
-
"fieldName": "
|
102243
|
+
"description": "If the button is standalone and not used together with an notification-message.",
|
102244
|
+
"fieldName": "standalone"
|
102261
102245
|
},
|
102262
102246
|
{
|
102263
|
-
"name": "
|
102247
|
+
"name": "counter",
|
102264
102248
|
"type": {
|
102265
102249
|
"text": "boolean"
|
102266
102250
|
},
|
102267
102251
|
"default": "false",
|
102268
|
-
"description": "
|
102269
|
-
"fieldName": "
|
102252
|
+
"description": "If the button should display a counter.",
|
102253
|
+
"fieldName": "counter"
|
102270
102254
|
}
|
102271
102255
|
],
|
102272
102256
|
"superclass": {
|
@@ -102310,16 +102294,6 @@
|
|
102310
102294
|
"description": "Icon used for alerts and notification with blinking effect",
|
102311
102295
|
"name": "ObcAlertIcon",
|
102312
102296
|
"members": [
|
102313
|
-
{
|
102314
|
-
"kind": "field",
|
102315
|
-
"name": "blinkValue",
|
102316
|
-
"type": {
|
102317
|
-
"text": "boolean"
|
102318
|
-
},
|
102319
|
-
"default": "false",
|
102320
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
102321
|
-
"attribute": "blinkValue"
|
102322
|
-
},
|
102323
102297
|
{
|
102324
102298
|
"kind": "field",
|
102325
102299
|
"name": "name",
|
@@ -102332,15 +102306,6 @@
|
|
102332
102306
|
}
|
102333
102307
|
],
|
102334
102308
|
"attributes": [
|
102335
|
-
{
|
102336
|
-
"name": "blinkValue",
|
102337
|
-
"type": {
|
102338
|
-
"text": "boolean"
|
102339
|
-
},
|
102340
|
-
"default": "false",
|
102341
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
102342
|
-
"fieldName": "blinkValue"
|
102343
|
-
},
|
102344
102309
|
{
|
102345
102310
|
"name": "name",
|
102346
102311
|
"type": {
|
@@ -102646,26 +102611,6 @@
|
|
102646
102611
|
"description": "Type of alert.",
|
102647
102612
|
"attribute": "alertType"
|
102648
102613
|
},
|
102649
|
-
{
|
102650
|
-
"kind": "field",
|
102651
|
-
"name": "blinkAlarmValue",
|
102652
|
-
"type": {
|
102653
|
-
"text": "boolean"
|
102654
|
-
},
|
102655
|
-
"default": "false",
|
102656
|
-
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
102657
|
-
"attribute": "blinkAlarmValue"
|
102658
|
-
},
|
102659
|
-
{
|
102660
|
-
"kind": "field",
|
102661
|
-
"name": "blinkWarningValue",
|
102662
|
-
"type": {
|
102663
|
-
"text": "boolean"
|
102664
|
-
},
|
102665
|
-
"default": "false",
|
102666
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
102667
|
-
"attribute": "blinkWarningValue"
|
102668
|
-
},
|
102669
102614
|
{
|
102670
102615
|
"kind": "field",
|
102671
102616
|
"name": "showAck",
|
@@ -102705,6 +102650,22 @@
|
|
102705
102650
|
"default": "480",
|
102706
102651
|
"description": "The maximum width of the alert.",
|
102707
102652
|
"attribute": "maxWidth"
|
102653
|
+
},
|
102654
|
+
{
|
102655
|
+
"type": {
|
102656
|
+
"text": "boolean"
|
102657
|
+
},
|
102658
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
102659
|
+
"name": "blinkAlarmValue",
|
102660
|
+
"kind": "field"
|
102661
|
+
},
|
102662
|
+
{
|
102663
|
+
"type": {
|
102664
|
+
"text": "boolean"
|
102665
|
+
},
|
102666
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
102667
|
+
"name": "blinkWarningValue",
|
102668
|
+
"kind": "field"
|
102708
102669
|
}
|
102709
102670
|
],
|
102710
102671
|
"events": [
|
@@ -102755,24 +102716,6 @@
|
|
102755
102716
|
"description": "Type of alert.",
|
102756
102717
|
"fieldName": "alertType"
|
102757
102718
|
},
|
102758
|
-
{
|
102759
|
-
"name": "blinkAlarmValue",
|
102760
|
-
"type": {
|
102761
|
-
"text": "boolean"
|
102762
|
-
},
|
102763
|
-
"default": "false",
|
102764
|
-
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
102765
|
-
"fieldName": "blinkAlarmValue"
|
102766
|
-
},
|
102767
|
-
{
|
102768
|
-
"name": "blinkWarningValue",
|
102769
|
-
"type": {
|
102770
|
-
"text": "boolean"
|
102771
|
-
},
|
102772
|
-
"default": "false",
|
102773
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
102774
|
-
"fieldName": "blinkWarningValue"
|
102775
|
-
},
|
102776
102719
|
{
|
102777
102720
|
"name": "showAck",
|
102778
102721
|
"type": {
|
@@ -110196,7 +110139,7 @@
|
|
110196
110139
|
{
|
110197
110140
|
"kind": "variable",
|
110198
110141
|
"name": "svg14AlarmSilencedA",
|
110199
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"
|
110142
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"var(--alarm-enabled-background-color)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--on-alarm-active-color)\"/> </svg> `"
|
110200
110143
|
}
|
110201
110144
|
],
|
110202
110145
|
"exports": [
|
@@ -110217,7 +110160,7 @@
|
|
110217
110160
|
{
|
110218
110161
|
"kind": "variable",
|
110219
110162
|
"name": "svg14AlarmSilencedB",
|
110220
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <
|
110163
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--element-neutral-color)\"/> </svg> `"
|
110221
110164
|
}
|
110222
110165
|
],
|
110223
110166
|
"exports": [
|
@@ -110238,7 +110181,7 @@
|
|
110238
110181
|
{
|
110239
110182
|
"kind": "variable",
|
110240
110183
|
"name": "svg14AlarmUnackA",
|
110241
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"
|
110184
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
|
110242
110185
|
}
|
110243
110186
|
],
|
110244
110187
|
"exports": [
|
@@ -110259,7 +110202,7 @@
|
|
110259
110202
|
{
|
110260
110203
|
"kind": "variable",
|
110261
110204
|
"name": "svg14AlarmUnackB",
|
110262
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <
|
110205
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
|
110263
110206
|
}
|
110264
110207
|
],
|
110265
110208
|
"exports": [
|
@@ -110280,7 +110223,7 @@
|
|
110280
110223
|
{
|
110281
110224
|
"kind": "variable",
|
110282
110225
|
"name": "svg14WarningUnackA",
|
110283
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <
|
110226
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
|
110284
110227
|
}
|
110285
110228
|
],
|
110286
110229
|
"exports": [
|
@@ -110301,7 +110244,7 @@
|
|
110301
110244
|
{
|
110302
110245
|
"kind": "variable",
|
110303
110246
|
"name": "svg14WarningUnackB",
|
110304
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" /> <path d=\"M8.
|
110247
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" /> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
|
110305
110248
|
}
|
110306
110249
|
],
|
110307
110250
|
"exports": [
|