@oliasoft-open-source/react-ui-library 3.2.7-beta-1 → 3.2.7-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/global.css +37 -34
- package/dist/index.js +23 -18
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -22248,7 +22248,7 @@ html[data-theme='dark'] {
|
|
|
22248
22248
|
--shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
|
|
22249
22249
|
--color-link-border-hover: var(--color-neutral-600);
|
|
22250
22250
|
}
|
|
22251
|
-
.
|
|
22251
|
+
._topbar_nxsqb_345 {
|
|
22252
22252
|
top: 0;
|
|
22253
22253
|
left: 0;
|
|
22254
22254
|
z-index: 101;
|
|
@@ -22259,15 +22259,15 @@ html[data-theme='dark'] {
|
|
|
22259
22259
|
display: flex;
|
|
22260
22260
|
padding: 0 var(--spacing);
|
|
22261
22261
|
}
|
|
22262
|
-
.
|
|
22262
|
+
._topbar_nxsqb_345._fixed_nxsqb_356 {
|
|
22263
22263
|
position: fixed;
|
|
22264
22264
|
}
|
|
22265
22265
|
@media print {
|
|
22266
|
-
.
|
|
22266
|
+
._topbar_nxsqb_345 {
|
|
22267
22267
|
display: none !important;
|
|
22268
22268
|
}
|
|
22269
22269
|
}
|
|
22270
|
-
.
|
|
22270
|
+
._title_nxsqb_364 {
|
|
22271
22271
|
display: flex;
|
|
22272
22272
|
align-items: center;
|
|
22273
22273
|
justify-content: center;
|
|
@@ -22275,26 +22275,28 @@ html[data-theme='dark'] {
|
|
|
22275
22275
|
padding: 0;
|
|
22276
22276
|
position: relative;
|
|
22277
22277
|
}
|
|
22278
|
-
.
|
|
22279
|
-
.
|
|
22278
|
+
._title_nxsqb_364 img,
|
|
22279
|
+
._title_nxsqb_364 svg {
|
|
22280
22280
|
max-height: 30px;
|
|
22281
22281
|
max-width: 300px;
|
|
22282
22282
|
height: auto;
|
|
22283
22283
|
width: auto;
|
|
22284
22284
|
color: var(--color-text);
|
|
22285
22285
|
}
|
|
22286
|
-
.
|
|
22286
|
+
._title_nxsqb_364 ._logo_nxsqb_380 {
|
|
22287
|
+
display: flex;
|
|
22288
|
+
}
|
|
22289
|
+
._title_nxsqb_364 ._label_nxsqb_383 {
|
|
22287
22290
|
color: var(--color-text);
|
|
22288
22291
|
white-space: nowrap;
|
|
22289
22292
|
font-weight: bold;
|
|
22290
|
-
font-size: 18px;
|
|
22291
22293
|
}
|
|
22292
|
-
.
|
|
22294
|
+
._brand_nxsqb_388 {
|
|
22293
22295
|
padding: 0;
|
|
22294
22296
|
position: relative;
|
|
22295
22297
|
flex-shrink: 0;
|
|
22296
22298
|
}
|
|
22297
|
-
.
|
|
22299
|
+
._version_nxsqb_393 {
|
|
22298
22300
|
line-height: 1;
|
|
22299
22301
|
position: absolute;
|
|
22300
22302
|
right: 0;
|
|
@@ -22302,72 +22304,73 @@ html[data-theme='dark'] {
|
|
|
22302
22304
|
margin-bottom: 3px;
|
|
22303
22305
|
font-size: 10px;
|
|
22304
22306
|
}
|
|
22305
|
-
.
|
|
22306
|
-
.
|
|
22307
|
+
._left_nxsqb_401,
|
|
22308
|
+
._right_nxsqb_402 {
|
|
22307
22309
|
display: flex;
|
|
22308
22310
|
min-width: 0;
|
|
22309
22311
|
}
|
|
22310
|
-
.
|
|
22312
|
+
._left_nxsqb_401 {
|
|
22311
22313
|
margin-right: var(--spacing);
|
|
22312
22314
|
}
|
|
22313
|
-
.
|
|
22315
|
+
._left_nxsqb_401 > * + * {
|
|
22314
22316
|
margin-left: var(--spacing-sm);
|
|
22315
22317
|
}
|
|
22316
|
-
.
|
|
22318
|
+
._right_nxsqb_402 {
|
|
22317
22319
|
margin-left: auto;
|
|
22318
22320
|
flex-shrink: 0;
|
|
22319
22321
|
}
|
|
22320
|
-
.
|
|
22322
|
+
._right_nxsqb_402 > * + * {
|
|
22321
22323
|
margin-left: var(--spacing-xs);
|
|
22322
22324
|
}
|
|
22323
|
-
.
|
|
22324
|
-
.
|
|
22325
|
+
._item_nxsqb_419,
|
|
22326
|
+
._link_nxsqb_420 {
|
|
22325
22327
|
align-items: center;
|
|
22326
22328
|
display: flex;
|
|
22327
22329
|
}
|
|
22328
|
-
.
|
|
22330
|
+
._item_nxsqb_419 {
|
|
22329
22331
|
position: relative;
|
|
22330
22332
|
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
|
|
22331
22333
|
user-select: none;
|
|
22332
22334
|
vertical-align: middle;
|
|
22333
22335
|
min-width: 0;
|
|
22336
|
+
max-width: 50vw;
|
|
22334
22337
|
}
|
|
22335
|
-
.
|
|
22336
|
-
.
|
|
22338
|
+
._item_nxsqb_419._button_nxsqb_432,
|
|
22339
|
+
._item_nxsqb_419._menu_nxsqb_433 {
|
|
22337
22340
|
flex-shrink: 0;
|
|
22338
22341
|
}
|
|
22339
|
-
.
|
|
22342
|
+
._label_nxsqb_383 {
|
|
22340
22343
|
text-overflow: ellipsis;
|
|
22341
22344
|
white-space: nowrap;
|
|
22342
22345
|
overflow: hidden;
|
|
22343
22346
|
display: block;
|
|
22344
22347
|
max-width: 100%;
|
|
22345
22348
|
}
|
|
22346
|
-
.
|
|
22349
|
+
._link_nxsqb_420 {
|
|
22347
22350
|
text-decoration: none;
|
|
22348
22351
|
color: var(--color-text-primary);
|
|
22349
22352
|
cursor: pointer;
|
|
22350
22353
|
max-width: 100%;
|
|
22351
22354
|
font-weight: bold;
|
|
22352
22355
|
}
|
|
22353
|
-
.
|
|
22356
|
+
._link_nxsqb_420 svg {
|
|
22354
22357
|
margin-right: 5px;
|
|
22355
22358
|
flex-shrink: 0;
|
|
22356
22359
|
}
|
|
22357
|
-
.
|
|
22360
|
+
._link_nxsqb_420:hover {
|
|
22358
22361
|
color: var(--color-text-primary-hover);
|
|
22359
22362
|
}
|
|
22360
|
-
.
|
|
22363
|
+
._link_nxsqb_420:active {
|
|
22361
22364
|
color: var(--color-text-primary-active);
|
|
22362
22365
|
}
|
|
22363
|
-
.
|
|
22366
|
+
._link_nxsqb_420._active_nxsqb_460 {
|
|
22364
22367
|
color: var(--color-text);
|
|
22365
22368
|
}
|
|
22366
|
-
.
|
|
22367
|
-
.
|
|
22369
|
+
._link_nxsqb_420:hover,
|
|
22370
|
+
._link_nxsqb_420._active_nxsqb_460 {
|
|
22368
22371
|
background-color: transparent;
|
|
22369
22372
|
}
|
|
22370
|
-
.
|
|
22373
|
+
._link_nxsqb_420:after {
|
|
22371
22374
|
content: '';
|
|
22372
22375
|
position: absolute;
|
|
22373
22376
|
left: 0;
|
|
@@ -22375,17 +22378,17 @@ html[data-theme='dark'] {
|
|
|
22375
22378
|
bottom: 0;
|
|
22376
22379
|
border-bottom: 2px solid transparent;
|
|
22377
22380
|
}
|
|
22378
|
-
.
|
|
22381
|
+
._link_nxsqb_420:hover:after {
|
|
22379
22382
|
border-color: var(--color-link-border-hover);
|
|
22380
22383
|
}
|
|
22381
|
-
.
|
|
22384
|
+
._link_nxsqb_420._active_nxsqb_460:after {
|
|
22382
22385
|
border-color: var(--color-background-primary);
|
|
22383
22386
|
}
|
|
22384
|
-
.
|
|
22387
|
+
._link_nxsqb_420[disabled] {
|
|
22385
22388
|
pointer-events: none;
|
|
22386
22389
|
color: var(--color-text-faint);
|
|
22387
22390
|
}
|
|
22388
|
-
.
|
|
22391
|
+
._alert_nxsqb_485 {
|
|
22389
22392
|
background-color: var(--color-background-primary);
|
|
22390
22393
|
color: white;
|
|
22391
22394
|
text-align: center;
|
package/dist/index.js
CHANGED
|
@@ -28179,11 +28179,11 @@ const styles$g = {
|
|
|
28179
28179
|
printHeader
|
|
28180
28180
|
};
|
|
28181
28181
|
const PrintHeader = ({
|
|
28182
|
-
logo,
|
|
28182
|
+
logo: logo2,
|
|
28183
28183
|
logoWidth,
|
|
28184
28184
|
alt
|
|
28185
28185
|
}) => /* @__PURE__ */ jsx("img", {
|
|
28186
|
-
src:
|
|
28186
|
+
src: logo2,
|
|
28187
28187
|
alt,
|
|
28188
28188
|
className: styles$g.printHeader,
|
|
28189
28189
|
style: {
|
|
@@ -37632,24 +37632,26 @@ Toggle.propTypes = {
|
|
|
37632
37632
|
noMargin: propTypes$1.exports.bool,
|
|
37633
37633
|
testId: propTypes$1.exports.string
|
|
37634
37634
|
};
|
|
37635
|
-
const topbar = "
|
|
37636
|
-
const fixed = "
|
|
37637
|
-
const title = "
|
|
37638
|
-
const
|
|
37639
|
-
const
|
|
37640
|
-
const
|
|
37641
|
-
const
|
|
37642
|
-
const
|
|
37643
|
-
const
|
|
37644
|
-
const
|
|
37645
|
-
const
|
|
37646
|
-
const
|
|
37647
|
-
const
|
|
37648
|
-
const
|
|
37635
|
+
const topbar = "_topbar_nxsqb_345";
|
|
37636
|
+
const fixed = "_fixed_nxsqb_356";
|
|
37637
|
+
const title = "_title_nxsqb_364";
|
|
37638
|
+
const logo = "_logo_nxsqb_380";
|
|
37639
|
+
const label = "_label_nxsqb_383";
|
|
37640
|
+
const brand = "_brand_nxsqb_388";
|
|
37641
|
+
const version = "_version_nxsqb_393";
|
|
37642
|
+
const left = "_left_nxsqb_401";
|
|
37643
|
+
const right = "_right_nxsqb_402";
|
|
37644
|
+
const item = "_item_nxsqb_419";
|
|
37645
|
+
const link = "_link_nxsqb_420";
|
|
37646
|
+
const button = "_button_nxsqb_432";
|
|
37647
|
+
const menu = "_menu_nxsqb_433";
|
|
37648
|
+
const active = "_active_nxsqb_460";
|
|
37649
|
+
const alert = "_alert_nxsqb_485";
|
|
37649
37650
|
const styles$2 = {
|
|
37650
37651
|
topbar,
|
|
37651
37652
|
fixed,
|
|
37652
37653
|
title,
|
|
37654
|
+
logo,
|
|
37653
37655
|
label,
|
|
37654
37656
|
brand,
|
|
37655
37657
|
version,
|
|
@@ -37672,14 +37674,17 @@ const Warning = ({
|
|
|
37672
37674
|
};
|
|
37673
37675
|
const Title = ({
|
|
37674
37676
|
label: label2,
|
|
37675
|
-
logo,
|
|
37677
|
+
logo: logo2,
|
|
37676
37678
|
url,
|
|
37677
37679
|
version: version2,
|
|
37678
37680
|
onClick
|
|
37679
37681
|
}) => {
|
|
37680
37682
|
const content2 = /* @__PURE__ */ jsxs("div", {
|
|
37681
37683
|
className: styles$2.title,
|
|
37682
|
-
children: [
|
|
37684
|
+
children: [logo2 && /* @__PURE__ */ jsx("div", {
|
|
37685
|
+
className: styles$2.logo,
|
|
37686
|
+
children: logo2
|
|
37687
|
+
}), label2 && /* @__PURE__ */ jsx("span", {
|
|
37683
37688
|
className: styles$2.label,
|
|
37684
37689
|
children: label2
|
|
37685
37690
|
}), version2 && /* @__PURE__ */ jsx("div", {
|