@liner-fe/prism 2.8.41 → 2.9.42
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 +497 -5551
- package/package.json +22 -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
|
/**
|