@e1011/es-kit 1.1.56 → 1.1.58

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.
Files changed (25) hide show
  1. package/dist/hooks/esm/index.css +190 -190
  2. package/dist/hooks/index.css +190 -190
  3. package/dist/lib/cjs/node_modules/dayjs/plugin/customParseFormat.js +1 -1
  4. package/dist/lib/cjs/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
  5. package/dist/lib/cjs/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
  6. package/dist/lib/cjs/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
  7. package/dist/lib/esm/node_modules/dayjs/plugin/customParseFormat.js +1 -1
  8. package/dist/lib/esm/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
  9. package/dist/lib/esm/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
  10. package/dist/lib/esm/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
  11. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  12. package/dist/types/src/core/ui/components/molecules/popover/Popover.stories.d.ts.map +1 -1
  13. package/dist/types/src/core/ui/components/molecules/popover/Tooltip.d.ts +23 -2
  14. package/dist/types/src/core/ui/components/molecules/popover/Tooltip.d.ts.map +1 -1
  15. package/dist/ui/esm/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
  16. package/dist/ui/esm/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
  17. package/dist/ui/src/core/ui/components/molecules/popover/Tooltip.js +1 -1
  18. package/dist/ui/src/core/ui/components/molecules/popover/Tooltip.js.map +1 -1
  19. package/dist/utils/esm/index.css +190 -190
  20. package/dist/utils/esm/node_modules/dayjs/plugin/customParseFormat.js +1 -1
  21. package/dist/utils/esm/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
  22. package/dist/utils/index.css +190 -190
  23. package/dist/utils/node_modules/dayjs/plugin/customParseFormat.js +1 -1
  24. package/dist/utils/node_modules/dayjs/plugin/customParseFormat.js.map +1 -1
  25. package/package.json +1 -1
@@ -1,3 +1,12 @@
1
+ .errorBoundary-module_errorBoundary__gk9ps {
2
+ background: #EFEFEF;
3
+ width: 100%;
4
+ height: 100%;
5
+ }
6
+
7
+ .errorBoundary-module_StyledIcon__IYHiU {
8
+ margin-right: 10px;
9
+ }
1
10
  .icon-module_icon-base-parent__nOMvW {
2
11
  line-height: 1px !important;
3
12
  }
@@ -28,15 +37,6 @@
28
37
  width: var(--height);
29
38
  height: var(--width);
30
39
  }
31
- .errorBoundary-module_errorBoundary__gk9ps {
32
- background: #EFEFEF;
33
- width: 100%;
34
- height: 100%;
35
- }
36
-
37
- .errorBoundary-module_StyledIcon__IYHiU {
38
- margin-right: 10px;
39
- }
40
40
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
41
41
  transform-origin: 0% 0%;
42
42
  opacity: 0;
@@ -230,6 +230,77 @@
230
230
  stroke-dashoffset: -124;
231
231
  }
232
232
  }
233
+ .textAndContent-module_textAndContent__X5P1n {
234
+ align-items: baseline;
235
+ flex-shrink: 1;
236
+ gap: 8px;
237
+ }
238
+ :root {
239
+ --divider-line: #4a4b4b;
240
+ }
241
+
242
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
243
+ overflow: hidden !important;
244
+ }
245
+
246
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
247
+ white-space: nowrap !important;
248
+ }
249
+
250
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
251
+ text-overflow: ellipsis !important;
252
+ }
253
+
254
+ .typography-module_headline__b0XlP {
255
+ font-size: 28px;
256
+ line-height: 32px;
257
+ }
258
+
259
+ .typography-module_headlineSecondary__IDnhT {
260
+ font-size: 24px;
261
+ line-height: 28px;
262
+ }
263
+
264
+ .typography-module_headlineTertiary__mlG-v {
265
+ font-size: 18px;
266
+ line-height: 24x;
267
+ }
268
+
269
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
270
+ font-size: 14px;
271
+ line-height: 18px;
272
+ font-weight: 300;
273
+ }
274
+
275
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
276
+ font-size: 12px;
277
+ }
278
+
279
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
280
+ font-weight: 600;
281
+ }
282
+
283
+ .typography-module_link__DWurf {
284
+ overflow: hidden !important;
285
+ white-space: nowrap !important;
286
+ text-overflow: ellipsis !important;
287
+ text-decoration: none;
288
+ color: #65C5F6;
289
+ display: inline;
290
+ gap: 4px;
291
+ flex-grow: 0;
292
+ max-width: 400px;
293
+ position: relative;
294
+ vertical-align: center;
295
+ }
296
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
297
+ text-decoration: underline;
298
+ color: #65C5F6;
299
+ }
300
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
301
+ pointer-events: none;
302
+ opacity: 0.6;
303
+ }
233
304
  :root {
234
305
  --divider-line: #4a4b4b;
235
306
  }
@@ -512,90 +583,6 @@
512
583
  --divider-line: #4a4b4b;
513
584
  }
514
585
 
515
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
516
- overflow: hidden !important;
517
- }
518
-
519
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
520
- white-space: nowrap !important;
521
- }
522
-
523
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
524
- text-overflow: ellipsis !important;
525
- }
526
-
527
- .typography-module_headline__b0XlP {
528
- font-size: 28px;
529
- line-height: 32px;
530
- }
531
-
532
- .typography-module_headlineSecondary__IDnhT {
533
- font-size: 24px;
534
- line-height: 28px;
535
- }
536
-
537
- .typography-module_headlineTertiary__mlG-v {
538
- font-size: 18px;
539
- line-height: 24x;
540
- }
541
-
542
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
543
- font-size: 14px;
544
- line-height: 18px;
545
- font-weight: 300;
546
- }
547
-
548
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
549
- font-size: 12px;
550
- }
551
-
552
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
553
- font-weight: 600;
554
- }
555
-
556
- .typography-module_link__DWurf {
557
- overflow: hidden !important;
558
- white-space: nowrap !important;
559
- text-overflow: ellipsis !important;
560
- text-decoration: none;
561
- color: #65C5F6;
562
- display: inline;
563
- gap: 4px;
564
- flex-grow: 0;
565
- max-width: 400px;
566
- position: relative;
567
- vertical-align: center;
568
- }
569
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
570
- text-decoration: underline;
571
- color: #65C5F6;
572
- }
573
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
574
- pointer-events: none;
575
- opacity: 0.6;
576
- }
577
- .textAndContent-module_textAndContent__X5P1n {
578
- align-items: baseline;
579
- flex-shrink: 1;
580
- gap: 8px;
581
- }
582
- .flowLayout-module_flowLayout__VHpnY {
583
- overflow: auto;
584
- }
585
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
586
- display: flex;
587
- width: 100%;
588
- min-width: 0;
589
- }
590
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
591
- display: flex;
592
- width: 100%;
593
- min-width: 0;
594
- }
595
- :root {
596
- --divider-line: #4a4b4b;
597
- }
598
-
599
586
  .toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
600
587
  overflow: hidden !important;
601
588
  }
@@ -699,28 +686,114 @@
699
686
  .cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
700
687
  background-color: #374646;
701
688
  }
702
- .popup-overlay-module_popup-modal-overlay__dlJqM {
703
- z-index: 1;
704
- position: fixed;
689
+ .flowLayout-module_flowLayout__VHpnY {
690
+ overflow: auto;
691
+ }
692
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
693
+ display: flex;
705
694
  width: 100%;
706
- height: 100%;
707
- top: 0;
708
- left: 0;
709
- background: rgba(40, 80, 120, 0.8) !important;
710
- pointer-events: all;
711
- user-select: none;
695
+ min-width: 0;
696
+ }
697
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
698
+ display: flex;
699
+ width: 100%;
700
+ min-width: 0;
701
+ }
702
+ :root {
703
+ --divider-line: #4a4b4b;
704
+ }
705
+
706
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
707
+ overflow: hidden !important;
708
+ }
709
+
710
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
711
+ white-space: nowrap !important;
712
+ }
713
+
714
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
715
+ text-overflow: ellipsis !important;
716
+ }
717
+
718
+ .popup-module_popup-container__PJ0oQ {
719
+ --popup-width: 60vw;
720
+ --popup-height: 50vh;
721
+ position: fixed;
722
+ width: var(--popup-width);
723
+ height: var(--popup-height);
724
+ --slideXFrom: 0;
725
+ --slideYFrom: 0;
712
726
  will-change: opacity;
713
- transition: opacity 450ms ease-in-out;
727
+ transition: opacity 300ms ease-in-out;
714
728
  opacity: 0;
715
729
  visibility: hidden;
730
+ pointer-events: none;
716
731
  }
717
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
732
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
733
+ position: relative;
734
+ flex-direction: column;
735
+ align-items: start;
736
+ width: 100%;
737
+ height: 100%;
738
+ overflow-x: clip;
739
+ background-color: #090A0A;
740
+ border-radius: 4px;
741
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
742
+ transition: transform 350ms ease-out;
743
+ will-change: transform;
744
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
745
+ }
746
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
747
+ margin-bottom: 0;
748
+ }
749
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
750
+ cursor: pointer;
751
+ line-height: 1px;
752
+ background-color: rgba(255, 255, 255, 0);
753
+ }
754
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
755
+ background-color: #FDDA0D;
756
+ width: 9px !important;
757
+ height: 9px !important;
758
+ line-height: 1px !important;
759
+ }
760
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
761
+ background-color: #FFEA00;
762
+ }
763
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
764
+ width: 100%;
765
+ height: 100%;
766
+ padding: 24px;
767
+ overflow-y: auto;
768
+ display: flex;
769
+ }
770
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
771
+ overflow-y: auto;
772
+ }
773
+ .popup-module_popup-container__PJ0oQ[data-show] {
718
774
  opacity: 1;
719
775
  visibility: visible;
776
+ pointer-events: all;
720
777
  }
721
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
778
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
779
+ transform: translateX(0) translateY(0);
780
+ }
781
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
722
782
  opacity: 0;
723
783
  visibility: hidden;
784
+ pointer-events: none;
785
+ }
786
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
787
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
788
+ }
789
+
790
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
791
+ background-color: #090A0A;
792
+ color: #F4F4F4;
793
+ }
794
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
795
+ background-color: #090A0A;
796
+ color: #F4F4F4;
724
797
  }
725
798
  :root {
726
799
  --divider-line: #4a4b4b;
@@ -836,101 +909,28 @@
836
909
  .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
837
910
  border-color: #515757 transparent transparent transparent;
838
911
  }
839
- :root {
840
- --divider-line: #4a4b4b;
841
- }
842
-
843
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
844
- overflow: hidden !important;
845
- }
846
-
847
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
848
- white-space: nowrap !important;
849
- }
850
-
851
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
852
- text-overflow: ellipsis !important;
853
- }
854
-
855
- .popup-module_popup-container__PJ0oQ {
856
- --popup-width: 60vw;
857
- --popup-height: 50vh;
912
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
913
+ z-index: 1;
858
914
  position: fixed;
859
- width: var(--popup-width);
860
- height: var(--popup-height);
861
- --slideXFrom: 0;
862
- --slideYFrom: 0;
915
+ width: 100%;
916
+ height: 100%;
917
+ top: 0;
918
+ left: 0;
919
+ background: rgba(40, 80, 120, 0.8) !important;
920
+ pointer-events: all;
921
+ user-select: none;
863
922
  will-change: opacity;
864
- transition: opacity 300ms ease-in-out;
923
+ transition: opacity 450ms ease-in-out;
865
924
  opacity: 0;
866
925
  visibility: hidden;
867
- pointer-events: none;
868
- }
869
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
870
- position: relative;
871
- flex-direction: column;
872
- align-items: start;
873
- width: 100%;
874
- height: 100%;
875
- overflow-x: clip;
876
- background-color: #090A0A;
877
- border-radius: 4px;
878
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
879
- transition: transform 350ms ease-out;
880
- will-change: transform;
881
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
882
926
  }
883
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
884
- margin-bottom: 0;
885
- }
886
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
887
- cursor: pointer;
888
- line-height: 1px;
889
- background-color: rgba(255, 255, 255, 0);
890
- }
891
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
892
- background-color: #FDDA0D;
893
- width: 9px !important;
894
- height: 9px !important;
895
- line-height: 1px !important;
896
- }
897
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
898
- background-color: #FFEA00;
899
- }
900
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
901
- width: 100%;
902
- height: 100%;
903
- padding: 24px;
904
- overflow-y: auto;
905
- display: flex;
906
- }
907
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
908
- overflow-y: auto;
909
- }
910
- .popup-module_popup-container__PJ0oQ[data-show] {
927
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
911
928
  opacity: 1;
912
929
  visibility: visible;
913
- pointer-events: all;
914
- }
915
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
916
- transform: translateX(0) translateY(0);
917
930
  }
918
- .popup-module_popup-container__PJ0oQ[data-show=false] {
931
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
919
932
  opacity: 0;
920
933
  visibility: hidden;
921
- pointer-events: none;
922
- }
923
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
924
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
925
- }
926
-
927
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
928
- background-color: #090A0A;
929
- color: #F4F4F4;
930
- }
931
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
932
- background-color: #090A0A;
933
- color: #F4F4F4;
934
934
  }
935
935
  :root {
936
936
  --divider-line: #4a4b4b;