@liner-fe/prism 2.8.40 → 2.9.41
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/lib/index.css +63 -63
- package/lib/index.d.ts +2 -2
- package/lib/index.js +45 -23
- package/package.json +20 -21
package/lib/index.css
CHANGED
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
/* esbuild-sass-plugin:css-chunk:src/components/IconButton/style.module.scss */
|
|
734
|
-
.
|
|
734
|
+
._iconButton_5ztf4_1 {
|
|
735
735
|
display: flex;
|
|
736
736
|
justify-content: center;
|
|
737
737
|
align-items: center;
|
|
@@ -740,195 +740,195 @@
|
|
|
740
740
|
border-radius: var(--lp-sys-radius-m);
|
|
741
741
|
cursor: pointer;
|
|
742
742
|
}
|
|
743
|
-
.
|
|
743
|
+
._iconButton_5ztf4_1:disabled {
|
|
744
744
|
cursor: not-allowed;
|
|
745
745
|
}
|
|
746
|
-
.
|
|
746
|
+
._primary_5ztf4_14 {
|
|
747
747
|
background: var(--brand-container-mid);
|
|
748
748
|
}
|
|
749
|
-
.
|
|
749
|
+
._primary_5ztf4_14:not(:disabled):hover {
|
|
750
750
|
background: var(--brand-container-mid-hover);
|
|
751
751
|
}
|
|
752
|
-
.
|
|
752
|
+
._primary_5ztf4_14:disabled {
|
|
753
753
|
background: var(--neutral-fill-overlay-mid);
|
|
754
754
|
}
|
|
755
|
-
.
|
|
755
|
+
._primary_5ztf4_14:disabled svg path {
|
|
756
756
|
fill: var(--neutral-label-tertiary) !important;
|
|
757
757
|
}
|
|
758
|
-
.
|
|
758
|
+
._secondary_5ztf4_27 {
|
|
759
759
|
background: var(--brand-container-mid);
|
|
760
760
|
}
|
|
761
|
-
.
|
|
761
|
+
._secondary_5ztf4_27:not(:disabled):hover {
|
|
762
762
|
background: var(--brand-container-mid-hover);
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
._secondary_5ztf4_27:disabled {
|
|
765
765
|
background: var(--neutral-fill-overlay-mid);
|
|
766
766
|
}
|
|
767
|
-
.
|
|
767
|
+
._secondary_5ztf4_27:disabled svg path {
|
|
768
768
|
fill: var(--neutral-label-tertiary) !important;
|
|
769
769
|
}
|
|
770
|
-
.
|
|
770
|
+
._tertiary_5ztf4_40 {
|
|
771
771
|
background: var(--neutral-fill-overlay-mid);
|
|
772
772
|
}
|
|
773
|
-
.
|
|
773
|
+
._tertiary_5ztf4_40:not(:disabled):hover {
|
|
774
774
|
background: var(--neutral-fill-overlay-mid-hover);
|
|
775
775
|
}
|
|
776
|
-
.
|
|
776
|
+
._tertiary_5ztf4_40:disabled {
|
|
777
777
|
background: var(--neutral-fill-overlay-mid);
|
|
778
778
|
}
|
|
779
|
-
.
|
|
779
|
+
._tertiary_5ztf4_40:disabled svg path {
|
|
780
780
|
fill: var(--neutral-label-tertiary) !important;
|
|
781
781
|
}
|
|
782
|
-
.
|
|
782
|
+
._quaternary_5ztf4_53 {
|
|
783
783
|
background: var(--neutral-fill-overlay-lowest);
|
|
784
784
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
785
785
|
}
|
|
786
|
-
.
|
|
786
|
+
._quaternary_5ztf4_53:not(:disabled):hover {
|
|
787
787
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
788
788
|
}
|
|
789
|
-
.
|
|
789
|
+
._quaternary_5ztf4_53:disabled {
|
|
790
790
|
background: var(--neutral-fill-overlay-lowest);
|
|
791
791
|
}
|
|
792
|
-
.
|
|
792
|
+
._quaternary_5ztf4_53:disabled svg path {
|
|
793
793
|
fill: var(--neutral-label-tertiary) !important;
|
|
794
794
|
}
|
|
795
|
-
.
|
|
795
|
+
._negative_5ztf4_67 {
|
|
796
796
|
background: var(--function-fill-negative-mid);
|
|
797
797
|
}
|
|
798
|
-
.
|
|
798
|
+
._negative_5ztf4_67:not(:disabled):hover {
|
|
799
799
|
background: var(--function-fill-negative-mid-hover);
|
|
800
800
|
}
|
|
801
|
-
.
|
|
801
|
+
._negative_5ztf4_67:disabled {
|
|
802
802
|
background: var(--neutral-fill-overlay-mid);
|
|
803
803
|
}
|
|
804
|
-
.
|
|
804
|
+
._negative_5ztf4_67:disabled svg path {
|
|
805
805
|
fill: var(--neutral-label-tertiary) !important;
|
|
806
806
|
}
|
|
807
|
-
.
|
|
807
|
+
._static_5ztf4_80 {
|
|
808
808
|
background: var(--neutral-container-static-lowest);
|
|
809
809
|
}
|
|
810
|
-
.
|
|
810
|
+
._static_5ztf4_80:not(:disabled):hover {
|
|
811
811
|
background: var(--neutral-container-static-lowest-hover);
|
|
812
812
|
}
|
|
813
|
-
.
|
|
813
|
+
._static_5ztf4_80:disabled {
|
|
814
814
|
background: var(--neutral-fill-overlay-mid);
|
|
815
815
|
}
|
|
816
|
-
.
|
|
816
|
+
._static_5ztf4_80:disabled svg path {
|
|
817
817
|
fill: var(--neutral-label-tertiary) !important;
|
|
818
818
|
}
|
|
819
|
-
.
|
|
819
|
+
._inverse_5ztf4_93 {
|
|
820
820
|
background: var(--brand-container-mid);
|
|
821
821
|
}
|
|
822
|
-
.
|
|
822
|
+
._inverse_5ztf4_93:not(:disabled):hover {
|
|
823
823
|
background: var(--brand-container-mid-hover);
|
|
824
824
|
}
|
|
825
|
-
.
|
|
825
|
+
._inverse_5ztf4_93:disabled {
|
|
826
826
|
background: var(--neutral-fill-overlay-mid);
|
|
827
827
|
}
|
|
828
|
-
.
|
|
828
|
+
._inverse_5ztf4_93:disabled svg path {
|
|
829
829
|
fill: var(--neutral-label-tertiary) !important;
|
|
830
830
|
}
|
|
831
|
-
._inverse-
|
|
831
|
+
._inverse-static_5ztf4_106 {
|
|
832
832
|
background: var(--inverse-container-static-high);
|
|
833
833
|
}
|
|
834
|
-
._inverse-
|
|
834
|
+
._inverse-static_5ztf4_106:not(:disabled):hover {
|
|
835
835
|
background: var(--inverse-container-static-high-hover);
|
|
836
836
|
}
|
|
837
|
-
._inverse-
|
|
837
|
+
._inverse-static_5ztf4_106:disabled {
|
|
838
838
|
background: var(--neutral-fill-overlay-mid);
|
|
839
839
|
}
|
|
840
|
-
._inverse-
|
|
840
|
+
._inverse-static_5ztf4_106:disabled svg path {
|
|
841
841
|
fill: var(--neutral-label-tertiary) !important;
|
|
842
842
|
}
|
|
843
|
-
.
|
|
843
|
+
._ghost_5ztf4_119._primary_5ztf4_14 {
|
|
844
844
|
background: none;
|
|
845
845
|
}
|
|
846
|
-
.
|
|
846
|
+
._ghost_5ztf4_119._primary_5ztf4_14:not(:disabled):hover {
|
|
847
847
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
848
848
|
}
|
|
849
|
-
.
|
|
849
|
+
._ghost_5ztf4_119._primary_5ztf4_14:disabled svg path {
|
|
850
850
|
fill: var(--neutral-label-quaternary) !important;
|
|
851
851
|
}
|
|
852
|
-
.
|
|
852
|
+
._ghost_5ztf4_119._secondary_5ztf4_27 {
|
|
853
853
|
background: none;
|
|
854
854
|
}
|
|
855
|
-
.
|
|
855
|
+
._ghost_5ztf4_119._secondary_5ztf4_27:not(:disabled):hover {
|
|
856
856
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
857
857
|
}
|
|
858
|
-
.
|
|
858
|
+
._ghost_5ztf4_119._secondary_5ztf4_27:disabled svg path {
|
|
859
859
|
fill: var(--neutral-label-quaternary) !important;
|
|
860
860
|
}
|
|
861
|
-
.
|
|
861
|
+
._ghost_5ztf4_119._tertiary_5ztf4_40 {
|
|
862
862
|
background: none;
|
|
863
863
|
}
|
|
864
|
-
.
|
|
864
|
+
._ghost_5ztf4_119._tertiary_5ztf4_40:not(:disabled):hover {
|
|
865
865
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
866
866
|
}
|
|
867
|
-
.
|
|
867
|
+
._ghost_5ztf4_119._tertiary_5ztf4_40:disabled svg path {
|
|
868
868
|
fill: var(--neutral-label-quaternary) !important;
|
|
869
869
|
}
|
|
870
|
-
.
|
|
870
|
+
._ghost_5ztf4_119._negative_5ztf4_67 {
|
|
871
871
|
background: none;
|
|
872
872
|
}
|
|
873
|
-
.
|
|
873
|
+
._ghost_5ztf4_119._negative_5ztf4_67:not(:disabled):hover {
|
|
874
874
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
875
875
|
}
|
|
876
|
-
.
|
|
876
|
+
._ghost_5ztf4_119._negative_5ztf4_67:disabled svg path {
|
|
877
877
|
fill: var(--neutral-label-quaternary) !important;
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
._ghost_5ztf4_119._static_5ztf4_80 {
|
|
880
880
|
background: none;
|
|
881
881
|
}
|
|
882
|
-
.
|
|
882
|
+
._ghost_5ztf4_119._static_5ztf4_80:not(:disabled):hover {
|
|
883
883
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
._ghost_5ztf4_119._static_5ztf4_80:disabled svg path {
|
|
886
886
|
fill: var(--neutral-label-quaternary) !important;
|
|
887
887
|
}
|
|
888
|
-
.
|
|
888
|
+
._ghost_5ztf4_119._inverse_5ztf4_93 {
|
|
889
889
|
background: none;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
._ghost_5ztf4_119._inverse_5ztf4_93:not(:disabled):hover {
|
|
892
892
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
893
893
|
}
|
|
894
|
-
.
|
|
894
|
+
._ghost_5ztf4_119._inverse_5ztf4_93:disabled svg path {
|
|
895
895
|
fill: var(--neutral-label-quaternary) !important;
|
|
896
896
|
}
|
|
897
|
-
.
|
|
897
|
+
._ghost_5ztf4_119._inverse-static_5ztf4_106 {
|
|
898
898
|
background: none;
|
|
899
899
|
}
|
|
900
|
-
.
|
|
900
|
+
._ghost_5ztf4_119._inverse-static_5ztf4_106:not(:disabled):hover {
|
|
901
901
|
background: var(--inverse-container-lowest-hover);
|
|
902
902
|
}
|
|
903
|
-
.
|
|
903
|
+
._ghost_5ztf4_119._inverse-static_5ztf4_106:disabled svg path {
|
|
904
904
|
fill: var(--inverse-label-tertiary) !important;
|
|
905
905
|
}
|
|
906
|
-
.
|
|
906
|
+
._l_5ztf4_183 {
|
|
907
907
|
width: 44px;
|
|
908
908
|
height: 44px;
|
|
909
909
|
border-radius: var(--lp-sys-radius-m);
|
|
910
910
|
}
|
|
911
|
-
.
|
|
911
|
+
._m_5ztf4_189 {
|
|
912
912
|
width: 36px;
|
|
913
913
|
height: 36px;
|
|
914
914
|
border-radius: var(--lp-sys-radius-m);
|
|
915
915
|
}
|
|
916
|
-
.
|
|
916
|
+
._s_5ztf4_27 {
|
|
917
917
|
width: 28px;
|
|
918
918
|
height: 28px;
|
|
919
919
|
border-radius: var(--lp-sys-radius-s);
|
|
920
920
|
}
|
|
921
|
-
.
|
|
921
|
+
._xs_5ztf4_201 {
|
|
922
922
|
width: 24px;
|
|
923
923
|
height: 24px;
|
|
924
924
|
border-radius: var(--lp-sys-radius-s);
|
|
925
925
|
}
|
|
926
|
-
.
|
|
927
|
-
background: inherit !important;
|
|
928
|
-
}
|
|
929
|
-
._xs_snnba_201._ghost_snnba_119:not(:disabled):hover * > path {
|
|
926
|
+
._xs_5ztf4_201._ghost_5ztf4_119:not(:disabled):hover * > path {
|
|
930
927
|
opacity: 0.64 !important;
|
|
931
928
|
}
|
|
929
|
+
._xs_5ztf4_201._ghost_5ztf4_119:not(:disabled):hover {
|
|
930
|
+
background: inherit !important;
|
|
931
|
+
}
|
|
932
932
|
|
|
933
933
|
/* esbuild-sass-plugin:css-chunk:src/components/CheckBox/style.module.scss */
|
|
934
934
|
._checkbox_1jxdh_1 {
|
package/lib/index.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ declare const Display: react.ForwardRefExoticComponent<IDisplayProps & react.Ref
|
|
|
174
174
|
type BreakPointsKey = keyof typeof breakpointOrigin;
|
|
175
175
|
declare const rootMediaStyle: string;
|
|
176
176
|
declare const MediaContextProvider: react.ComponentType<_artsy_fresnel_dist_Media.MediaContextProviderProps<"xl" | "l" | "m" | "s" | "xs" | "xxl" | "xxxl"> & {
|
|
177
|
-
children:
|
|
177
|
+
children: React.ReactNode;
|
|
178
178
|
}>;
|
|
179
179
|
declare const Media: react.ComponentType<_artsy_fresnel_dist_Media.MediaProps<"xl" | "l" | "m" | "s" | "xs" | "xxl" | "xxxl", never>>;
|
|
180
180
|
|
|
@@ -552,7 +552,7 @@ type PrimitiveCoachMarkRootProps = PopoverProps & {
|
|
|
552
552
|
* 사용 가능한 속성은 @radix-ui/react-popover 의 PopoverContentProps 참고
|
|
553
553
|
* https://www.radix-ui.com/primitives/docs/components/popover#content
|
|
554
554
|
*/
|
|
555
|
-
interface PrimitiveCoachMarkContentProps extends PopoverPrimitive.PopoverContentProps, PopoverPortalProps {
|
|
555
|
+
interface PrimitiveCoachMarkContentProps extends PopoverPrimitive.PopoverContentProps, Omit<PopoverPortalProps, 'children'> {
|
|
556
556
|
dim?: boolean;
|
|
557
557
|
}
|
|
558
558
|
/**
|
package/lib/index.js
CHANGED
|
@@ -380,7 +380,7 @@ var useToast = /* @__PURE__ */ __name(() => {
|
|
|
380
380
|
import * as React14 from "react";
|
|
381
381
|
import * as ReactDOM3 from "react-dom";
|
|
382
382
|
|
|
383
|
-
// ../../node_modules/@radix-ui/primitive/dist/index.mjs
|
|
383
|
+
// ../../node_modules/@radix-ui/react-toast/node_modules/@radix-ui/primitive/dist/index.mjs
|
|
384
384
|
function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
|
|
385
385
|
return /* @__PURE__ */ __name(function handleEvent(event) {
|
|
386
386
|
originalEventHandler?.(event);
|
|
@@ -663,6 +663,17 @@ __name(createCollection, "createCollection");
|
|
|
663
663
|
// ../../node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
664
664
|
import * as React8 from "react";
|
|
665
665
|
|
|
666
|
+
// ../../node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/primitive/dist/index.mjs
|
|
667
|
+
function composeEventHandlers2(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
|
|
668
|
+
return /* @__PURE__ */ __name(function handleEvent(event) {
|
|
669
|
+
originalEventHandler?.(event);
|
|
670
|
+
if (checkForDefaultPrevented === false || !event.defaultPrevented) {
|
|
671
|
+
return ourEventHandler?.(event);
|
|
672
|
+
}
|
|
673
|
+
}, "handleEvent");
|
|
674
|
+
}
|
|
675
|
+
__name(composeEventHandlers2, "composeEventHandlers");
|
|
676
|
+
|
|
666
677
|
// ../../node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
667
678
|
import * as React5 from "react";
|
|
668
679
|
import * as ReactDOM from "react-dom";
|
|
@@ -829,9 +840,9 @@ var DismissableLayer = React8.forwardRef(
|
|
|
829
840
|
pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? "auto" : "none" : void 0,
|
|
830
841
|
...props.style
|
|
831
842
|
},
|
|
832
|
-
onFocusCapture:
|
|
833
|
-
onBlurCapture:
|
|
834
|
-
onPointerDownCapture:
|
|
843
|
+
onFocusCapture: composeEventHandlers2(props.onFocusCapture, focusOutside.onFocusCapture),
|
|
844
|
+
onBlurCapture: composeEventHandlers2(props.onBlurCapture, focusOutside.onBlurCapture),
|
|
845
|
+
onPointerDownCapture: composeEventHandlers2(
|
|
835
846
|
props.onPointerDownCapture,
|
|
836
847
|
pointerDownOutside.onPointerDownCapture
|
|
837
848
|
)
|
|
@@ -2952,20 +2963,20 @@ import clsx10 from "clsx";
|
|
|
2952
2963
|
|
|
2953
2964
|
// src/components/IconButton/style.module.scss
|
|
2954
2965
|
var style_module_default8 = {
|
|
2955
|
-
"iconButton": "
|
|
2956
|
-
"primary": "
|
|
2957
|
-
"secondary": "
|
|
2958
|
-
"tertiary": "
|
|
2959
|
-
"quaternary": "
|
|
2960
|
-
"negative": "
|
|
2961
|
-
"static": "
|
|
2962
|
-
"inverse": "
|
|
2963
|
-
"inverse-static": "_inverse-
|
|
2964
|
-
"ghost": "
|
|
2965
|
-
"l": "
|
|
2966
|
-
"m": "
|
|
2967
|
-
"s": "
|
|
2968
|
-
"xs": "
|
|
2966
|
+
"iconButton": "_iconButton_5ztf4_1",
|
|
2967
|
+
"primary": "_primary_5ztf4_14",
|
|
2968
|
+
"secondary": "_secondary_5ztf4_27",
|
|
2969
|
+
"tertiary": "_tertiary_5ztf4_40",
|
|
2970
|
+
"quaternary": "_quaternary_5ztf4_53",
|
|
2971
|
+
"negative": "_negative_5ztf4_67",
|
|
2972
|
+
"static": "_static_5ztf4_80",
|
|
2973
|
+
"inverse": "_inverse_5ztf4_93",
|
|
2974
|
+
"inverse-static": "_inverse-static_5ztf4_106",
|
|
2975
|
+
"ghost": "_ghost_5ztf4_119",
|
|
2976
|
+
"l": "_l_5ztf4_183",
|
|
2977
|
+
"m": "_m_5ztf4_189",
|
|
2978
|
+
"s": "_s_5ztf4_27",
|
|
2979
|
+
"xs": "_xs_5ztf4_201"
|
|
2969
2980
|
};
|
|
2970
2981
|
|
|
2971
2982
|
// src/components/IconButton/index.tsx
|
|
@@ -4341,6 +4352,17 @@ var Logo = /* @__PURE__ */ __name((props) => {
|
|
|
4341
4352
|
// ../../node_modules/@radix-ui/react-popover/dist/index.mjs
|
|
4342
4353
|
import * as React35 from "react";
|
|
4343
4354
|
|
|
4355
|
+
// ../../node_modules/@radix-ui/react-popover/node_modules/@radix-ui/primitive/dist/index.mjs
|
|
4356
|
+
function composeEventHandlers3(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
|
|
4357
|
+
return /* @__PURE__ */ __name(function handleEvent(event) {
|
|
4358
|
+
originalEventHandler?.(event);
|
|
4359
|
+
if (checkForDefaultPrevented === false || !event.defaultPrevented) {
|
|
4360
|
+
return ourEventHandler?.(event);
|
|
4361
|
+
}
|
|
4362
|
+
}, "handleEvent");
|
|
4363
|
+
}
|
|
4364
|
+
__name(composeEventHandlers3, "composeEventHandlers");
|
|
4365
|
+
|
|
4344
4366
|
// ../../node_modules/@radix-ui/react-focus-guards/dist/index.mjs
|
|
4345
4367
|
import * as React18 from "react";
|
|
4346
4368
|
var count = 0;
|
|
@@ -7730,7 +7752,7 @@ var PopoverTrigger2 = React35.forwardRef(
|
|
|
7730
7752
|
"data-state": getState(context.open),
|
|
7731
7753
|
...triggerProps,
|
|
7732
7754
|
ref: composedTriggerRef,
|
|
7733
|
-
onClick:
|
|
7755
|
+
onClick: composeEventHandlers3(props.onClick, context.onOpenToggle)
|
|
7734
7756
|
}
|
|
7735
7757
|
);
|
|
7736
7758
|
return context.hasCustomAnchor ? trigger : /* @__PURE__ */ jsx40(Anchor, { asChild: true, ...popperScope, children: trigger });
|
|
@@ -7775,11 +7797,11 @@ var PopoverContentModal = React35.forwardRef(
|
|
|
7775
7797
|
ref: composedRefs,
|
|
7776
7798
|
trapFocus: context.open,
|
|
7777
7799
|
disableOutsidePointerEvents: true,
|
|
7778
|
-
onCloseAutoFocus:
|
|
7800
|
+
onCloseAutoFocus: composeEventHandlers3(props.onCloseAutoFocus, (event) => {
|
|
7779
7801
|
event.preventDefault();
|
|
7780
7802
|
if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();
|
|
7781
7803
|
}),
|
|
7782
|
-
onPointerDownOutside:
|
|
7804
|
+
onPointerDownOutside: composeEventHandlers3(
|
|
7783
7805
|
props.onPointerDownOutside,
|
|
7784
7806
|
(event) => {
|
|
7785
7807
|
const originalEvent = event.detail.originalEvent;
|
|
@@ -7789,7 +7811,7 @@ var PopoverContentModal = React35.forwardRef(
|
|
|
7789
7811
|
},
|
|
7790
7812
|
{ checkForDefaultPrevented: false }
|
|
7791
7813
|
),
|
|
7792
|
-
onFocusOutside:
|
|
7814
|
+
onFocusOutside: composeEventHandlers3(
|
|
7793
7815
|
props.onFocusOutside,
|
|
7794
7816
|
(event) => event.preventDefault(),
|
|
7795
7817
|
{ checkForDefaultPrevented: false }
|
|
@@ -7912,7 +7934,7 @@ var PopoverClose = React35.forwardRef(
|
|
|
7912
7934
|
type: "button",
|
|
7913
7935
|
...closeProps,
|
|
7914
7936
|
ref: forwardedRef,
|
|
7915
|
-
onClick:
|
|
7937
|
+
onClick: composeEventHandlers3(props.onClick, () => context.onOpenChange(false))
|
|
7916
7938
|
}
|
|
7917
7939
|
);
|
|
7918
7940
|
}
|
package/package.json
CHANGED
|
@@ -1,28 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.41",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "next dev",
|
|
8
|
-
"start": "next start",
|
|
9
|
-
"lint": "next lint",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build",
|
|
12
|
-
"ts-node": "tsx --tsconfig ./tsconfig.build.json",
|
|
13
|
-
"appendCSS": "yarn ts-node ./scripts/index.ts",
|
|
14
|
-
"build": "yarn build:main",
|
|
15
|
-
"build:main": "yarn tsup --config ./config/tsup/tsup.config.ts",
|
|
16
|
-
"build:package": "yarn build",
|
|
17
|
-
"prepack": "yarn build"
|
|
18
|
-
},
|
|
19
6
|
"dependencies": {
|
|
20
7
|
"@artsy/fresnel": "^7.1.4",
|
|
21
8
|
"@liner-fe/cdn": "^1.0.8",
|
|
22
|
-
"@liner-fe/design-token": "workspace:^",
|
|
23
|
-
"@liner-fe/design-token-primitive": "workspace:^",
|
|
24
|
-
"@liner-fe/icon": "workspace:^",
|
|
25
|
-
"@liner-fe/illust": "workspace:^",
|
|
26
9
|
"clsx": "^2.1.1",
|
|
27
10
|
"cva": "beta",
|
|
28
11
|
"date-fns": "^4.1.0",
|
|
@@ -31,7 +14,11 @@
|
|
|
31
14
|
"radix-ui": "^1.4.1",
|
|
32
15
|
"react": "^18.2.0",
|
|
33
16
|
"react-dom": "^18.2.0",
|
|
34
|
-
"recoil": "^0.5.2"
|
|
17
|
+
"recoil": "^0.5.2",
|
|
18
|
+
"@liner-fe/design-token": "^2.5.33",
|
|
19
|
+
"@liner-fe/design-token-primitive": "^0.2.31",
|
|
20
|
+
"@liner-fe/icon": "^0.2.30",
|
|
21
|
+
"@liner-fe/illust": "^0.2.7"
|
|
35
22
|
},
|
|
36
23
|
"devDependencies": {
|
|
37
24
|
"@chromatic-com/storybook": "^1.5.0",
|
|
@@ -77,5 +64,17 @@
|
|
|
77
64
|
"types": "./lib/index.d.ts",
|
|
78
65
|
"files": [
|
|
79
66
|
"lib"
|
|
80
|
-
]
|
|
81
|
-
|
|
67
|
+
],
|
|
68
|
+
"scripts": {
|
|
69
|
+
"dev": "next dev",
|
|
70
|
+
"start": "next start",
|
|
71
|
+
"lint": "next lint",
|
|
72
|
+
"storybook": "storybook dev -p 6006",
|
|
73
|
+
"build-storybook": "storybook build",
|
|
74
|
+
"ts-node": "tsx --tsconfig ./tsconfig.build.json",
|
|
75
|
+
"appendCSS": "pnpm ts-node ./scripts/index.ts",
|
|
76
|
+
"build": "pnpm build:main",
|
|
77
|
+
"build:main": "pnpm tsup --config ./config/tsup/tsup.config.ts",
|
|
78
|
+
"build:package": "pnpm build"
|
|
79
|
+
}
|
|
80
|
+
}
|