@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 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
- ._topbar_196ip_345 {
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
- ._topbar_196ip_345._fixed_196ip_356 {
22262
+ ._topbar_nxsqb_345._fixed_nxsqb_356 {
22263
22263
  position: fixed;
22264
22264
  }
22265
22265
  @media print {
22266
- ._topbar_196ip_345 {
22266
+ ._topbar_nxsqb_345 {
22267
22267
  display: none !important;
22268
22268
  }
22269
22269
  }
22270
- ._title_196ip_364 {
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
- ._title_196ip_364 img,
22279
- ._title_196ip_364 svg {
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
- ._title_196ip_364 ._label_196ip_380 {
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
- ._brand_196ip_386 {
22294
+ ._brand_nxsqb_388 {
22293
22295
  padding: 0;
22294
22296
  position: relative;
22295
22297
  flex-shrink: 0;
22296
22298
  }
22297
- ._version_196ip_391 {
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
- ._left_196ip_399,
22306
- ._right_196ip_400 {
22307
+ ._left_nxsqb_401,
22308
+ ._right_nxsqb_402 {
22307
22309
  display: flex;
22308
22310
  min-width: 0;
22309
22311
  }
22310
- ._left_196ip_399 {
22312
+ ._left_nxsqb_401 {
22311
22313
  margin-right: var(--spacing);
22312
22314
  }
22313
- ._left_196ip_399 > * + * {
22315
+ ._left_nxsqb_401 > * + * {
22314
22316
  margin-left: var(--spacing-sm);
22315
22317
  }
22316
- ._right_196ip_400 {
22318
+ ._right_nxsqb_402 {
22317
22319
  margin-left: auto;
22318
22320
  flex-shrink: 0;
22319
22321
  }
22320
- ._right_196ip_400 > * + * {
22322
+ ._right_nxsqb_402 > * + * {
22321
22323
  margin-left: var(--spacing-xs);
22322
22324
  }
22323
- ._item_196ip_417,
22324
- ._link_196ip_418 {
22325
+ ._item_nxsqb_419,
22326
+ ._link_nxsqb_420 {
22325
22327
  align-items: center;
22326
22328
  display: flex;
22327
22329
  }
22328
- ._item_196ip_417 {
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
- ._item_196ip_417._button_196ip_429,
22336
- ._item_196ip_417._menu_196ip_430 {
22338
+ ._item_nxsqb_419._button_nxsqb_432,
22339
+ ._item_nxsqb_419._menu_nxsqb_433 {
22337
22340
  flex-shrink: 0;
22338
22341
  }
22339
- ._label_196ip_380 {
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
- ._link_196ip_418 {
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
- ._link_196ip_418 svg {
22356
+ ._link_nxsqb_420 svg {
22354
22357
  margin-right: 5px;
22355
22358
  flex-shrink: 0;
22356
22359
  }
22357
- ._link_196ip_418:hover {
22360
+ ._link_nxsqb_420:hover {
22358
22361
  color: var(--color-text-primary-hover);
22359
22362
  }
22360
- ._link_196ip_418:active {
22363
+ ._link_nxsqb_420:active {
22361
22364
  color: var(--color-text-primary-active);
22362
22365
  }
22363
- ._link_196ip_418._active_196ip_457 {
22366
+ ._link_nxsqb_420._active_nxsqb_460 {
22364
22367
  color: var(--color-text);
22365
22368
  }
22366
- ._link_196ip_418:hover,
22367
- ._link_196ip_418._active_196ip_457 {
22369
+ ._link_nxsqb_420:hover,
22370
+ ._link_nxsqb_420._active_nxsqb_460 {
22368
22371
  background-color: transparent;
22369
22372
  }
22370
- ._link_196ip_418:after {
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
- ._link_196ip_418:hover:after {
22381
+ ._link_nxsqb_420:hover:after {
22379
22382
  border-color: var(--color-link-border-hover);
22380
22383
  }
22381
- ._link_196ip_418._active_196ip_457:after {
22384
+ ._link_nxsqb_420._active_nxsqb_460:after {
22382
22385
  border-color: var(--color-background-primary);
22383
22386
  }
22384
- ._link_196ip_418[disabled] {
22387
+ ._link_nxsqb_420[disabled] {
22385
22388
  pointer-events: none;
22386
22389
  color: var(--color-text-faint);
22387
22390
  }
22388
- ._alert_196ip_482 {
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: logo,
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 = "_topbar_196ip_345";
37636
- const fixed = "_fixed_196ip_356";
37637
- const title = "_title_196ip_364";
37638
- const label = "_label_196ip_380";
37639
- const brand = "_brand_196ip_386";
37640
- const version = "_version_196ip_391";
37641
- const left = "_left_196ip_399";
37642
- const right = "_right_196ip_400";
37643
- const item = "_item_196ip_417";
37644
- const link = "_link_196ip_418";
37645
- const button = "_button_196ip_429";
37646
- const menu = "_menu_196ip_430";
37647
- const active = "_active_196ip_457";
37648
- const alert = "_alert_196ip_482";
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: [logo && logo, label2 && /* @__PURE__ */ jsx("span", {
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", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.2.7-beta-1",
3
+ "version": "3.2.7-beta-2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",