@oliasoft-open-source/react-ui-library 4.0.0-beta-13 → 4.0.0-beta-14

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
@@ -566,7 +566,7 @@ a {
566
566
  --zindex-tooltip: 2003;
567
567
  --shadow-button: 0 1px 2px rgba(0, 0, 0, 0.1);
568
568
  --shadow-layer: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
569
- --color-text: var(--color-neutral-800);
569
+ --color-text: var(--color-neutral-900);
570
570
  --color-text-muted: var(--color-neutral-550);
571
571
  --color-text-faint: var(--color-neutral-300);
572
572
  --color-text-error: var(--color-error-650);
@@ -614,7 +614,7 @@ html[data-theme='dark'] {
614
614
  --color-text-placeholder: rgba(255, 255, 255, 0.4);
615
615
  --color-background: var(--color-neutral-950);
616
616
  --color-background-raised: var(--color-neutral-900);
617
- --color-background-disabled: rgba(255, 255, 255, 0.1);
617
+ --color-background-disabled: rgba(255, 255, 255, 0.05);
618
618
  --color-background-error: var(--color-error-800);
619
619
  --color-background-info: var(--color-info-800);
620
620
  --color-background-success: var(--color-success-800);
@@ -623,7 +623,7 @@ html[data-theme='dark'] {
623
623
  --color-background-input: var(--color-neutral-850);
624
624
  --color-background-listitem-active: var(--color-primary-850);
625
625
  --color-background-listitem-hover: var(--color-neutral-850);
626
- --color-border: var(--color-neutral-750);
626
+ --color-border: var(--color-neutral-800);
627
627
  --color-border-checkbox: var(--color-neutral-600);
628
628
  --color-border-hover: var(--color-neutral-500);
629
629
  --color-border-focus: var(--color-primary-500);
@@ -8514,121 +8514,121 @@ button:active .remirror-menu-pane-shortcut,
8514
8514
  min-height: 0;
8515
8515
  flex-shrink: 0;
8516
8516
  }
8517
- ._inputInTable_1j67l_1 {
8517
+ ._inputInTable_m7vt5_1 {
8518
8518
  background-color: transparent;
8519
8519
  border-radius: inherit !important;
8520
8520
  height: var(--size);
8521
8521
  min-height: 100%;
8522
8522
  }
8523
- ._inputInTable_1j67l_1:not(:hover) {
8523
+ ._inputInTable_m7vt5_1:not(:hover) {
8524
8524
  border-color: transparent;
8525
8525
  }
8526
- ._inputInTable_1j67l_1:not(:focus) {
8526
+ ._inputInTable_m7vt5_1:not(:focus) {
8527
8527
  box-shadow: none;
8528
8528
  }
8529
- ._inputHover_1j67l_13 {
8529
+ ._inputHover_m7vt5_13 {
8530
8530
  position: relative;
8531
8531
  border-color: var(--color-border-hover);
8532
8532
  z-index: 2;
8533
8533
  }
8534
- ._inputFocus_1j67l_18 {
8534
+ ._inputFocus_m7vt5_18 {
8535
8535
  position: relative;
8536
8536
  outline: none !important;
8537
8537
  border-color: var(--color-border-focus) !important;
8538
8538
  box-shadow: var(--shadow-focus);
8539
8539
  z-index: 3;
8540
8540
  }
8541
- ._inputError_1j67l_25,
8542
- ._inputWarning_1j67l_26 {
8541
+ ._inputError_m7vt5_25,
8542
+ ._inputWarning_m7vt5_26 {
8543
8543
  position: relative;
8544
8544
  }
8545
- ._inputError_1j67l_25 {
8545
+ ._inputError_m7vt5_25 {
8546
8546
  z-index: 2;
8547
8547
  border-color: var(--color-border-error);
8548
8548
  color: var(--color-text-error) !important;
8549
8549
  background-color: var(--color-background-error);
8550
8550
  }
8551
- ._inputError_1j67l_25:hover {
8551
+ ._inputError_m7vt5_25:hover {
8552
8552
  border-color: var(--color-border-error-hover) !important;
8553
8553
  }
8554
- ._inputError_1j67l_25:focus {
8554
+ ._inputError_m7vt5_25:focus {
8555
8555
  position: relative;
8556
8556
  outline: none !important;
8557
8557
  border-color: var(--color-border-focus) !important;
8558
8558
  box-shadow: var(--shadow-focus);
8559
8559
  z-index: 3;
8560
8560
  }
8561
- ._inputWarning_1j67l_26 {
8561
+ ._inputWarning_m7vt5_26 {
8562
8562
  z-index: 1;
8563
8563
  border-color: var(--color-border-warning);
8564
8564
  color: var(--color-text-warning) !important;
8565
8565
  background-color: var(--color-background-warning);
8566
8566
  }
8567
- ._inputWarning_1j67l_26:hover {
8567
+ ._inputWarning_m7vt5_26:hover {
8568
8568
  border-color: var(--color-border-warning-hover) !important;
8569
8569
  }
8570
- ._inputWarning_1j67l_26:focus {
8570
+ ._inputWarning_m7vt5_26:focus {
8571
8571
  position: relative;
8572
8572
  outline: none !important;
8573
8573
  border-color: var(--color-border-focus) !important;
8574
8574
  box-shadow: var(--shadow-focus);
8575
8575
  z-index: 3;
8576
8576
  }
8577
- ._inputDisabled_1j67l_61 {
8577
+ ._inputDisabled_m7vt5_61 {
8578
8578
  pointer-events: none;
8579
8579
  background-color: var(--color-background-disabled);
8580
8580
  color: var(--color-text-muted);
8581
8581
  box-shadow: none;
8582
8582
  }
8583
- ._hideScrollbars_1j67l_67 {
8583
+ ._hideScrollbars_m7vt5_67 {
8584
8584
  /* Firefox */
8585
8585
  scrollbar-width: none;
8586
8586
  /* IE 10+ */
8587
8587
  -ms-overflow-style: none;
8588
8588
  /* Chrome, Safari and Opera */
8589
8589
  }
8590
- ._hideScrollbars_1j67l_67::-webkit-scrollbar {
8590
+ ._hideScrollbars_m7vt5_67::-webkit-scrollbar {
8591
8591
  display: none;
8592
8592
  }
8593
8593
  :root {
8594
- --color-background-sidebar: var(--color-neutral-950);
8594
+ --color-background-sidebar: var(--color-neutral-1000);
8595
8595
  }
8596
- ._sidebar_1j67l_80 {
8596
+ ._sidebar_m7vt5_80 {
8597
8597
  background-color: var(--color-background-sidebar);
8598
8598
  color: white;
8599
8599
  position: relative;
8600
8600
  padding: var(--padding-y) 0;
8601
8601
  }
8602
8602
  @media print {
8603
- ._sidebar_1j67l_80 {
8603
+ ._sidebar_m7vt5_80 {
8604
8604
  display: none;
8605
8605
  }
8606
8606
  }
8607
- ._inner_1j67l_91 {
8607
+ ._inner_m7vt5_91 {
8608
8608
  /* Firefox */
8609
8609
  scrollbar-width: none;
8610
8610
  /* IE 10+ */
8611
8611
  -ms-overflow-style: none;
8612
8612
  /* Chrome, Safari and Opera */
8613
8613
  }
8614
- ._inner_1j67l_91::-webkit-scrollbar {
8614
+ ._inner_m7vt5_91::-webkit-scrollbar {
8615
8615
  display: none;
8616
8616
  }
8617
- ._title_1j67l_101,
8618
- ._subtitle_1j67l_102,
8619
- ._label_1j67l_103 {
8617
+ ._title_m7vt5_101,
8618
+ ._subtitle_m7vt5_102,
8619
+ ._label_m7vt5_103 {
8620
8620
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
8621
8621
  max-height: 50px;
8622
8622
  }
8623
- ._collapsed_1j67l_107 ._title_1j67l_101,
8624
- ._collapsed_1j67l_107 ._subtitle_1j67l_102,
8625
- ._collapsed_1j67l_107 ._label_1j67l_103 {
8623
+ ._collapsed_m7vt5_107 ._title_m7vt5_101,
8624
+ ._collapsed_m7vt5_107 ._subtitle_m7vt5_102,
8625
+ ._collapsed_m7vt5_107 ._label_m7vt5_103 {
8626
8626
  opacity: 0;
8627
8627
  max-height: 0;
8628
8628
  margin-bottom: 0;
8629
8629
  margin-top: 0;
8630
8630
  }
8631
- ._title_1j67l_101 {
8631
+ ._title_m7vt5_101 {
8632
8632
  overflow: hidden;
8633
8633
  max-width: 100%;
8634
8634
  text-overflow: ellipsis;
@@ -8637,7 +8637,7 @@ button:active .remirror-menu-pane-shortcut,
8637
8637
  font-size: var(--font-size-lg);
8638
8638
  padding: 0 var(--padding-x);
8639
8639
  }
8640
- ._subtitle_1j67l_102 {
8640
+ ._subtitle_m7vt5_102 {
8641
8641
  margin-bottom: 0.75rem;
8642
8642
  white-space: nowrap;
8643
8643
  font-size: var(--font-size-sm);
@@ -8645,11 +8645,11 @@ button:active .remirror-menu-pane-shortcut,
8645
8645
  opacity: 0.6;
8646
8646
  padding: 0 var(--padding-x);
8647
8647
  }
8648
- ._list_1j67l_132 {
8648
+ ._list_m7vt5_132 {
8649
8649
  margin-bottom: 2rem;
8650
8650
  margin-top: 0;
8651
8651
  }
8652
- ._item_1j67l_136 {
8652
+ ._item_m7vt5_136 {
8653
8653
  min-height: var(--size-lg);
8654
8654
  transition: padding 0.2s;
8655
8655
  font-size: var(--font-size-lg);
@@ -8659,30 +8659,30 @@ button:active .remirror-menu-pane-shortcut,
8659
8659
  padding: 0 var(--padding-x);
8660
8660
  align-items: center;
8661
8661
  }
8662
- ._collapsed_1j67l_107 ._item_1j67l_136 {
8662
+ ._collapsed_m7vt5_107 ._item_m7vt5_136 {
8663
8663
  padding: 0 9px;
8664
8664
  }
8665
- ._item_1j67l_136:focus {
8665
+ ._item_m7vt5_136:focus {
8666
8666
  outline: none;
8667
8667
  }
8668
- ._item_1j67l_136::-moz-focus-inner {
8668
+ ._item_m7vt5_136::-moz-focus-inner {
8669
8669
  border: 0;
8670
8670
  }
8671
- ._item_1j67l_136:hover,
8672
- ._item_1j67l_136:focus {
8671
+ ._item_m7vt5_136:hover,
8672
+ ._item_m7vt5_136:focus {
8673
8673
  color: var(--color-primary-400);
8674
8674
  }
8675
- ._item_1j67l_136:active {
8675
+ ._item_m7vt5_136:active {
8676
8676
  color: var(--color-primary-300);
8677
8677
  }
8678
- ._item_1j67l_136._active_1j67l_162 {
8678
+ ._item_m7vt5_136._active_m7vt5_162 {
8679
8679
  color: white;
8680
8680
  background: black;
8681
8681
  }
8682
- ._item_1j67l_136._experimental_1j67l_166 {
8682
+ ._item_m7vt5_136._experimental_m7vt5_166 {
8683
8683
  background: #40130b;
8684
8684
  }
8685
- ._icon_1j67l_169 {
8685
+ ._icon_m7vt5_169 {
8686
8686
  margin-right: 10px;
8687
8687
  line-height: 0;
8688
8688
  flex-shrink: 0;
@@ -8690,23 +8690,23 @@ button:active .remirror-menu-pane-shortcut,
8690
8690
  opacity: 0.4;
8691
8691
  display: block;
8692
8692
  }
8693
- ._item_1j67l_136:hover ._icon_1j67l_169,
8694
- ._item_1j67l_136:focus ._icon_1j67l_169 {
8693
+ ._item_m7vt5_136:hover ._icon_m7vt5_169,
8694
+ ._item_m7vt5_136:focus ._icon_m7vt5_169 {
8695
8695
  opacity: 0.6;
8696
8696
  }
8697
- ._item_1j67l_136:active ._icon_1j67l_169 {
8697
+ ._item_m7vt5_136:active ._icon_m7vt5_169 {
8698
8698
  opacity: 0.8;
8699
8699
  }
8700
- ._item_1j67l_136._active_1j67l_162 ._icon_1j67l_169 {
8700
+ ._item_m7vt5_136._active_m7vt5_162 ._icon_m7vt5_169 {
8701
8701
  opacity: 1;
8702
8702
  }
8703
- ._icon_1j67l_169 > * {
8703
+ ._icon_m7vt5_169 > * {
8704
8704
  opacity: 1;
8705
8705
  }
8706
- ._icon_1j67l_169 > span {
8706
+ ._icon_m7vt5_169 > span {
8707
8707
  display: block;
8708
8708
  }
8709
- ._label_1j67l_103 {
8709
+ ._label_m7vt5_103 {
8710
8710
  white-space: nowrap;
8711
8711
  overflow: hidden;
8712
8712
  }
package/dist/index.js CHANGED
@@ -57019,24 +57019,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
57019
57019
  throw error2;
57020
57020
  }
57021
57021
  };
57022
- const inputInTable$3 = "_inputInTable_1j67l_1";
57023
- const inputHover$3 = "_inputHover_1j67l_13";
57024
- const inputFocus$3 = "_inputFocus_1j67l_18";
57025
- const inputError$3 = "_inputError_1j67l_25";
57026
- const inputWarning$3 = "_inputWarning_1j67l_26";
57027
- const inputDisabled$3 = "_inputDisabled_1j67l_61";
57028
- const hideScrollbars$3 = "_hideScrollbars_1j67l_67";
57029
- const sidebar = "_sidebar_1j67l_80";
57030
- const inner = "_inner_1j67l_91";
57031
- const title$2 = "_title_1j67l_101";
57032
- const subtitle = "_subtitle_1j67l_102";
57033
- const label$2 = "_label_1j67l_103";
57034
- const collapsed = "_collapsed_1j67l_107";
57035
- const list = "_list_1j67l_132";
57036
- const item$2 = "_item_1j67l_136";
57037
- const active$2 = "_active_1j67l_162";
57038
- const experimental = "_experimental_1j67l_166";
57039
- const icon$1 = "_icon_1j67l_169";
57022
+ const inputInTable$3 = "_inputInTable_m7vt5_1";
57023
+ const inputHover$3 = "_inputHover_m7vt5_13";
57024
+ const inputFocus$3 = "_inputFocus_m7vt5_18";
57025
+ const inputError$3 = "_inputError_m7vt5_25";
57026
+ const inputWarning$3 = "_inputWarning_m7vt5_26";
57027
+ const inputDisabled$3 = "_inputDisabled_m7vt5_61";
57028
+ const hideScrollbars$3 = "_hideScrollbars_m7vt5_67";
57029
+ const sidebar = "_sidebar_m7vt5_80";
57030
+ const inner = "_inner_m7vt5_91";
57031
+ const title$2 = "_title_m7vt5_101";
57032
+ const subtitle = "_subtitle_m7vt5_102";
57033
+ const label$2 = "_label_m7vt5_103";
57034
+ const collapsed = "_collapsed_m7vt5_107";
57035
+ const list = "_list_m7vt5_132";
57036
+ const item$2 = "_item_m7vt5_136";
57037
+ const active$2 = "_active_m7vt5_162";
57038
+ const experimental = "_experimental_m7vt5_166";
57039
+ const icon$1 = "_icon_m7vt5_169";
57040
57040
  const styles$c = {
57041
57041
  inputInTable: inputInTable$3,
57042
57042
  inputHover: inputHover$3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "4.0.0-beta-13",
3
+ "version": "4.0.0-beta-14",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {