@stenajs-webui/elements 17.11.0 → 17.13.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/CHANGELOG.md +20 -0
- package/dist/components/ui/route-leg/RouteLeg.d.ts +19 -0
- package/dist/components/ui/route-leg/TimeTag.d.ts +7 -0
- package/dist/icons/ui/IconsUi.d.ts +60 -35
- package/dist/icons/ui/IconsUiDemo.d.ts +5 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +649 -202
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){ try {var elementStyle = document.createElement('style'); elementStyle.appendChild(document.createTextNode("._banner_mo0cf_1{--current-bg-color: var(--lhds-color-ui-200);--current-icon-color: var(--lhds-color-ui-500);padding:calc(var(--swui-metrics-spacing) * 2) 0;padding-right:calc(var(--swui-metrics-indent) * 2);background:var(--current-bg-color)}._banner_mo0cf_1 ._icon_mo0cf_10{color:var(--current-icon-color)}._banner_mo0cf_1._standard_mo0cf_14{--current-bg-color: var(--lhds-color-ui-200);--current-icon-color: var(--lhds-color-ui-500)}._banner_mo0cf_1._info_mo0cf_19{--current-bg-color: var(--lhds-color-blue-50);--current-icon-color: var(--lhds-color-blue-500)}._banner_mo0cf_1._success_mo0cf_24{--current-bg-color: var(--lhds-color-green-50);--current-icon-color: var(--lhds-color-green-600)}._banner_mo0cf_1._warning_mo0cf_29{--current-bg-color: var(--lhds-color-orange-50);--current-icon-color: var(--lhds-color-orange-600)}._banner_mo0cf_1._error_mo0cf_34{--current-bg-color: var(--lhds-color-red-50);--current-icon-color: var(--lhds-color-red-500)}._spinner_1xjtk_1{-webkit-animation:_rotator_1xjtk_1 2s linear infinite both;animation:_rotator_1xjtk_1 2s linear infinite both}._spinner_1xjtk_1 circle{stroke-linecap:round;-webkit-transform-origin:center;transform-origin:center;fill:transparent;stroke-dasharray:283;stroke-dashoffset:280;stroke-width:10px}._spinner_1xjtk_1._standard_1xjtk_13{stroke:var(--lhds-color-blue-500)}._spinner_1xjtk_1._standard_1xjtk_13 circle{-webkit-animation:_dash_1xjtk_1 1.4s ease-in-out infinite both;animation:_dash_1xjtk_1 1.4s ease-in-out infinite both}._spinner_1xjtk_1._inverted_1xjtk_21{stroke:var(--lhds-color-ui-300)}._spinner_1xjtk_1._inverted_1xjtk_21 circle{-webkit-animation:_dash_1xjtk_1 1.4s ease-in-out infinite both;animation:_dash_1xjtk_1 1.4s ease-in-out infinite both}._spinner_1xjtk_1._customColor_1xjtk_29 circle{-webkit-animation:_dash_1xjtk_1 1.4s ease-in-out infinite both;animation:_dash_1xjtk_1 1.4s ease-in-out infinite both}._spinner_1xjtk_1._medium_1xjtk_35{width:54px;height:54px}._spinner_1xjtk_1._small_1xjtk_40{width:34px;height:34px}._spinner_1xjtk_1._tiny_1xjtk_45{width:20px;height:20px}@-webkit-keyframes _dash_1xjtk_1{0%,25%{stroke-dashoffset:280;-webkit-transform:rotate(0);transform:rotate(0)}50%,75%{stroke-dashoffset:75;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes _dash_1xjtk_1{0%,25%{stroke-dashoffset:280;-webkit-transform:rotate(0);transform:rotate(0)}50%,75%{stroke-dashoffset:75;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes _rotator_1xjtk_1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes _rotator_1xjtk_1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}._link_12r0a_1{--swui-link-font-family: var(--swui-font-primary);--swui-link-font-weight: var(--swui-font-weight-link);--swui-link-text-decoration: underline;--swui-link-letter-spacing: var(--swui-text-letter-spacing);--swui-link-color: var(--swui-text-action-color);--swui-link-color-hover: var(--swui-text-action-color-focus);--swui-link-color-active: var(--swui-text-action-color-active);--swui-link-color-focus: var(--swui-text-action-color-focus);--swui-link-color-disabled: var(--lhds-color-ui-600);--swui-link-focus-highlight-color: var(--lhds-color-blue-300);--swui-link-focus-highlight-color-disabled: var(--swui-link-color-disabled);--current-color: var(--swui-link-color);--current-font-size: var(--swui-font-size-medium);--current-line-height: var(--swui-line-height-medium);--current-letter-spacing: var(--swui-link-letter-spacing);--current-font-weight: var(--swui-link-font-weight);font-size:var(--current-font-size);line-height:var(--current-line-height);color:var(--current-color);letter-spacing:var(--current-letter-spacing);font-family:var(--swui-link-font-family);font-weight:var(--current-font-weight);box-sizing:border-box;outline:1px dashed var(--current-focus-highlight-color);-webkit-text-decoration:var(--swui-link-text-decoration);text-decoration:var(--swui-link-text-decoration)}._link_12r0a_1:not(._disabled_12r0a_34){cursor:pointer}._link_12r0a_1:focus:not(:active){--current-focus-highlight-color: var(--swui-link-focus-highlight-color);cursor:pointer}._link_12r0a_1:focus._disabled_12r0a_34{--current-focus-highlight-color: var( --swui-link-focus-highlight-color-disabled );cursor:default}._link_12r0a_1:hover{--current-color: var(--swui-link-color-hover)}._link_12r0a_1:active{--current-color: var(--swui-link-color-active)}._link_12r0a_1._disabled_12r0a_34{--current-color: var(--swui-link-color-disabled)}._link_12r0a_1._bold_12r0a_67{--current-font-weight: var(--swui-font-weight-text-bold)}._link_12r0a_1._caption_12r0a_71{--current-font-size: var(--swui-font-size-small);--current-line-height: var(--swui-line-height-small);--current-letter-spacing: 0;font-style:italic}._link_12r0a_1._overline_12r0a_78{--current-font-size: var(--swui-font-size-smaller);--current-line-height: var(--swui-line-height-smaller);--current-letter-spacing: .1rem;text-transform:uppercase}._link_12r0a_1._large_12r0a_85{--current-font-size: var(--swui-font-size-large);--current-line-height: var(--swui-line-height-large);--current-letter-spacing: 0}._link_12r0a_1._medium_12r0a_91{--current-font-size: var(--swui-font-size-medium);--current-line-height: var(--swui-line-height-medium)}._link_12r0a_1._small_12r0a_96{--current-font-size: var(--swui-font-size-small);--current-line-height: var(--swui-line-height-small);--current-letter-spacing: 0}._link_12r0a_1._smaller_12r0a_102{--current-font-size: var(--swui-font-size-smaller);--current-line-height: var(--swui-line-height-smaller);--current-letter-spacing: 0}._resultItemRow_1y7mx_1{display:flex;flex-direction:column}._resultItemRow_1y7mx_1 ._link_1y7mx_5{margin-top:4px}._resultList_7dj0n_1{margin:0;-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:0;padding-inline-end:0}._resultList_7dj0n_1 li:not(:last-child){margin-bottom:calc(var(--swui-metrics-spacing))}._crumb_lq9fa_1{color:var(--swui-text-action-color);font-size:1rem;font-family:var(--swui-font-primary);font-weight:var(--swui-font-weight-text-bold);letter-spacing:.1rem;text-decoration:none;cursor:pointer}._crumb_lq9fa_1:hover{text-decoration:underline;color:var(--swui-text-action-color-hover)}._crumb_lq9fa_1:focus{color:var(--swui-text-action-color-focus)}._crumb_lq9fa_1:active{text-decoration:underline;color:var(--swui-text-action-color-active)}._button_bt997_1{--swui-button-line-height: 1.6rem;--swui-button-font-weight: 400;--swui-button-text-size: var(--swui-font-size-medium);--swui-button-text-color: var(--swui-white);--swui-button-text-decoration: none;--swui-button-letter-spacing: var(--swui-field-letter-spacing);--swui-button-padding-vertical: calc(var(--swui-metrics-spacing) - 1px);--swui-button-padding-horizontal: calc(var(--swui-metrics-spacing) * 2 - 1px);--swui-button-text-color-focus: var(--swui-button-text-color);--swui-button-text-color-hover: var(--swui-button-text-color);--swui-button-text-color-active: var(--swui-button-text-color);--swui-button-text-color-disabled: var(--swui-text-disabled-color);--swui-button-danger-text-color: var(--swui-button-text-color);--swui-button-danger-text-color-focus: var(--swui-button-danger-text-color);--swui-button-danger-text-color-hover: var(--swui-button-danger-text-color);--swui-button-danger-text-color-active: var(--swui-button-danger-text-color);--swui-button-success-text-color: var(--swui-button-text-color);--swui-button-success-text-color-focus: var(--swui-button-success-text-color);--swui-button-success-text-color-hover: var(--swui-button-success-text-color);--swui-button-success-text-color-active: var( --swui-button-success-text-color );--swui-button-icon-height: 1.6rem;--swui-button-icon-height-large: 2.4rem;--swui-button-icon-color: var(--swui-white);--swui-button-icon-color-focus: var(--swui-button-icon-color);--swui-button-icon-color-hover: var(--swui-button-icon-color);--swui-button-icon-color-active: var(--swui-button-icon-color);--swui-button-icon-color-disabled: var(--swui-text-disabled-color);--swui-button-danger-icon-color: var(--swui-button-icon-color);--swui-button-danger-icon-color-focus: var(--swui-button-danger-icon-color);--swui-button-danger-icon-color-hover: var(--swui-button-danger-icon-color);--swui-button-danger-icon-color-active: var(--swui-button-danger-icon-color);--swui-button-success-icon-color: var(--swui-button-icon-color);--swui-button-success-icon-color-focus: var(--swui-button-success-icon-color);--swui-button-success-icon-color-hover: var(--swui-button-success-icon-color);--swui-button-success-icon-color-active: var( --swui-button-success-icon-color );--swui-button-background-color: var(--swui-primary-action-color);--swui-button-background-color-active: var( --swui-primary-action-color-active );--swui-button-background-color-focus: var(--swui-primary-action-color-focus);--swui-button-background-color-hover: var(--swui-primary-action-color-hover);--swui-button-background-color-disabled: var( --swui-primary-action-color-disabled );--swui-button-danger-background-color: var(--lhds-color-red-500);--swui-button-danger-background-color-active: var(--lhds-color-red-900);--swui-button-danger-background-color-focus: var(--lhds-color-red-700);--swui-button-danger-background-color-hover: var(--lhds-color-red-600);--swui-button-success-background-color: var(--lhds-color-green-600);--swui-button-success-background-color-active: var(--lhds-color-green-900);--swui-button-success-background-color-focus: var(--lhds-color-green-800);--swui-button-success-background-color-hover: var(--lhds-color-green-700);--swui-button-border-color: var(--swui-button-background-color);--swui-button-border-radius: var(--swui-border-radius);--swui-button-border-radius-icon-only: var(--swui-border-radius);--swui-button-border-color-focus: var(--swui-button-background-color-focus);--swui-button-border-color-hover: var(--swui-button-background-color-hover);--swui-button-border-color-active: var(--swui-button-background-color-active);--swui-button-border-color-disabled: var(--lhds-color-ui-400);--swui-button-danger-border-color: var(--swui-button-danger-background-color);--swui-button-danger-border-color-focus: var( --swui-button-danger-background-color-focus );--swui-button-danger-border-color-hover: var( --swui-button-danger-background-color-hover );--swui-button-danger-border-color-active: var( --swui-button-danger-background-color-active );--swui-button-success-border-color: var( --swui-button-success-background-color );--swui-button-success-border-color-focus: var( --swui-button-success-background-color-focus );--swui-button-success-border-color-hover: var( --swui-button-success-background-color-hover );--swui-button-success-border-color-active: var( --swui-button-success-background-color-active );--swui-button-box-shadow-focus: 0 0 4px 0 var(--lhds-color-blue-300);--swui-button-box-shadow-hover: 0 1px 1px 1px rgba(29, 100, 171, .16), 0 0 1px 0 rgba(29, 100, 171, .16);--swui-button-box-shadow: 0 1px 0 0 rgba(29, 100, 171, .08), 0 0 1px -1px rgba(29, 100, 171, .1);--swui-button-box-shadow-active: none;--swui-button-box-shadow-disabled: none;--current-background-color: var(--swui-button-background-color);--current-icon-height: var(--swui-button-icon-height);--current-icon-color: var(--swui-button-icon-color);--current-text-color: var(--swui-button-text-color);--current-border-color: var(--swui-button-border-color);box-sizing:border-box;letter-spacing:var(--swui-button-letter-spacing);-webkit-text-decoration:var(--swui-button-text-decoration);text-decoration:var(--swui-button-text-decoration);padding:var(--swui-button-padding-vertical) var(--swui-button-padding-horizontal);border:1px solid var(--current-border-color);background-color:var(--current-background-color);border-radius:var(--swui-button-border-radius);box-shadow:var(--current-box-shadow, var(--swui-button-box-shadow));color:var(--current-text-color);font-size:var(--current-text-size, var(--swui-button-text-size));line-height:var(--current-line-height, var(--swui-button-line-height));font-weight:var(--swui-button-font-weight);font-family:var(--swui-font-buttons);cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center}._button_bt997_1._iconButton_bt997_144{padding:var(--swui-button-padding-vertical);color:var(--current-icon-color);flex:none;border-radius:var(--swui-button-border-radius-icon-only);width:32px;height:32px;justify-content:center;align-items:center;display:flex}._button_bt997_1._iconButton_bt997_144._small_bt997_157{width:24px;height:24px}._button_bt997_1._iconButton_bt997_144._large_bt997_162{width:40px;height:40px}._button_bt997_1._small_bt997_157{--current-line-height: 1.6rem;--swui-button-padding-vertical: calc(var(--swui-metrics-space) / 2 - 1px);--swui-button-padding-horizontal: calc(var(--swui-metrics-space) - 1px);--current-text-size: 1.2rem}._button_bt997_1._large_bt997_162{--current-line-height: 2.4rem;--swui-button-padding-vertical: calc(var(--swui-metrics-space) - 1px);--swui-button-padding-horizontal: calc(var(--swui-metrics-space) * 3 - 1px);--current-text-size: 1.6rem}._button_bt997_1._large_bt997_162._iconButton_bt997_144{--current-icon-height: var(--swui-button-icon-height-large)}._button_bt997_1:hover{--current-background-color: var(--swui-button-background-color-hover);--current-border-color: var(--swui-button-border-color-hover);--current-icon-color: var(--swui-button-icon-color-hover);--current-text-color: var(--swui-button-text-color-hover);--current-box-shadow: var(--swui-button-box-shadow-hover)}._button_bt997_1:focus{outline:0;--current-background-color: var(--swui-button-background-color-focus);--current-border-color: var(--swui-button-border-color-focus);--current-icon-color: var(--swui-button-icon-color-focus);--current-text-color: var(--swui-button-text-color-focus);--current-box-shadow: var(--swui-button-box-shadow-focus)}._button_bt997_1:active{--current-background-color: var(--swui-button-background-color-active);--current-border-color: var(--swui-button-border-color-active);--current-icon-color: var(--swui-button-icon-color-active);--current-text-color: var(--swui-button-text-color-active);--current-box-shadow: var(--swui-button-box-shadow-active)}._button_bt997_1:disabled{--current-background-color: var(--swui-button-background-color-disabled);--current-border-color: var(--swui-button-border-color-disabled);--current-icon-color: var(--swui-button-icon-color-disabled);--current-text-color: var(--swui-button-text-color-disabled);--current-box-shadow: var(--swui-button-box-shadow-disabled);cursor:not-allowed}._button_bt997_1._danger_bt997_227:not(:disabled){--current-background-color: var(--swui-button-danger-background-color);--current-border-color: var(--swui-button-danger-border-color);--current-text-color: var(--swui-button-danger-text-color);--current-icon-color: var(--swui-button-danger-icon-color)}._button_bt997_1._danger_bt997_227:not(:disabled):hover{--current-background-color: var( --swui-button-danger-background-color-hover );--current-border-color: var(--swui-button-danger-border-color-hover);--current-text-color: var(--swui-button-danger-text-color-hover);--current-icon-color: var(--swui-button-danger-icon-color-hover)}._button_bt997_1._danger_bt997_227:not(:disabled):focus{outline:0;--current-background-color: var( --swui-button-danger-background-color-focus );--current-border-color: var(--swui-button-danger-border-color-focus);--current-text-color: var(--swui-button-danger-text-color-focus);--current-icon-color: var(--swui-button-danger-icon-color-focus)}._button_bt997_1._danger_bt997_227:not(:disabled):active{--current-background-color: var( --swui-button-danger-background-color-active );--current-border-color: var(--swui-button-danger-border-color-active);--current-text-color: var(--swui-button-danger-text-color-active);--current-icon-color: var(--swui-button-danger-icon-color-active)}._button_bt997_1._success_bt997_262:not(:disabled){--current-background-color: var(--swui-button-success-background-color);--current-border-color: var(--swui-button-success-border-color);--current-text-color: var(--swui-button-success-text-color);--current-icon-color: var(--swui-button-success-icon-color)}._button_bt997_1._success_bt997_262:not(:disabled):hover{--current-background-color: var( --swui-button-success-background-color-hover );--current-border-color: var(--swui-button-success-border-color-hover);--current-text-color: var(--swui-button-success-text-color-hover);--current-icon-color: var(--swui-button-success-icon-color-hover)}._button_bt997_1._success_bt997_262:not(:disabled):focus{outline:0;--current-background-color: var( --swui-button-success-background-color-focus );--current-border-color: var(--swui-button-success-border-color-focus);--current-text-color: var(--swui-button-success-text-color-focus);--current-icon-color: var(--swui-button-success-icon-color-focus)}._button_bt997_1._success_bt997_262:not(:disabled):active{--current-background-color: var( --swui-button-success-background-color-active );--current-border-color: var(--swui-button-success-border-color-active);--current-text-color: var(--swui-button-success-text-color-active);--current-icon-color: var(--swui-button-success-icon-color-active)}._iconLeft_8pdbi_1,._iconRight_8pdbi_2{color:var(--current-icon-color);height:var(--current-line-height)}._iconLeft_8pdbi_1,._iconRight_8pdbi_2{height:var(--current-icon-height)}._leftWrapper_8pdbi_12,._rightWrapper_8pdbi_13{display:flex;align-items:center;justify-content:center}._leftWrapper_8pdbi_12:not(:last-child){margin-right:var(--swui-metrics-indent)}._rightWrapper_8pdbi_13:not(:first-child){margin-left:var(--swui-metrics-indent)}._spinnerLeft_8pdbi_27{display:flex;align-items:center}._label_8pdbi_32{white-space:nowrap}._flatButton_fp9na_1{--swui-flat-button-font-weight: var(--swui-font-weight-text-bold);--swui-flat-button-text-color: var(--swui-primary-action-color);--swui-flat-button-text-color-active: var(--swui-primary-action-color);--swui-flat-button-text-color-disabled: var(--swui-text-disabled-color);--swui-flat-button-icon-color: var(--swui-primary-action-color);--swui-flat-button-icon-color-active: var(--swui-primary-action-color);--swui-flat-button-icon-color-disabled: var(--swui-text-disabled-color);--swui-flat-button-background-color: transparent;--swui-flat-button-background-color-hover: var(--lhds-color-blue-50);--swui-flat-button-background-color-active: var(--lhds-color-blue-100);--swui-flat-button-background-color-focus: transparent;--swui-flat-button-background-color-disabled: transparent;--swui-flat-button-text-color-inverted: var(--lhds-color-blue-50);--swui-flat-button-text-color-inverted-active: var(--lhds-color-blue-50);--swui-flat-button-text-color-inverted-disabled: var( --swui-text-disabled-color-light );--swui-flat-button-icon-color-inverted: var(--lhds-color-blue-50);--swui-flat-button-icon-color-inverted-active: var(--lhds-color-blue-50);--swui-flat-button-icon-color-inverted-disabled: var( --swui-text-disabled-color-light );--swui-flat-button-background-inverted-color-focus: transparent;--swui-flat-button-background-inverted-color-disabled: transparent;--swui-flat-button-background-inverted-color-hover: var( --lhds-color-blue-800 );--swui-flat-button-background-inverted-color-active: var( --lhds-color-blue-700 );--swui-flat-box-shadow-focus: 0 0 4px 0 var(--lhds-color-blue-300);--swui-button-font-weight: var(--swui-flat-button-font-weight);--swui-button-text-color: var(--swui-flat-button-text-color);--swui-button-text-color-focus: var(--swui-flat-button-text-color);--swui-button-text-color-hover: var(--swui-flat-button-text-color);--swui-button-text-color-active: var(--swui-flat-button-text-color-active);--swui-button-text-color-disabled: var( --swui-flat-button-text-color-disabled );--swui-button-danger-text-color: var(--lhds-color-red-500);--swui-button-success-text-color: var(--lhds-color-green-600);--swui-button-icon-color: var(--swui-flat-button-icon-color);--swui-button-icon-color-focus: var(--swui-flat-button-icon-color);--swui-button-icon-color-hover: var(--swui-flat-button-icon-color);--swui-button-icon-color-active: var(--swui-flat-button-icon-color-active);--swui-button-icon-color-disabled: var( --swui-flat-button-icon-color-disabled );--swui-button-danger-icon-color: var(--lhds-color-red-500);--swui-button-success-icon-color: var(--lhds-color-green-600);--swui-button-background-color: var(--swui-flat-button-background-color);--swui-button-background-color-hover: var( --swui-flat-button-background-color-hover );--swui-button-background-color-focus: var( --swui-flat-button-background-color-focus );--swui-button-background-color-active: var( --swui-flat-button-background-color-active );--swui-button-background-color-disabled: var( --swui-flat-button-background-color-disabled );--swui-button-danger-background-color: var( --swui-flat-button-background-color );--swui-button-danger-background-color-hover: var(--lhds-color-red-50);--swui-button-danger-background-color-focus: var( --swui-flat-button-background-color-focus );--swui-button-danger-background-color-active: var(--lhds-color-red-100);--swui-button-success-background-color: var( --swui-flat-button-background-color );--swui-button-success-background-color-hover: var(--lhds-color-green-50);--swui-button-success-background-color-focus: var( --swui-flat-button-background-color-focus );--swui-button-success-background-color-active: var(--lhds-color-green-100);--swui-button-border-color: transparent;--swui-button-border-color-hover: transparent;--swui-button-border-color-focus: transparent;--swui-button-border-color-active: transparent;--swui-button-border-color-disabled: transparent;--swui-button-border-radius-icon-only: 50%;--swui-button-danger-border-color: var(--swui-button-border-color);--swui-button-danger-border-color-hover: var( --swui-button-border-color-hover );--swui-button-danger-border-color-focus: var( --swui-button-border-color-active );--swui-button-danger-border-color-active: var( --swui-button-border-color-disabled );--swui-button-success-border-color: var(--swui-button-border-color);--swui-button-success-border-color-hover: var( --swui-button-border-color-hover );--swui-button-success-border-color-focus: var( --swui-button-border-color-active );--swui-button-success-border-color-active: var( --swui-button-border-color-disabled );--swui-button-box-shadow: none;--swui-button-box-shadow-hover: none;--swui-button-box-shadow-focus: var(--swui-flat-box-shadow-focus);--swui-button-box-shadow-active: none;--swui-button-box-shadow-disabled: none}._flatButton_fp9na_1._inverted_fp9na_143{--swui-button-text-color: var(--swui-flat-button-text-color-inverted);--swui-button-text-color-hover: var(--swui-flat-button-text-color-inverted);--swui-button-text-color-focus: var(--swui-flat-button-text-color-inverted);--swui-button-text-color-active: var( --swui-flat-button-text-color-inverted-active );--swui-button-text-color-disabled: var( --swui-flat-button-text-color-inverted-disabled );--swui-button-icon-color: var(--swui-flat-button-icon-color-inverted);--swui-button-icon-color-focus: var(--swui-flat-button-icon-color-inverted);--swui-button-icon-color-hover: var(--swui-flat-button-icon-color-inverted);--swui-button-icon-color-active: var( --swui-flat-button-icon-color-inverted-active );--swui-button-icon-color-disabled: var( --swui-flat-button-icon-color-inverted-disabled );--swui-button-background-color: transparent;--swui-button-background-color-hover: var( --swui-flat-button-background-inverted-color-hover );--swui-button-background-color-focus: var( --swui-flat-button-background-inverted-color-focus );--swui-button-background-color-active: var( --swui-flat-button-background-inverted-color-active );--swui-button-background-color-disabled: var( --swui-flat-button-background-inverted-color-disabled )}._secondaryButton_wgcaf_1{--swui-button-text-color: var(--lhds-color-ui-700);--swui-button-text-color-hover: var(--lhds-color-ui-700);--swui-button-text-color-focus: var(--lhds-color-ui-700);--swui-button-text-color-active: var(--lhds-color-blue-500);--swui-button-danger-text-color-active: var(--lhds-color-red-500);--swui-button-success-text-color-active: var(--lhds-color-green-600);--swui-button-icon-color: var(--lhds-color-blue-500);--swui-button-icon-color-hover: var(--lhds-color-blue-500);--swui-button-icon-color-focus: var(--lhds-color-blue-500);--swui-button-icon-color-active: var(--lhds-color-blue-500);--swui-button-danger-icon-color: var(--lhds-color-red-500);--swui-button-success-icon-color: var(--lhds-color-green-600);--swui-button-background-color: var(--swui-white);--swui-button-background-color-hover: var(--lhds-color-blue-50);--swui-button-background-color-focus: var(--swui-white);--swui-button-background-color-active: var(--lhds-color-blue-100);--swui-button-background-color-disabled: var(--lhds-color-ui-300);--swui-button-danger-background-color: var(--swui-button-background-color);--swui-button-danger-background-color-hover: var(--lhds-color-red-50);--swui-button-danger-background-color-focus: var( --swui-button-background-color );--swui-button-danger-background-color-active: var(--lhds-color-red-100);--swui-button-success-background-color: var(--swui-button-background-color);--swui-button-success-background-color-hover: var(--lhds-color-green-50);--swui-button-success-background-color-focus: var( --swui-button-background-color );--swui-button-success-background-color-active: var(--lhds-color-green-100);--swui-button-border-color: var(--lhds-color-ui-400);--swui-button-border-color-hover: var(--lhds-color-blue-400);--swui-button-border-color-focus: var(--lhds-color-blue-600);--swui-button-border-color-active: var(--lhds-color-blue-500);--swui-button-border-color-disabled: var(--lhds-color-ui-400);--swui-button-danger-border-color: var(--swui-button-border-color);--swui-button-danger-border-color-hover: var(--lhds-color-red-400);--swui-button-danger-border-color-focus: var(--lhds-color-red-600);--swui-button-danger-border-color-active: var(--lhds-color-red-500);--swui-button-success-border-color: var(--swui-button-border-color);--swui-button-success-border-color-hover: var(--lhds-color-green-500);--swui-button-success-border-color-focus: var(--lhds-color-green-700);--swui-button-success-border-color-active: var(--lhds-color-green-600);--swui-button-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06), 0 0 1px -1px rgba(0, 0, 0, .1);--swui-button-box-shadow-hover: 0 0 1px 0 rgba(29, 100, 171, .16), 0 1px 1px 1px rgba(29, 100, 171, .16);--swui-button-box-shadow-focus: 0 0 4px 0 var(--lhds-color-blue-300);--swui-button-box-shadow-active: none;--swui-button-box-shadow-disabled: none}._buttonLink_1wbp2_1{text-decoration:none}._buttonGroup_hnjh9_1{display:flex}._buttonGroup_hnjh9_1>button{margin:0;position:relative}._buttonGroup_hnjh9_1>button:not(:only-child):not(:last-child){margin-right:-1px}._buttonGroup_hnjh9_1>button:hover,._buttonGroup_hnjh9_1>button:focus{z-index:1}._buttonGroup_hnjh9_1>button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}._buttonGroup_hnjh9_1>button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}._upDownButtons_8f4h3_1{--swui-stepper-button-focus-shadow: var(--swui-field-focus-shadow);--swui-stepper-button-width: 25px;align-self:stretch}._upDownButtons_8f4h3_1 ._button_8f4h3_6{width:var(--swui-stepper-button-width);border:none;cursor:pointer;flex:1}._upDownButtons_8f4h3_1 ._button_8f4h3_6:focus{outline:none;box-shadow:var(--swui-stepper-button-focus-shadow)}._upDownButtons_8f4h3_1 ._button_8f4h3_6:disabled{background-color:var(--swui-textinput-bg-color-disabled)}._cardHeader_1hiej_1{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid var(--lhds-color-ui-300);padding:0 calc(3 * var(--swui-metrics-indent))}._cardHeader_1hiej_1._standard_1hiej_8{height:56px}._cardHeader_1hiej_1._compact_1hiej_12{height:40px}._chip_1ihre_1{--swui-chip-font-size: var(--swui-font-size-small);--swui-chip-line-height: var(--swui-line-height-small);--swui-chip-font-weight: var(--swui-font-weight-text);--swui-chip-font-family: var(--swui-font-primary);--swui-chip-letter-spacing: var(--swui-text-letter-spacing);--swui-chip-height: 24px;--swui-chip-border-radius: var(--swui-border-radius);--current-text-color: var(--swui-white);--current-bg-color: var(--lhds-color-blue-50);--current-bg-color-hover: var(--lhds-color-blue-600);--current-bg-color-focus: var(--lhds-color-blue-700);--current-bg-color-active: var(--lhds-color-blue-800);box-sizing:border-box;display:inline-flex;flex-direction:row;border-radius:var(--swui-chip-border-radius);background-color:var(--current-bg-color)}._chip_1ihre_1 ._chipCell_1ihre_25{font-family:var(--swui-chip-font-family);font-size:var(--swui-chip-font-size);font-weight:var(--swui-chip-font-weight);line-height:var(--swui-chip-line-height);color:var(--current-text-color);min-height:var(--swui-chip-height);display:flex;align-items:center}._chip_1ihre_1 ._label_1ihre_36{white-space:nowrap;padding:0 var(--swui-metrics-space)}._chip_1ihre_1 button{background:transparent;border:none;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}._chip_1ihre_1 button:hover{background-color:var(--current-bg-color-hover)}._chip_1ihre_1 button:focus{background-color:var(--current-bg-color-focus);outline:none}._chip_1ihre_1 button:active{background-color:var(--current-bg-color-active)}._chip_1ihre_1 button:first-child{border-top-left-radius:var(--swui-chip-border-radius);border-bottom-left-radius:var(--swui-chip-border-radius)}._chip_1ihre_1 button:last-child{border-top-right-radius:var(--swui-chip-border-radius);border-bottom-right-radius:var(--swui-chip-border-radius)}._chip_1ihre_1 ._close_1ihre_74{padding-left:var(--swui-metrics-space);padding-right:var(--swui-metrics-space)}._chip_1ihre_1 ._close_1ihre_74 svg{color:var(--current-text-color)}._chip_1ihre_1._primary_1ihre_83{--current-bg-color: var(--swui-primary-action-color);--current-text-color: var(--swui-white);--current-bg-color-hover: var(--lhds-color-blue-600);--current-bg-color-focus: var(--lhds-color-blue-700);--current-bg-color-active: var(--lhds-color-blue-800)}._chip_1ihre_1._secondary_1ihre_91{--current-bg-color: var(--lhds-color-blue-100);--current-text-color: var(--lhds-color-blue-800);--current-bg-color-hover: var(--lhds-color-blue-200);--current-bg-color-focus: var(--lhds-color-blue-200);--current-bg-color-active: var(--lhds-color-blue-300)}._badge_1b6e7_1{--swui-badge-notification-bg-color: var(--swui-primary-action-color);--swui-badge-warning-bg-color: var(--swui-state-alert-color);--swui-badge-error-bg-color: var(--swui-state-error-color);--swui-badge-text-color: var(--swui-white);--swui-badge-size: 18px;display:flex;overflow:hidden;border-radius:calc(var(--swui-badge-size) / 2);border-width:0;min-width:var(--swui-badge-size);height:var(--swui-badge-size);align-items:center;justify-content:center}._badge_1b6e7_1._info_1b6e7_17{background:var(--swui-badge-notification-bg-color)}._badge_1b6e7_1._warning_1b6e7_21{background:var(--swui-badge-warning-bg-color)}._badge_1b6e7_1._error_1b6e7_25{background:var(--swui-badge-error-bg-color)}._badge_1b6e7_1 ._label_1b6e7_29{line-height:var(--swui-badge-size);color:var(--swui-badge-text-color)}._toggleButton_gx3ve_1{--swui-toggle-button-width: 28px;--swui-toggle-button-height: 28px;--swui-toggle-button-bg-pressed: var(--swui-primary-action-color);--swui-toggle-button-bg-not-pressed: var(--lhds-color-blue-100);--swui-toggle-button-text-color-pressed: var(--lhds-color-blue-50);--swui-toggle-button-text-color-not-pressed: var(--swui-text-color);width:var(--swui-toggle-button-width);height:var(--swui-toggle-button-height);background:var(--swui-toggle-button-bg-not-pressed)}._toggleButton_gx3ve_1 ._label_gx3ve_18{color:var(--swui-toggle-button-text-color-not-pressed)}._toggleButton_gx3ve_1._pressed_gx3ve_22{background:var(--swui-toggle-button-bg-pressed)}._toggleButton_gx3ve_1._pressed_gx3ve_22 ._label_gx3ve_18{color:var(--swui-toggle-button-text-color-pressed)}._actionMenu_1loms_1{--swui-action-menu-menu-background: var(--swui-white);--swui-action-menu-border-radius: 4px;background:var(--swui-action-menu-menu-background);border-radius:var(--swui-action-menu-border-radius)}._actionMenu_1loms_1._outlined_1loms_11{border:1px solid var(--lhds-color-blue-500)}._actionMenuItem_sheks_1{--swui-action-menu-item-height: 40px;--swui-action-menu-icon-color: var(--swui-text-primary-color);--swui-action-menu-icon-color-disabled: var(--swui-text-disabled-color);--swui-action-menu-icon-color-focus: var(--swui-text-primary-color);--swui-action-menu-icon-color-hover: var(--swui-text-primary-color);--swui-action-menu-item-background: var(--swui-white);--swui-action-menu-item-background-focus: var( --swui-primary-action-color-focus-light );--swui-action-menu-item-background-hover: var( --swui-primary-action-color-hover-light );--swui-action-menu-item-background-disabled: var(--swui-white);--swui-action-menu-item-background-disabled-focus: var( --swui-text-disabled-color-light );--swui-action-menu-item-label-color: var(--swui-text-primary-color);--swui-action-menu-item-label-color-disabled: var(--swui-text-disabled-color);--swui-action-menu-item-label-color-focus: var(--swui-text-primary-color);--swui-action-menu-item-label-color-hover: var(--swui-text-primary-color);--swui-action-menu-item-text-color: var(--swui-text-primary-color-light);--swui-action-menu-item-text-color-disabled: var( --swui-text-disabled-color-light );--swui-action-menu-item-text-color-focus: var( --swui-text-primary-color-light );--swui-action-menu-item-text-color-hover: var( --swui-text-primary-color-light );--current-item-background: var(--swui-action-menu-item-background);--current-item-label-color: var(--swui-action-menu-item-label-color);--current-item-text-color: var(--swui-action-menu-item-text-color);--current-item-icon-color: var(--swui-action-menu-icon-color);display:inline-flex;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:0;background:var(--current-item-background);border:none;align-items:stretch;outline:0;text-decoration:none;font-size:var(--swui-button-text-size);line-height:var(--swui-button-line-height);font-weight:var(--swui-button-font-weight);font-family:var(--swui-font-buttons)}._actionMenuItem_sheks_1:not(._actionMenuItemContent_sheks_55){cursor:pointer}._actionMenuItem_sheks_1:first-child{border-top-left-radius:var(--swui-action-menu-border-radius);border-top-right-radius:var(--swui-action-menu-border-radius)}._actionMenuItem_sheks_1:last-child{border-bottom-left-radius:var(--swui-action-menu-border-radius);border-bottom-right-radius:var(--swui-action-menu-border-radius)}._actionMenuItem_sheks_1:disabled,._actionMenuItem_sheks_1[aria-disabled=true]{cursor:not-allowed;--current-item-background: var(--swui-action-menu-item-background-disabled);--current-item-label-color: var( --swui-action-menu-item-label-color-disabled );--current-item-text-color: var(--swui-action-menu-item-text-color-disabled);--current-item-icon-color: var(--swui-action-menu-icon-color-disabled)}._actionMenuItem_sheks_1._standard_sheks_80:hover:not(._actionMenuItem_sheks_1._standard_sheks_80:disabled,._actionMenuItem_sheks_1._standard_sheks_80[aria-disabled=\"true\"],._actionMenuItem_sheks_1._standard_sheks_80._actionMenuItemContent_sheks_55){--current-item-background: var(--swui-action-menu-item-background-hover);--current-item-label-color: var( --swui-action-menu-item-label-color-hover );--current-item-text-color: var(--swui-action-menu-item-text-color-hover);--current-item-icon-color: var(--swui-action-menu-icon-color-hover)}._actionMenuItem_sheks_1._standard_sheks_80:focus-visible{--current-item-background: var(--swui-action-menu-item-background-focus);--current-item-label-color: var( --swui-action-menu-item-label-color-focus );--current-item-text-color: var(--swui-action-menu-item-text-color-focus);--current-item-icon-color: var(--swui-action-menu-icon-color-focus)}._actionMenuItem_sheks_1._standard_sheks_80:disabled:focus-visible{--current-item-background: var( --swui-action-menu-item-background-disabled-focus )}._actionMenuItem_sheks_1._danger_sheks_106{--current-item-icon-color: var(--lhds-color-red-500);--current-item-label-color: var(--lhds-color-red-600)}._actionMenuItem_sheks_1._danger_sheks_106:hover:not(._actionMenuItem_sheks_1._danger_sheks_106:disabled,._actionMenuItem_sheks_1._danger_sheks_106[aria-disabled=\"true\"],._actionMenuItem_sheks_1._danger_sheks_106._actionMenuItemContent_sheks_55){--current-item-background: var(--lhds-color-red-50);--current-item-icon-color: var(--lhds-color-red-500);--current-item-label-color: var(--lhds-color-red-600);--current-item-text-color: var(--swui-action-menu-item-text-color-hover)}._actionMenuItem_sheks_1._danger_sheks_106:focus-visible{--current-item-background: var(--lhds-color-red-50);--current-item-label-color: var(--lhds-color-red-600);--current-item-icon-color: var(--lhds-color-red-500);--current-item-text-color: var(--swui-action-menu-item-text-color-focus)}._actionMenuItem_sheks_1._danger_sheks_106:disabled:focus-visible{--current-item-background: var( --swui-action-menu-item-background-disabled-focus )}._actionMenuItem_sheks_1._success_sheks_133{--current-item-icon-color: var(--lhds-color-green-600);--current-item-label-color: var(--lhds-color-green-600)}._actionMenuItem_sheks_1._success_sheks_133:hover:not(._actionMenuItem_sheks_1._success_sheks_133:disabled,._actionMenuItem_sheks_1._success_sheks_133[aria-disabled=\"true\"],._actionMenuItem_sheks_1._success_sheks_133._actionMenuItemContent_sheks_55){--current-item-background: var(--lhds-color-green-50);--current-item-icon-color: var(--lhds-color-green-600);--current-item-label-color: var(--lhds-color-green-600);--current-item-text-color: var(--swui-action-menu-item-text-color-hover)}._actionMenuItem_sheks_1._success_sheks_133:focus-visible{--current-item-background: var(--lhds-color-green-50);--current-item-label-color: var(--lhds-color-green-600);--current-item-icon-color: var(--lhds-color-green-600);--current-item-text-color: var(--swui-action-menu-item-text-color-focus)}._actionMenuItem_sheks_1._success_sheks_133:disabled:focus-visible{--current-item-background: var( --swui-action-menu-item-background-disabled-focus )}._actionMenuItemLabel_sheks_161{color:var(--current-item-label-color);margin-right:auto}._actionMenuItemText_sheks_166{color:var(--current-item-text-color)}._actionMenuItemIcon_sheks_170{--current-icon-color: var(--current-item-icon-color)}._actionMenuItemIconWrapper_sheks_174{width:20px}._actionMenuItemInnerContent_sheks_178{height:var(--swui-action-menu-item-height)}._tab_14n79_1{--swui-tab-border-color: var(--lhds-color-ui-200);--swui-tab-border-color-hover: var(--lhds-color-blue-200);--swui-tab-border-color-focus: var(--lhds-color-blue-200);--swui-tab-border-color-selected: var(--lhds-color-blue-600);--swui-tab-label-color: var(--swui-text-primary-color);--swui-tab-label-color-selected: var(--swui-text-action-color);--swui-tab-outline-color-focus: var(--lhds-color-blue-400);--current-outer-border-bottom-color: transparent;--current-inset-shadow: none;--current-label-color: var(--swui-tab-label-color);outline:none;height:var(--swui-tab-menu-height);padding:0 calc(var(--swui-metrics-indent) * 2);display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:var(--swui-font-size-medium);font-family:var(--swui-font-buttons);font-weight:var(--swui-font-weight-text-bold);border:none;border-bottom:2px solid var(--current-outer-border-bottom-color);cursor:pointer;background-color:transparent;color:var(--current-label-color)}._tab_14n79_1:focus-visible{outline:1px solid var(--swui-tab-outline-color-focus);box-shadow:inset var(--swui-primary-action-color) 0 0 4px 0;border:none;padding-bottom:2px}._tab_14n79_1._selected_14n79_45{--current-outer-border-bottom-color: var(--swui-tab-border-color-selected);--current-label-color: var(--swui-tab-label-color-selected)}._tab_14n79_1:hover:not(._selected_14n79_45){--current-outer-border-bottom-color: var(--swui-tab-border-color-hover)}._tabMenu_63fa9_1{--swui-tab-menu-height: 40px;--swui-tab-menu-border-color: var(--lhds-color-ui-200);display:flex;height:var(--swui-tab-menu-height)}._tabMenu_63fa9_1._withBorder_63fa9_11{border-bottom:1px solid var(--swui-tab-menu-border-color)}._tag_7zdmh_1{--swui-tag-font-size: var(--swui-font-size-small);--swui-tag-line-height: var(--swui-line-height-small);--swui-tag-font-weight: var(--swui-font-weight-text);--swui-tag-font-family: var(--swui-font-primary);--swui-tag-letter-spacing: var(--swui-text-letter-spacing);--swui-tag-height-normal: 24px;--swui-tag-height-small: 16px;--swui-tag-border-radius: var(--swui-border-radius);--current-text-color: var(--swui-white);--current-bg-color: var(--lhds-color-blue-50);--current-border-color: var(--swui-primary-action-color);--current-height: var(--swui-tag-height-normal);box-sizing:border-box;display:inline-flex;flex-direction:row;white-space:nowrap;border-radius:var(--swui-tag-border-radius);background-color:var(--current-bg-color);border:1px solid var(--current-border-color);font-family:var(--swui-tag-font-family);font-size:var(--swui-tag-font-size);font-weight:var(--swui-tag-font-weight);line-height:var(--swui-tag-line-height);color:var(--current-text-color);min-height:var(--current-height);align-items:center;padding:0 var(--swui-metrics-space)}._tag_7zdmh_1._small_7zdmh_35{--current-height: var(--swui-tag-height-small)}._tag_7zdmh_1._info_7zdmh_39{--current-border-color: var(--lhds-color-blue-300);--current-bg-color: var(--lhds-color-blue-100);--current-text-color: var(--lhds-color-blue-800)}._tag_7zdmh_1._error_7zdmh_45{--current-border-color: var(--lhds-color-red-300);--current-bg-color: var(--lhds-color-red-50);--current-text-color: var(--lhds-color-red-800)}._tag_7zdmh_1._warning_7zdmh_51{--current-border-color: var(--lhds-color-orange-300);--current-bg-color: var(--lhds-color-orange-50);--current-text-color: var(--lhds-color-orange-900)}._tag_7zdmh_1._success_7zdmh_57{--current-border-color: var(--lhds-color-green-300);--current-bg-color: var(--lhds-color-green-50);--current-text-color: var(--lhds-color-green-800)}._tag_7zdmh_1._passive_7zdmh_63{--current-border-color: var(--lhds-color-ui-300);--current-bg-color: var(--lhds-color-ui-50);--current-text-color: var(--lhds-color-ui-800)}._valueTable_o37p8_1{--swui-value-table-height: 40px;width:100%}._valueTable_o37p8_1 ._row_o37p8_8:not(:first-child) td{border-top:1px solid var(--lhds-color-ui-300)}._relaxed_o37p8_13{--swui-value-table-height: 48px}._condensed_o37p8_17{--swui-value-table-height: 32px}._compact_o37p8_21{--swui-value-table-height: 24px}")); document.head.appendChild(elementStyle);} catch(e) {console.error('vite-plugin-css-injected-by-js', e);} })();import { Box, getDataProps, Row, Column, Heading, Space, Text, Indent, Clickable, useForwardedRef, SeparatorLine } from "@stenajs-webui/core";
|
|
1
|
+
(function(){ try {var elementStyle = document.createElement('style'); elementStyle.appendChild(document.createTextNode("._banner_mo0cf_1{--current-bg-color: var(--lhds-color-ui-200);--current-icon-color: var(--lhds-color-ui-500);padding:calc(var(--swui-metrics-spacing) * 2) 0;padding-right:calc(var(--swui-metrics-indent) * 2);background:var(--current-bg-color)}._banner_mo0cf_1 ._icon_mo0cf_10{color:var(--current-icon-color)}._banner_mo0cf_1._standard_mo0cf_14{--current-bg-color: var(--lhds-color-ui-200);--current-icon-color: var(--lhds-color-ui-500)}._banner_mo0cf_1._info_mo0cf_19{--current-bg-color: var(--lhds-color-blue-50);--current-icon-color: var(--lhds-color-blue-500)}._banner_mo0cf_1._success_mo0cf_24{--current-bg-color: var(--lhds-color-green-50);--current-icon-color: var(--lhds-color-green-600)}._banner_mo0cf_1._warning_mo0cf_29{--current-bg-color: var(--lhds-color-orange-50);--current-icon-color: var(--lhds-color-orange-600)}._banner_mo0cf_1._error_mo0cf_34{--current-bg-color: var(--lhds-color-red-50);--current-icon-color: var(--lhds-color-red-500)}._spinner_1xjtk_1{-webkit-animation:_rotator_1xjtk_1 2s linear infinite both;animation:_rotator_1xjtk_1 2s linear infinite both}._spinner_1xjtk_1 circle{stroke-linecap:round;-webkit-transform-origin:center;transform-origin:center;fill:transparent;stroke-dasharray:283;stroke-dashoffset:280;stroke-width:10px}._spinner_1xjtk_1._standard_1xjtk_13{stroke:var(--lhds-color-blue-500)}._spinner_1xjtk_1._standard_1xjtk_13 circle{-webkit-animation:_dash_1xjtk_1 1.4s ease-in-out infinite both;animation:_dash_1xjtk_1 1.4s ease-in-out infinite both}._spinner_1xjtk_1._inverted_1xjtk_21{stroke:var(--lhds-color-ui-300)}._spinner_1xjtk_1._inverted_1xjtk_21 circle{-webkit-animation:_dash_1xjtk_1 1.4s ease-in-out infinite both;animation:_dash_1xjtk_1 1.4s ease-in-out infinite both}._spinner_1xjtk_1._customColor_1xjtk_29 circle{-webkit-animation:_dash_1xjtk_1 1.4s ease-in-out infinite both;animation:_dash_1xjtk_1 1.4s ease-in-out infinite both}._spinner_1xjtk_1._medium_1xjtk_35{width:54px;height:54px}._spinner_1xjtk_1._small_1xjtk_40{width:34px;height:34px}._spinner_1xjtk_1._tiny_1xjtk_45{width:20px;height:20px}@-webkit-keyframes _dash_1xjtk_1{0%,25%{stroke-dashoffset:280;-webkit-transform:rotate(0);transform:rotate(0)}50%,75%{stroke-dashoffset:75;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes _dash_1xjtk_1{0%,25%{stroke-dashoffset:280;-webkit-transform:rotate(0);transform:rotate(0)}50%,75%{stroke-dashoffset:75;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes _rotator_1xjtk_1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes _rotator_1xjtk_1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}._link_12r0a_1{--swui-link-font-family: var(--swui-font-primary);--swui-link-font-weight: var(--swui-font-weight-link);--swui-link-text-decoration: underline;--swui-link-letter-spacing: var(--swui-text-letter-spacing);--swui-link-color: var(--swui-text-action-color);--swui-link-color-hover: var(--swui-text-action-color-focus);--swui-link-color-active: var(--swui-text-action-color-active);--swui-link-color-focus: var(--swui-text-action-color-focus);--swui-link-color-disabled: var(--lhds-color-ui-600);--swui-link-focus-highlight-color: var(--lhds-color-blue-300);--swui-link-focus-highlight-color-disabled: var(--swui-link-color-disabled);--current-color: var(--swui-link-color);--current-font-size: var(--swui-font-size-medium);--current-line-height: var(--swui-line-height-medium);--current-letter-spacing: var(--swui-link-letter-spacing);--current-font-weight: var(--swui-link-font-weight);font-size:var(--current-font-size);line-height:var(--current-line-height);color:var(--current-color);letter-spacing:var(--current-letter-spacing);font-family:var(--swui-link-font-family);font-weight:var(--current-font-weight);box-sizing:border-box;outline:1px dashed var(--current-focus-highlight-color);-webkit-text-decoration:var(--swui-link-text-decoration);text-decoration:var(--swui-link-text-decoration)}._link_12r0a_1:not(._disabled_12r0a_34){cursor:pointer}._link_12r0a_1:focus:not(:active){--current-focus-highlight-color: var(--swui-link-focus-highlight-color);cursor:pointer}._link_12r0a_1:focus._disabled_12r0a_34{--current-focus-highlight-color: var( --swui-link-focus-highlight-color-disabled );cursor:default}._link_12r0a_1:hover{--current-color: var(--swui-link-color-hover)}._link_12r0a_1:active{--current-color: var(--swui-link-color-active)}._link_12r0a_1._disabled_12r0a_34{--current-color: var(--swui-link-color-disabled)}._link_12r0a_1._bold_12r0a_67{--current-font-weight: var(--swui-font-weight-text-bold)}._link_12r0a_1._caption_12r0a_71{--current-font-size: var(--swui-font-size-small);--current-line-height: var(--swui-line-height-small);--current-letter-spacing: 0;font-style:italic}._link_12r0a_1._overline_12r0a_78{--current-font-size: var(--swui-font-size-smaller);--current-line-height: var(--swui-line-height-smaller);--current-letter-spacing: .1rem;text-transform:uppercase}._link_12r0a_1._large_12r0a_85{--current-font-size: var(--swui-font-size-large);--current-line-height: var(--swui-line-height-large);--current-letter-spacing: 0}._link_12r0a_1._medium_12r0a_91{--current-font-size: var(--swui-font-size-medium);--current-line-height: var(--swui-line-height-medium)}._link_12r0a_1._small_12r0a_96{--current-font-size: var(--swui-font-size-small);--current-line-height: var(--swui-line-height-small);--current-letter-spacing: 0}._link_12r0a_1._smaller_12r0a_102{--current-font-size: var(--swui-font-size-smaller);--current-line-height: var(--swui-line-height-smaller);--current-letter-spacing: 0}._resultItemRow_1y7mx_1{display:flex;flex-direction:column}._resultItemRow_1y7mx_1 ._link_1y7mx_5{margin-top:4px}._resultList_7dj0n_1{margin:0;-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:0;padding-inline-end:0}._resultList_7dj0n_1 li:not(:last-child){margin-bottom:calc(var(--swui-metrics-spacing))}._crumb_lq9fa_1{color:var(--swui-text-action-color);font-size:1rem;font-family:var(--swui-font-primary);font-weight:var(--swui-font-weight-text-bold);letter-spacing:.1rem;text-decoration:none;cursor:pointer}._crumb_lq9fa_1:hover{text-decoration:underline;color:var(--swui-text-action-color-hover)}._crumb_lq9fa_1:focus{color:var(--swui-text-action-color-focus)}._crumb_lq9fa_1:active{text-decoration:underline;color:var(--swui-text-action-color-active)}._button_bt997_1{--swui-button-line-height: 1.6rem;--swui-button-font-weight: 400;--swui-button-text-size: var(--swui-font-size-medium);--swui-button-text-color: var(--swui-white);--swui-button-text-decoration: none;--swui-button-letter-spacing: var(--swui-field-letter-spacing);--swui-button-padding-vertical: calc(var(--swui-metrics-spacing) - 1px);--swui-button-padding-horizontal: calc(var(--swui-metrics-spacing) * 2 - 1px);--swui-button-text-color-focus: var(--swui-button-text-color);--swui-button-text-color-hover: var(--swui-button-text-color);--swui-button-text-color-active: var(--swui-button-text-color);--swui-button-text-color-disabled: var(--swui-text-disabled-color);--swui-button-danger-text-color: var(--swui-button-text-color);--swui-button-danger-text-color-focus: var(--swui-button-danger-text-color);--swui-button-danger-text-color-hover: var(--swui-button-danger-text-color);--swui-button-danger-text-color-active: var(--swui-button-danger-text-color);--swui-button-success-text-color: var(--swui-button-text-color);--swui-button-success-text-color-focus: var(--swui-button-success-text-color);--swui-button-success-text-color-hover: var(--swui-button-success-text-color);--swui-button-success-text-color-active: var( --swui-button-success-text-color );--swui-button-icon-height: 1.6rem;--swui-button-icon-height-large: 2.4rem;--swui-button-icon-color: var(--swui-white);--swui-button-icon-color-focus: var(--swui-button-icon-color);--swui-button-icon-color-hover: var(--swui-button-icon-color);--swui-button-icon-color-active: var(--swui-button-icon-color);--swui-button-icon-color-disabled: var(--swui-text-disabled-color);--swui-button-danger-icon-color: var(--swui-button-icon-color);--swui-button-danger-icon-color-focus: var(--swui-button-danger-icon-color);--swui-button-danger-icon-color-hover: var(--swui-button-danger-icon-color);--swui-button-danger-icon-color-active: var(--swui-button-danger-icon-color);--swui-button-success-icon-color: var(--swui-button-icon-color);--swui-button-success-icon-color-focus: var(--swui-button-success-icon-color);--swui-button-success-icon-color-hover: var(--swui-button-success-icon-color);--swui-button-success-icon-color-active: var( --swui-button-success-icon-color );--swui-button-background-color: var(--swui-primary-action-color);--swui-button-background-color-active: var( --swui-primary-action-color-active );--swui-button-background-color-focus: var(--swui-primary-action-color-focus);--swui-button-background-color-hover: var(--swui-primary-action-color-hover);--swui-button-background-color-disabled: var( --swui-primary-action-color-disabled );--swui-button-danger-background-color: var(--lhds-color-red-500);--swui-button-danger-background-color-active: var(--lhds-color-red-900);--swui-button-danger-background-color-focus: var(--lhds-color-red-700);--swui-button-danger-background-color-hover: var(--lhds-color-red-600);--swui-button-success-background-color: var(--lhds-color-green-600);--swui-button-success-background-color-active: var(--lhds-color-green-900);--swui-button-success-background-color-focus: var(--lhds-color-green-800);--swui-button-success-background-color-hover: var(--lhds-color-green-700);--swui-button-border-color: var(--swui-button-background-color);--swui-button-border-radius: var(--swui-border-radius);--swui-button-border-radius-icon-only: var(--swui-border-radius);--swui-button-border-color-focus: var(--swui-button-background-color-focus);--swui-button-border-color-hover: var(--swui-button-background-color-hover);--swui-button-border-color-active: var(--swui-button-background-color-active);--swui-button-border-color-disabled: var(--lhds-color-ui-400);--swui-button-danger-border-color: var(--swui-button-danger-background-color);--swui-button-danger-border-color-focus: var( --swui-button-danger-background-color-focus );--swui-button-danger-border-color-hover: var( --swui-button-danger-background-color-hover );--swui-button-danger-border-color-active: var( --swui-button-danger-background-color-active );--swui-button-success-border-color: var( --swui-button-success-background-color );--swui-button-success-border-color-focus: var( --swui-button-success-background-color-focus );--swui-button-success-border-color-hover: var( --swui-button-success-background-color-hover );--swui-button-success-border-color-active: var( --swui-button-success-background-color-active );--swui-button-box-shadow-focus: 0 0 4px 0 var(--lhds-color-blue-300);--swui-button-box-shadow-hover: 0 1px 1px 1px rgba(29, 100, 171, .16), 0 0 1px 0 rgba(29, 100, 171, .16);--swui-button-box-shadow: 0 1px 0 0 rgba(29, 100, 171, .08), 0 0 1px -1px rgba(29, 100, 171, .1);--swui-button-box-shadow-active: none;--swui-button-box-shadow-disabled: none;--current-background-color: var(--swui-button-background-color);--current-icon-height: var(--swui-button-icon-height);--current-icon-color: var(--swui-button-icon-color);--current-text-color: var(--swui-button-text-color);--current-border-color: var(--swui-button-border-color);box-sizing:border-box;letter-spacing:var(--swui-button-letter-spacing);-webkit-text-decoration:var(--swui-button-text-decoration);text-decoration:var(--swui-button-text-decoration);padding:var(--swui-button-padding-vertical) var(--swui-button-padding-horizontal);border:1px solid var(--current-border-color);background-color:var(--current-background-color);border-radius:var(--swui-button-border-radius);box-shadow:var(--current-box-shadow, var(--swui-button-box-shadow));color:var(--current-text-color);font-size:var(--current-text-size, var(--swui-button-text-size));line-height:var(--current-line-height, var(--swui-button-line-height));font-weight:var(--swui-button-font-weight);font-family:var(--swui-font-buttons);cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center}._button_bt997_1._iconButton_bt997_144{padding:var(--swui-button-padding-vertical);color:var(--current-icon-color);flex:none;border-radius:var(--swui-button-border-radius-icon-only);width:32px;height:32px;justify-content:center;align-items:center;display:flex}._button_bt997_1._iconButton_bt997_144._small_bt997_157{width:24px;height:24px}._button_bt997_1._iconButton_bt997_144._large_bt997_162{width:40px;height:40px}._button_bt997_1._small_bt997_157{--current-line-height: 1.6rem;--swui-button-padding-vertical: calc(var(--swui-metrics-space) / 2 - 1px);--swui-button-padding-horizontal: calc(var(--swui-metrics-space) - 1px);--current-text-size: 1.2rem}._button_bt997_1._large_bt997_162{--current-line-height: 2.4rem;--swui-button-padding-vertical: calc(var(--swui-metrics-space) - 1px);--swui-button-padding-horizontal: calc(var(--swui-metrics-space) * 3 - 1px);--current-text-size: 1.6rem}._button_bt997_1._large_bt997_162._iconButton_bt997_144{--current-icon-height: var(--swui-button-icon-height-large)}._button_bt997_1:hover{--current-background-color: var(--swui-button-background-color-hover);--current-border-color: var(--swui-button-border-color-hover);--current-icon-color: var(--swui-button-icon-color-hover);--current-text-color: var(--swui-button-text-color-hover);--current-box-shadow: var(--swui-button-box-shadow-hover)}._button_bt997_1:focus{outline:0;--current-background-color: var(--swui-button-background-color-focus);--current-border-color: var(--swui-button-border-color-focus);--current-icon-color: var(--swui-button-icon-color-focus);--current-text-color: var(--swui-button-text-color-focus);--current-box-shadow: var(--swui-button-box-shadow-focus)}._button_bt997_1:active{--current-background-color: var(--swui-button-background-color-active);--current-border-color: var(--swui-button-border-color-active);--current-icon-color: var(--swui-button-icon-color-active);--current-text-color: var(--swui-button-text-color-active);--current-box-shadow: var(--swui-button-box-shadow-active)}._button_bt997_1:disabled{--current-background-color: var(--swui-button-background-color-disabled);--current-border-color: var(--swui-button-border-color-disabled);--current-icon-color: var(--swui-button-icon-color-disabled);--current-text-color: var(--swui-button-text-color-disabled);--current-box-shadow: var(--swui-button-box-shadow-disabled);cursor:not-allowed}._button_bt997_1._danger_bt997_227:not(:disabled){--current-background-color: var(--swui-button-danger-background-color);--current-border-color: var(--swui-button-danger-border-color);--current-text-color: var(--swui-button-danger-text-color);--current-icon-color: var(--swui-button-danger-icon-color)}._button_bt997_1._danger_bt997_227:not(:disabled):hover{--current-background-color: var( --swui-button-danger-background-color-hover );--current-border-color: var(--swui-button-danger-border-color-hover);--current-text-color: var(--swui-button-danger-text-color-hover);--current-icon-color: var(--swui-button-danger-icon-color-hover)}._button_bt997_1._danger_bt997_227:not(:disabled):focus{outline:0;--current-background-color: var( --swui-button-danger-background-color-focus );--current-border-color: var(--swui-button-danger-border-color-focus);--current-text-color: var(--swui-button-danger-text-color-focus);--current-icon-color: var(--swui-button-danger-icon-color-focus)}._button_bt997_1._danger_bt997_227:not(:disabled):active{--current-background-color: var( --swui-button-danger-background-color-active );--current-border-color: var(--swui-button-danger-border-color-active);--current-text-color: var(--swui-button-danger-text-color-active);--current-icon-color: var(--swui-button-danger-icon-color-active)}._button_bt997_1._success_bt997_262:not(:disabled){--current-background-color: var(--swui-button-success-background-color);--current-border-color: var(--swui-button-success-border-color);--current-text-color: var(--swui-button-success-text-color);--current-icon-color: var(--swui-button-success-icon-color)}._button_bt997_1._success_bt997_262:not(:disabled):hover{--current-background-color: var( --swui-button-success-background-color-hover );--current-border-color: var(--swui-button-success-border-color-hover);--current-text-color: var(--swui-button-success-text-color-hover);--current-icon-color: var(--swui-button-success-icon-color-hover)}._button_bt997_1._success_bt997_262:not(:disabled):focus{outline:0;--current-background-color: var( --swui-button-success-background-color-focus );--current-border-color: var(--swui-button-success-border-color-focus);--current-text-color: var(--swui-button-success-text-color-focus);--current-icon-color: var(--swui-button-success-icon-color-focus)}._button_bt997_1._success_bt997_262:not(:disabled):active{--current-background-color: var( --swui-button-success-background-color-active );--current-border-color: var(--swui-button-success-border-color-active);--current-text-color: var(--swui-button-success-text-color-active);--current-icon-color: var(--swui-button-success-icon-color-active)}._iconLeft_8pdbi_1,._iconRight_8pdbi_2{color:var(--current-icon-color);height:var(--current-line-height)}._iconLeft_8pdbi_1,._iconRight_8pdbi_2{height:var(--current-icon-height)}._leftWrapper_8pdbi_12,._rightWrapper_8pdbi_13{display:flex;align-items:center;justify-content:center}._leftWrapper_8pdbi_12:not(:last-child){margin-right:var(--swui-metrics-indent)}._rightWrapper_8pdbi_13:not(:first-child){margin-left:var(--swui-metrics-indent)}._spinnerLeft_8pdbi_27{display:flex;align-items:center}._label_8pdbi_32{white-space:nowrap}._flatButton_fp9na_1{--swui-flat-button-font-weight: var(--swui-font-weight-text-bold);--swui-flat-button-text-color: var(--swui-primary-action-color);--swui-flat-button-text-color-active: var(--swui-primary-action-color);--swui-flat-button-text-color-disabled: var(--swui-text-disabled-color);--swui-flat-button-icon-color: var(--swui-primary-action-color);--swui-flat-button-icon-color-active: var(--swui-primary-action-color);--swui-flat-button-icon-color-disabled: var(--swui-text-disabled-color);--swui-flat-button-background-color: transparent;--swui-flat-button-background-color-hover: var(--lhds-color-blue-50);--swui-flat-button-background-color-active: var(--lhds-color-blue-100);--swui-flat-button-background-color-focus: transparent;--swui-flat-button-background-color-disabled: transparent;--swui-flat-button-text-color-inverted: var(--lhds-color-blue-50);--swui-flat-button-text-color-inverted-active: var(--lhds-color-blue-50);--swui-flat-button-text-color-inverted-disabled: var( --swui-text-disabled-color-light );--swui-flat-button-icon-color-inverted: var(--lhds-color-blue-50);--swui-flat-button-icon-color-inverted-active: var(--lhds-color-blue-50);--swui-flat-button-icon-color-inverted-disabled: var( --swui-text-disabled-color-light );--swui-flat-button-background-inverted-color-focus: transparent;--swui-flat-button-background-inverted-color-disabled: transparent;--swui-flat-button-background-inverted-color-hover: var( --lhds-color-blue-800 );--swui-flat-button-background-inverted-color-active: var( --lhds-color-blue-700 );--swui-flat-box-shadow-focus: 0 0 4px 0 var(--lhds-color-blue-300);--swui-button-font-weight: var(--swui-flat-button-font-weight);--swui-button-text-color: var(--swui-flat-button-text-color);--swui-button-text-color-focus: var(--swui-flat-button-text-color);--swui-button-text-color-hover: var(--swui-flat-button-text-color);--swui-button-text-color-active: var(--swui-flat-button-text-color-active);--swui-button-text-color-disabled: var( --swui-flat-button-text-color-disabled );--swui-button-danger-text-color: var(--lhds-color-red-500);--swui-button-success-text-color: var(--lhds-color-green-600);--swui-button-icon-color: var(--swui-flat-button-icon-color);--swui-button-icon-color-focus: var(--swui-flat-button-icon-color);--swui-button-icon-color-hover: var(--swui-flat-button-icon-color);--swui-button-icon-color-active: var(--swui-flat-button-icon-color-active);--swui-button-icon-color-disabled: var( --swui-flat-button-icon-color-disabled );--swui-button-danger-icon-color: var(--lhds-color-red-500);--swui-button-success-icon-color: var(--lhds-color-green-600);--swui-button-background-color: var(--swui-flat-button-background-color);--swui-button-background-color-hover: var( --swui-flat-button-background-color-hover );--swui-button-background-color-focus: var( --swui-flat-button-background-color-focus );--swui-button-background-color-active: var( --swui-flat-button-background-color-active );--swui-button-background-color-disabled: var( --swui-flat-button-background-color-disabled );--swui-button-danger-background-color: var( --swui-flat-button-background-color );--swui-button-danger-background-color-hover: var(--lhds-color-red-50);--swui-button-danger-background-color-focus: var( --swui-flat-button-background-color-focus );--swui-button-danger-background-color-active: var(--lhds-color-red-100);--swui-button-success-background-color: var( --swui-flat-button-background-color );--swui-button-success-background-color-hover: var(--lhds-color-green-50);--swui-button-success-background-color-focus: var( --swui-flat-button-background-color-focus );--swui-button-success-background-color-active: var(--lhds-color-green-100);--swui-button-border-color: transparent;--swui-button-border-color-hover: transparent;--swui-button-border-color-focus: transparent;--swui-button-border-color-active: transparent;--swui-button-border-color-disabled: transparent;--swui-button-border-radius-icon-only: 50%;--swui-button-danger-border-color: var(--swui-button-border-color);--swui-button-danger-border-color-hover: var( --swui-button-border-color-hover );--swui-button-danger-border-color-focus: var( --swui-button-border-color-active );--swui-button-danger-border-color-active: var( --swui-button-border-color-disabled );--swui-button-success-border-color: var(--swui-button-border-color);--swui-button-success-border-color-hover: var( --swui-button-border-color-hover );--swui-button-success-border-color-focus: var( --swui-button-border-color-active );--swui-button-success-border-color-active: var( --swui-button-border-color-disabled );--swui-button-box-shadow: none;--swui-button-box-shadow-hover: none;--swui-button-box-shadow-focus: var(--swui-flat-box-shadow-focus);--swui-button-box-shadow-active: none;--swui-button-box-shadow-disabled: none}._flatButton_fp9na_1._inverted_fp9na_143{--swui-button-text-color: var(--swui-flat-button-text-color-inverted);--swui-button-text-color-hover: var(--swui-flat-button-text-color-inverted);--swui-button-text-color-focus: var(--swui-flat-button-text-color-inverted);--swui-button-text-color-active: var( --swui-flat-button-text-color-inverted-active );--swui-button-text-color-disabled: var( --swui-flat-button-text-color-inverted-disabled );--swui-button-icon-color: var(--swui-flat-button-icon-color-inverted);--swui-button-icon-color-focus: var(--swui-flat-button-icon-color-inverted);--swui-button-icon-color-hover: var(--swui-flat-button-icon-color-inverted);--swui-button-icon-color-active: var( --swui-flat-button-icon-color-inverted-active );--swui-button-icon-color-disabled: var( --swui-flat-button-icon-color-inverted-disabled );--swui-button-background-color: transparent;--swui-button-background-color-hover: var( --swui-flat-button-background-inverted-color-hover );--swui-button-background-color-focus: var( --swui-flat-button-background-inverted-color-focus );--swui-button-background-color-active: var( --swui-flat-button-background-inverted-color-active );--swui-button-background-color-disabled: var( --swui-flat-button-background-inverted-color-disabled )}._secondaryButton_wgcaf_1{--swui-button-text-color: var(--lhds-color-ui-700);--swui-button-text-color-hover: var(--lhds-color-ui-700);--swui-button-text-color-focus: var(--lhds-color-ui-700);--swui-button-text-color-active: var(--lhds-color-blue-500);--swui-button-danger-text-color-active: var(--lhds-color-red-500);--swui-button-success-text-color-active: var(--lhds-color-green-600);--swui-button-icon-color: var(--lhds-color-blue-500);--swui-button-icon-color-hover: var(--lhds-color-blue-500);--swui-button-icon-color-focus: var(--lhds-color-blue-500);--swui-button-icon-color-active: var(--lhds-color-blue-500);--swui-button-danger-icon-color: var(--lhds-color-red-500);--swui-button-success-icon-color: var(--lhds-color-green-600);--swui-button-background-color: var(--swui-white);--swui-button-background-color-hover: var(--lhds-color-blue-50);--swui-button-background-color-focus: var(--swui-white);--swui-button-background-color-active: var(--lhds-color-blue-100);--swui-button-background-color-disabled: var(--lhds-color-ui-300);--swui-button-danger-background-color: var(--swui-button-background-color);--swui-button-danger-background-color-hover: var(--lhds-color-red-50);--swui-button-danger-background-color-focus: var( --swui-button-background-color );--swui-button-danger-background-color-active: var(--lhds-color-red-100);--swui-button-success-background-color: var(--swui-button-background-color);--swui-button-success-background-color-hover: var(--lhds-color-green-50);--swui-button-success-background-color-focus: var( --swui-button-background-color );--swui-button-success-background-color-active: var(--lhds-color-green-100);--swui-button-border-color: var(--lhds-color-ui-400);--swui-button-border-color-hover: var(--lhds-color-blue-400);--swui-button-border-color-focus: var(--lhds-color-blue-600);--swui-button-border-color-active: var(--lhds-color-blue-500);--swui-button-border-color-disabled: var(--lhds-color-ui-400);--swui-button-danger-border-color: var(--swui-button-border-color);--swui-button-danger-border-color-hover: var(--lhds-color-red-400);--swui-button-danger-border-color-focus: var(--lhds-color-red-600);--swui-button-danger-border-color-active: var(--lhds-color-red-500);--swui-button-success-border-color: var(--swui-button-border-color);--swui-button-success-border-color-hover: var(--lhds-color-green-500);--swui-button-success-border-color-focus: var(--lhds-color-green-700);--swui-button-success-border-color-active: var(--lhds-color-green-600);--swui-button-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06), 0 0 1px -1px rgba(0, 0, 0, .1);--swui-button-box-shadow-hover: 0 0 1px 0 rgba(29, 100, 171, .16), 0 1px 1px 1px rgba(29, 100, 171, .16);--swui-button-box-shadow-focus: 0 0 4px 0 var(--lhds-color-blue-300);--swui-button-box-shadow-active: none;--swui-button-box-shadow-disabled: none}._buttonLink_1wbp2_1{text-decoration:none}._buttonGroup_hnjh9_1{display:flex}._buttonGroup_hnjh9_1>button{margin:0;position:relative}._buttonGroup_hnjh9_1>button:not(:only-child):not(:last-child){margin-right:-1px}._buttonGroup_hnjh9_1>button:hover,._buttonGroup_hnjh9_1>button:focus{z-index:1}._buttonGroup_hnjh9_1>button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}._buttonGroup_hnjh9_1>button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}._upDownButtons_8f4h3_1{--swui-stepper-button-focus-shadow: var(--swui-field-focus-shadow);--swui-stepper-button-width: 25px;align-self:stretch}._upDownButtons_8f4h3_1 ._button_8f4h3_6{width:var(--swui-stepper-button-width);border:none;cursor:pointer;flex:1}._upDownButtons_8f4h3_1 ._button_8f4h3_6:focus{outline:none;box-shadow:var(--swui-stepper-button-focus-shadow)}._upDownButtons_8f4h3_1 ._button_8f4h3_6:disabled{background-color:var(--swui-textinput-bg-color-disabled)}._cardHeader_1hiej_1{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid var(--lhds-color-ui-300);padding:0 calc(3 * var(--swui-metrics-indent))}._cardHeader_1hiej_1._standard_1hiej_8{height:56px}._cardHeader_1hiej_1._compact_1hiej_12{height:40px}._chip_1ihre_1{--swui-chip-font-size: var(--swui-font-size-small);--swui-chip-line-height: var(--swui-line-height-small);--swui-chip-font-weight: var(--swui-font-weight-text);--swui-chip-font-family: var(--swui-font-primary);--swui-chip-letter-spacing: var(--swui-text-letter-spacing);--swui-chip-height: 24px;--swui-chip-border-radius: var(--swui-border-radius);--current-text-color: var(--swui-white);--current-bg-color: var(--lhds-color-blue-50);--current-bg-color-hover: var(--lhds-color-blue-600);--current-bg-color-focus: var(--lhds-color-blue-700);--current-bg-color-active: var(--lhds-color-blue-800);box-sizing:border-box;display:inline-flex;flex-direction:row;border-radius:var(--swui-chip-border-radius);background-color:var(--current-bg-color)}._chip_1ihre_1 ._chipCell_1ihre_25{font-family:var(--swui-chip-font-family);font-size:var(--swui-chip-font-size);font-weight:var(--swui-chip-font-weight);line-height:var(--swui-chip-line-height);color:var(--current-text-color);min-height:var(--swui-chip-height);display:flex;align-items:center}._chip_1ihre_1 ._label_1ihre_36{white-space:nowrap;padding:0 var(--swui-metrics-space)}._chip_1ihre_1 button{background:transparent;border:none;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}._chip_1ihre_1 button:hover{background-color:var(--current-bg-color-hover)}._chip_1ihre_1 button:focus{background-color:var(--current-bg-color-focus);outline:none}._chip_1ihre_1 button:active{background-color:var(--current-bg-color-active)}._chip_1ihre_1 button:first-child{border-top-left-radius:var(--swui-chip-border-radius);border-bottom-left-radius:var(--swui-chip-border-radius)}._chip_1ihre_1 button:last-child{border-top-right-radius:var(--swui-chip-border-radius);border-bottom-right-radius:var(--swui-chip-border-radius)}._chip_1ihre_1 ._close_1ihre_74{padding-left:var(--swui-metrics-space);padding-right:var(--swui-metrics-space)}._chip_1ihre_1 ._close_1ihre_74 svg{color:var(--current-text-color)}._chip_1ihre_1._primary_1ihre_83{--current-bg-color: var(--swui-primary-action-color);--current-text-color: var(--swui-white);--current-bg-color-hover: var(--lhds-color-blue-600);--current-bg-color-focus: var(--lhds-color-blue-700);--current-bg-color-active: var(--lhds-color-blue-800)}._chip_1ihre_1._secondary_1ihre_91{--current-bg-color: var(--lhds-color-blue-100);--current-text-color: var(--lhds-color-blue-800);--current-bg-color-hover: var(--lhds-color-blue-200);--current-bg-color-focus: var(--lhds-color-blue-200);--current-bg-color-active: var(--lhds-color-blue-300)}._badge_1b6e7_1{--swui-badge-notification-bg-color: var(--swui-primary-action-color);--swui-badge-warning-bg-color: var(--swui-state-alert-color);--swui-badge-error-bg-color: var(--swui-state-error-color);--swui-badge-text-color: var(--swui-white);--swui-badge-size: 18px;display:flex;overflow:hidden;border-radius:calc(var(--swui-badge-size) / 2);border-width:0;min-width:var(--swui-badge-size);height:var(--swui-badge-size);align-items:center;justify-content:center}._badge_1b6e7_1._info_1b6e7_17{background:var(--swui-badge-notification-bg-color)}._badge_1b6e7_1._warning_1b6e7_21{background:var(--swui-badge-warning-bg-color)}._badge_1b6e7_1._error_1b6e7_25{background:var(--swui-badge-error-bg-color)}._badge_1b6e7_1 ._label_1b6e7_29{line-height:var(--swui-badge-size);color:var(--swui-badge-text-color)}._toggleButton_gx3ve_1{--swui-toggle-button-width: 28px;--swui-toggle-button-height: 28px;--swui-toggle-button-bg-pressed: var(--swui-primary-action-color);--swui-toggle-button-bg-not-pressed: var(--lhds-color-blue-100);--swui-toggle-button-text-color-pressed: var(--lhds-color-blue-50);--swui-toggle-button-text-color-not-pressed: var(--swui-text-color);width:var(--swui-toggle-button-width);height:var(--swui-toggle-button-height);background:var(--swui-toggle-button-bg-not-pressed)}._toggleButton_gx3ve_1 ._label_gx3ve_18{color:var(--swui-toggle-button-text-color-not-pressed)}._toggleButton_gx3ve_1._pressed_gx3ve_22{background:var(--swui-toggle-button-bg-pressed)}._toggleButton_gx3ve_1._pressed_gx3ve_22 ._label_gx3ve_18{color:var(--swui-toggle-button-text-color-pressed)}._actionMenu_1loms_1{--swui-action-menu-menu-background: var(--swui-white);--swui-action-menu-border-radius: 4px;background:var(--swui-action-menu-menu-background);border-radius:var(--swui-action-menu-border-radius)}._actionMenu_1loms_1._outlined_1loms_11{border:1px solid var(--lhds-color-blue-500)}._actionMenuItem_sheks_1{--swui-action-menu-item-height: 40px;--swui-action-menu-icon-color: var(--swui-text-primary-color);--swui-action-menu-icon-color-disabled: var(--swui-text-disabled-color);--swui-action-menu-icon-color-focus: var(--swui-text-primary-color);--swui-action-menu-icon-color-hover: var(--swui-text-primary-color);--swui-action-menu-item-background: var(--swui-white);--swui-action-menu-item-background-focus: var( --swui-primary-action-color-focus-light );--swui-action-menu-item-background-hover: var( --swui-primary-action-color-hover-light );--swui-action-menu-item-background-disabled: var(--swui-white);--swui-action-menu-item-background-disabled-focus: var( --swui-text-disabled-color-light );--swui-action-menu-item-label-color: var(--swui-text-primary-color);--swui-action-menu-item-label-color-disabled: var(--swui-text-disabled-color);--swui-action-menu-item-label-color-focus: var(--swui-text-primary-color);--swui-action-menu-item-label-color-hover: var(--swui-text-primary-color);--swui-action-menu-item-text-color: var(--swui-text-primary-color-light);--swui-action-menu-item-text-color-disabled: var( --swui-text-disabled-color-light );--swui-action-menu-item-text-color-focus: var( --swui-text-primary-color-light );--swui-action-menu-item-text-color-hover: var( --swui-text-primary-color-light );--current-item-background: var(--swui-action-menu-item-background);--current-item-label-color: var(--swui-action-menu-item-label-color);--current-item-text-color: var(--swui-action-menu-item-text-color);--current-item-icon-color: var(--swui-action-menu-icon-color);display:inline-flex;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:0;background:var(--current-item-background);border:none;align-items:stretch;outline:0;text-decoration:none;font-size:var(--swui-button-text-size);line-height:var(--swui-button-line-height);font-weight:var(--swui-button-font-weight);font-family:var(--swui-font-buttons)}._actionMenuItem_sheks_1:not(._actionMenuItemContent_sheks_55){cursor:pointer}._actionMenuItem_sheks_1:first-child{border-top-left-radius:var(--swui-action-menu-border-radius);border-top-right-radius:var(--swui-action-menu-border-radius)}._actionMenuItem_sheks_1:last-child{border-bottom-left-radius:var(--swui-action-menu-border-radius);border-bottom-right-radius:var(--swui-action-menu-border-radius)}._actionMenuItem_sheks_1:disabled,._actionMenuItem_sheks_1[aria-disabled=true]{cursor:not-allowed;--current-item-background: var(--swui-action-menu-item-background-disabled);--current-item-label-color: var( --swui-action-menu-item-label-color-disabled );--current-item-text-color: var(--swui-action-menu-item-text-color-disabled);--current-item-icon-color: var(--swui-action-menu-icon-color-disabled)}._actionMenuItem_sheks_1._standard_sheks_80:hover:not(._actionMenuItem_sheks_1._standard_sheks_80:disabled,._actionMenuItem_sheks_1._standard_sheks_80[aria-disabled=\"true\"],._actionMenuItem_sheks_1._standard_sheks_80._actionMenuItemContent_sheks_55){--current-item-background: var(--swui-action-menu-item-background-hover);--current-item-label-color: var( --swui-action-menu-item-label-color-hover );--current-item-text-color: var(--swui-action-menu-item-text-color-hover);--current-item-icon-color: var(--swui-action-menu-icon-color-hover)}._actionMenuItem_sheks_1._standard_sheks_80:focus-visible{--current-item-background: var(--swui-action-menu-item-background-focus);--current-item-label-color: var( --swui-action-menu-item-label-color-focus );--current-item-text-color: var(--swui-action-menu-item-text-color-focus);--current-item-icon-color: var(--swui-action-menu-icon-color-focus)}._actionMenuItem_sheks_1._standard_sheks_80:disabled:focus-visible{--current-item-background: var( --swui-action-menu-item-background-disabled-focus )}._actionMenuItem_sheks_1._danger_sheks_106{--current-item-icon-color: var(--lhds-color-red-500);--current-item-label-color: var(--lhds-color-red-600)}._actionMenuItem_sheks_1._danger_sheks_106:hover:not(._actionMenuItem_sheks_1._danger_sheks_106:disabled,._actionMenuItem_sheks_1._danger_sheks_106[aria-disabled=\"true\"],._actionMenuItem_sheks_1._danger_sheks_106._actionMenuItemContent_sheks_55){--current-item-background: var(--lhds-color-red-50);--current-item-icon-color: var(--lhds-color-red-500);--current-item-label-color: var(--lhds-color-red-600);--current-item-text-color: var(--swui-action-menu-item-text-color-hover)}._actionMenuItem_sheks_1._danger_sheks_106:focus-visible{--current-item-background: var(--lhds-color-red-50);--current-item-label-color: var(--lhds-color-red-600);--current-item-icon-color: var(--lhds-color-red-500);--current-item-text-color: var(--swui-action-menu-item-text-color-focus)}._actionMenuItem_sheks_1._danger_sheks_106:disabled:focus-visible{--current-item-background: var( --swui-action-menu-item-background-disabled-focus )}._actionMenuItem_sheks_1._success_sheks_133{--current-item-icon-color: var(--lhds-color-green-600);--current-item-label-color: var(--lhds-color-green-600)}._actionMenuItem_sheks_1._success_sheks_133:hover:not(._actionMenuItem_sheks_1._success_sheks_133:disabled,._actionMenuItem_sheks_1._success_sheks_133[aria-disabled=\"true\"],._actionMenuItem_sheks_1._success_sheks_133._actionMenuItemContent_sheks_55){--current-item-background: var(--lhds-color-green-50);--current-item-icon-color: var(--lhds-color-green-600);--current-item-label-color: var(--lhds-color-green-600);--current-item-text-color: var(--swui-action-menu-item-text-color-hover)}._actionMenuItem_sheks_1._success_sheks_133:focus-visible{--current-item-background: var(--lhds-color-green-50);--current-item-label-color: var(--lhds-color-green-600);--current-item-icon-color: var(--lhds-color-green-600);--current-item-text-color: var(--swui-action-menu-item-text-color-focus)}._actionMenuItem_sheks_1._success_sheks_133:disabled:focus-visible{--current-item-background: var( --swui-action-menu-item-background-disabled-focus )}._actionMenuItemLabel_sheks_161{color:var(--current-item-label-color);margin-right:auto}._actionMenuItemText_sheks_166{color:var(--current-item-text-color)}._actionMenuItemIcon_sheks_170{--current-icon-color: var(--current-item-icon-color)}._actionMenuItemIconWrapper_sheks_174{width:20px}._actionMenuItemInnerContent_sheks_178{height:var(--swui-action-menu-item-height)}._tab_14n79_1{--swui-tab-border-color: var(--lhds-color-ui-200);--swui-tab-border-color-hover: var(--lhds-color-blue-200);--swui-tab-border-color-focus: var(--lhds-color-blue-200);--swui-tab-border-color-selected: var(--lhds-color-blue-600);--swui-tab-label-color: var(--swui-text-primary-color);--swui-tab-label-color-selected: var(--swui-text-action-color);--swui-tab-outline-color-focus: var(--lhds-color-blue-400);--current-outer-border-bottom-color: transparent;--current-inset-shadow: none;--current-label-color: var(--swui-tab-label-color);outline:none;height:var(--swui-tab-menu-height);padding:0 calc(var(--swui-metrics-indent) * 2);display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:var(--swui-font-size-medium);font-family:var(--swui-font-buttons);font-weight:var(--swui-font-weight-text-bold);border:none;border-bottom:2px solid var(--current-outer-border-bottom-color);cursor:pointer;background-color:transparent;color:var(--current-label-color)}._tab_14n79_1:focus-visible{outline:1px solid var(--swui-tab-outline-color-focus);box-shadow:inset var(--swui-primary-action-color) 0 0 4px 0;border:none;padding-bottom:2px}._tab_14n79_1._selected_14n79_45{--current-outer-border-bottom-color: var(--swui-tab-border-color-selected);--current-label-color: var(--swui-tab-label-color-selected)}._tab_14n79_1:hover:not(._selected_14n79_45){--current-outer-border-bottom-color: var(--swui-tab-border-color-hover)}._tabMenu_63fa9_1{--swui-tab-menu-height: 40px;--swui-tab-menu-border-color: var(--lhds-color-ui-200);display:flex;height:var(--swui-tab-menu-height)}._tabMenu_63fa9_1._withBorder_63fa9_11{border-bottom:1px solid var(--swui-tab-menu-border-color)}._tag_7zdmh_1{--swui-tag-font-size: var(--swui-font-size-small);--swui-tag-line-height: var(--swui-line-height-small);--swui-tag-font-weight: var(--swui-font-weight-text);--swui-tag-font-family: var(--swui-font-primary);--swui-tag-letter-spacing: var(--swui-text-letter-spacing);--swui-tag-height-normal: 24px;--swui-tag-height-small: 16px;--swui-tag-border-radius: var(--swui-border-radius);--current-text-color: var(--swui-white);--current-bg-color: var(--lhds-color-blue-50);--current-border-color: var(--swui-primary-action-color);--current-height: var(--swui-tag-height-normal);box-sizing:border-box;display:inline-flex;flex-direction:row;white-space:nowrap;border-radius:var(--swui-tag-border-radius);background-color:var(--current-bg-color);border:1px solid var(--current-border-color);font-family:var(--swui-tag-font-family);font-size:var(--swui-tag-font-size);font-weight:var(--swui-tag-font-weight);line-height:var(--swui-tag-line-height);color:var(--current-text-color);min-height:var(--current-height);align-items:center;padding:0 var(--swui-metrics-space)}._tag_7zdmh_1._small_7zdmh_35{--current-height: var(--swui-tag-height-small)}._tag_7zdmh_1._info_7zdmh_39{--current-border-color: var(--lhds-color-blue-300);--current-bg-color: var(--lhds-color-blue-100);--current-text-color: var(--lhds-color-blue-800)}._tag_7zdmh_1._error_7zdmh_45{--current-border-color: var(--lhds-color-red-300);--current-bg-color: var(--lhds-color-red-50);--current-text-color: var(--lhds-color-red-800)}._tag_7zdmh_1._warning_7zdmh_51{--current-border-color: var(--lhds-color-orange-300);--current-bg-color: var(--lhds-color-orange-50);--current-text-color: var(--lhds-color-orange-900)}._tag_7zdmh_1._success_7zdmh_57{--current-border-color: var(--lhds-color-green-300);--current-bg-color: var(--lhds-color-green-50);--current-text-color: var(--lhds-color-green-800)}._tag_7zdmh_1._passive_7zdmh_63{--current-border-color: var(--lhds-color-ui-300);--current-bg-color: var(--lhds-color-ui-50);--current-text-color: var(--lhds-color-ui-800)}._valueTable_o37p8_1{--swui-value-table-height: 40px;width:100%}._valueTable_o37p8_1 ._row_o37p8_8:not(:first-child) td{border-top:1px solid var(--lhds-color-ui-300)}._relaxed_o37p8_13{--swui-value-table-height: 48px}._condensed_o37p8_17{--swui-value-table-height: 32px}._compact_o37p8_21{--swui-value-table-height: 24px}._routeLeg_um7oj_1{position:relative}._routeLeg_um7oj_1 ._selectedIcon_um7oj_4{position:absolute;top:0;right:0}._routeLeg_um7oj_1 ._grid_um7oj_10{display:grid;grid-template-columns:auto 1fr;-webkit-column-gap:calc(3 * var(--swui-metrics-indent));column-gap:calc(3 * var(--swui-metrics-indent));row-gap:calc(2 * var(--swui-metrics-indent))}._timeTag_1srws_1{--current-icon-color: var(--lhds-color-ui-500)}._timeTag_1srws_1 ._icon_1srws_4{color:var(--current-icon-color)}._timeTag_1srws_1._waiting_1srws_8{--current-icon-color: var(--lhds-color-orange-600)}._timeTag_1srws_1._total_1srws_12{--current-icon-color: var(--lhds-color-blue-500)}")); document.head.appendChild(elementStyle);} catch(e) {console.error('vite-plugin-css-injected-by-js', e);} })();import { Box, getDataProps, Row, Column, Heading, Space, Text, Indent, Clickable, useForwardedRef, SeparatorLine, Txt } from "@stenajs-webui/core";
|
|
2
2
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { forwardRef, Children, useState, useCallback, useMemo, useContext } from "react";
|
|
@@ -11,15 +11,26 @@ import { width } from "styled-system";
|
|
|
11
11
|
import { faCaretDown } from "@fortawesome/free-solid-svg-icons/faCaretDown";
|
|
12
12
|
import { faCaretUp } from "@fortawesome/free-solid-svg-icons/faCaretUp";
|
|
13
13
|
import { FocusScope, useFocusManager } from "@react-aria/focus";
|
|
14
|
+
const stenaAngleDown = {
|
|
15
|
+
icon: [
|
|
16
|
+
48,
|
|
17
|
+
48,
|
|
18
|
+
[],
|
|
19
|
+
"",
|
|
20
|
+
"M45.3,18.2L45.3,18.2c0.4-0.5,0.4-1.1,0-1.4L42.4,14l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1L24,31L7,14 c-0.2-0.2-0.5-0.3-0.7-0.3h0c-0.3,0-0.5,0.1-0.7,0.3l-2.8,2.8c-0.4,0.4-0.4,1,0,1.4l20.5,20.5c0.2,0.2,0.4,0.3,0.6,0.3h0.2 c0.2,0,0.5-0.1,0.6-0.3L45.3,18.2z"
|
|
21
|
+
],
|
|
22
|
+
iconName: "chevron-down",
|
|
23
|
+
prefix: "fal"
|
|
24
|
+
};
|
|
14
25
|
const stenaAngleLeft = {
|
|
15
26
|
icon: [
|
|
16
27
|
48,
|
|
17
28
|
48,
|
|
18
29
|
[],
|
|
19
30
|
"",
|
|
20
|
-
"
|
|
31
|
+
"M32.1,3.4c-0.2-0.2-0.5-0.3-0.7-0.3h0c-0.3,0-0.5,0.1-0.7,0.3L10.2,23.9c-0.2,0.2-0.3,0.4-0.3,0.6v0.2 c0,0.2,0.1,0.5,0.3,0.6l20.5,20.5l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l2.8-2.8L35,43c0.3-0.4,0.3-1-0.1-1.3l-17-17l17-17 c0.4-0.4,0.4-1,0-1.4L32.1,3.4z"
|
|
21
32
|
],
|
|
22
|
-
iconName: "
|
|
33
|
+
iconName: "chevron-left",
|
|
23
34
|
prefix: "fal"
|
|
24
35
|
};
|
|
25
36
|
const stenaAngleRight = {
|
|
@@ -28,9 +39,9 @@ const stenaAngleRight = {
|
|
|
28
39
|
48,
|
|
29
40
|
[],
|
|
30
41
|
"",
|
|
31
|
-
"
|
|
42
|
+
"M17.9,3.1L17.9,3.1c-0.5-0.4-1.1-0.4-1.4,0l-2.8,2.8L13.5,6c-0.3,0.4-0.3,1,0.1,1.3l17,17l-17,17 c-0.4,0.4-0.4,1,0,1.4l2.8,2.8c0.4,0.4,1,0.4,1.4,0l20.5-20.5c0.2-0.2,0.3-0.4,0.3-0.6v-0.2c0-0.2-0.1-0.5-0.3-0.6L17.9,3.1z"
|
|
32
43
|
],
|
|
33
|
-
iconName: "
|
|
44
|
+
iconName: "chevron-right",
|
|
34
45
|
prefix: "fal"
|
|
35
46
|
};
|
|
36
47
|
const stenaAngleUp = {
|
|
@@ -39,20 +50,64 @@ const stenaAngleUp = {
|
|
|
39
50
|
48,
|
|
40
51
|
[],
|
|
41
52
|
"",
|
|
42
|
-
"M24.
|
|
53
|
+
"M24.7,11c-0.2-0.2-0.4-0.3-0.6-0.3h-0.2c-0.2,0-0.5,0.1-0.6,0.3L2.7,31.5l-0.1,0.1c-0.3,0.4-0.3,1,0.1,1.3 l2.8,2.8l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l17-17l17,17c0.4,0.4,1,0.4,1.4,0l2.8-2.8c0.4-0.4,0.4-1,0-1.4L24.7,11z"
|
|
43
54
|
],
|
|
44
|
-
iconName: "
|
|
55
|
+
iconName: "chevron-up",
|
|
45
56
|
prefix: "fal"
|
|
46
57
|
};
|
|
47
|
-
const
|
|
58
|
+
const stenaArrowCircleDown = {
|
|
59
|
+
icon: [
|
|
60
|
+
48,
|
|
61
|
+
48,
|
|
62
|
+
[],
|
|
63
|
+
"",
|
|
64
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z M31.6,23.4L31.6,23.4c-0.5-0.4-1-0.4-1.4,0L25.5,28l0-13.5c0-0.6-0.4-1-1-1h-1c-0.6,0-1,0.4-1,1l0,13.5 l-4.7-4.6l-0.1-0.1c-0.4-0.3-0.9-0.3-1.2,0l-0.1,0.1l-1,1l-0.1,0.1c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l7.9,7.8l0.1,0.1 c0.2,0.1,0.4,0.2,0.6,0.2h0.1l0.1,0c0.2,0,0.4-0.1,0.5-0.3l7.9-7.8l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3L31.6,23.4z"
|
|
65
|
+
],
|
|
66
|
+
iconName: "arrow-circle-down",
|
|
67
|
+
prefix: "fal"
|
|
68
|
+
};
|
|
69
|
+
const stenaArrowCircleLeft = {
|
|
70
|
+
icon: [
|
|
71
|
+
48,
|
|
72
|
+
48,
|
|
73
|
+
[],
|
|
74
|
+
"",
|
|
75
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z M33.5,22.5l-13.5,0l4.6-4.7l0.1-0.1c0.3-0.4,0.3-0.9,0-1.2l-0.1-0.1l-1-1l-0.1-0.1c-0.4-0.3-0.9-0.3-1.2,0 l-0.1,0.1l-7.8,7.9l-0.1,0.1c-0.1,0.2-0.2,0.4-0.2,0.6v0.1l0,0.1c0,0.2,0.1,0.4,0.3,0.5l7.8,7.9l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l1-1 l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3L20,25.5l13.5,0c0.6,0,1-0.4,1-1v-1C34.5,22.9,34.1,22.5,33.5,22.5z"
|
|
76
|
+
],
|
|
77
|
+
iconName: "arrow-circle-left",
|
|
78
|
+
prefix: "fal"
|
|
79
|
+
};
|
|
80
|
+
const stenaArrowCircleRight = {
|
|
81
|
+
icon: [
|
|
82
|
+
48,
|
|
83
|
+
48,
|
|
84
|
+
[],
|
|
85
|
+
"",
|
|
86
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z M33.6,23.3l-7.8-7.9l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1l-1,1l-0.1,0.1c-0.3,0.4-0.3,1,0.1,1.3l4.6,4.7l-13.5,0 c-0.6,0-1,0.4-1,1v1c0,0.6,0.4,1,1,1l13.5,0l-4.6,4.7l-0.1,0.1c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l1,1l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0 l0.1-0.1l7.8-7.9l0.1-0.1c0.1-0.2,0.2-0.4,0.2-0.6v-0.1l0-0.1C33.9,23.6,33.8,23.4,33.6,23.3z"
|
|
87
|
+
],
|
|
88
|
+
iconName: "arrow-circle-right",
|
|
89
|
+
prefix: "fal"
|
|
90
|
+
};
|
|
91
|
+
const stenaArrowCircleUp = {
|
|
48
92
|
icon: [
|
|
49
93
|
48,
|
|
50
94
|
48,
|
|
51
95
|
[],
|
|
52
96
|
"",
|
|
53
|
-
"
|
|
97
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z M32.6,22.2l-7.9-7.8l-0.1-0.1c-0.2-0.1-0.4-0.2-0.6-0.2h-0.1l-0.1,0c-0.2,0-0.4,0.1-0.5,0.3l-7.9,7.8l-0.1,0.1 c-0.3,0.4-0.3,1,0.1,1.3l1,1l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l4.7-4.6l0,13.5c0,0.6,0.4,1,1,1h1c0.6,0,1-0.4,1-1l0-13.5l4.7,4.6 l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0l0.1-0.1l1-1l0.1-0.1C33,23.1,33,22.6,32.6,22.2L32.6,22.2z"
|
|
54
98
|
],
|
|
55
|
-
iconName: "
|
|
99
|
+
iconName: "arrow-circle-up",
|
|
100
|
+
prefix: "fal"
|
|
101
|
+
};
|
|
102
|
+
const stenaArrowDown = {
|
|
103
|
+
icon: [
|
|
104
|
+
48,
|
|
105
|
+
48,
|
|
106
|
+
[],
|
|
107
|
+
"",
|
|
108
|
+
"M25.1,43.1l10-10l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3l-1.6-1.6L33.4,30c-0.4-0.3-1-0.3-1.3,0.1l-5.4,5.4l0-29.9 c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1l0,30.5l-6-6L16.6,30c-0.4-0.3-0.9-0.3-1.2,0l-0.1,0.1l-1.6,1.6l-0.1,0.1 c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l10,10l0.1,0.1c0.2,0.1,0.4,0.2,0.6,0.2h0.2l0.1,0C24.8,43.3,25,43.2,25.1,43.1z"
|
|
109
|
+
],
|
|
110
|
+
iconName: "long-arrow-down",
|
|
56
111
|
prefix: "fal"
|
|
57
112
|
};
|
|
58
113
|
const stenaArrowLeft = {
|
|
@@ -61,9 +116,9 @@ const stenaArrowLeft = {
|
|
|
61
116
|
48,
|
|
62
117
|
[],
|
|
63
118
|
"",
|
|
64
|
-
"
|
|
119
|
+
"M42.8,22.3l-30.5,0l6-6l0.1-0.1c0.3-0.4,0.3-0.9,0-1.2l-0.1-0.1l-1.6-1.6l-0.1-0.1c-0.4-0.3-0.9-0.3-1.2,0 l-0.1,0.1l-10,10l-0.1,0.1C5.1,23.5,5,23.7,5,23.9v0.2l0,0.1c0,0.2,0.1,0.4,0.3,0.5l10,10l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l1.6-1.6 l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3l-5.4-5.4l29.9,0c0.6,0,1-0.4,1-1v-2C43.8,22.8,43.3,22.3,42.8,22.3z"
|
|
65
120
|
],
|
|
66
|
-
iconName: "arrow-left",
|
|
121
|
+
iconName: "long-arrow-left",
|
|
67
122
|
prefix: "fal"
|
|
68
123
|
};
|
|
69
124
|
const stenaArrowRight = {
|
|
@@ -72,9 +127,9 @@ const stenaArrowRight = {
|
|
|
72
127
|
48,
|
|
73
128
|
[],
|
|
74
129
|
"",
|
|
75
|
-
"
|
|
130
|
+
"M43.5,23.3l-10-10l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1l-1.6,1.6L30.4,15c-0.3,0.4-0.3,1,0.1,1.3l5.4,5.4L6,21.7 c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1l30.5,0l-6,6l-0.1,0.1c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l1.6,1.6l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0 l0.1-0.1l10-10l0.1-0.1c0.1-0.2,0.2-0.4,0.2-0.6v-0.2l0-0.1C43.7,23.6,43.6,23.4,43.5,23.3z"
|
|
76
131
|
],
|
|
77
|
-
iconName: "arrow-right",
|
|
132
|
+
iconName: "long-arrow-right",
|
|
78
133
|
prefix: "fal"
|
|
79
134
|
};
|
|
80
135
|
const stenaArrowUp = {
|
|
@@ -83,18 +138,18 @@ const stenaArrowUp = {
|
|
|
83
138
|
48,
|
|
84
139
|
[],
|
|
85
140
|
"",
|
|
86
|
-
"
|
|
141
|
+
"M35.1,14.9l-10-10L25,4.8c-0.2-0.1-0.4-0.2-0.6-0.2h-0.2l-0.1,0c-0.2,0-0.4,0.1-0.5,0.3l-10,10L13.6,15 c-0.3,0.4-0.3,1,0.1,1.3l1.6,1.6l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l5.4-5.4l0,29.9c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1l0-30.5l6,6 l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0l0.1-0.1l1.6-1.6l0.1-0.1C35.4,15.8,35.4,15.3,35.1,14.9L35.1,14.9z"
|
|
87
142
|
],
|
|
88
|
-
iconName: "arrow-up",
|
|
143
|
+
iconName: "long-arrow-up",
|
|
89
144
|
prefix: "fal"
|
|
90
145
|
};
|
|
91
|
-
const
|
|
146
|
+
const stenaArrowWideDown = {
|
|
92
147
|
icon: [
|
|
93
148
|
48,
|
|
94
149
|
48,
|
|
95
150
|
[],
|
|
96
151
|
"",
|
|
97
|
-
"
|
|
152
|
+
"M25.1,40.1l13-13l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3l-1.6-1.6L36.4,24c-0.4-0.3-1-0.3-1.3,0.1l-8.4,8.4l0-23.9 c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1l0,24.5l-9-9L13.6,24c-0.4-0.3-0.9-0.3-1.2,0l-0.1,0.1l-1.6,1.6l-0.1,0.1 c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l13,13l0.1,0.1c0.2,0.1,0.4,0.2,0.6,0.2h0.2l0.1,0C24.8,40.3,25,40.2,25.1,40.1z"
|
|
98
153
|
],
|
|
99
154
|
iconName: "arrow-down",
|
|
100
155
|
prefix: "fal"
|
|
@@ -105,9 +160,9 @@ const stenaArrowWideLeft = {
|
|
|
105
160
|
48,
|
|
106
161
|
[],
|
|
107
162
|
"",
|
|
108
|
-
"
|
|
163
|
+
"M39.8,22.3l-24.5,0l9-9l0.1-0.1c0.3-0.4,0.3-0.9,0-1.2l-0.1-0.1l-1.6-1.6l-0.1-0.1c-0.4-0.3-0.9-0.3-1.2,0 l-0.1,0.1l-13,13l-0.1,0.1C8.1,23.5,8,23.7,8,23.9v0.2l0,0.1c0,0.2,0.1,0.4,0.3,0.5l13,13l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l1.6-1.6 l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3l-8.4-8.4l23.9,0c0.6,0,1-0.4,1-1v-2C40.8,22.8,40.3,22.3,39.8,22.3z"
|
|
109
164
|
],
|
|
110
|
-
iconName: "
|
|
165
|
+
iconName: "arrow-left",
|
|
111
166
|
prefix: "fal"
|
|
112
167
|
};
|
|
113
168
|
const stenaArrowWideRight = {
|
|
@@ -116,9 +171,9 @@ const stenaArrowWideRight = {
|
|
|
116
171
|
48,
|
|
117
172
|
[],
|
|
118
173
|
"",
|
|
119
|
-
"
|
|
174
|
+
"M40.5,23.3l-13-13l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1l-1.6,1.6L24.4,12c-0.3,0.4-0.3,1,0.1,1.3l8.4,8.4L9,21.7 c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1l24.5,0l-9,9l-0.1,0.1c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l1.6,1.6l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0 l0.1-0.1l13-13l0.1-0.1c0.1-0.2,0.2-0.4,0.2-0.6v-0.2l0-0.1C40.7,23.6,40.6,23.4,40.5,23.3z"
|
|
120
175
|
],
|
|
121
|
-
iconName: "
|
|
176
|
+
iconName: "arrow-right",
|
|
122
177
|
prefix: "fal"
|
|
123
178
|
};
|
|
124
179
|
const stenaArrowWideUp = {
|
|
@@ -127,207 +182,251 @@ const stenaArrowWideUp = {
|
|
|
127
182
|
48,
|
|
128
183
|
[],
|
|
129
184
|
"",
|
|
130
|
-
"
|
|
185
|
+
"M38.1,20.9l-13-13L25,7.8c-0.2-0.1-0.4-0.2-0.6-0.2h-0.2l-0.1,0c-0.2,0-0.4,0.1-0.5,0.3l-13,13L10.6,21 c-0.3,0.4-0.3,1,0.1,1.3l1.6,1.6l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l8.4-8.4l0,23.9c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1l0-24.5l9,9 l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0l0.1-0.1l1.6-1.6l0.1-0.1C38.4,21.8,38.4,21.3,38.1,20.9L38.1,20.9z"
|
|
131
186
|
],
|
|
132
|
-
iconName: "
|
|
187
|
+
iconName: "arrow-up",
|
|
133
188
|
prefix: "fal"
|
|
134
189
|
};
|
|
135
|
-
const
|
|
190
|
+
const stenaBackspace = {
|
|
136
191
|
icon: [
|
|
137
192
|
48,
|
|
138
193
|
48,
|
|
139
194
|
[],
|
|
140
195
|
"",
|
|
141
|
-
"
|
|
196
|
+
"M43,11H17.6c-0.8,0-1.5,0.3-2.1,0.9L3.4,23.7c-0.1,0.1-0.1,0.1-0.2,0.2c-1.1,1.3-0.9,3.2,0.4,4.2l12,10.2 c0.5,0.5,1.2,0.7,1.9,0.7H43c1.7,0,3-1.3,3-3V14C46,12.3,44.7,11,43,11z M42,35H17.9l-11-9.2L18,15h24V35z M24.3,30.6l1.4,1.4 c0.4,0.4,1,0.4,1.4,0l4-4l4,4c0.4,0.4,1,0.4,1.4,0l1.4-1.4c0.4-0.4,0.4-1,0-1.4l-4-4l4-4c0.4-0.4,0.4-1,0-1.4l-1.4-1.4 c-0.4-0.4-1-0.4-1.4,0l-4,4l-4-4c-0.4-0.4-1-0.4-1.4,0l-1.4,1.4c-0.4,0.4-0.4,1,0,1.4l4,4l-4,4C23.9,29.6,23.9,30.2,24.3,30.6z"
|
|
142
197
|
],
|
|
143
|
-
iconName: "
|
|
198
|
+
iconName: "backspace",
|
|
144
199
|
prefix: "fal"
|
|
145
200
|
};
|
|
146
|
-
const
|
|
201
|
+
const stenaBell = {
|
|
147
202
|
icon: [
|
|
148
203
|
48,
|
|
149
204
|
48,
|
|
150
205
|
[],
|
|
151
206
|
"",
|
|
152
|
-
"
|
|
207
|
+
"M40.6,30.2L40.5,30l-0.2-0.3l-0.1-0.2c-0.9-1.2-1.4-2.6-1.6-5l0-0.6l0-0.8l0-0.8l0-0.7l0-0.7l0-1.2l0-3.8 l0-0.3C38.1,9.2,32.9,4,26.4,4l-0.2,0l-0.1,0l0,0H26V3c0-1.1-0.9-2-2-2s-2,0.9-2,2l0,1l-0.1,0c-6.2,0.3-11.1,5.4-11.3,11.7l0,4.5 l0,0.7l0,0.7l0,0.7l0,0.6l0,0.7l0,0.7l0,0.5l-0.1,0.5l-0.1,0.4l-0.1,0.3c-0.2,1.3-0.6,2.2-1.1,3L9,29.4l-0.2,0.3 c-0.1,0.2-0.3,0.3-0.4,0.5L8,30.6C4.3,34.5,5.9,40,11.2,40h26.6l0.2,0c5.1-0.2,6.5-5.6,3-9.4L40.6,30.2z M37.8,37H11.2l-0.2,0 c-2.3-0.1-2.8-2.3-0.9-4.3l0.4-0.4c1.7-1.7,2.5-3.4,2.9-6.2l0.1-0.5l0.1-0.6l0.1-0.7l0-0.8l0-0.7l0-0.7l0-0.7l0-1.2l0-4.3l0-0.3 c0.1-4.8,3.9-8.6,8.6-8.7l0.3,0h3.9l0.3,0c4.8,0.1,8.6,4.1,8.6,9l0,4.7l0,0.8l0,0.8l0,0.7l0,0.7l0,0.7l0.1,0.6l0.1,0.6l0,0.4 c0.4,2.9,1.2,4.7,2.9,6.5l0.3,0.3C40.7,34.8,40.3,37,37.8,37z M28,43h-2.4l0,0.1c-0.1,0.8-0.8,1.5-1.6,1.5c-0.9,0-1.6-0.7-1.6-1.6H20c0,2.2,1.8,4,4,4S28,45.2,28,43z"
|
|
153
208
|
],
|
|
154
|
-
iconName: "
|
|
209
|
+
iconName: "bell",
|
|
155
210
|
prefix: "fal"
|
|
156
211
|
};
|
|
157
|
-
const
|
|
212
|
+
const stenaBellFilled = {
|
|
158
213
|
icon: [
|
|
159
214
|
48,
|
|
160
215
|
48,
|
|
161
216
|
[],
|
|
162
217
|
"",
|
|
163
|
-
"
|
|
218
|
+
"M40.6,30.2L40.5,30l-0.2-0.3l-0.1-0.2c-0.9-1.2-1.4-2.6-1.6-5l0-0.6l0-0.8l0-0.8l0-0.7l0-0.7l0-1.2l0-3.8 l0-0.3C38.1,9.2,32.9,4,26.4,4l-0.2,0l-0.1,0l0,0H26V3c0-1.1-0.9-2-2-2s-2,0.9-2,2l0,1l-0.1,0c-6.2,0.3-11.1,5.4-11.3,11.7l0,4.5 l0,0.7l0,0.7l0,0.7l0,0.6l0,0.7l0,0.7l0,0.5l-0.1,0.5l-0.1,0.4l-0.1,0.3c-0.2,1.3-0.6,2.2-1.1,3L9,29.4l-0.2,0.3 c-0.1,0.2-0.3,0.3-0.4,0.5L8,30.6C4.3,34.5,5.9,40,11.2,40h26.6l0.2,0c5.1-0.2,6.5-5.6,3-9.4L40.6,30.2z M28,43h-2.4l0,0.1c-0.1,0.8-0.8,1.5-1.6,1.5c-0.9,0-1.6-0.7-1.6-1.6H20c0,2.2,1.8,4,4,4S28,45.2,28,43z"
|
|
164
219
|
],
|
|
165
|
-
iconName: "
|
|
220
|
+
iconName: "bell",
|
|
166
221
|
prefix: "fal"
|
|
167
222
|
};
|
|
168
|
-
const
|
|
223
|
+
const stenaBusinessAgreement = {
|
|
169
224
|
icon: [
|
|
170
225
|
48,
|
|
171
226
|
48,
|
|
172
227
|
[],
|
|
173
228
|
"",
|
|
174
|
-
"
|
|
229
|
+
"M38,23.5h-3.1l-3.1-2.6l-0.1-0.1c-0.6-0.4-1.3-0.4-1.8,0.1l-1.7,1.5l-1.5-5.7v-0.1c-0.4-1.2-2.1-1.3-2.7-0.2l-4.1,8 l-0.1,0.1c-0.3,0.7,0,1.5,0.7,1.9l0.1,0.1c0.7,0.3,1.5,0,1.9-0.7l2.4-4.6l1.1,4.3v0.1c0.4,1,1.6,1.3,2.4,0.6L31,24l2.6,2.2l0.1,0.1 c0.2,0.2,0.5,0.3,0.8,0.3H38h0.1c0.8-0.1,1.4-0.7,1.4-1.5V25C39.4,24.1,38.8,23.5,38,23.5z M43,1H16h-0.2C13.7,1.1,12,2.9,12,5v30H1 v6c0,3.3,2.7,6,6,6h34h0.4c3.6-0.1,5.5-2.1,5.5-6V5C47,2.8,45.2,1,43,1z M7,44c-1.7,0-3-1.3-3-3v-3h30v2l0,0c0,0.2,0,0.3,0,0.5 c0,1.3,0.4,2.5,1,3.5H7z M44,41L44,41c-0.3,1.7-1.7,3-3.5,3s-3.2-1.3-3.5-3l0,0v-6H15V5c0-0.6,0.4-1,1-1h27c0.6,0,1,0.4,1,1V41z"
|
|
175
230
|
],
|
|
176
|
-
iconName: "
|
|
231
|
+
iconName: "file-contract",
|
|
177
232
|
prefix: "fal"
|
|
178
233
|
};
|
|
179
|
-
const
|
|
234
|
+
const stenaBusinessCard = {
|
|
180
235
|
icon: [
|
|
181
236
|
48,
|
|
182
237
|
48,
|
|
183
238
|
[],
|
|
184
239
|
"",
|
|
185
|
-
"
|
|
240
|
+
"M8,30h6v2H8V30z M42,10H6c-2.2,0-4,1.8-4,4v20c0,2.2,1.8,4,4,4h36c2.2,0,4-1.8,4-4V14C46,11.8,44.2,10,42,10z M43,34 c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V22h38V34z M43,16H5v-2c0-0.6,0.4-1,1-1h36c0.6,0,1,0.4,1,1V16z M16,30h6v2h-6V30z"
|
|
186
241
|
],
|
|
187
|
-
iconName: "
|
|
242
|
+
iconName: "credit-card",
|
|
188
243
|
prefix: "fal"
|
|
189
244
|
};
|
|
190
|
-
const
|
|
245
|
+
const stenaBusinessClaim = {
|
|
191
246
|
icon: [
|
|
192
247
|
48,
|
|
193
248
|
48,
|
|
194
249
|
[],
|
|
195
250
|
"",
|
|
196
|
-
"
|
|
251
|
+
"M3.2,6.9l-1,1.7C0.8,11,1.7,14.1,4,15.5l15.1,8.7l12.2,0.1l-6.2-10.5L10,5.1C7.7,3.7,4.6,4.5,3.2,6.9z M23,16l3.1,5.3 L20,21.2L9.8,15.3l3.1-5.1L23,16z M4.8,10.1l1-1.7c0.6-1,1.8-1.3,2.7-0.7l1.7,1l-3.1,5.1l-1.6-0.9C4.6,12.3,4.3,11.1,4.8,10.1z M43,1H16h-0.2C13.7,1.1,12,2.9,12,5l3,2V5c0-0.6,0.4-1,1-1h27c0.6,0,1,0.4,1,1v36l0,0c-0.2,1.7-1.7,3-3.5,3s-3.2-1.3-3.5-3l0,0v-6 H15V23l-3-2v14H1v6c0,3.3,2.7,6,6,6h34h0.4c3.6-0.1,5.5-2.1,5.5-6V5C47,2.8,45.2,1,43,1z M7,44c-1.7,0-3-1.3-3-3v-3h30v2l0,0 c0,0.2,0,0.3,0,0.5c0,1.3,0.4,2.5,1,3.5H7z"
|
|
197
252
|
],
|
|
198
|
-
iconName: "
|
|
253
|
+
iconName: "file-signature",
|
|
199
254
|
prefix: "fal"
|
|
200
255
|
};
|
|
201
|
-
const
|
|
256
|
+
const stenaBusinessCustomer = {
|
|
202
257
|
icon: [
|
|
203
258
|
48,
|
|
204
259
|
48,
|
|
205
260
|
[],
|
|
206
261
|
"",
|
|
207
|
-
"
|
|
262
|
+
"M5,3 C5,2.44771525 5.44771525,2 6,2 L34.5857864,2 C34.8068002,2 35.0202705,2.07316447 35.193816,2.20608063 L42.7071068,8.70710678 C42.8946432,8.89464316 43,9.14899707 43,9.41421356 L43,45 C43,45.5522847 42.5522847,46 42,46 L6,46 C5.44771525,46 5,45.5522847 5,45 L5,3 Z M8,43 L40,43 L40.0005142,12.9569452 C39.9113139,12.9757553 39.8199224,12.9886207 39.7267735,12.9951077 L39.5857864,13 L34,13 C32,13 31,12 31.0054857,10.1492623 L31,10 L31,5 L8,5 L8,43 Z M24,15 C28.418278,15 32,18.581722 32,23 C32,27.418278 28.418278,31 24,31 C19.581722,31 16,27.418278 16,23 C16,18.581722 19.581722,15 24,15 Z M24,17.6666667 C21.0544813,17.6666667 18.6666667,20.0544813 18.6666667,23 C18.6666667,25.9455187 21.0544813,28.3333333 24,28.3333333 C26.9455187,28.3333333 29.3333333,25.9455187 29.3333333,23 C29.3333333,20.0544813 26.9455187,17.6666667 24,17.6666667 Z M24.1219601,34.1068484 C24.9511974,34.1068484 25.7681064,33.9392617 26.5695104,33.7345086 L27.1676066,33.5760129 L27.7595907,33.4158067 L28.2723288,33.2838352 C29.4628369,32.9916659 30.6116368,32.8321454 31.7073234,33.2735297 C38.4946904,36.0077399 42.2439203,38.2995106 42.2439203,45.6242262 L6,45.6242262 C6,38.2999457 9.74866558,36.0084875 16.5353872,33.2740171 C17.6983167,32.8054556 18.9210879,33.0136634 20.1900626,33.3390116 L21.3741496,33.6563013 C22.2714612,33.894768 23.1889064,34.1068484 24.1219601,34.1068484 Z M20.8622399,36.6227463 L19.5716241,36.2807457 L19.2150233,36.19226 L18.9063083,36.1214163 L18.6409143,36.0672655 L18.4142764,36.0288587 L18.22183,36.0052471 L18.0590103,35.9954816 C18.0091676,35.9944287 17.963502,35.9955254 17.9212525,35.9986135 L17.8039919,36.0136937 C17.749725,36.0240628 17.7014329,36.0385567 17.6565477,36.0566416 C13.3303092,37.799747 10,40 8.36664106,43.1689081 L8.27296014,42.6616302 L40.6164626,42.6756681 L39.9699601,42.6606302 L39.9466359,43.5240142 C38,40 35.1567135,38.070929 30.8506773,36.1678794 L30.5863464,36.0562281 L30.5402699,36.0393788 L30.439018,36.0133325 C30.3486359,35.9960764 30.2416557,35.9902726 30.1061952,35.9983938 L29.9292117,36.0149813 L29.8290411,36.0285847 L29.6024908,36.0670043 L29.3371924,36.1211653 L29.0285834,36.1920173 L28.6721008,36.2805096 L27.3817008,36.6225785 C26.042581,36.9677364 25.199444,37.1068484 24.1219601,37.1068484 C23.0445192,37.1068484 22.201381,36.9677855 20.8622399,36.6227463 Z M34,5.205 L34,10 L39.5857864,10 L38.928,9.342 L34,5.205 Z"
|
|
208
263
|
],
|
|
209
|
-
iconName: "
|
|
264
|
+
iconName: "image-polaroid",
|
|
210
265
|
prefix: "fal"
|
|
211
266
|
};
|
|
212
|
-
const
|
|
267
|
+
const stenaBusinessInvoice = {
|
|
213
268
|
icon: [
|
|
214
269
|
48,
|
|
215
270
|
48,
|
|
216
271
|
[],
|
|
217
272
|
"",
|
|
218
|
-
"
|
|
273
|
+
"M32.5,20h-13c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h13c0.8,0,1.5-0.7,1.5-1.5S33.3,20,32.5,20z M43,1H16h-0.2 C13.7,1.1,12,2.9,12,5v30H1v6c0,3.3,2.7,6,6,6h34h0.4c3.6-0.1,5.5-2.1,5.5-6V5C47,2.8,45.2,1,43,1z M7,44c-1.7,0-3-1.3-3-3v-3h30v2 l0,0c0,0.2,0,0.3,0,0.5c0,1.3,0.4,2.5,1,3.5H7z M44,41L44,41c-0.3,1.7-1.7,3-3.5,3s-3.2-1.3-3.5-3l0,0v-6H15V5c0-0.6,0.4-1,1-1h27 c0.6,0,1,0.4,1,1V41z M36.5,8h-17C18.7,8,18,8.7,18,9.5s0.7,1.5,1.5,1.5h17c0.8,0,1.5-0.7,1.5-1.5S37.3,8,36.5,8z M36.5,14h-17 c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5h17c0.8,0,1.5-0.7,1.5-1.5S37.3,14,36.5,14z"
|
|
219
274
|
],
|
|
220
|
-
iconName: "
|
|
275
|
+
iconName: "file",
|
|
221
276
|
prefix: "fal"
|
|
222
277
|
};
|
|
223
|
-
const
|
|
278
|
+
const stenaBusinessNSLH = {
|
|
224
279
|
icon: [
|
|
225
280
|
48,
|
|
226
281
|
48,
|
|
227
282
|
[],
|
|
228
283
|
"",
|
|
229
|
-
"
|
|
284
|
+
"M37.5,15h-10c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5h10c0.8,0,1.5-0.7,1.5-1.5S38.3,15,37.5,15z M34.5,20h-7c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h7c0.8,0,1.5-0.7,1.5-1.5S35.3,20,34.5,20z M37.5,10h-10 c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h10c0.8,0,1.5-0.7,1.5-1.5S38.3,10,37.5,10z M43,1H16h-0.2C13.7,1.1,12,2.9,12,5v30H1v6 c0,3.3,2.7,6,6,6h34h0.4c3.6-0.1,5.5-2.1,5.5-6V5C47,2.8,45.2,1,43,1z M7,44c-1.7,0-3-1.3-3-3v-3h30v2l0,0c0,0.2,0,0.3,0,0.5 c0,1.3,0.4,2.5,1,3.5H7z M44,41L44,41c-0.3,1.7-1.7,3-3.5,3s-3.2-1.3-3.5-3l0,0v-6H15V5c0-0.6,0.4-1,1-1h27c0.6,0,1,0.4,1,1V41z M21,22c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2S19.9,22,21,22z M21,7c-1.1,0-2,0.7-2,1.6v9.8c0,0.9,0.9,1.6,2,1.6s2-0.7,2-1.6V8.6 C23,7.7,22.1,7,21,7z"
|
|
230
285
|
],
|
|
231
|
-
iconName: "
|
|
286
|
+
iconName: "file-exclamation",
|
|
232
287
|
prefix: "fal"
|
|
233
288
|
};
|
|
234
|
-
const
|
|
289
|
+
const stenaBusinessSignature = {
|
|
235
290
|
icon: [
|
|
236
291
|
48,
|
|
237
292
|
48,
|
|
238
293
|
[],
|
|
239
294
|
"",
|
|
240
|
-
"
|
|
295
|
+
"M45.5,39.5H16.4l-3.1-2.6l-0.1-0.1c-0.6-0.4-1.3-0.4-1.8,0.1l-1.7,1.5l-1.5-5.7v-0.1c-0.4-1.2-2.1-1.3-2.7-0.2 l-4.1,8l-0.1,0.1C1,41.2,1.3,42,2,42.4l0.1,0.1c0.7,0.3,1.5,0,1.9-0.7l2.4-4.6l1.1,4.3v0.1c0.4,1,1.6,1.3,2.4,0.6l2.6-2.2l2.6,2.2 l0.1,0.1c0.2,0.2,0.5,0.3,0.8,0.3h29.6h0.1c0.8-0.1,1.4-0.7,1.4-1.5V41C46.9,40.1,46.3,39.5,45.5,39.5z M39.9,6 c-1.6-1.4-4-1.4-5.6,0.2L18.8,21.7l-0.2,0.2c-0.6,0.6-0.9,1.4-1,2.3L16.5,34l9.9-1.1h0.2c0.8-0.1,1.6-0.5,2.2-1.1l15.5-15.5l0.2-0.2 c1.4-1.6,1.4-4-0.2-5.6L40,6.2L39.9,6z M26.6,29.6l-0.1,0.1c-0.1,0.1-0.3,0.2-0.5,0.2l-6.1,0.7l0.7-6.1v-0.1c0-0.2,0.1-0.3,0.3-0.5 l10-10l5.7,5.7L26.6,29.6z M42.2,12.7c0.3,0.4,0.3,1-0.1,1.3l-2.7,2.7L33.7,11l2.7-2.7l0.1-0.1c0.4-0.3,1-0.3,1.3,0.1L42.2,12.7 L42.2,12.7z"
|
|
241
296
|
],
|
|
242
|
-
iconName: "
|
|
297
|
+
iconName: "signature",
|
|
243
298
|
prefix: "fal"
|
|
244
299
|
};
|
|
245
|
-
const
|
|
300
|
+
const stenaCalendar = {
|
|
246
301
|
icon: [
|
|
247
302
|
48,
|
|
248
303
|
48,
|
|
249
304
|
[],
|
|
250
305
|
"",
|
|
251
|
-
"
|
|
306
|
+
"M14,38h8c0.6,0,1-0.4,1-1v-8c0-0.6-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1v8C13,37.6,13.4,38,14,38z M15,30h6v6h-6V30z M44,6h-5V2 c0-0.6-0.4-1-1-1h-1c-0.6,0-1,0.4-1,1v4H12V2c0-0.6-0.4-1-1-1h-1C9.4,1,9,1.4,9,2v4H4C3.4,6,3,6.4,3,7v39c0,0.6,0.4,1,1,1h40 c0.6,0,1-0.4,1-1V7C45,6.4,44.6,6,44,6z M42,44H6V15h36V44z M42,12H6V9h36V12z"
|
|
252
307
|
],
|
|
253
|
-
iconName: "
|
|
308
|
+
iconName: "calendar",
|
|
254
309
|
prefix: "fal"
|
|
255
310
|
};
|
|
256
|
-
const
|
|
311
|
+
const stenaCalendarFilled = {
|
|
257
312
|
icon: [
|
|
258
313
|
48,
|
|
259
314
|
48,
|
|
260
315
|
[],
|
|
261
316
|
"",
|
|
262
|
-
"
|
|
317
|
+
"M15,30h6v6h-6V30z M44,6h-5V2c0-0.6-0.4-1-1-1h-1c-0.6,0-1,0.4-1,1v4H12V2c0-0.6-0.4-1-1-1h-1C9.4,1,9,1.4,9,2v4H4 C3.4,6,3,6.4,3,7v39c0,0.6,0.4,1,1,1h40c0.6,0,1-0.4,1-1V7C45,6.4,44.6,6,44,6z M23,37L23,37c-0.1,0.6-0.5,1-1,1h-8h-0.1 c-0.5-0.1-0.9-0.5-0.9-1v-8v-0.1c0.1-0.5,0.5-0.9,1-0.9h8h0.1c0.5,0.1,0.9,0.5,0.9,1V37z M42,12H6V9h36V12z"
|
|
263
318
|
],
|
|
264
|
-
iconName: "
|
|
319
|
+
iconName: "calendar-alt",
|
|
265
320
|
prefix: "fal"
|
|
266
321
|
};
|
|
267
|
-
const
|
|
322
|
+
const stenaCalendarManage = {
|
|
268
323
|
icon: [
|
|
269
324
|
48,
|
|
270
325
|
48,
|
|
271
326
|
[],
|
|
272
327
|
"",
|
|
273
|
-
"
|
|
328
|
+
"M19.3,39.3L19.3,39.3c0.5,0.4,1.1,0.4,1.4,0l15.6-15.6l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3l-1.6-1.6l-0.1-0.1 c-0.4-0.3-1-0.3-1.3,0.1L20,34l-5.3-5.3l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1l-1.6,1.6l-0.1,0.1c-0.3,0.4-0.3,1,0.1,1.3L19.3,39.3z M44,6h-5V2c0-0.6-0.4-1-1-1h-1c-0.6,0-1,0.4-1,1v4H12V2c0-0.6-0.4-1-1-1h-1C9.4,1,9,1.4,9,2v4H4C3.4,6,3,6.4,3,7v39 c0,0.6,0.4,1,1,1h40c0.6,0,1-0.4,1-1V7C45,6.4,44.6,6,44,6z M42,44H6V15h36V44z M42,12H6V9h36V12z"
|
|
274
329
|
],
|
|
275
|
-
iconName: "
|
|
330
|
+
iconName: "calendar-check",
|
|
276
331
|
prefix: "fal"
|
|
277
332
|
};
|
|
278
|
-
const
|
|
333
|
+
const stenaCheck = {
|
|
279
334
|
icon: [
|
|
280
335
|
48,
|
|
281
336
|
48,
|
|
282
337
|
[],
|
|
283
338
|
"",
|
|
284
|
-
"
|
|
339
|
+
"M42.7,9.7c-0.4-0.4-1-0.4-1.4,0L17,34L6.7,23.7c-0.4-0.4-1-0.4-1.4,0l-1.6,1.6c-0.4,0.4-0.4,1,0,1.4l12.6,12.6 c0.4,0.4,1,0.4,1.4,0l26.6-26.6c0.4-0.4,0.4-1,0-1.4L42.7,9.7z"
|
|
285
340
|
],
|
|
286
|
-
iconName: "
|
|
341
|
+
iconName: "check",
|
|
287
342
|
prefix: "fal"
|
|
288
343
|
};
|
|
289
|
-
const
|
|
344
|
+
const stenaCheckCircle = {
|
|
290
345
|
icon: [
|
|
291
346
|
48,
|
|
292
347
|
48,
|
|
293
348
|
[],
|
|
294
349
|
"",
|
|
295
|
-
"
|
|
350
|
+
"M34.7,15.7L34.7,15.7c-0.5-0.4-1.1-0.4-1.4,0L20,29l-5.3-5.3l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1l-1.6,1.6 l-0.1,0.1c-0.3,0.4-0.3,1,0.1,1.3l7.6,7.6l0.1,0.1c0.4,0.3,1,0.3,1.3-0.1l15.6-15.6l0.1-0.1c0.3-0.4,0.3-1-0.1-1.3L34.7,15.7z M24,1 C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4s20,9,20,20S35,44,24,44z"
|
|
296
351
|
],
|
|
297
|
-
iconName: "
|
|
352
|
+
iconName: "check-circle",
|
|
298
353
|
prefix: "fal"
|
|
299
354
|
};
|
|
300
|
-
const
|
|
355
|
+
const stenaCheckCircleFilled = {
|
|
301
356
|
icon: [
|
|
302
357
|
48,
|
|
303
358
|
48,
|
|
304
359
|
[],
|
|
305
360
|
"",
|
|
306
|
-
"
|
|
361
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M36.4,18.6L36.4,18.6L20.7,34.3 c-0.4,0.4-0.9,0.4-1.3,0.1l-0.1-0.1l-7.6-7.6c-0.4-0.4-0.4-0.9-0.1-1.3l0.1-0.1l1.6-1.6c0.4-0.4,0.9-0.4,1.3-0.1l0.1,0.1L20,29 l13.3-13.3c0.4-0.4,0.9-0.4,1.3-0.1l0.1,0.1l1.6,1.6C36.7,17.7,36.7,18.2,36.4,18.6z"
|
|
307
362
|
],
|
|
308
|
-
iconName: "
|
|
363
|
+
iconName: "check-circle",
|
|
309
364
|
prefix: "fal"
|
|
310
365
|
};
|
|
311
|
-
const
|
|
366
|
+
const stenaClear = {
|
|
312
367
|
icon: [
|
|
313
368
|
48,
|
|
314
369
|
48,
|
|
315
370
|
[],
|
|
316
371
|
"",
|
|
317
|
-
"
|
|
372
|
+
"M43,1H5H4.8C2.7,1.1,1,2.9,1,5v38c0,2.2,1.8,4,4,4h38h0.2c2.1-0.1,3.8-1.9,3.8-4V5C47,2.8,45.2,1,43,1z M44,43 c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1V5c0-0.6,0.4-1,1-1h38c0.6,0,1,0.4,1,1V43z M36,22H12c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h24 c0.6,0,1-0.4,1-1v-2C37,22.4,36.6,22,36,22z"
|
|
318
373
|
],
|
|
319
|
-
iconName: "
|
|
374
|
+
iconName: "minus-square",
|
|
320
375
|
prefix: "fal"
|
|
321
376
|
};
|
|
322
|
-
const
|
|
377
|
+
const stenaClock = {
|
|
378
|
+
icon: [
|
|
379
|
+
48,
|
|
380
|
+
48,
|
|
381
|
+
[],
|
|
382
|
+
"",
|
|
383
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4s20,9,20,20 S35,44,24,44z M31.9,30.3l-6.3-4.8V11.8v-0.1c-0.1-1-0.9-1.7-1.8-1.7c-1,0-1.8,0.8-1.8,1.8v15V27c0,0.5,0.3,1,0.7,1.4l6.6,5.2 l0.1,0.1c0.9,0.6,2,0.4,2.7-0.4l0.1-0.1l0.2-0.2l0.1-0.1C33,32,32.8,30.9,31.9,30.3z"
|
|
384
|
+
],
|
|
385
|
+
iconName: "clock",
|
|
386
|
+
prefix: "fal"
|
|
387
|
+
};
|
|
388
|
+
const stenaClockFilled = {
|
|
389
|
+
icon: [
|
|
390
|
+
48,
|
|
391
|
+
48,
|
|
392
|
+
[],
|
|
393
|
+
"",
|
|
394
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M32.5,32.9L32.5,32.9l-0.3,0.3l-0.1,0.1 c-0.7,0.8-1.8,1-2.7,0.4l-0.1-0.1l-6.6-5.2l-0.1-0.1C22.3,28,22,27.5,22,27v-0.2v-15v-0.1c0.1-1,0.9-1.7,1.8-1.7 c1,0,1.8,0.7,1.8,1.7v0.1v13.6l6.3,4.8l0.1,0.1C32.8,31,32.9,32,32.5,32.9z"
|
|
395
|
+
],
|
|
396
|
+
iconName: "clock",
|
|
397
|
+
prefix: "fal"
|
|
398
|
+
};
|
|
399
|
+
const stenaCopy = {
|
|
400
|
+
icon: [
|
|
401
|
+
48,
|
|
402
|
+
48,
|
|
403
|
+
[],
|
|
404
|
+
"",
|
|
405
|
+
"M42,42V11c0-2.8-2.2-5-5-5H6c-2.8,0-5,2.2-5,5v31c0,2.8,2.2,5,5,5h31C39.8,47,42,44.8,42,42z M39,42 c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V11c0-1.1,0.9-2,2-2h31c1.1,0,2,0.9,2,2V42z M40,1H18.5C17.7,1,17,1.7,17,2.5S17.7,4,18.5,4H40c2,0,4,2,4,4v21.5c0,0.8,0.7,1.5,1.5,1.5s1.5-0.7,1.5-1.5V8 C47,4.2,43.8,1,40,1z"
|
|
406
|
+
],
|
|
407
|
+
iconName: "clone",
|
|
408
|
+
prefix: "fal"
|
|
409
|
+
};
|
|
410
|
+
const stenaCopyDocument = {
|
|
411
|
+
icon: [
|
|
412
|
+
48,
|
|
413
|
+
48,
|
|
414
|
+
[],
|
|
415
|
+
"",
|
|
416
|
+
"M8.5,17h17c0.8,0,1.5-0.7,1.5-1.5S26.3,14,25.5,14h-17C7.7,14,7,14.7,7,15.5C7,16.3,7.7,17,8.5,17z M8.5,11h17 c0.8,0,1.5-0.7,1.5-1.5S26.3,8,25.5,8h-17C7.7,8,7,8.7,7,9.5S7.7,11,8.5,11z M5,41h27h0.2c2.1-0.1,3.8-1.9,3.8-4V5c0-2.2-1.8-4-4-4 H5H4.8C2.7,1.1,1,2.9,1,5v32C1,39.2,2.8,41,5,41z M4,5c0-0.6,0.4-1,1-1h27c0.6,0,1,0.4,1,1v32c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1V5 z M43,5h-5v3h5c0.6,0,1,0.4,1,1v34c0,0.6-0.4,1-1,1H16c-0.6,0-1-0.4-1-1h-3c0,2.2,1.8,4,4,4h27h0.2c2.1-0.1,3.8-1.9,3.8-4V9 C47,6.8,45.2,5,43,5z M8.5,23h13c0.8,0,1.5-0.7,1.5-1.5S22.3,20,21.5,20h-13C7.7,20,7,20.7,7,21.5S7.7,23,8.5,23z"
|
|
417
|
+
],
|
|
418
|
+
iconName: "copy",
|
|
419
|
+
prefix: "fal"
|
|
420
|
+
};
|
|
421
|
+
const stenaDownload = {
|
|
323
422
|
icon: [
|
|
324
423
|
48,
|
|
325
424
|
48,
|
|
326
425
|
[],
|
|
327
426
|
"",
|
|
328
|
-
"
|
|
427
|
+
"M40.3,0.5H7.7c-4,0-7.2,3.2-7.2,7.2v32.6c0,4,3.2,7.2,7.2,7.2h32.6c4,0,7.2-3.2,7.2-7.2V7.7C47.5,3.7,44.3,0.5,40.3,0.5z M44.5,40.3c0,2.3-1.9,4.2-4.2,4.2H7.7c-2.3,0-4.2-1.9-4.2-4.2V7.7c0-2.3,1.9-4.2,4.2-4.2h32.6c2.3,0,4.2,1.9,4.2,4.2V40.3z M13.5,23.9l10.3,10.3l0.1,0.1c0.1,0.1,0.3,0.2,0.4,0.2h0.1h0.1c0.2,0,0.3-0.1,0.4-0.2L35.2,24l0.1-0.1c0.2-0.3,0.2-0.8-0.1-1 L34,21.5l-0.1-0.1c-0.3-0.2-0.8-0.2-1,0.1l-6.6,6.6V9.2c0-0.4-0.4-0.8-0.8-0.8h-1.6c-0.4,0-0.8,0.4-0.8,0.8v19.4L16,21.5l-0.1-0.1 c-0.3-0.2-0.7-0.2-1,0l-0.1,0.1l-1.3,1.3l-0.1,0.1C13.2,23.1,13.2,23.5,13.5,23.9L13.5,23.9z M40.5,39.4h-32c-0.8,0-1.5,0.7-1.5,1.5 s0.7,1.5,1.5,1.5h32c0.8,0,1.5-0.7,1.5-1.5S41.3,39.4,40.5,39.4z"
|
|
329
428
|
],
|
|
330
|
-
iconName: "
|
|
429
|
+
iconName: "download",
|
|
331
430
|
prefix: "fal"
|
|
332
431
|
};
|
|
333
432
|
const stenaExclamationCircle = {
|
|
@@ -336,7 +435,7 @@ const stenaExclamationCircle = {
|
|
|
336
435
|
48,
|
|
337
436
|
[],
|
|
338
437
|
"",
|
|
339
|
-
"M24,1
|
|
438
|
+
"M24,28c1.1,0,2-0.9,2-2V14c0-1.1-0.9-2-2-2s-2,0.9-2,2v12C22,27.1,22.9,28,24,28z M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23 s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4s20,9,20,20S35,44,24,44z M24,31c1.7,0,3,1.3,3,3s-1.3,3-3,3 s-3-1.3-3-3S22.3,31,24,31z"
|
|
340
439
|
],
|
|
341
440
|
iconName: "exclamation-circle",
|
|
342
441
|
prefix: "fal"
|
|
@@ -347,18 +446,73 @@ const stenaExclamationCircleFilled = {
|
|
|
347
446
|
48,
|
|
348
447
|
[],
|
|
349
448
|
"",
|
|
350
|
-
"M24,
|
|
449
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M22,14v-0.1c0.1-1,0.9-1.9,2-1.9s2,0.9,2,2v12v0.1 c-0.1,1-0.9,1.9-2,1.9s-2-0.9-2-2V14z M24,37c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S25.7,37,24,37z"
|
|
351
450
|
],
|
|
352
451
|
iconName: "exclamation-circle",
|
|
353
452
|
prefix: "fal"
|
|
354
453
|
};
|
|
454
|
+
const stenaExclamationTriangle = {
|
|
455
|
+
icon: [
|
|
456
|
+
48,
|
|
457
|
+
48,
|
|
458
|
+
[],
|
|
459
|
+
"",
|
|
460
|
+
"M45.2,46.4c1.8-1.2,2.4-3.7,1.3-5.6L27.2,3l-0.1-0.2c-0.3-0.5-0.7-0.9-1.2-1.2C24.2,0.4,21.8,1,20.8,3L1.5,40.8L1.4,41 C1.1,41.6,1,42.3,1,42.9C1,45.2,2.7,47,4.8,47h38.4h0.2C44,47,44.6,46.8,45.2,46.4z M4.8,43.9L4.8,43.9c-0.6-0.1-0.9-0.5-0.9-1 c0-0.2,0-0.4,0.1-0.5L23.2,4.6l0.1-0.1l0.1-0.1C23.6,4,24.1,4,24.5,4.2c0.1,0.1,0.2,0.2,0.3,0.4L44,42.4l0.1,0.1 c0.2,0.5,0,1-0.4,1.3c-0.1,0.1-0.3,0.1-0.5,0.1C43.2,43.9,4.8,43.9,4.8,43.9z M24,31c1.1,0,2-0.9,2-2V17c0-1.1-0.9-2-2-2s-2,0.9-2,2 v12C22,30.1,22.9,31,24,31z M24,33c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S22.3,33,24,33z"
|
|
461
|
+
],
|
|
462
|
+
iconName: "exclamation-triangle",
|
|
463
|
+
prefix: "fal"
|
|
464
|
+
};
|
|
465
|
+
const stenaExclamationTriangleFilled = {
|
|
466
|
+
icon: [
|
|
467
|
+
48,
|
|
468
|
+
48,
|
|
469
|
+
[],
|
|
470
|
+
"",
|
|
471
|
+
"M45.2,46.4c1.8-1.2,2.4-3.7,1.3-5.6L27.2,3l-0.1-0.2c-0.3-0.5-0.7-0.9-1.2-1.2C24.2,0.4,21.8,1,20.8,3 L1.5,40.8L1.4,41C1.1,41.6,1,42.3,1,42.9C1,45.2,2.7,47,4.8,47h38.4l0.2,0C44,47,44.6,46.8,45.2,46.4z M22,17c0-1.1,0.9-2,2-2 s2,0.9,2,2v12c0,1.1-0.9,2-2,2s-2-0.9-2-2V17z M24,39c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S25.7,39,24,39z"
|
|
472
|
+
],
|
|
473
|
+
iconName: "exclamation-triangle",
|
|
474
|
+
prefix: "fal"
|
|
475
|
+
};
|
|
476
|
+
const stenaExpand = {
|
|
477
|
+
icon: [
|
|
478
|
+
48,
|
|
479
|
+
48,
|
|
480
|
+
[],
|
|
481
|
+
"",
|
|
482
|
+
"M43.8,23.4l-5.3-5.3L38.4,18c-0.3-0.2-0.7-0.2-0.9,0l-0.1,0.1l-1.2,1.2l-0.1,0.1c-0.2,0.3-0.2,0.7,0,0.9 l0.1,0.1l2.3,2.3l-12.7,0l0-12.7l1.8,1.8c0.3,0.3,0.7,0.3,1,0.1l0.1-0.1l1.2-1.2c0.3-0.3,0.3-0.7,0.1-1l-0.1-0.1l-5.3-5.3 C24.4,4.1,24.3,4,24.1,4l-0.1,0h-0.1c-0.2,0-0.3,0.1-0.4,0.2l-0.1,0.1l-5.3,5.3L18,9.6c-0.2,0.3-0.2,0.7,0,0.9l0.1,0.1l1.2,1.2 l0.1,0.1c0.3,0.2,0.7,0.2,0.9,0l0.1-0.1l2.3-2.3l0,13.2l-13.2,0l2.3-2.3l0.1-0.1c0.2-0.3,0.2-0.7,0-0.9l-0.1-0.1l-1.2-1.2L10.6,18 c-0.3-0.2-0.7-0.2-0.9,0l-0.1,0.1l-5.3,5.3l-0.1,0.1C4.1,23.6,4,23.8,4,23.9v0.1l0,0.1c0,0.1,0.1,0.3,0.2,0.4l5.3,5.3L9.6,30 c0.3,0.2,0.7,0.2,1-0.1l1.2-1.2l0.1-0.1c0.2-0.3,0.2-0.7-0.1-1l-1.8-1.8l12.7,0l0,12.7l-2.3-2.3l-0.1-0.1c-0.3-0.2-0.7-0.2-0.9,0 l-0.1,0.1l-1.2,1.2L18,37.4c-0.2,0.3-0.2,0.7,0,0.9l0.1,0.1l5.3,5.3l0.1,0.1c0.1,0.1,0.3,0.2,0.4,0.2h0.1l0.1,0 c0.1,0,0.3-0.1,0.4-0.2l5.3-5.3l0.1-0.1c0.2-0.3,0.2-0.7-0.1-1l-1.2-1.2l-0.1-0.1c-0.3-0.2-0.7-0.2-1,0.1l-1.8,1.8l0-12.2l12.2,0 l-1.8,1.8c-0.3,0.3-0.3,0.7-0.1,1l0.1,0.1l1.2,1.2c0.3,0.3,0.7,0.3,1,0.1l0.1-0.1l5.3-5.3c0.1-0.1,0.2-0.3,0.2-0.4l0-0.1v-0.1 C44,23.8,43.9,23.6,43.8,23.4L43.8,23.4z"
|
|
483
|
+
],
|
|
484
|
+
iconName: "arrows",
|
|
485
|
+
prefix: "fal"
|
|
486
|
+
};
|
|
487
|
+
const stenaHamburger = {
|
|
488
|
+
icon: [
|
|
489
|
+
48,
|
|
490
|
+
48,
|
|
491
|
+
[],
|
|
492
|
+
"",
|
|
493
|
+
"M43,10H5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h38c0.6,0,1-0.4,1-1v-2C44,10.4,43.6,10,43,10z M43,22H5 c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h38c0.6,0,1-0.4,1-1v-2C44,22.4,43.6,22,43,22z M43,34H5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h38 c0.6,0,1-0.4,1-1v-2C44,34.4,43.6,34,43,34z"
|
|
494
|
+
],
|
|
495
|
+
iconName: "bars",
|
|
496
|
+
prefix: "fal"
|
|
497
|
+
};
|
|
498
|
+
const stenaHistory = {
|
|
499
|
+
icon: [
|
|
500
|
+
48,
|
|
501
|
+
48,
|
|
502
|
+
[],
|
|
503
|
+
"",
|
|
504
|
+
"M26.7,4C15.9,4,7.2,12.7,7.2,23.5H3c-0.6,0-1,0.5-1,1c0,0.2,0.1,0.4,0.2,0.6l6.2,8.5c0.3,0.5,1,0.6,1.4,0.2 c0.1-0.1,0.2-0.1,0.2-0.2l6.2-8.5c0.3-0.5,0.2-1.1-0.2-1.4c-0.2-0.1-0.4-0.2-0.6-0.2h-4.9c0-8.9,7.2-16.2,16.2-16.2 s16.2,7.2,16.2,16.2s-7.2,16.2-16.2,16.2c-0.9,0-1.7,0.7-1.7,1.7s0.7,1.7,1.7,1.7c10.8,0,19.5-8.7,19.5-19.5S37.4,4,26.7,4z M27.7,11.7c-0.1-1-0.9-1.7-1.8-1.7c-1,0-1.8,0.8-1.8,1.8v15V27c0,0.5,0.3,1,0.7,1.4l6.6,5.2l0.1,0.1c0.9,0.6,2,0.4,2.7-0.4l0.1-0.1 l0.2-0.2l0.1-0.1c0.5-0.9,0.3-2-0.5-2.6l-6.3-4.8V11.8L27.7,11.7z"
|
|
505
|
+
],
|
|
506
|
+
iconName: "history",
|
|
507
|
+
prefix: "fal"
|
|
508
|
+
};
|
|
355
509
|
const stenaInfoCircle = {
|
|
356
510
|
icon: [
|
|
357
511
|
48,
|
|
358
512
|
48,
|
|
359
513
|
[],
|
|
360
514
|
"",
|
|
361
|
-
"M24,1
|
|
515
|
+
"M24,14c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2S22.9,14,24,14z M24,20c-1.1,0-2,0.8-2,1.8v10.5c0,1,0.9,1.8,2,1.8 s2-0.8,2-1.8V21.8C26,20.8,25.1,20,24,20z M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44 C13,44,4,35,4,24S13,4,24,4s20,9,20,20S35,44,24,44z"
|
|
362
516
|
],
|
|
363
517
|
iconName: "info-circle",
|
|
364
518
|
prefix: "fal"
|
|
@@ -369,163 +523,240 @@ const stenaInfoCircleFilled = {
|
|
|
369
523
|
48,
|
|
370
524
|
[],
|
|
371
525
|
"",
|
|
372
|
-
"M24,
|
|
526
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M26,32.5L26,32.5c-0.1,0.9-1,1.5-2,1.5 c-1.1,0-2-0.7-2-1.5v-11v-0.1c0.1-0.8,0.9-1.4,2-1.4s2,0.7,2,1.5V32.5z M24,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S25.1,18,24,18 z"
|
|
373
527
|
],
|
|
374
528
|
iconName: "info-circle",
|
|
375
529
|
prefix: "fal"
|
|
376
530
|
};
|
|
377
|
-
const
|
|
531
|
+
const stenaIntermodal = {
|
|
378
532
|
icon: [
|
|
379
533
|
48,
|
|
380
534
|
48,
|
|
381
535
|
[],
|
|
382
536
|
"",
|
|
383
|
-
"
|
|
537
|
+
"M45.5,24.4l-10-10l-0.1-0.1c-0.4-0.3-1-0.3-1.3,0.1L32.5,16l-0.1,0.1c-0.3,0.4-0.3,1,0.1,1.3l5.4,5.4H26.7v-3.7 c1.9-0.8,3.2-2.7,3.2-4.8c0-2.9-2.3-5.2-5.2-5.2s-5.2,2.3-5.2,5.2c0,2.2,1.3,4,3.2,4.8v3.7h-10v-3.7c1.9-0.8,3.2-2.7,3.2-4.8 c0-2.9-2.3-5.2-5.2-5.2s-5.2,2.3-5.2,5.2c0,2.2,1.3,4,3.2,4.8v3.7H4c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h11.7v2.8 c-1.9,0.8-3.2,2.7-3.2,4.8c0,2.9,2.3,5.2,5.2,5.2s5.2-2.3,5.2-5.2c0-2.2-1.3-4-3.2-4.8v-2.8h18.8l-6,6l-0.1,0.1 c-0.3,0.4-0.3,0.9,0,1.2l0.1,0.1l1.6,1.6l0.1,0.1c0.4,0.3,0.9,0.3,1.2,0l0.1-0.1l10-10l0.1-0.1c0.1-0.2,0.2-0.4,0.2-0.6V25v-0.1 C45.7,24.7,45.6,24.5,45.5,24.4z M10.7,16.5c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S11.9,16.5,10.7,16.5z M19.9,34.4 c0,1.2-1,2.2-2.2,2.2s-2.2-1-2.2-2.2s1-2.2,2.2-2.2S19.9,33.1,19.9,34.4z M24.7,16.5c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2 s2.2,1,2.2,2.2C26.9,15.5,25.9,16.5,24.7,16.5z"
|
|
384
538
|
],
|
|
385
|
-
iconName: "
|
|
539
|
+
iconName: "long-arrow-alt-right",
|
|
386
540
|
prefix: "fal"
|
|
387
541
|
};
|
|
388
|
-
const
|
|
542
|
+
const stenaLogout = {
|
|
389
543
|
icon: [
|
|
390
544
|
48,
|
|
391
545
|
48,
|
|
392
546
|
[],
|
|
393
547
|
"",
|
|
394
|
-
"
|
|
548
|
+
"M39.3,1.5H8.7c-4,0-7.2,3.2-7.2,7.2v30.6c0,4,3.2,7.2,7.2,7.2h30.6c4,0,7.2-3.2,7.2-7.2V8.7C46.5,4.7,43.3,1.5,39.3,1.5z M43.5,39.3c0,2.3-1.9,4.2-4.2,4.2H8.7c-2.3,0-4.2-1.9-4.2-4.2V8.7c0-2.3,1.9-4.2,4.2-4.2h30.6c2.3,0,4.2,1.9,4.2,4.2V39.3z M32.4,13.4c-0.6,0.6-0.6,1.6,0,2.2c4.7,4.6,4.7,12.2,0,16.8s-12.2,4.6-16.9,0s-4.7-12.2,0-16.8c0.6-0.6,0.6-1.6,0-2.2 c-0.6-0.6-1.6-0.6-2.2,0c-5.9,5.8-5.9,15.3,0,21.2c5.9,5.8,15.4,5.8,21.2,0c5.9-5.8,5.9-15.3,0-21.2C34,12.9,33,12.9,32.4,13.4z M24,23c1.1,0,2-0.9,2-2V11c0-1.1-0.9-2-2-2s-2,0.9-2,2v10C22,22.1,22.9,23,24,23z"
|
|
395
549
|
],
|
|
396
|
-
iconName: "
|
|
550
|
+
iconName: "power-off",
|
|
397
551
|
prefix: "fal"
|
|
398
552
|
};
|
|
399
|
-
const
|
|
553
|
+
const stenaMail = {
|
|
400
554
|
icon: [
|
|
401
555
|
48,
|
|
402
556
|
48,
|
|
403
557
|
[],
|
|
404
558
|
"",
|
|
405
|
-
"
|
|
559
|
+
"M43,6H5c-2.2,0-4,1.8-4,4v28c0,2.2,1.8,4,4,4h38c2.2,0,4-1.8,4-4V10C47,7.8,45.2,6,43,6z M41.7,9L24,25L6.3,9 H41.7z M4,37.8V12c0-0.3,0-0.7,0.1-1l14,12.7L4,37.8z M7.2,39l13.2-13.2l2,1.8c0.9,0.7,2.2,0.7,3.1,0l2-1.8L40.8,39H7.2z M44,37.8 L29.9,23.7l14-12.7c0,0.3,0.1,0.6,0.1,1V37.8z"
|
|
406
560
|
],
|
|
407
|
-
iconName: "
|
|
561
|
+
iconName: "envelope",
|
|
408
562
|
prefix: "fal"
|
|
409
563
|
};
|
|
410
|
-
const
|
|
564
|
+
const stenaMinus = {
|
|
411
565
|
icon: [
|
|
412
566
|
48,
|
|
413
567
|
48,
|
|
414
568
|
[],
|
|
415
569
|
"",
|
|
416
|
-
"
|
|
570
|
+
"M43,22H5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h38c0.6,0,1-0.4,1-1v-2C44,22.4,43.6,22,43,22z"
|
|
417
571
|
],
|
|
418
|
-
iconName: "
|
|
572
|
+
iconName: "minus",
|
|
419
573
|
prefix: "fal"
|
|
420
574
|
};
|
|
421
|
-
const
|
|
575
|
+
const stenaMinusCircle = {
|
|
422
576
|
icon: [
|
|
423
577
|
48,
|
|
424
578
|
48,
|
|
425
579
|
[],
|
|
426
580
|
"",
|
|
427
|
-
"
|
|
581
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z M35,22H13c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h22c0.6,0,1-0.4,1-1v-2C36,22.4,35.6,22,35,22z"
|
|
428
582
|
],
|
|
429
|
-
iconName: "
|
|
583
|
+
iconName: "minus-circle",
|
|
430
584
|
prefix: "fal"
|
|
431
585
|
};
|
|
432
|
-
const
|
|
586
|
+
const stenaMobile = {
|
|
433
587
|
icon: [
|
|
434
588
|
48,
|
|
435
589
|
48,
|
|
436
590
|
[],
|
|
437
591
|
"",
|
|
438
|
-
"
|
|
592
|
+
"M29.5,38h-11c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h11c0.8,0,1.5-0.7,1.5-1.5S30.3,38,29.5,38z M35,1H13c-2.8,0-5,2.2-5,5 v36c0,2.8,2.2,5,5,5h22c2.8,0,5-2.2,5-5V6C40,3.2,37.8,1,35,1z M17,4h14v1c0,0.6-0.4,1-1,1H18c-0.6,0-1-0.4-1-1V4z M37,42 c0,1.1-0.9,2-2,2H13c-1.1,0-2-0.9-2-2V6V5.9c0.1-1,0.9-1.9,2-1.9h1v1c0,2.2,1.8,4,4,4h12h0.2C32.3,8.9,34,7.1,34,5V4h1 c1.1,0,2,0.9,2,2V42z"
|
|
439
593
|
],
|
|
440
|
-
iconName: "
|
|
594
|
+
iconName: "mobile",
|
|
441
595
|
prefix: "fal"
|
|
442
596
|
};
|
|
443
|
-
const
|
|
597
|
+
const stenaOverview = {
|
|
444
598
|
icon: [
|
|
445
599
|
48,
|
|
446
600
|
48,
|
|
447
601
|
[],
|
|
448
602
|
"",
|
|
449
|
-
"
|
|
603
|
+
"M31.5,26h3c0.8,0,1.5-0.7,1.5-1.5S35.3,23,34.5,23h-3c-0.8,0-1.5,0.7-1.5,1.5S30.7,26,31.5,26z M43,9V4H30 c-1.9,0-3.9,1.6-5.8,4.7L24,9c-2-3.3-4-5-6-5H5v5H4.8C2.7,9.1,1,10.9,1,13v27c0,2.2,1.8,4,4,4h38h0.2c2.1-0.1,3.8-1.9,3.8-4V13 C47,10.8,45.2,9,43,9z M5,41c-0.6,0-1-0.4-1-1V13c0-0.6,0.4-1,1-1v25h13c1.6,0,3.3,1.3,4.9,4H5z M24.1,37.2L24.1,37.2L23.7,37 c-1.7-2-3.6-3-5.7-3H8V7h10c0.2,0,0.6,0.1,1.1,0.6c0.7,0.6,1.5,1.6,2.3,3l1.6,2.6V30c0,0.6,0.4,1,1,1s1-0.4,1-1V13.1l1.8-2.9 C27.6,9,28.3,8,29,7.5l0.1-0.1C29.5,7.1,29.8,7,30,7h10v27H30h-0.2C27.6,34.1,25.8,35.2,24.1,37.2z M44,40c0,0.6-0.4,1-1,1H25.1 c1.6-2.7,3.3-4,4.9-4h13V12c0.6,0,1,0.4,1,1V40z M31.5,16h3c0.8,0,1.5-0.7,1.5-1.5S35.3,13,34.5,13h-3c-0.8,0-1.5,0.7-1.5,1.5 S30.7,16,31.5,16z M16.5,23h-3c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h3c0.8,0,1.5-0.7,1.5-1.5S17.3,23,16.5,23z M16.5,18h-3 c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h3c0.8,0,1.5-0.7,1.5-1.5S17.3,18,16.5,18z M31.5,21h3c0.8,0,1.5-0.7,1.5-1.5 S35.3,18,34.5,18h-3c-0.8,0-1.5,0.7-1.5,1.5S30.7,21,31.5,21z M16.5,13h-3c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h3 c0.8,0,1.5-0.7,1.5-1.5S17.3,13,16.5,13z"
|
|
450
604
|
],
|
|
451
|
-
iconName: "
|
|
605
|
+
iconName: "book",
|
|
452
606
|
prefix: "fal"
|
|
453
607
|
};
|
|
454
|
-
const
|
|
608
|
+
const stenaPen = {
|
|
455
609
|
icon: [
|
|
456
610
|
48,
|
|
457
611
|
48,
|
|
458
612
|
[],
|
|
459
613
|
"",
|
|
460
|
-
"
|
|
614
|
+
"M16.1,40.9c0.8-0.1,1.6-0.5,2.2-1.1l23.5-23.5l0.2-0.2c1.4-1.6,1.4-4-0.2-5.6l-4.3-4.3L37.4,6 c-1.6-1.4-4-1.4-5.6,0.2L8.3,29.7l-0.2,0.2c-0.6,0.6-0.9,1.4-1,2.3L6,42l9.9-1.1L16.1,40.9z M33.9,8.3L33.9,8.3 c0.5-0.4,1.1-0.4,1.4,0l4.3,4.3l0.1,0.1c0.3,0.4,0.3,1-0.1,1.3l-2.7,2.7l-5.7-5.7L33.9,8.3z M9.4,38.6l0.7-6.1l0-0.1 c0-0.2,0.1-0.3,0.3-0.5l18-18l5.7,5.7l-18,18L16,37.7c-0.1,0.1-0.3,0.2-0.5,0.2L9.4,38.6z"
|
|
461
615
|
],
|
|
462
|
-
iconName: "
|
|
616
|
+
iconName: "pen",
|
|
463
617
|
prefix: "fal"
|
|
464
618
|
};
|
|
465
|
-
const
|
|
619
|
+
const stenaPhone = {
|
|
466
620
|
icon: [
|
|
467
621
|
48,
|
|
468
622
|
48,
|
|
469
623
|
[],
|
|
470
624
|
"",
|
|
471
|
-
"
|
|
625
|
+
"M36.6,4.5c-0.7,0.5-0.8,1.4-0.3,2.1c1.9,2.6,2.8,4.9,2.8,7.1c0,2.1-0.9,4.1-2.7,6c-0.6,0.6-0.5,1.6,0.1,2.1 c0.6,0.6,1.6,0.5,2.1-0.1c2.3-2.5,3.5-5.2,3.5-8.1c0-2.8-1.1-5.8-3.4-8.8C38.2,4.1,37.2,4,36.6,4.5z M28.8,13.7 c-0.5,0.6-0.4,1.5,0.2,2c0.6,0.6,1.6,0.5,2.1-0.1c0.6-0.7,1-1.5,1-2.3s-0.3-1.6-0.9-2.4c-0.5-0.7-1.4-0.8-2.1-0.3s-0.8,1.4-0.3,2.1 c0.2,0.3,0.3,0.5,0.3,0.6s0,0.1-0.2,0.3L28.8,13.7z M6,24.7c0,6.6,2.2,12.3,6.6,17.2c1.5,1.6,3.9,2,5.7,0.8l3.9-2.4l0.2-0.1 c1.7-1.2,2.4-3.4,1.6-5.3l-1.4-3.8l-0.1-0.2c-0.7-1.7-2.3-2.7-4.1-2.7h-2.1h-0.1c-0.5,0-1-0.4-1.2-0.9l-0.3-0.7l-0.2-0.5l-0.1-0.3 c-0.2-0.5-0.3-1.1-0.3-2.1c0-1.4,0.2-2.1,0.6-2.8l0.2-0.4l0.2-0.4c0.2-0.5,0.8-0.9,1.4-0.9h2.1c1.9,0,3.6-1.2,4.2-2.9l1.4-3.8 c0.8-2,0-4.3-1.8-5.4l-3.9-2.4c-1.8-1.2-4.3-0.8-5.7,0.8C8.2,10.3,6,16.1,6,22.7c0,0.4,0,0.7,0,1v0.4V24.7z M9,22.9v-0.2 c0-5.8,1.9-10.9,5.8-15.2c0.5-0.5,1.3-0.7,1.9-0.3l3.9,2.4c0.6,0.4,0.9,1.1,0.6,1.8l-1.4,3.8c-0.2,0.6-0.8,1-1.4,1h-2.1 c-1.8,0-3.4,1-4.1,2.7l-0.4,0.9l-0.2,0.4C11.2,21,11,21.9,11,23.6c0,1.6,0.2,2.6,0.6,3.5l0.2,0.4l0.3,0.6l0.2,0.4 c0.7,1.5,2.1,2.5,3.8,2.6h0.2h2.2c0.6,0,1.1,0.3,1.4,0.9l0.1,0.1l1.4,3.7c0.2,0.6,0,1.4-0.5,1.7l-0.1,0.1L16.9,40 c-0.6,0.4-1.4,0.3-1.9-0.3c-4.1-4.1-6-9.2-6-15c0-0.3,0-0.6,0-1V22.9z M34.9,8.1c-0.5-0.7-1.4-0.8-2.1-0.3c-0.7,0.5-0.8,1.4-0.3,2.1 c1,1.3,1.4,2.5,1.4,3.5s-0.4,1.9-1.3,2.9c-0.6,0.6-0.5,1.6,0.1,2.1c0.6,0.6,1.6,0.5,2.1-0.1c1.4-1.5,2.1-3.2,2.1-4.9 S36.2,9.9,34.9,8.1z"
|
|
472
626
|
],
|
|
473
|
-
iconName: "
|
|
627
|
+
iconName: "phone",
|
|
474
628
|
prefix: "fal"
|
|
475
629
|
};
|
|
476
|
-
const
|
|
630
|
+
const stenaPlus = {
|
|
477
631
|
icon: [
|
|
478
632
|
48,
|
|
479
633
|
48,
|
|
480
634
|
[],
|
|
481
635
|
"",
|
|
482
|
-
"
|
|
636
|
+
"M43,22l-17,0l0-17c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1l0,17L5,22c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1l17,0 l0,17c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1l0-17l17,0c0.6,0,1-0.4,1-1v-2C44,22.4,43.6,22,43,22z"
|
|
483
637
|
],
|
|
484
|
-
iconName: "
|
|
638
|
+
iconName: "plus",
|
|
485
639
|
prefix: "fal"
|
|
486
640
|
};
|
|
487
|
-
const
|
|
641
|
+
const stenaPlusCircle = {
|
|
488
642
|
icon: [
|
|
489
643
|
48,
|
|
490
644
|
48,
|
|
491
645
|
[],
|
|
492
646
|
"",
|
|
493
|
-
"
|
|
647
|
+
"M35,22l-9,0l0-9c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1l0,9l-9,0c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1l9,0l0,9 c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1l0-9l9,0c0.6,0,1-0.4,1-1v-2C36,22.4,35.6,22,35,22z M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z"
|
|
494
648
|
],
|
|
495
|
-
iconName: "
|
|
649
|
+
iconName: "plus-circle",
|
|
496
650
|
prefix: "fal"
|
|
497
651
|
};
|
|
498
|
-
const
|
|
652
|
+
const stenaRefresh = {
|
|
499
653
|
icon: [
|
|
500
654
|
48,
|
|
501
655
|
48,
|
|
502
656
|
[],
|
|
503
657
|
"",
|
|
504
|
-
"
|
|
658
|
+
"M45.1,23.5H41C41,12.7,32.3,4,21.5,4S2,12.7,2,23.5S10.7,43,21.5,43c0.9,0,1.7-0.7,1.7-1.7s-0.7-1.7-1.7-1.7 c-8.9,0-16.2-7.2-16.2-16.2S12.6,7.3,21.5,7.3s16.2,7.2,16.2,16.2h-4.9c-0.2,0-0.4,0.1-0.6,0.2c-0.5,0.3-0.6,1-0.2,1.4l6.2,8.5 c0.1,0.1,0.1,0.2,0.2,0.2c0.5,0.3,1.1,0.2,1.4-0.2l6.2-8.5c0.1-0.2,0.2-0.4,0.2-0.6C46.2,24,45.7,23.5,45.1,23.5z"
|
|
505
659
|
],
|
|
506
|
-
iconName: "
|
|
660
|
+
iconName: "sync",
|
|
507
661
|
prefix: "fal"
|
|
508
662
|
};
|
|
509
|
-
const
|
|
663
|
+
const stenaSailingGate = {
|
|
510
664
|
icon: [
|
|
511
665
|
48,
|
|
512
666
|
48,
|
|
513
667
|
[],
|
|
514
668
|
"",
|
|
515
|
-
"
|
|
669
|
+
"M38.3,1.5H9.7c-4.5,0-8.2,3.7-8.2,8.2v28.5c0,4.5,3.7,8.2,8.2,8.2h28.5c4.5,0,8.2-3.7,8.2-8.2V9.7 C46.5,5.2,42.8,1.5,38.3,1.5z M9.7,43.5c-0.6,0-1.1-0.1-1.7-0.3c0.4-1.8,2-3.2,3.9-3.2h2.7c2,0,3.7,1.5,4,3.5H9.7z M10.3,15 c0-1.7,1.3-3,3-3s3,1.3,3,3v22.2c-0.5-0.1-1.1-0.2-1.7-0.2H12c-0.6,0-1.1,0.1-1.7,0.2V15z M43.5,38.3v0.2c-0.1,2.8-2.4,5-5.2,5 H21.6l0,0c-0.2-1.9-1-3.5-2.3-4.7V23h22v-9H19.2c-0.5-2.8-2.9-5-5.9-5c-3.3,0-6,2.7-6,6v23.8c-0.8,0.7-1.4,1.6-1.8,2.6 c-0.6-0.9-1-1.9-1-3.1V9.7c0-2.9,2.3-5.2,5.2-5.2h28.5c2.9,0,5.2,2.3,5.2,5.2L43.5,38.3L43.5,38.3z M19.3,20v-3h3.9l-3,3H19.3z M24.5,20l3-3h3.8l-3,3H24.5z M32.5,20l3-3h3.8l-3,3H32.5z M13.3,16c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2S12.2,16,13.3,16z"
|
|
516
670
|
],
|
|
517
|
-
iconName: "
|
|
671
|
+
iconName: "hand-paper",
|
|
518
672
|
prefix: "fal"
|
|
519
673
|
};
|
|
520
|
-
const
|
|
674
|
+
const stenaSailingLocation = {
|
|
675
|
+
icon: [
|
|
676
|
+
48,
|
|
677
|
+
48,
|
|
678
|
+
[],
|
|
679
|
+
"",
|
|
680
|
+
"M21.7,22l-0.2,1.1l-0.8,4.7l4.1-0.7c10.2-1.7,16.5-3.7,19.3-6.5c2.2-2.2,3.4-5.2,3.4-8.1l0,0c0-2.9-1.1-5.9-3.4-8.1 c-4.5-4.5-11.8-4.5-16.3,0C25.3,7,23.3,12.8,21.7,22z M42.1,6.5c3.3,3.3,3.3,8.7,0,12c-2.1,2.1-7.7,4-16.6,5.5l-1.1,0.2l0.3-1.6 c1.5-8.6,3.3-14,5.4-16.1C33.4,3.2,38.8,3.2,42.1,6.5z M47,40.5v-21l-3,3v18c0,2.2-1.8,4-4,4H8c-2.2,0-4-1.8-4-4v-33V7.3 c0.1-2.1,1.9-3.8,4-3.8h19l4-3H8c-3.9,0-7,3.1-7,7v33c0,3.9,3.1,7,7,7h32h0.2C44,47.4,47,44.3,47,40.5z M40,16.4 c2.1-2.1,2.1-5.6,0-7.8s-5.6-2.1-7.8,0c-2.1,2.1-2.1,5.6,0,7.8C34.3,18.5,37.8,18.5,40,16.4z M34.3,10.7c1-1,2.6-1,3.5,0 s1,2.6,0,3.5s-2.6,1-3.5,0S33.3,11.7,34.3,10.7z"
|
|
681
|
+
],
|
|
682
|
+
iconName: "location",
|
|
683
|
+
prefix: "fal"
|
|
684
|
+
};
|
|
685
|
+
const stenaSailingOnQuay = {
|
|
686
|
+
icon: [
|
|
687
|
+
48,
|
|
688
|
+
48,
|
|
689
|
+
[],
|
|
690
|
+
"",
|
|
691
|
+
"M45.5,35h-1v-7.5h-1.9l0.8-3.9v-0.1c0.1-0.7-0.4-1.4-1.1-1.6L41,21.4v-6.9v-0.1c-0.1-0.8-0.8-1.4-1.6-1.4h-2.8V8.5V8.4 C36.4,7.6,35.7,7,34.9,7h-5.4V2.5c0-0.8-0.7-1.4-1.5-1.5h-0.2h-7.7H20c-0.8,0.1-1.5,0.7-1.5,1.5V7h-5.4H13 c-0.8,0.1-1.5,0.7-1.5,1.5V13H8.6H8.5C7.7,13.1,7,13.7,7,14.5v6.9l-1.4,0.4c-0.8,0.2-1.2,1-1,1.8L7,35H2.5C1.7,35,1,35.7,1,36.5v8 C1,45.3,1.7,46,2.5,46h43h0.1c0.8-0.1,1.4-0.7,1.4-1.5v-8C47,35.7,46.3,35,45.5,35z M42,30v5h-7v-5H42z M10.3,16h2.8h0.2 c0.8-0.1,1.5-0.7,1.5-1.5V10h5.4h0.2c0.8-0.1,1.5-0.7,1.5-1.5V4h4.4v4.5v0.1c0,0.8,0.7,1.4,1.5,1.4h5.4v4.5v0.1 c0.1,0.8,0.8,1.4,1.6,1.4h2.8v4.4l-13.3-3.9h-0.8l-13.3,3.9L10.3,16z M24,19.6l16.2,4.7l-0.7,3.2h-7.1V35H10L7.8,24.3L24,19.6z M44,43H4v-5h40V43z M30,13c0-0.6-0.4-1-1-1H19c-0.6,0-1,0.4-1,1s0.4,1,1,1h10C29.6,14,30,13.6,30,13z"
|
|
692
|
+
],
|
|
693
|
+
iconName: "ship",
|
|
694
|
+
prefix: "fal"
|
|
695
|
+
};
|
|
696
|
+
const stenaSailingOnRoute = {
|
|
697
|
+
icon: [
|
|
698
|
+
48,
|
|
699
|
+
48,
|
|
700
|
+
[],
|
|
701
|
+
"",
|
|
702
|
+
"M19.5,20.5h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S20.1,20.5,19.5,20.5z M19.5,16.5h-2c-0.6,0-1,0.4-1,1 s0.4,1,1,1h2c0.6,0,1-0.4,1-1S20.1,16.5,19.5,16.5z M14.5,16.5h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1 S15.1,16.5,14.5,16.5z M41.7,41.2l0.2-0.1c1-0.7,2-1.1,3.7-1.1c0.8,0,1.5-0.7,1.5-1.5S46.3,37,45.5,37c-2.5,0-4,0.6-5.7,1.8 c-0.1,0.1-0.6,0.5-0.7,0.6L39,39.5c-0.1,0.1-0.3,0.2-0.4,0.3l2.1-4.3c0.1-0.1,0.2-0.2,0.2-0.3l0.7-1.4l0.3-0.5 c0-0.1,0.1-0.2,0.1-0.3l4.9-10.4v-0.1c0.4-1-0.4-2-1.4-2H31.3l-3.4-8.4L27.8,12c-0.3-0.5-0.8-0.8-1.3-0.8h-16L8.9,6 C8.7,5.4,8.1,5,7.5,5h-5C1.7,5,1,5.7,1,6.5v34C1,42.3,2.4,43,4.5,43c0.9,0,1.3-0.1,2.7-0.8L7.6,42l1.5-0.8c1.5-0.8,2.5-1.2,3.4-1.2 c0.8,0,1.5,0.2,2.8,0.8l0.5,0.3l1.1,0.6c2.1,1,3.1,1.4,4.6,1.4s2.5-0.4,4.2-1.4l1.1-0.6c1.3-0.8,1.9-1,2.7-1s1.4,0.2,2.7,1l1.1,0.6 c1.7,1,2.7,1.4,4.2,1.4c1.4,0,2.3-0.4,3.4-1.2C41.1,41.7,41.5,41.3,41.7,41.2z M4,8h2.4l1,3H4V8z M35.4,39.4 c-0.2-0.1-0.4-0.2-0.6-0.4l-1.1-0.6C32,37.4,31,37,29.5,37s-2.5,0.4-4.2,1.4L24.2,39c-1.3,0.8-1.9,1-2.7,1c-0.8,0-1.5-0.2-2.8-0.8 l-0.5-0.3l-1.1-0.6c-2.1-1-3.1-1.4-4.6-1.4c-1.6,0-3,0.5-5.1,1.7L6.6,39c-1.2,0.7-1.7,0.8-2,0.9H4.5H4.3c-0.1,0-0.2,0-0.3,0V40v-4 h33.1L35.4,39.4z M4,33V14h21.5l1,2.5h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3.8l1.6,3.9l0.1,0.1c0.3,0.5,0.8,0.8,1.3,0.8h12.8l-4.3,9.1 L38.6,33H4z M14.5,20.5h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S15.1,20.5,14.5,20.5z M9.5,16.5h-2c-0.6,0-1,0.4-1,1 s0.4,1,1,1h2c0.6,0,1-0.4,1-1S10.1,16.5,9.5,16.5z M9.5,20.5h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S10.1,20.5,9.5,20.5z"
|
|
703
|
+
],
|
|
704
|
+
iconName: "ship",
|
|
705
|
+
prefix: "fal"
|
|
706
|
+
};
|
|
707
|
+
const stenaSailingRoute = {
|
|
708
|
+
icon: [
|
|
709
|
+
48,
|
|
710
|
+
48,
|
|
711
|
+
[],
|
|
712
|
+
"",
|
|
713
|
+
"M47.6,12.5L47.6,12.5c0-2.9-1.1-5.9-3.4-8.1c-4.5-4.5-11.8-4.5-16.3,0c-2.6,2.6-4.4,8-6,16.5L21.7,22l-0.2,1.1l-0.8,4.7 l4.1-0.7c10.2-1.7,16.5-3.7,19.3-6.5C46.5,18.4,47.6,15.4,47.6,12.5z M26.6,23.8L25.5,24l-1.1,0.2l0.3-1.6c1.5-8.6,3.3-14,5.4-16.1 c3.3-3.3,8.7-3.3,12,0s3.3,8.7,0,12C40.1,20.6,34.9,22.3,26.6,23.8z M32.2,8.6c-2.1,2.1-2.1,5.6,0,7.8c2.1,2.1,5.6,2.1,7.8,0s2.1-5.6,0-7.8S34.3,6.5,32.2,8.6z M37.9,14.3c-1,1-2.6,1-3.5,0 s-1-2.6,0-3.5s2.6-1,3.5,0S38.8,13.3,37.9,14.3z M47,40.5v-21l-3,3v18c0,2.2-1.8,4-4,4H8c-2.2,0-4-1.8-4-4v-33V7.3c0.1-2.1,1.9-3.8,4-3.8h19l4-3H8c-3.9,0-7,3.1-7,7v33 c0,3.9,3.1,7,7,7h32h0.2C44,47.4,47,44.3,47,40.5z"
|
|
714
|
+
],
|
|
715
|
+
iconName: "map",
|
|
716
|
+
prefix: "fal"
|
|
717
|
+
};
|
|
718
|
+
const stenaSailingShip = {
|
|
719
|
+
icon: [
|
|
720
|
+
48,
|
|
721
|
+
48,
|
|
722
|
+
[],
|
|
723
|
+
"",
|
|
724
|
+
"M46.6,35c-2.3,0-3.7,0.6-5.2,1.8c-0.1,0.1-0.6,0.5-0.7,0.6l-0.2,0.1l-0.1,0.1l3-14l0-0.1 c0.1-0.7-0.4-1.4-1.1-1.6L41,21.4l0-6.9l0-0.1c-0.1-0.8-0.8-1.4-1.6-1.4h-2.8l0-4.5l0-0.1C36.4,7.6,35.7,7,34.9,7h-5.4V2.5 c0-0.8-0.7-1.4-1.5-1.5l-0.2,0h-7.7L20,1c-0.8,0.1-1.5,0.7-1.5,1.5V7h-5.4L13,7c-0.8,0.1-1.5,0.7-1.5,1.5l0,4.5H8.6l-0.1,0 C7.7,13.1,7,13.7,7,14.5l0,6.9l-1.4,0.4c-0.8,0.2-1.2,1-1,1.8l3,14l-0.1-0.1l-0.2-0.1l-0.7-0.6C5.1,35.6,3.7,35,1.4,35 C0.6,35,0,35.7,0,36.5S0.6,38,1.4,38c1.5,0,2.4,0.3,3.4,1.1l0.2,0.1c0.1,0.1,0.5,0.5,0.7,0.6l0.2,0.2C6.7,40.7,7.6,41,8.7,41l0.1,0 l0.1,0c0.4,0,0.7,0,1.1-0.1l0.2-0.1c0.7-0.2,1.4-0.6,2.3-1.2l1-0.6c0.3-0.2,0.6-0.3,0.8-0.5c0.7-0.3,1.2-0.5,1.8-0.5l0.1,0l0.2,0 c0.6,0.1,1.2,0.3,2.3,1l1,0.6c1.4,0.9,2.8,1.3,4,1.3l0,0l0.2,0l0.2,0l0.3,0c1.2-0.1,2.6-0.4,4-1.3l1-0.6c1.1-0.7,1.7-1,2.4-1l0.1,0 c0.5,0,1.1,0.2,1.8,0.5c0.1,0.1,0.2,0.1,0.4,0.2l0.4,0.2l1,0.6c1,0.6,1.8,1,2.5,1.2c0.4,0.1,0.7,0.1,1.1,0.1l0.1,0l0.1,0 c1.2,0,2.1-0.4,3.2-1.2c0.1-0.1,0.3-0.3,0.5-0.4l0.3-0.3c1-0.7,1.8-1.1,3.4-1.1c0.8,0,1.4-0.7,1.4-1.5S47.4,35,46.6,35z M10.3,16 h2.8l0.2,0c0.8-0.1,1.5-0.7,1.5-1.5l0-4.5h5.4l0.2,0c0.8-0.1,1.5-0.7,1.5-1.5V4h4.4v4.5l0,0.1C26.3,9.4,27,10,27.8,10h5.4l0,4.5 l0,0.1c0.1,0.8,0.8,1.4,1.6,1.4h2.8l0,4.4l-13.3-3.9h-0.8l-13.3,3.9L10.3,16z M37.5,37.3l-1.4-0.8c-0.4-0.3-0.8-0.5-1.2-0.7 C33.8,35.2,33,35,31.9,35l-0.4,0c-1.2,0-2.2,0.4-4,1.4l-1,0.6c-1.2,0.6-1.9,0.9-2.5,1l-0.1,0c-0.6-0.1-1.3-0.4-2.3-1l-1-0.6 c-1.9-1-2.9-1.4-4.2-1.4h-0.2c-1.1,0-1.8,0.2-2.9,0.8c-0.5,0.2-1,0.5-1.6,0.9l-0.7,0.4l-0.3,0.2l-2.8-13L24,19.6l16.2,4.7 L37.5,37.3z M30,13c0-0.6-0.4-1-1-1H19c-0.6,0-1,0.4-1,1s0.4,1,1,1h10C29.6,14,30,13.6,30,13z M46.6,41c-2.3,0-3.7,0.6-5.2,1.8c-0.1,0.1-0.6,0.5-0.7,0.6l-0.2,0.1c-0.5,0.4-0.8,0.5-1.3,0.5 c-0.2,0-0.3,0-0.5,0c-0.3-0.1-0.7-0.3-1.6-0.8l-1.1-0.6c-0.4-0.3-0.8-0.5-1.2-0.7C33.8,41.2,33,41,31.9,41l-0.4,0 c-1.2,0-2.2,0.4-4,1.4l-1,0.6c-1.2,0.6-1.9,0.9-2.5,1l-0.1,0c-0.6-0.1-1.3-0.4-2.3-1l-1-0.6c-1.9-1-2.9-1.4-4.2-1.4h-0.2 c-1.1,0-1.8,0.2-2.9,0.8c-0.5,0.2-1,0.5-1.6,0.9l-0.9,0.6c-0.8,0.5-1.2,0.7-1.5,0.7c-0.1,0-0.2,0-0.4,0l-0.1,0l-0.2,0 c-0.4,0-0.7-0.2-1.2-0.5l-0.2-0.1l-0.7-0.6C5.1,41.6,3.7,41,1.4,41C0.6,41,0,41.7,0,42.5S0.6,44,1.4,44c1.5,0,2.4,0.3,3.4,1.1 l0.2,0.1c0.1,0.1,0.5,0.5,0.7,0.6l0.2,0.2C6.7,46.7,7.6,47,8.7,47l0.1,0l0.1,0c0.4,0,0.7,0,1.1-0.1l0.2-0.1 c0.7-0.2,1.4-0.6,2.3-1.2l1-0.6c0.3-0.2,0.6-0.3,0.8-0.5c0.7-0.3,1.2-0.5,1.8-0.5l0.1,0l0.2,0c0.6,0.1,1.2,0.3,2.3,1l1,0.6 c1.4,0.9,2.8,1.3,4,1.3l0,0l0.2,0l0.2,0l0.3,0c1.2-0.1,2.6-0.4,4-1.3l1-0.6c1.1-0.7,1.7-1,2.4-1l0.1,0c0.5,0,1.1,0.2,1.8,0.5 c0.1,0.1,0.2,0.1,0.4,0.2l0.4,0.2l1,0.6c1,0.6,1.8,1,2.5,1.2c0.4,0.1,0.7,0.1,1.1,0.1l0.1,0l0.1,0c1.2,0,2.1-0.4,3.2-1.2 c0.1-0.1,0.3-0.3,0.5-0.4l0.3-0.3c1-0.7,1.8-1.1,3.4-1.1c0.8,0,1.4-0.7,1.4-1.5S47.4,41,46.6,41z"
|
|
725
|
+
],
|
|
726
|
+
iconName: "ship",
|
|
727
|
+
prefix: "fal"
|
|
728
|
+
};
|
|
729
|
+
const stenaSailingTrain = {
|
|
521
730
|
icon: [
|
|
522
731
|
48,
|
|
523
732
|
48,
|
|
524
733
|
[],
|
|
525
734
|
"",
|
|
526
|
-
"
|
|
735
|
+
"M18,35h12c5,0,9-4,9-9V13c0-5-4-9-9-9H18c-5,0-9,4-9,9v13C9,31,13,35,18,35z M12,13c0-3.3,2.7-6,6-6h12c3.3,0,6,2.7,6,6v7 H12V13z M12,23h24v3c0,3.3-2.7,6-6,6H18c-3.3,0-6-2.7-6-6V23z M16.3,35.5c-0.7-0.4-1.6-0.2-2,0.5l-1.1,2H13v0.1l-3.8,6.6 c-0.4,0.7-0.2,1.6,0.5,2s1.6,0.2,2-0.5l0.7-1.2h23l0.7,1.2c0.4,0.7,1.3,1,2,0.5l0.1-0.1c0.6-0.4,0.8-1.3,0.4-2L35,38.1V38h-0.1 l-1.1-2c-0.4-0.7-1.3-1-2-0.5l-0.1,0.1c-0.6,0.4-0.8,1.3-0.4,2l0.3,0.5h-15l0.3-0.5C17.2,36.8,17,35.9,16.3,35.5z M33.2,41l0.6,1 H14.2l0.6-1H33.2z M17.5,25c1.4,0,2.5,1.1,2.5,2.5S18.9,30,17.5,30S15,28.9,15,27.5S16.1,25,17.5,25z M18,2c0,0.6,0.4,1,1,1h10 c0.6,0,1-0.4,1-1s-0.4-1-1-1H19C18.4,1,18,1.4,18,2z M30.5,25c1.4,0,2.5,1.1,2.5,2.5S31.9,30,30.5,30S28,28.9,28,27.5 S29.1,25,30.5,25z"
|
|
527
736
|
],
|
|
528
|
-
iconName: "
|
|
737
|
+
iconName: "train",
|
|
738
|
+
prefix: "fal"
|
|
739
|
+
};
|
|
740
|
+
const stenaSearch = {
|
|
741
|
+
icon: [
|
|
742
|
+
48,
|
|
743
|
+
48,
|
|
744
|
+
[],
|
|
745
|
+
"",
|
|
746
|
+
"M40.4,37.1C43.3,33.5,45,29,45,24c0-11.6-9.4-21-21-21S3,12.4,3,24s9.4,21,21,21c5.2,0,10-1.9,13.6-5l6.3,6.3 c0.4,0.4,1,0.4,1.4,0l1.4-1.4c0.4-0.4,0.4-1,0-1.4L40.4,37.1z M24,42c-9.9,0-18-8.1-18-18S14.1,6,24,6s18,8.1,18,18S33.9,42,24,42z"
|
|
747
|
+
],
|
|
748
|
+
iconName: "search",
|
|
749
|
+
prefix: "fal"
|
|
750
|
+
};
|
|
751
|
+
const stenaSliders = {
|
|
752
|
+
icon: [
|
|
753
|
+
48,
|
|
754
|
+
48,
|
|
755
|
+
[],
|
|
756
|
+
"",
|
|
757
|
+
"M44,17h-3V2c0-0.6-0.4-1-1-1h-1c-0.6,0-1,0.4-1,1v15h-3c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h3v21c0,0.6,0.4,1,1,1h1 c0.6,0,1-0.4,1-1V25h3c0.6,0,1-0.4,1-1v-6C45,17.4,44.6,17,44,17z M42,22h-5v-2h5V22z M25,46V36h3c0.6,0,1-0.4,1-1v-6 c0-0.6-0.4-1-1-1h-3V2c0-0.6-0.4-1-1-1h-1c-0.6,0-1,0.4-1,1v26h-3c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h3v10c0,0.6,0.4,1,1,1h1 C24.6,47,25,46.6,25,46z M21,33v-2h5v2H21z M10,46V20h3c0.6,0,1-0.4,1-1v-6c0-0.6-0.4-1-1-1h-3V2c0-0.6-0.4-1-1-1H8C7.4,1,7,1.4,7,2 v10H4c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h3v26c0,0.6,0.4,1,1,1h1C9.6,47,10,46.6,10,46z M6,17v-2h5v2H6z"
|
|
758
|
+
],
|
|
759
|
+
iconName: "sliders-v",
|
|
529
760
|
prefix: "fal"
|
|
530
761
|
};
|
|
531
762
|
const stenaSortDown = {
|
|
@@ -534,42 +765,86 @@ const stenaSortDown = {
|
|
|
534
765
|
48,
|
|
535
766
|
[],
|
|
536
767
|
"",
|
|
537
|
-
"
|
|
768
|
+
"M22.6,32c0,0.6,0.4,1,1,1h3c0.6,0,1-0.4,1-1v-1c0-0.6-0.4-1-1-1h-3c-0.6,0-1,0.4-1,1V32z M41.6,9h-18 c-0.6,0-1,0.4-1,1v1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1v-1C42.6,9.4,42.2,9,41.6,9z M23.6,26h8c0.6,0,1-0.4,1-1v-1c0-0.6-0.4-1-1-1 h-8c-0.6,0-1,0.4-1,1v1C22.6,25.6,23.1,26,23.6,26z M13.6,38.9l6.2-6.2l0.1-0.1c0.2-0.3,0.2-0.7-0.1-1l-1.2-1.2l-0.1-0.1 c-0.3-0.2-0.7-0.2-1,0.1l-3.2,3V10c0-0.4-0.3-0.8-0.8-0.8h-0.8c-0.4,0-0.8,0.3-0.8,0.8v23.4l-3.3-3l-0.1-0.1c-0.3-0.2-0.7-0.2-1,0 l-0.1,0.1l-1.2,1.2l-0.1,0.1c-0.2,0.3-0.2,0.7,0,1l0.1,0.1l6.2,6.2l0.1,0.1c0.1,0.1,0.3,0.2,0.4,0.2H13h0.1 C13.3,39.1,13.4,39,13.6,38.9z M36.6,16h-13c-0.6,0-1,0.4-1,1v1c0,0.6,0.4,1,1,1h13c0.6,0,1-0.4,1-1v-1C37.6,16.4,37.2,16,36.6,16z"
|
|
538
769
|
],
|
|
539
|
-
iconName: "sort-down",
|
|
770
|
+
iconName: "sort-amount-down",
|
|
540
771
|
prefix: "fal"
|
|
541
772
|
};
|
|
542
|
-
const
|
|
773
|
+
const stenaSortUp = {
|
|
543
774
|
icon: [
|
|
544
775
|
48,
|
|
545
776
|
48,
|
|
546
777
|
[],
|
|
547
778
|
"",
|
|
548
|
-
"
|
|
779
|
+
"M41.6,9h-18c-0.6,0-1,0.4-1,1v1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1v-1C42.6,9.4,42.2,9,41.6,9z M22.6,32c0,0.6,0.4,1,1,1h3 c0.6,0,1-0.4,1-1v-1c0-0.6-0.4-1-1-1h-3c-0.6,0-1,0.4-1,1V32z M14.3,38.4V15l3.2,3c0.3,0.3,0.7,0.3,1,0.1l0.1-0.1l1.2-1.2 c0.3-0.3,0.3-0.7,0.1-1l-0.1-0.1l-6.2-6.2c-0.1-0.1-0.3-0.2-0.4-0.2h-0.1H13c-0.2,0-0.3,0.1-0.4,0.2l-0.1,0.1l-6.2,6.2l-0.1,0.1 c-0.2,0.3-0.2,0.7,0,1L6.3,17l1.2,1l0.1,0.1c0.3,0.2,0.7,0.2,1,0V18l3.3-3v23.4c0,0.4,0.3,0.8,0.8,0.8h0.8 C13.9,39.1,14.3,38.8,14.3,38.4z M36.6,16h-13c-0.6,0-1,0.4-1,1v1c0,0.6,0.4,1,1,1h13c0.6,0,1-0.4,1-1v-1C37.6,16.4,37.2,16,36.6,16 z M23.6,26h8c0.6,0,1-0.4,1-1v-1c0-0.6-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1v1C22.6,25.6,23.1,26,23.6,26z"
|
|
549
780
|
],
|
|
550
|
-
iconName: "
|
|
781
|
+
iconName: "sort-amount-up",
|
|
551
782
|
prefix: "fal"
|
|
552
783
|
};
|
|
553
|
-
const
|
|
784
|
+
const stenaSwitch = {
|
|
554
785
|
icon: [
|
|
555
786
|
48,
|
|
556
787
|
48,
|
|
557
788
|
[],
|
|
558
789
|
"",
|
|
559
|
-
"
|
|
790
|
+
"M38.4,21.6c0.6,0.6,1.5,0.6,2.1,0l6.1-6.1l-6.1-6.1c-0.6-0.6-1.5-0.6-2.1,0l-0.1,0.1c-0.5,0.6-0.4,1.5,0.1,2 l2.4,2.4l-8,0L25,21.9L17.1,14l-5.3,0c-0.7-2.3-2.8-4-5.3-4c-3,0-5.5,2.5-5.5,5.5S3.5,21,6.5,21c2.5,0,4.6-1.7,5.3-4l4.1,0l7,7 l-7,7l-4.1,0c-0.7-2.3-2.8-4-5.3-4c-3,0-5.5,2.5-5.5,5.5S3.5,38,6.5,38c2.5,0,4.6-1.7,5.3-4l5.3,0l7.9-7.9l7.9,7.9l8,0l-2.4,2.4 c-0.6,0.6-0.6,1.5,0,2.1c0.6,0.6,1.5,0.6,2.1,0l6.1-6.1l-6.1-6.1c-0.6-0.6-1.5-0.6-2.1,0l-0.1,0.1c-0.5,0.6-0.4,1.5,0.1,2l2.4,2.4 l-6.8,0l-7-7l7-7l6.8,0l-2.4,2.4C37.9,20,37.9,21,38.4,21.6z M6.5,18C5.1,18,4,16.9,4,15.5S5.1,13,6.5,13S9,14.1,9,15.5 S7.9,18,6.5,18z M6.5,35C5.1,35,4,33.9,4,32.5S5.1,30,6.5,30S9,31.1,9,32.5S7.9,35,6.5,35z"
|
|
560
791
|
],
|
|
561
|
-
iconName: "
|
|
792
|
+
iconName: "random",
|
|
562
793
|
prefix: "fal"
|
|
563
794
|
};
|
|
564
|
-
const
|
|
795
|
+
const stenaTimes = {
|
|
796
|
+
icon: [
|
|
797
|
+
48,
|
|
798
|
+
48,
|
|
799
|
+
[],
|
|
800
|
+
"",
|
|
801
|
+
"M38.8,10.6l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0l-12,12l-12-12c-0.4-0.4-1-0.4-1.4,0l-1.4,1.4c-0.4,0.4-0.4,1,0,1.4 l12,12l-12,12c-0.4,0.4-0.4,1,0,1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0l12-12l12,12c0.4,0.4,1,0.4,1.4,0l1.4-1.4c0.4-0.4,0.4-1,0-1.4 l-12-12l12-12C39.2,11.6,39.2,11,38.8,10.6z"
|
|
802
|
+
],
|
|
803
|
+
iconName: "times",
|
|
804
|
+
prefix: "fal"
|
|
805
|
+
};
|
|
806
|
+
const stenaTimesCircle = {
|
|
807
|
+
icon: [
|
|
808
|
+
48,
|
|
809
|
+
48,
|
|
810
|
+
[],
|
|
811
|
+
"",
|
|
812
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44C13,44,4,35,4,24S13,4,24,4 s20,9,20,20S35,44,24,44z M32.8,16.6l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0l-6,6l-6-6c-0.4-0.4-1-0.4-1.4,0l-1.4,1.4c-0.4,0.4-0.4,1,0,1.4l6,6 l-6,6c-0.4,0.4-0.4,1,0,1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0l6-6l6,6c0.4,0.4,1,0.4,1.4,0l1.4-1.4c0.4-0.4,0.4-1,0-1.4l-6-6l6-6 C33.2,17.6,33.2,17,32.8,16.6z"
|
|
813
|
+
],
|
|
814
|
+
iconName: "times-circle",
|
|
815
|
+
prefix: "fal"
|
|
816
|
+
};
|
|
817
|
+
const stenaTrash = {
|
|
818
|
+
icon: [
|
|
819
|
+
48,
|
|
820
|
+
48,
|
|
821
|
+
[],
|
|
822
|
+
"",
|
|
823
|
+
"M42,9h-7.4l-2.7-3.8L31.8,5c-0.6-0.7-1.4-1-2.3-1h-11l-0.2,0c-0.9,0.1-1.7,0.5-2.2,1.2L13.4,9H6 c-0.6,0-1,0.4-1,1v1c0,0.6,0.4,1,1,1h2.1l2,31.1c0,0.5,0.5,0.9,1,0.9h25.6c0.5,0,1-0.4,1-0.9l2-31.1H42c0.6,0,1-0.4,1-1v-1 C43,9.4,42.6,9,42,9z M17.7,7.4L17.7,7.4C18,7.1,18.2,7,18.5,7h11l0.1,0c0.3,0,0.5,0.2,0.7,0.4L31,9H17L17.7,7.4z M35.1,41H12.9 l-1.8-29h25.9L35.1,41z"
|
|
824
|
+
],
|
|
825
|
+
iconName: "trash",
|
|
826
|
+
prefix: "fal"
|
|
827
|
+
};
|
|
828
|
+
const stenaUser = {
|
|
565
829
|
icon: [
|
|
566
830
|
48,
|
|
567
831
|
48,
|
|
568
832
|
[],
|
|
569
833
|
"",
|
|
570
|
-
"
|
|
834
|
+
"M43,1H5H4.8C2.7,1.1,1,2.9,1,5v38c0,2.2,1.8,4,4,4h38h0.2c2.1-0.1,3.8-1.9,3.8-4V5C47,2.8,45.2,1,43,1z M8.1,44l0.2-0.5 c2.1-3.9,5-6.9,7.9-8.2l0.2-0.1h0.1h0.2h0.2l0.3,0.1l0.4,0.1l0.4,0.1l1.6,0.4c1.9,0.5,3,0.7,4.5,0.7s2.6-0.2,4.5-0.7l1.6-0.4 l0.4-0.1l0.4-0.1l0.3-0.1h0.2h0.2l0.2,0.1l0.3,0.1l0.3,0.2c2.8,1.5,5.5,4.5,7.5,8.3l0.1,0.1C40.1,44,8.1,44,8.1,44z M44,43 c0,0.4-0.2,0.7-0.6,0.9c-2.4-5.2-6.1-9.5-10.2-11.3l-0.4-0.2h-0.1h-0.1h-0.1c-0.3-0.1-0.6-0.1-0.9-0.1h-0.3h-0.2l-0.3,0.1l-0.4,0.1 H30l-0.5,0.1L27.8,33c-1.6,0.4-2.6,0.6-3.7,0.6c-1,0-1.8-0.1-3.1-0.4L20.3,33l-1.6-0.4l-0.5-0.1l-0.4-0.1l-0.4-0.1l-0.3-0.1h-0.3 h-0.3h-0.2h-0.2h-0.2c-0.3,0-0.4,0.1-0.6,0.2L15,32.5c-4,1.8-7.7,5.9-10.1,11L4.8,44H4.7C4.3,43.8,4,43.4,4,43V5c0-0.6,0.4-1,1-1h38 c0.6,0,1,0.4,1,1V43z M24,10c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S29,10,24,10z M24,25c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S27.3,25,24,25 z"
|
|
571
835
|
],
|
|
572
|
-
iconName: "
|
|
836
|
+
iconName: "user",
|
|
837
|
+
prefix: "fal"
|
|
838
|
+
};
|
|
839
|
+
const stenaUserCircle = {
|
|
840
|
+
icon: [
|
|
841
|
+
48,
|
|
842
|
+
48,
|
|
843
|
+
[],
|
|
844
|
+
"",
|
|
845
|
+
"M24,1C11.3,1,1,11.3,1,24s10.3,23,23,23s23-10.3,23-23S36.7,1,24,1z M24,44c-4.9,0-9.5-1.8-12.9-4.7l0.4-0.3l0.7-0.5 l0.7-0.5c0.7-0.6,1.4-1,2-1.4l0.4-0.2l0.2-0.1l0.4-0.2c0.6-0.3,1.1-0.5,1.3-0.5h0.1h0.1h0.1h0.1h0.1l0.2,0.1l0.3,0.1l0.4,0.2 l1.4,0.6c1.6,0.7,2.7,1,4.1,1c1.5,0,2.7-0.4,4.5-1.1l1.1-0.5l0.3-0.1l0.2-0.1l0.3-0.1h0.2h0.1h0.1H31h0.1c0.2,0,0.6,0.2,1.3,0.5 l0.4,0.2l0.2,0.1l0.4,0.2c0.6,0.4,1.3,0.8,2,1.4l0.7,0.5l0.7,0.5l0.4,0.3C33.5,42.2,28.9,44,24,44z M39.1,37.1L38.9,37l-0.8-0.7 l-0.9-0.7l-0.7-0.5l-0.6-0.4l-0.3-0.2l-0.5-0.3c-1.7-1.1-3-1.6-4.1-1.6c-0.1,0-0.2,0-0.3,0h-0.3h-0.3c-0.1,0-0.1,0-0.2,0l-0.2,0.1 c-0.2,0-0.3,0.1-0.5,0.2L28.9,33l-0.5,0.2L27,33.8c-1.2,0.5-2,0.7-3,0.7s-1.9-0.3-3.3-0.9l-0.3-0.1L19.3,33L19,32.9l-0.4-0.2 c-0.1,0-0.3-0.1-0.4-0.1l-0.2,0c-0.1,0-0.1,0-0.2,0h-0.2c-0.1,0-0.2,0-0.2,0h-0.2h-0.1c-1,0-2.3,0.5-4.1,1.6l-0.5,0.3l-0.3,0.2 l-0.6,0.4L11,35.5c-0.2,0.1-0.4,0.3-0.6,0.5l-0.6,0.5L9,37.2C5.9,33.6,4,29,4,24C4,13,13,4,24,4s20,9,20,20 C44,29,42.1,33.6,39.1,37.1z M24,12.5c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5s8.5-3.8,8.5-8.5S28.7,12.5,24,12.5z M24,26.5 c-3,0-5.5-2.5-5.5-5.5s2.5-5.5,5.5-5.5s5.5,2.5,5.5,5.5S27,26.5,24,26.5z"
|
|
846
|
+
],
|
|
847
|
+
iconName: "user-circle",
|
|
573
848
|
prefix: "fal"
|
|
574
849
|
};
|
|
575
850
|
const stenaCombined = {
|
|
@@ -623,15 +898,15 @@ const Icon = forwardRef(function Icon2({
|
|
|
623
898
|
});
|
|
624
899
|
});
|
|
625
900
|
const banner = "_banner_mo0cf_1";
|
|
626
|
-
const icon = "_icon_mo0cf_10";
|
|
901
|
+
const icon$1 = "_icon_mo0cf_10";
|
|
627
902
|
const standard$5 = "_standard_mo0cf_14";
|
|
628
903
|
const info$2 = "_info_mo0cf_19";
|
|
629
904
|
const success$3 = "_success_mo0cf_24";
|
|
630
905
|
const warning$2 = "_warning_mo0cf_29";
|
|
631
906
|
const error$2 = "_error_mo0cf_34";
|
|
632
|
-
var styles$
|
|
907
|
+
var styles$m = {
|
|
633
908
|
banner,
|
|
634
|
-
icon,
|
|
909
|
+
icon: icon$1,
|
|
635
910
|
standard: standard$5,
|
|
636
911
|
info: info$2,
|
|
637
912
|
success: success$3,
|
|
@@ -661,7 +936,7 @@ const customColor = "_customColor_1xjtk_29";
|
|
|
661
936
|
const medium$1 = "_medium_1xjtk_35";
|
|
662
937
|
const small$3 = "_small_1xjtk_40";
|
|
663
938
|
const tiny = "_tiny_1xjtk_45";
|
|
664
|
-
var styles$
|
|
939
|
+
var styles$l = {
|
|
665
940
|
spinner,
|
|
666
941
|
rotator,
|
|
667
942
|
standard: standard$4,
|
|
@@ -678,7 +953,7 @@ const Spinner = ({
|
|
|
678
953
|
color,
|
|
679
954
|
...rest
|
|
680
955
|
}) => /* @__PURE__ */ jsx(SvgSpinnerLarge, {
|
|
681
|
-
className: cx(styles$
|
|
956
|
+
className: cx(styles$l.spinner, styles$l[size], color ? styles$l.customColor : styles$l[variant]),
|
|
682
957
|
style: {
|
|
683
958
|
stroke: color
|
|
684
959
|
},
|
|
@@ -702,7 +977,7 @@ const Banner = ({
|
|
|
702
977
|
...rest
|
|
703
978
|
}) => {
|
|
704
979
|
return /* @__PURE__ */ jsxs("div", {
|
|
705
|
-
className: cx(styles$
|
|
980
|
+
className: cx(styles$m.banner, styles$m[variant]),
|
|
706
981
|
...getDataProps(rest),
|
|
707
982
|
children: [/* @__PURE__ */ jsxs(Row, {
|
|
708
983
|
justifyContent: "space-between",
|
|
@@ -718,7 +993,7 @@ const Banner = ({
|
|
|
718
993
|
}) : /* @__PURE__ */ jsx(Icon, {
|
|
719
994
|
icon: icon2 != null ? icon2 : iconPerVariant[variant],
|
|
720
995
|
size: 24,
|
|
721
|
-
className: styles$
|
|
996
|
+
className: styles$m.icon
|
|
722
997
|
})
|
|
723
998
|
})
|
|
724
999
|
}), /* @__PURE__ */ jsxs(Row, {
|
|
@@ -764,7 +1039,7 @@ const large$1 = "_large_12r0a_85";
|
|
|
764
1039
|
const medium = "_medium_12r0a_91";
|
|
765
1040
|
const small$2 = "_small_12r0a_96";
|
|
766
1041
|
const smaller = "_smaller_12r0a_102";
|
|
767
|
-
var styles$
|
|
1042
|
+
var styles$k = {
|
|
768
1043
|
link: link$1,
|
|
769
1044
|
disabled,
|
|
770
1045
|
standard: standard$3,
|
|
@@ -792,7 +1067,7 @@ const Link = forwardRef(({
|
|
|
792
1067
|
}, ref) => {
|
|
793
1068
|
return /* @__PURE__ */ jsxs("a", {
|
|
794
1069
|
tabIndex: !disableTabIndex ? tabIndex : void 0,
|
|
795
|
-
className: cx(styles$
|
|
1070
|
+
className: cx(styles$k.link, styles$k[variant], styles$k[size], disabled2 && styles$k.disabled, className),
|
|
796
1071
|
ref,
|
|
797
1072
|
href: disabled2 ? void 0 : href,
|
|
798
1073
|
onClick: !disabled2 ? onClick : void 0,
|
|
@@ -818,7 +1093,7 @@ const Link = forwardRef(({
|
|
|
818
1093
|
});
|
|
819
1094
|
const resultItemRow = "_resultItemRow_1y7mx_1";
|
|
820
1095
|
const link = "_link_1y7mx_5";
|
|
821
|
-
var styles$
|
|
1096
|
+
var styles$j = {
|
|
822
1097
|
resultItemRow,
|
|
823
1098
|
link
|
|
824
1099
|
};
|
|
@@ -828,25 +1103,25 @@ const ResultListRow = ({
|
|
|
828
1103
|
linkText
|
|
829
1104
|
}) => {
|
|
830
1105
|
return /* @__PURE__ */ jsxs("div", {
|
|
831
|
-
className: styles$
|
|
1106
|
+
className: styles$j.resultItemRow,
|
|
832
1107
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
833
1108
|
children: text
|
|
834
1109
|
}), linkText && /* @__PURE__ */ jsx(Link, {
|
|
835
|
-
className: styles$
|
|
1110
|
+
className: styles$j.link,
|
|
836
1111
|
onClick: onClickLink,
|
|
837
1112
|
children: linkText
|
|
838
1113
|
})]
|
|
839
1114
|
});
|
|
840
1115
|
};
|
|
841
1116
|
const resultList = "_resultList_7dj0n_1";
|
|
842
|
-
var styles$
|
|
1117
|
+
var styles$i = {
|
|
843
1118
|
resultList
|
|
844
1119
|
};
|
|
845
1120
|
const ResultList = ({
|
|
846
1121
|
children
|
|
847
1122
|
}) => {
|
|
848
1123
|
return /* @__PURE__ */ jsx("ul", {
|
|
849
|
-
className: styles$
|
|
1124
|
+
className: styles$i.resultList,
|
|
850
1125
|
children: Children.map(children, (child) => /* @__PURE__ */ jsx("li", {
|
|
851
1126
|
children: child
|
|
852
1127
|
}))
|
|
@@ -952,7 +1227,7 @@ const BreadCrumbs = ({
|
|
|
952
1227
|
});
|
|
953
1228
|
};
|
|
954
1229
|
const crumb = "_crumb_lq9fa_1";
|
|
955
|
-
var styles$
|
|
1230
|
+
var styles$h = {
|
|
956
1231
|
crumb
|
|
957
1232
|
};
|
|
958
1233
|
const Crumb = ({
|
|
@@ -964,12 +1239,12 @@ const Crumb = ({
|
|
|
964
1239
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
965
1240
|
children: render({
|
|
966
1241
|
children,
|
|
967
|
-
className: styles$
|
|
1242
|
+
className: styles$h.crumb
|
|
968
1243
|
})
|
|
969
1244
|
});
|
|
970
1245
|
}
|
|
971
1246
|
return /* @__PURE__ */ jsx("span", {
|
|
972
|
-
className: styles$
|
|
1247
|
+
className: styles$h.crumb,
|
|
973
1248
|
children: label2.toUpperCase()
|
|
974
1249
|
});
|
|
975
1250
|
};
|
|
@@ -980,7 +1255,7 @@ const large = "_large_bt997_162";
|
|
|
980
1255
|
const normal = "_normal_bt997_224";
|
|
981
1256
|
const danger$1 = "_danger_bt997_227";
|
|
982
1257
|
const success$2 = "_success_bt997_262";
|
|
983
|
-
var styles$
|
|
1258
|
+
var styles$g = {
|
|
984
1259
|
button: button$1,
|
|
985
1260
|
iconButton,
|
|
986
1261
|
small: small$1,
|
|
@@ -1079,7 +1354,7 @@ const PrimaryButton = forwardRef(function PrimaryButton2({
|
|
|
1079
1354
|
return /* @__PURE__ */ jsx(Button, {
|
|
1080
1355
|
ref,
|
|
1081
1356
|
onClick: disabled2 || success2 || loading ? void 0 : onClick,
|
|
1082
|
-
className: cx(styles$
|
|
1357
|
+
className: cx(styles$g.button, styles$g[size], styles$g[variant], !hasLabel && styles$g.iconButton, className),
|
|
1083
1358
|
disabled: disabled2,
|
|
1084
1359
|
...buttonProps,
|
|
1085
1360
|
children: /* @__PURE__ */ jsx(ButtonContent, {
|
|
@@ -1100,7 +1375,7 @@ const PrimaryButton = forwardRef(function PrimaryButton2({
|
|
|
1100
1375
|
});
|
|
1101
1376
|
const flatButton = "_flatButton_fp9na_1";
|
|
1102
1377
|
const inverted = "_inverted_fp9na_143";
|
|
1103
|
-
var styles$
|
|
1378
|
+
var styles$f = {
|
|
1104
1379
|
flatButton,
|
|
1105
1380
|
inverted
|
|
1106
1381
|
};
|
|
@@ -1111,12 +1386,12 @@ const FlatButton = forwardRef(function FlatButton2({
|
|
|
1111
1386
|
}, ref) {
|
|
1112
1387
|
return /* @__PURE__ */ jsx(PrimaryButton, {
|
|
1113
1388
|
ref,
|
|
1114
|
-
className: cx(styles$
|
|
1389
|
+
className: cx(styles$f.flatButton, inverted2 && styles$f.inverted, className),
|
|
1115
1390
|
...props
|
|
1116
1391
|
});
|
|
1117
1392
|
});
|
|
1118
1393
|
const secondaryButton = "_secondaryButton_wgcaf_1";
|
|
1119
|
-
var styles$
|
|
1394
|
+
var styles$e = {
|
|
1120
1395
|
secondaryButton
|
|
1121
1396
|
};
|
|
1122
1397
|
const SecondaryButton = forwardRef(function SecondaryButton2({
|
|
@@ -1125,7 +1400,7 @@ const SecondaryButton = forwardRef(function SecondaryButton2({
|
|
|
1125
1400
|
}, ref) {
|
|
1126
1401
|
return /* @__PURE__ */ jsx(PrimaryButton, {
|
|
1127
1402
|
ref,
|
|
1128
|
-
className: cx(styles$
|
|
1403
|
+
className: cx(styles$e.secondaryButton, className),
|
|
1129
1404
|
...props
|
|
1130
1405
|
});
|
|
1131
1406
|
});
|
|
@@ -1152,7 +1427,7 @@ const PrimaryButtonLink = forwardRef(function PrimaryButtonLink2({
|
|
|
1152
1427
|
const hasLabel = Boolean(label2 && !success2 && !loading || success2 && successLabel || loading && loadingLabel);
|
|
1153
1428
|
return /* @__PURE__ */ jsx("a", {
|
|
1154
1429
|
ref,
|
|
1155
|
-
className: cx(buttonLinkStyles.buttonLink, styles$
|
|
1430
|
+
className: cx(buttonLinkStyles.buttonLink, styles$g.button, styles$g[size], styles$g[variant], !hasLabel && styles$g.iconButton, className),
|
|
1156
1431
|
...anchorProps,
|
|
1157
1432
|
children: /* @__PURE__ */ jsx(ButtonContent, {
|
|
1158
1433
|
success: success2,
|
|
@@ -1172,7 +1447,7 @@ const FlatButtonLink = forwardRef(function FlatButtonLink2({
|
|
|
1172
1447
|
}, ref) {
|
|
1173
1448
|
return /* @__PURE__ */ jsx(PrimaryButtonLink, {
|
|
1174
1449
|
ref,
|
|
1175
|
-
className: cx(styles$
|
|
1450
|
+
className: cx(styles$f.flatButton, inverted2 && styles$f.inverted, className),
|
|
1176
1451
|
...props
|
|
1177
1452
|
});
|
|
1178
1453
|
});
|
|
@@ -1182,12 +1457,12 @@ const SecondaryButtonLink = forwardRef(function SecondaryButtonLink2({
|
|
|
1182
1457
|
}, ref) {
|
|
1183
1458
|
return /* @__PURE__ */ jsx(PrimaryButtonLink, {
|
|
1184
1459
|
ref,
|
|
1185
|
-
className: cx(styles$
|
|
1460
|
+
className: cx(styles$e.secondaryButton, className),
|
|
1186
1461
|
...props
|
|
1187
1462
|
});
|
|
1188
1463
|
});
|
|
1189
1464
|
const buttonGroup = "_buttonGroup_hnjh9_1";
|
|
1190
|
-
var styles$
|
|
1465
|
+
var styles$d = {
|
|
1191
1466
|
buttonGroup
|
|
1192
1467
|
};
|
|
1193
1468
|
const ButtonGroup = ({
|
|
@@ -1195,13 +1470,13 @@ const ButtonGroup = ({
|
|
|
1195
1470
|
children
|
|
1196
1471
|
}) => {
|
|
1197
1472
|
return /* @__PURE__ */ jsx("div", {
|
|
1198
|
-
className: cx(styles$
|
|
1473
|
+
className: cx(styles$d.buttonGroup, className),
|
|
1199
1474
|
children
|
|
1200
1475
|
});
|
|
1201
1476
|
};
|
|
1202
1477
|
const upDownButtons = "_upDownButtons_8f4h3_1";
|
|
1203
1478
|
const button = "_button_8f4h3_6";
|
|
1204
|
-
var styles$
|
|
1479
|
+
var styles$c = {
|
|
1205
1480
|
upDownButtons,
|
|
1206
1481
|
button
|
|
1207
1482
|
};
|
|
@@ -1211,10 +1486,10 @@ const UpDownButtons = ({
|
|
|
1211
1486
|
iconColor,
|
|
1212
1487
|
disabled: disabled2
|
|
1213
1488
|
}) => /* @__PURE__ */ jsxs(Column, {
|
|
1214
|
-
className: styles$
|
|
1489
|
+
className: styles$c.upDownButtons,
|
|
1215
1490
|
children: [/* @__PURE__ */ jsx("button", {
|
|
1216
1491
|
onClick: onClickUp,
|
|
1217
|
-
className: styles$
|
|
1492
|
+
className: styles$c.button,
|
|
1218
1493
|
disabled: disabled2,
|
|
1219
1494
|
children: /* @__PURE__ */ jsx(Row, {
|
|
1220
1495
|
justifyContent: "center",
|
|
@@ -1227,7 +1502,7 @@ const UpDownButtons = ({
|
|
|
1227
1502
|
})
|
|
1228
1503
|
}), /* @__PURE__ */ jsx("button", {
|
|
1229
1504
|
onClick: onClickDown,
|
|
1230
|
-
className: styles$
|
|
1505
|
+
className: styles$c.button,
|
|
1231
1506
|
disabled: disabled2,
|
|
1232
1507
|
children: /* @__PURE__ */ jsx(Row, {
|
|
1233
1508
|
justifyContent: "center",
|
|
@@ -1251,7 +1526,7 @@ const Card = ({
|
|
|
1251
1526
|
const cardHeader = "_cardHeader_1hiej_1";
|
|
1252
1527
|
const standard$2 = "_standard_1hiej_8";
|
|
1253
1528
|
const compact$1 = "_compact_1hiej_12";
|
|
1254
|
-
var styles$
|
|
1529
|
+
var styles$b = {
|
|
1255
1530
|
cardHeader,
|
|
1256
1531
|
standard: standard$2,
|
|
1257
1532
|
compact: compact$1
|
|
@@ -1266,7 +1541,7 @@ const CardHeader = ({
|
|
|
1266
1541
|
contentCenter
|
|
1267
1542
|
}) => {
|
|
1268
1543
|
return /* @__PURE__ */ jsxs("div", {
|
|
1269
|
-
className: cx(styles$
|
|
1544
|
+
className: cx(styles$b.cardHeader, styles$b[variant]),
|
|
1270
1545
|
children: [/* @__PURE__ */ jsxs(Row, {
|
|
1271
1546
|
alignItems: "center",
|
|
1272
1547
|
gap: variant === "compact" ? 1 : 2,
|
|
@@ -1301,7 +1576,7 @@ const clickable = "_clickable_1ihre_71";
|
|
|
1301
1576
|
const close = "_close_1ihre_74";
|
|
1302
1577
|
const primary = "_primary_1ihre_83";
|
|
1303
1578
|
const secondary = "_secondary_1ihre_91";
|
|
1304
|
-
var styles$
|
|
1579
|
+
var styles$a = {
|
|
1305
1580
|
chip,
|
|
1306
1581
|
chipCell,
|
|
1307
1582
|
label: label$2,
|
|
@@ -1326,17 +1601,17 @@ const Chip = ({
|
|
|
1326
1601
|
}
|
|
1327
1602
|
};
|
|
1328
1603
|
return /* @__PURE__ */ jsxs("div", {
|
|
1329
|
-
className: cx(styles$
|
|
1604
|
+
className: cx(styles$a.chip, styles$a[variant], onClickRemove ? styles$a.removable : void 0, className),
|
|
1330
1605
|
...getDataProps(rest),
|
|
1331
1606
|
children: [onClick ? /* @__PURE__ */ jsx("button", {
|
|
1332
1607
|
onClick: onClickHandler,
|
|
1333
|
-
className: cx(styles$
|
|
1608
|
+
className: cx(styles$a.chipCell, styles$a.label),
|
|
1334
1609
|
children: label2
|
|
1335
1610
|
}) : /* @__PURE__ */ jsx("div", {
|
|
1336
|
-
className: cx(styles$
|
|
1611
|
+
className: cx(styles$a.chipCell, styles$a.label),
|
|
1337
1612
|
children: label2
|
|
1338
1613
|
}), onClickRemove && /* @__PURE__ */ jsx("button", {
|
|
1339
|
-
className: cx(styles$
|
|
1614
|
+
className: cx(styles$a.chipCell, styles$a.close),
|
|
1340
1615
|
onClick: onClickRemove,
|
|
1341
1616
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
1342
1617
|
icon: stenaTimes,
|
|
@@ -1406,7 +1681,7 @@ const info$1 = "_info_1b6e7_17";
|
|
|
1406
1681
|
const warning$1 = "_warning_1b6e7_21";
|
|
1407
1682
|
const error$1 = "_error_1b6e7_25";
|
|
1408
1683
|
const label$1 = "_label_1b6e7_29";
|
|
1409
|
-
var styles$
|
|
1684
|
+
var styles$9 = {
|
|
1410
1685
|
badge,
|
|
1411
1686
|
info: info$1,
|
|
1412
1687
|
warning: warning$1,
|
|
@@ -1419,12 +1694,12 @@ const Badge = ({
|
|
|
1419
1694
|
...rest
|
|
1420
1695
|
}) => {
|
|
1421
1696
|
return /* @__PURE__ */ jsx("div", {
|
|
1422
|
-
className: cx(styles$
|
|
1697
|
+
className: cx(styles$9.badge, styles$9[variant]),
|
|
1423
1698
|
...getDataProps(rest),
|
|
1424
1699
|
children: /* @__PURE__ */ jsx(Text, {
|
|
1425
1700
|
size: "smaller",
|
|
1426
1701
|
color: "var(--swui-badge-text-color)",
|
|
1427
|
-
className: styles$
|
|
1702
|
+
className: styles$9.label,
|
|
1428
1703
|
children: label2
|
|
1429
1704
|
})
|
|
1430
1705
|
});
|
|
@@ -1455,7 +1730,7 @@ const WithBadge = ({
|
|
|
1455
1730
|
const toggleButton = "_toggleButton_gx3ve_1";
|
|
1456
1731
|
const label = "_label_gx3ve_18";
|
|
1457
1732
|
const pressed = "_pressed_gx3ve_22";
|
|
1458
|
-
var styles$
|
|
1733
|
+
var styles$8 = {
|
|
1459
1734
|
toggleButton,
|
|
1460
1735
|
label,
|
|
1461
1736
|
pressed
|
|
@@ -1472,14 +1747,14 @@ const ToggleButton = ({
|
|
|
1472
1747
|
return /* @__PURE__ */ jsx(Clickable, {
|
|
1473
1748
|
onClick: () => onClick && onClick(!pressed2),
|
|
1474
1749
|
children: /* @__PURE__ */ jsx(Box, {
|
|
1475
|
-
className: cx(styles$
|
|
1750
|
+
className: cx(styles$8.toggleButton, pressed2 && styles$8.pressed),
|
|
1476
1751
|
width: width2,
|
|
1477
1752
|
justifyContent: "center",
|
|
1478
1753
|
alignItems: "center",
|
|
1479
1754
|
borderRadius,
|
|
1480
1755
|
children: /* @__PURE__ */ jsx(Text, {
|
|
1481
1756
|
size: "small",
|
|
1482
|
-
className: styles$
|
|
1757
|
+
className: styles$8.label,
|
|
1483
1758
|
children: label2
|
|
1484
1759
|
})
|
|
1485
1760
|
})
|
|
@@ -1488,7 +1763,7 @@ const ToggleButton = ({
|
|
|
1488
1763
|
const actionMenu = "_actionMenu_1loms_1";
|
|
1489
1764
|
const standard$1 = "_standard_1loms_8";
|
|
1490
1765
|
const outlined = "_outlined_1loms_11";
|
|
1491
|
-
var styles$
|
|
1766
|
+
var styles$7 = {
|
|
1492
1767
|
actionMenu,
|
|
1493
1768
|
standard: standard$1,
|
|
1494
1769
|
outlined
|
|
@@ -1507,7 +1782,7 @@ const ActionMenu = ({
|
|
|
1507
1782
|
return /* @__PURE__ */ jsx(FocusScope, {
|
|
1508
1783
|
contain: trapFocus,
|
|
1509
1784
|
children: /* @__PURE__ */ jsxs(Column, {
|
|
1510
|
-
className: cx(styles$
|
|
1785
|
+
className: cx(styles$7.actionMenu, styles$7[variant]),
|
|
1511
1786
|
width: width2,
|
|
1512
1787
|
shadow,
|
|
1513
1788
|
children: [top, /* @__PURE__ */ jsx(Column, {
|
|
@@ -1527,7 +1802,7 @@ const actionMenuItemText = "_actionMenuItemText_sheks_166";
|
|
|
1527
1802
|
const actionMenuItemIcon = "_actionMenuItemIcon_sheks_170";
|
|
1528
1803
|
const actionMenuItemIconWrapper = "_actionMenuItemIconWrapper_sheks_174";
|
|
1529
1804
|
const actionMenuItemInnerContent = "_actionMenuItemInnerContent_sheks_178";
|
|
1530
|
-
var styles$
|
|
1805
|
+
var styles$6 = {
|
|
1531
1806
|
actionMenuItem,
|
|
1532
1807
|
actionMenuItemContent,
|
|
1533
1808
|
standard,
|
|
@@ -1585,7 +1860,7 @@ const ActionMenuCommonContent = ({
|
|
|
1585
1860
|
alignItems: "center",
|
|
1586
1861
|
width: "100%",
|
|
1587
1862
|
indent: 2,
|
|
1588
|
-
className: styles$
|
|
1863
|
+
className: styles$6.actionMenuItemInnerContent,
|
|
1589
1864
|
children: /* @__PURE__ */ jsx(ButtonContent, {
|
|
1590
1865
|
success: success2,
|
|
1591
1866
|
loading,
|
|
@@ -1594,10 +1869,10 @@ const ActionMenuCommonContent = ({
|
|
|
1594
1869
|
right,
|
|
1595
1870
|
rightIcon,
|
|
1596
1871
|
label: label2,
|
|
1597
|
-
labelClassName: styles$
|
|
1598
|
-
iconClassName: styles$
|
|
1872
|
+
labelClassName: styles$6.actionMenuItemLabel,
|
|
1873
|
+
iconClassName: styles$6.actionMenuItemIcon,
|
|
1599
1874
|
leftWrapperClassName: cx({
|
|
1600
|
-
[styles$
|
|
1875
|
+
[styles$6.actionMenuItemIconWrapper]: success2 || loading || leftIcon
|
|
1601
1876
|
})
|
|
1602
1877
|
})
|
|
1603
1878
|
});
|
|
@@ -1631,7 +1906,7 @@ const ActionMenuLink = forwardRef(function ActionMenuLink2({
|
|
|
1631
1906
|
}, ref);
|
|
1632
1907
|
return /* @__PURE__ */ jsx("a", {
|
|
1633
1908
|
...props,
|
|
1634
|
-
className: cx(styles$
|
|
1909
|
+
className: cx(styles$6.actionMenuItem, styles$6[variant], className),
|
|
1635
1910
|
onClick: disabled2 ? void 0 : onClickHandler,
|
|
1636
1911
|
onKeyDown,
|
|
1637
1912
|
"aria-disabled": disabled2,
|
|
@@ -1676,7 +1951,7 @@ const ActionMenuItem = forwardRef(function ActionMenuItem2({
|
|
|
1676
1951
|
}, ref);
|
|
1677
1952
|
return /* @__PURE__ */ jsx("button", {
|
|
1678
1953
|
...props,
|
|
1679
|
-
className: cx(styles$
|
|
1954
|
+
className: cx(styles$6.actionMenuItem, styles$6[variant], className),
|
|
1680
1955
|
onKeyDown,
|
|
1681
1956
|
onClick: props.disabled ? void 0 : onClickHandler,
|
|
1682
1957
|
ref: innerRef,
|
|
@@ -1716,7 +1991,7 @@ const ActionMenuItemContent = forwardRef(function ActionMenuItemContent2({
|
|
|
1716
1991
|
} = useActionMenuLogic(props, ref);
|
|
1717
1992
|
return /* @__PURE__ */ jsxs(Column, {
|
|
1718
1993
|
...props,
|
|
1719
|
-
className: cx(styles$
|
|
1994
|
+
className: cx(styles$6.actionMenuItem, styles$6.actionMenuItemContent, styles$6[variant], className),
|
|
1720
1995
|
ref: innerRef,
|
|
1721
1996
|
onKeyDown,
|
|
1722
1997
|
"aria-disabled": disabled2,
|
|
@@ -1734,7 +2009,7 @@ const ActionMenuItemContent = forwardRef(function ActionMenuItemContent2({
|
|
|
1734
2009
|
children: [!fullWidthBottomContent && (success2 || loading || leftIcon) && /* @__PURE__ */ jsx("div", {
|
|
1735
2010
|
className: buttonStyles.leftWrapper,
|
|
1736
2011
|
children: /* @__PURE__ */ jsx("div", {
|
|
1737
|
-
className: styles$
|
|
2012
|
+
className: styles$6.actionMenuItemIconWrapper
|
|
1738
2013
|
})
|
|
1739
2014
|
}), /* @__PURE__ */ jsx(Row, {
|
|
1740
2015
|
alignItems: "center",
|
|
@@ -1752,7 +2027,7 @@ const ActionMenuSeparator = () => {
|
|
|
1752
2027
|
};
|
|
1753
2028
|
const tab = "_tab_14n79_1";
|
|
1754
2029
|
const selected = "_selected_14n79_45";
|
|
1755
|
-
var styles$
|
|
2030
|
+
var styles$5 = {
|
|
1756
2031
|
tab,
|
|
1757
2032
|
selected
|
|
1758
2033
|
};
|
|
@@ -1770,7 +2045,7 @@ const Tab = forwardRef(function Tab2({
|
|
|
1770
2045
|
}, ref) {
|
|
1771
2046
|
const buttonLabel = getButtonLabel(label2, success2, void 0, loading, void 0);
|
|
1772
2047
|
return /* @__PURE__ */ jsx("button", {
|
|
1773
|
-
className: cx(styles$
|
|
2048
|
+
className: cx(styles$5.tab, selected2 && styles$5.selected),
|
|
1774
2049
|
role: "tab",
|
|
1775
2050
|
"aria-selected": selected2,
|
|
1776
2051
|
tabIndex,
|
|
@@ -1789,7 +2064,7 @@ const Tab = forwardRef(function Tab2({
|
|
|
1789
2064
|
});
|
|
1790
2065
|
const tabMenu = "_tabMenu_63fa9_1";
|
|
1791
2066
|
const withBorder = "_withBorder_63fa9_11";
|
|
1792
|
-
var styles$
|
|
2067
|
+
var styles$4 = {
|
|
1793
2068
|
tabMenu,
|
|
1794
2069
|
withBorder
|
|
1795
2070
|
};
|
|
@@ -1798,8 +2073,8 @@ const TabMenu = ({
|
|
|
1798
2073
|
enableBorder
|
|
1799
2074
|
}) => {
|
|
1800
2075
|
return /* @__PURE__ */ jsx(Row, {
|
|
1801
|
-
className: cx(styles$
|
|
1802
|
-
[styles$
|
|
2076
|
+
className: cx(styles$4.tabMenu, {
|
|
2077
|
+
[styles$4.withBorder]: enableBorder
|
|
1803
2078
|
}),
|
|
1804
2079
|
gap: 2,
|
|
1805
2080
|
role: "tablist",
|
|
@@ -1813,7 +2088,7 @@ const error = "_error_7zdmh_45";
|
|
|
1813
2088
|
const warning = "_warning_7zdmh_51";
|
|
1814
2089
|
const success = "_success_7zdmh_57";
|
|
1815
2090
|
const passive = "_passive_7zdmh_63";
|
|
1816
|
-
var styles$
|
|
2091
|
+
var styles$3 = {
|
|
1817
2092
|
tag,
|
|
1818
2093
|
small,
|
|
1819
2094
|
info,
|
|
@@ -1830,7 +2105,7 @@ const Tag = ({
|
|
|
1830
2105
|
...rest
|
|
1831
2106
|
}) => {
|
|
1832
2107
|
return /* @__PURE__ */ jsx("div", {
|
|
1833
|
-
className: cx(styles$
|
|
2108
|
+
className: cx(styles$3.tag, styles$3[variant], styles$3[size], className),
|
|
1834
2109
|
...getDataProps(rest),
|
|
1835
2110
|
children: label2
|
|
1836
2111
|
});
|
|
@@ -1840,7 +2115,7 @@ const row = "_row_o37p8_8";
|
|
|
1840
2115
|
const relaxed = "_relaxed_o37p8_13";
|
|
1841
2116
|
const condensed = "_condensed_o37p8_17";
|
|
1842
2117
|
const compact = "_compact_o37p8_21";
|
|
1843
|
-
var styles = {
|
|
2118
|
+
var styles$2 = {
|
|
1844
2119
|
valueTable,
|
|
1845
2120
|
row,
|
|
1846
2121
|
relaxed,
|
|
@@ -1863,10 +2138,10 @@ const ValueTable = ({
|
|
|
1863
2138
|
}), /* @__PURE__ */ jsx("table", {
|
|
1864
2139
|
cellPadding: 0,
|
|
1865
2140
|
cellSpacing: 0,
|
|
1866
|
-
className: cx(styles.valueTable, styles[variant]),
|
|
2141
|
+
className: cx(styles$2.valueTable, styles$2[variant]),
|
|
1867
2142
|
children: /* @__PURE__ */ jsx("tbody", {
|
|
1868
2143
|
children: Children.map(children, (child, index) => /* @__PURE__ */ jsx("tr", {
|
|
1869
|
-
className: styles.row,
|
|
2144
|
+
className: styles$2.row,
|
|
1870
2145
|
children: child
|
|
1871
2146
|
}, index))
|
|
1872
2147
|
})
|
|
@@ -1931,5 +2206,177 @@ const ValueTableItem = ({
|
|
|
1931
2206
|
})]
|
|
1932
2207
|
});
|
|
1933
2208
|
};
|
|
1934
|
-
|
|
2209
|
+
const routeLeg = "_routeLeg_um7oj_1";
|
|
2210
|
+
const selectedIcon = "_selectedIcon_um7oj_4";
|
|
2211
|
+
const grid = "_grid_um7oj_10";
|
|
2212
|
+
var styles$1 = {
|
|
2213
|
+
routeLeg,
|
|
2214
|
+
selectedIcon,
|
|
2215
|
+
grid
|
|
2216
|
+
};
|
|
2217
|
+
const LocationAndTime = ({
|
|
2218
|
+
location,
|
|
2219
|
+
date,
|
|
2220
|
+
time,
|
|
2221
|
+
size
|
|
2222
|
+
}) => {
|
|
2223
|
+
if (size === "compact") {
|
|
2224
|
+
return /* @__PURE__ */ jsxs(Row, {
|
|
2225
|
+
gap: 2,
|
|
2226
|
+
justifyContent: "space-between",
|
|
2227
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2228
|
+
size: "small",
|
|
2229
|
+
children: location
|
|
2230
|
+
}), /* @__PURE__ */ jsxs(Row, {
|
|
2231
|
+
gap: 0.5,
|
|
2232
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2233
|
+
size: "small",
|
|
2234
|
+
variant: "bold",
|
|
2235
|
+
children: date
|
|
2236
|
+
}), /* @__PURE__ */ jsx(Txt, {
|
|
2237
|
+
size: "small",
|
|
2238
|
+
variant: "bold",
|
|
2239
|
+
children: time
|
|
2240
|
+
})]
|
|
2241
|
+
})]
|
|
2242
|
+
});
|
|
2243
|
+
}
|
|
2244
|
+
if (size === "relaxed") {
|
|
2245
|
+
return /* @__PURE__ */ jsxs(Column, {
|
|
2246
|
+
gap: 0.5,
|
|
2247
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2248
|
+
size: "large",
|
|
2249
|
+
variant: "bold",
|
|
2250
|
+
children: location
|
|
2251
|
+
}), /* @__PURE__ */ jsxs(Row, {
|
|
2252
|
+
gap: 0.5,
|
|
2253
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2254
|
+
size: "small",
|
|
2255
|
+
variant: "bold",
|
|
2256
|
+
children: date
|
|
2257
|
+
}), /* @__PURE__ */ jsx(Txt, {
|
|
2258
|
+
size: "small",
|
|
2259
|
+
variant: "bold",
|
|
2260
|
+
children: time
|
|
2261
|
+
})]
|
|
2262
|
+
})]
|
|
2263
|
+
});
|
|
2264
|
+
}
|
|
2265
|
+
return /* @__PURE__ */ jsxs(Column, {
|
|
2266
|
+
gap: 0.5,
|
|
2267
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2268
|
+
children: location
|
|
2269
|
+
}), /* @__PURE__ */ jsxs(Row, {
|
|
2270
|
+
gap: true,
|
|
2271
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2272
|
+
variant: "bold",
|
|
2273
|
+
children: date
|
|
2274
|
+
}), /* @__PURE__ */ jsx(Txt, {
|
|
2275
|
+
variant: "bold",
|
|
2276
|
+
children: time
|
|
2277
|
+
})]
|
|
2278
|
+
})]
|
|
2279
|
+
});
|
|
2280
|
+
};
|
|
2281
|
+
const RouteLeg = ({
|
|
2282
|
+
variant,
|
|
2283
|
+
departure,
|
|
2284
|
+
arrival,
|
|
2285
|
+
label: label2,
|
|
2286
|
+
size = "standard",
|
|
2287
|
+
selected: selected2 = false,
|
|
2288
|
+
children
|
|
2289
|
+
}) => {
|
|
2290
|
+
const icon2 = variant === "ship" ? stenaSailingShip : stenaSailingTrain;
|
|
2291
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
2292
|
+
className: styles$1.routeLeg,
|
|
2293
|
+
children: [label2 && /* @__PURE__ */ jsxs(Fragment, {
|
|
2294
|
+
children: [/* @__PURE__ */ jsx(Txt, {
|
|
2295
|
+
variant: "overline",
|
|
2296
|
+
size: "smaller",
|
|
2297
|
+
children: label2
|
|
2298
|
+
}), /* @__PURE__ */ jsx(Space, {
|
|
2299
|
+
num: 2
|
|
2300
|
+
})]
|
|
2301
|
+
}), selected2 && /* @__PURE__ */ jsx(Icon, {
|
|
2302
|
+
icon: stenaCheckCircle,
|
|
2303
|
+
size: 16,
|
|
2304
|
+
color: cssColor("--lhds-color-blue-600"),
|
|
2305
|
+
className: styles$1.selectedIcon
|
|
2306
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
2307
|
+
className: styles$1.grid,
|
|
2308
|
+
children: [/* @__PURE__ */ jsxs(Column, {
|
|
2309
|
+
alignItems: "center",
|
|
2310
|
+
gap: 0.5,
|
|
2311
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
2312
|
+
icon: icon2,
|
|
2313
|
+
fixedWidth: true,
|
|
2314
|
+
color: cssColor("--lhds-color-ui-700"),
|
|
2315
|
+
size: 24
|
|
2316
|
+
}), /* @__PURE__ */ jsx(Box, {
|
|
2317
|
+
flex: 1,
|
|
2318
|
+
border: `1px solid ${cssColor("--lhds-color-ui-300")}`,
|
|
2319
|
+
borderRadius: 2
|
|
2320
|
+
}), /* @__PURE__ */ jsx(Box, {
|
|
2321
|
+
flex: "none",
|
|
2322
|
+
border: `4px solid ${cssColor("--lhds-color-blue-100")}`,
|
|
2323
|
+
background: cssColor("--lhds-color-blue-500"),
|
|
2324
|
+
width: 16,
|
|
2325
|
+
height: 16,
|
|
2326
|
+
borderRadius: 8
|
|
2327
|
+
})]
|
|
2328
|
+
}), /* @__PURE__ */ jsxs(Column, {
|
|
2329
|
+
gap: size === "standard" ? 3 : 2,
|
|
2330
|
+
children: [/* @__PURE__ */ jsx(LocationAndTime, {
|
|
2331
|
+
location: departure.location,
|
|
2332
|
+
date: departure.date,
|
|
2333
|
+
time: departure.time,
|
|
2334
|
+
size
|
|
2335
|
+
}), /* @__PURE__ */ jsx(LocationAndTime, {
|
|
2336
|
+
location: arrival.location,
|
|
2337
|
+
date: arrival.date,
|
|
2338
|
+
time: arrival.time,
|
|
2339
|
+
size
|
|
2340
|
+
})]
|
|
2341
|
+
}), children && /* @__PURE__ */ jsxs(Fragment, {
|
|
2342
|
+
children: [/* @__PURE__ */ jsx("div", {}), /* @__PURE__ */ jsx("div", {
|
|
2343
|
+
children
|
|
2344
|
+
})]
|
|
2345
|
+
})]
|
|
2346
|
+
})]
|
|
2347
|
+
});
|
|
2348
|
+
};
|
|
2349
|
+
const timeTag = "_timeTag_1srws_1";
|
|
2350
|
+
const icon = "_icon_1srws_4";
|
|
2351
|
+
const waiting = "_waiting_1srws_8";
|
|
2352
|
+
const total = "_total_1srws_12";
|
|
2353
|
+
var styles = {
|
|
2354
|
+
timeTag,
|
|
2355
|
+
icon,
|
|
2356
|
+
waiting,
|
|
2357
|
+
total
|
|
2358
|
+
};
|
|
2359
|
+
const TimeTag = ({
|
|
2360
|
+
label: label2,
|
|
2361
|
+
variant = "waiting"
|
|
2362
|
+
}) => {
|
|
2363
|
+
return /* @__PURE__ */ jsx("div", {
|
|
2364
|
+
className: cx(styles.timeTag, styles[variant]),
|
|
2365
|
+
children: /* @__PURE__ */ jsxs(Row, {
|
|
2366
|
+
flex: "none",
|
|
2367
|
+
alignItems: "center",
|
|
2368
|
+
gap: true,
|
|
2369
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
2370
|
+
icon: stenaClock,
|
|
2371
|
+
size: 16,
|
|
2372
|
+
className: styles.icon
|
|
2373
|
+
}), /* @__PURE__ */ jsx(Txt, {
|
|
2374
|
+
variant: "overline",
|
|
2375
|
+
size: "smaller",
|
|
2376
|
+
children: label2
|
|
2377
|
+
})]
|
|
2378
|
+
})
|
|
2379
|
+
});
|
|
2380
|
+
};
|
|
2381
|
+
export { ActionMenu, ActionMenuContext, ActionMenuItem, ActionMenuItemContent, ActionMenuLink, ActionMenuSeparator, Badge, Banner, BreadCrumbs, ButtonContent, ButtonGroup, Card, CardBody, CardHeader, Chip, Crumb, FlatButton, FlatButtonLink, Icon, InputSpinner, Label, Link, PrimaryButton, PrimaryButtonLink, ResultList, ResultListBanner, ResultListRow, RouteLeg, SecondaryButton, SecondaryButtonLink, Spinner, Tab, TabMenu, Tag, TimeTag, ToggleButton, UpDownButtons, ValueTable, ValueTableItem, WithBadge, stenaAngleDown, stenaAngleLeft, stenaAngleRight, stenaAngleUp, stenaArrowCircleDown, stenaArrowCircleLeft, stenaArrowCircleRight, stenaArrowCircleUp, stenaArrowDown, stenaArrowLeft, stenaArrowRight, stenaArrowUp, stenaArrowWideDown, stenaArrowWideLeft, stenaArrowWideRight, stenaArrowWideUp, stenaBackspace, stenaBell, stenaBellFilled, stenaBusinessAgreement, stenaBusinessCard, stenaBusinessClaim, stenaBusinessCustomer, stenaBusinessInvoice, stenaBusinessNSLH, stenaBusinessSignature, stenaCalendar, stenaCalendarFilled, stenaCalendarManage, stenaCheck, stenaCheckCircle, stenaCheckCircleFilled, stenaClear, stenaClock, stenaClockFilled, stenaCombined, stenaCopy, stenaCopyDocument, stenaDownload, stenaExclamationCircle, stenaExclamationCircleFilled, stenaExclamationTriangle, stenaExclamationTriangleFilled, stenaExpand, stenaHamburger, stenaHistory, stenaInfoCircle, stenaInfoCircleFilled, stenaIntermodal, stenaLogout, stenaMail, stenaMinus, stenaMinusCircle, stenaMobile, stenaOverview, stenaPen, stenaPhone, stenaPlus, stenaPlusCircle, stenaRefresh, stenaSailingGate, stenaSailingLocation, stenaSailingOnQuay, stenaSailingOnRoute, stenaSailingRoute, stenaSailingShip, stenaSailingTrain, stenaSearch, stenaSliders, stenaSortDown, stenaSortUp, stenaSwitch, stenaTimes, stenaTimesCircle, stenaTrash, stenaUser, stenaUserCircle, useResultListBannerState };
|
|
1935
2382
|
//# sourceMappingURL=index.es.js.map
|