unifyedx-storybook-new 0.1.35 → 0.1.38

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.
@@ -3,7 +3,7 @@
3
3
 
4
4
  @layer components;
5
5
 
6
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
6
+ /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
7
7
 
8
8
  @layer properties {
9
9
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
@@ -338,6 +338,10 @@
338
338
  padding-block: 0;
339
339
  }
340
340
 
341
+ ::-webkit-calendar-picker-indicator {
342
+ line-height: 1;
343
+ }
344
+
341
345
  :-moz-ui-invalid {
342
346
  box-shadow: none;
343
347
  }
@@ -373,7 +377,7 @@
373
377
  }
374
378
 
375
379
  .sr-only {
376
- clip: rect(0, 0, 0, 0);
380
+ clip-path: inset(50%);
377
381
  white-space: nowrap;
378
382
  border-width: 0;
379
383
  width: 1px;
@@ -1230,7 +1234,7 @@
1230
1234
  }
1231
1235
 
1232
1236
  .transition {
1233
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1237
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1234
1238
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1235
1239
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1236
1240
  }
@@ -4783,6 +4787,35 @@ body {
4783
4787
  position: relative;
4784
4788
  }
4785
4789
 
4790
+ .ck-powered-by {
4791
+ display: none;
4792
+ }
4793
+
4794
+ #ui-toast-backdrop {
4795
+ opacity: 0;
4796
+ pointer-events: none;
4797
+ z-index: 9998;
4798
+ background: #00000052;
4799
+ transition: opacity .12s ease-in-out;
4800
+ position: fixed;
4801
+ inset: 0;
4802
+ }
4803
+
4804
+ body.toast-backdrop #ui-toast-backdrop {
4805
+ opacity: 1;
4806
+ pointer-events: auto;
4807
+ }
4808
+
4809
+ .ui-toast__toast {
4810
+ border-radius: 12px;
4811
+ box-shadow: 0 10px 30px #00000040;
4812
+ }
4813
+
4814
+ .ui-toast__body {
4815
+ font-size: 14px;
4816
+ line-height: 1.3;
4817
+ }
4818
+
4786
4819
  @property --tw-translate-x {
4787
4820
  syntax: "*";
4788
4821
  inherits: false;
@@ -5541,47 +5574,54 @@ body {
5541
5574
  margin-top: 0.25rem;
5542
5575
  }
5543
5576
  /* Variables declaration */
5544
- /* prettier-ignore */
5545
5577
  .rdp-root {
5546
5578
  --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
5547
5579
  --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */
5548
5580
 
5549
5581
  --rdp-day-height: 44px; /* The height of the day cells. */
5550
5582
  --rdp-day-width: 44px; /* The width of the day cells. */
5551
-
5583
+
5552
5584
  --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
5553
5585
  --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
5554
5586
  --rdp-day_button-height: 42px; /* The height of the day cells. */
5555
5587
  --rdp-day_button-width: 42px; /* The width of the day cells. */
5556
-
5588
+
5557
5589
  --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
5558
5590
  --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
5559
5591
  --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
5560
5592
  --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */
5561
-
5562
- --rdp-dropdown-gap: 0.5rem;/* The gap between the dropdowns used in the month captons. */
5563
-
5593
+
5594
+ --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */
5595
+
5564
5596
  --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */
5565
-
5597
+
5566
5598
  --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
5567
5599
  --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
5568
5600
  --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
5569
5601
  --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */
5570
-
5602
+
5571
5603
  --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
5572
- --rdp-range_middle-color: inherit;/* The color of the range text. */
5573
-
5604
+ --rdp-range_middle-color: inherit; /* The color of the range text. */
5605
+
5574
5606
  --rdp-range_start-color: white; /* The color of the range text. */
5575
- --rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%); /* Used for the background of the start of the selected range. */
5607
+ --rdp-range_start-background: linear-gradient(
5608
+ var(--rdp-gradient-direction),
5609
+ transparent 50%,
5610
+ var(--rdp-range_middle-background-color) 50%
5611
+ ); /* Used for the background of the start of the selected range. */
5576
5612
  --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */
5577
-
5578
- --rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%); /* Used for the background of the end of the selected range. */
5579
- --rdp-range_end-color: white;/* The color of the range text. */
5613
+
5614
+ --rdp-range_end-background: linear-gradient(
5615
+ var(--rdp-gradient-direction),
5616
+ var(--rdp-range_middle-background-color) 50%,
5617
+ transparent 50%
5618
+ ); /* Used for the background of the end of the selected range. */
5619
+ --rdp-range_end-color: white; /* The color of the range text. */
5580
5620
  --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */
5581
-
5621
+
5582
5622
  --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
5583
5623
  --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */
5584
-
5624
+
5585
5625
  --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
5586
5626
  --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
5587
5627
  --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
@@ -5655,6 +5695,7 @@ body {
5655
5695
 
5656
5696
  .rdp-dropdown:focus-visible ~ .rdp-caption_label {
5657
5697
  outline: 5px auto Highlight;
5698
+ /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
5658
5699
  outline: 5px auto -webkit-focus-ring-color;
5659
5700
  }
5660
5701
 
@@ -5853,7 +5894,6 @@ body {
5853
5894
  }
5854
5895
 
5855
5896
  .rdp-range_middle .rdp-day_button {
5856
- border-color: transparent;
5857
5897
  border: unset;
5858
5898
  border-radius: unset;
5859
5899
  color: var(--rdp-range_middle-color);
@@ -12296,7 +12336,7 @@ of the component, floating–point numbers have been used which, for the default
12296
12336
  .ck.ck-find-and-replace-form {
12297
12337
  width: 300px;
12298
12338
 
12299
- /* Don't let the form overflow from the dialog (https://github.com/ckeditor/ckeditor5-commercial/issues/5913) */
12339
+ /* Don't let the form overflow from the dialog (https://github.com/cksource/ckeditor5-commercial/issues/5913) */
12300
12340
  max-width: 100%;
12301
12341
 
12302
12342
  /* Styles specific for inputs area. */
@@ -14152,8 +14192,8 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
14152
14192
  .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover {
14153
14193
  background: var(--ck-color-widget-blurred-border);
14154
14194
  }
14155
- .ck.ck-editor__editable:not(.ck-pagination-view) > .ck-widget.ck-widget_with-selection-handle:first-child,
14156
- .ck.ck-editor__editable:not(.ck-pagination-view) blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
14195
+ .ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
14196
+ .ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
14157
14197
  /* Do not crop selection handler if a widget is a first-child in the blockquote or in the root editable.
14158
14198
  In fact, anything with overflow: hidden.
14159
14199
  https://github.com/ckeditor/ckeditor5-block-quote/issues/28
@@ -15405,7 +15445,6 @@ span.ck-widget.html-object-embed {
15405
15445
  caption-side: bottom;
15406
15446
  word-break: normal;
15407
15447
  overflow-wrap: anywhere;
15408
- break-before: avoid;
15409
15448
  color: var(--ck-content-color-image-caption-text);
15410
15449
  background-color: var(--ck-content-color-image-caption-background);
15411
15450
  padding: .6em;
@@ -15947,7 +15986,7 @@ span.ck-widget.html-object-embed {
15947
15986
  * See: https://github.com/ckeditor/ckeditor5/pull/18801
15948
15987
  */
15949
15988
 
15950
- .ck-content li > p:only-of-type {
15989
+ .ck-content li > p:only-child {
15951
15990
  margin-top: 0;
15952
15991
  margin-bottom: 0;
15953
15992
  }
@@ -17532,9 +17571,8 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
17532
17571
  * * The table has `display: table` style set.
17533
17572
  * * The block element is placed directly after the table.
17534
17573
  */
17535
- .ck-content figure.table:not(.layout-table):not(:has(> figcaption)) {
17574
+ .ck-content figure.table:not(.layout-table):has(> table) {
17536
17575
  display: block;
17537
- width: fit-content;
17538
17576
  }
17539
17577
 
17540
17578
  /**
@@ -17856,8 +17894,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
17856
17894
  }
17857
17895
 
17858
17896
  /* Content styles */
17859
- .ck-content .table > figcaption,
17860
- .ck-content figure.table > table > caption {
17897
+ .ck-content .table > figcaption {
17861
17898
  display: table-caption;
17862
17899
  caption-side: top;
17863
17900
  word-break: normal;
@@ -17872,7 +17909,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
17872
17909
  /* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
17873
17910
  }
17874
17911
  @media (forced-colors: active) {
17875
- .ck-content .table > figcaption, .ck-content figure.table > table > caption {
17912
+ .ck-content .table > figcaption {
17876
17913
  background-color: unset;
17877
17914
  color: unset;
17878
17915
  }
@@ -17880,11 +17917,11 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
17880
17917
 
17881
17918
  /* Editing styles */
17882
17919
  @media (forced-colors: none) {
17883
- .ck.ck-editor__editable .table > figcaption.table__caption_highlighted, .ck.ck-editor__editable figure.table > table > caption.table__caption_highlighted {
17920
+ .ck.ck-editor__editable .table > figcaption.table__caption_highlighted {
17884
17921
  animation: ck-table-caption-highlight .6s ease-out;
17885
17922
  }
17886
17923
  }
17887
- .ck.ck-editor__editable .table > figcaption.ck-placeholder::before, .ck.ck-editor__editable figure.table > table > caption.ck-placeholder::before {
17924
+ .ck.ck-editor__editable .table > figcaption.ck-placeholder::before {
17888
17925
  padding-left: inherit;
17889
17926
  padding-right: inherit;
17890
17927
 
@@ -20182,3 +20219,29 @@ a.ck.ck-button {
20182
20219
  transform: rotate(360deg);
20183
20220
  }
20184
20221
  }
20222
+ /* Backdrop below the toast container, above the app content */
20223
+ #ui-toast-backdrop {
20224
+ position: fixed;
20225
+ inset: 0;
20226
+ background: rgba(0, 0, 0, 0.32);
20227
+ opacity: 0;
20228
+ pointer-events: none;
20229
+ transition: opacity 120ms ease-in-out;
20230
+ z-index: 9998; /* less than react-toastify default (9999) */
20231
+ }
20232
+
20233
+ /* Toggle via body class */
20234
+ body.toast-backdrop #ui-toast-backdrop {
20235
+ opacity: 1;
20236
+ pointer-events: auto; /* block clicks under it */
20237
+ }
20238
+
20239
+ /* Optional: harmonize toast look with your design system */
20240
+ .ui-toast__toast {
20241
+ border-radius: 12px;
20242
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
20243
+ }
20244
+ .ui-toast__body {
20245
+ font-size: 14px;
20246
+ line-height: 1.3;
20247
+ }