@mirohq/design-system-stitches 3.3.7 → 3.3.8
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/types.d.ts +224 -208
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -6556,6 +6556,8 @@ declare const config: {
|
|
|
6556
6556
|
"border-disabled": /*elided*/ any;
|
|
6557
6557
|
"border-inverted": /*elided*/ any;
|
|
6558
6558
|
"border-inverted-subtle": /*elided*/ any;
|
|
6559
|
+
"border-option": /*elided*/ any;
|
|
6560
|
+
"border-option-hover": /*elided*/ any;
|
|
6559
6561
|
"border-static-dark": /*elided*/ any;
|
|
6560
6562
|
"border-static-dark-subtle": /*elided*/ any;
|
|
6561
6563
|
"border-strong": /*elided*/ any;
|
|
@@ -6677,12 +6679,11 @@ declare const config: {
|
|
|
6677
6679
|
"input-background-default": /*elided*/ any;
|
|
6678
6680
|
"input-background-disabled": /*elided*/ any;
|
|
6679
6681
|
"input-background-hover": /*elided*/ any;
|
|
6680
|
-
"input-border-active": /*elided*/ any;
|
|
6681
6682
|
"input-border-default": /*elided*/ any;
|
|
6682
6683
|
"input-border-disabled": /*elided*/ any;
|
|
6683
6684
|
"input-border-error": /*elided*/ any;
|
|
6685
|
+
"input-border-focused": /*elided*/ any;
|
|
6684
6686
|
"input-border-hover": /*elided*/ any;
|
|
6685
|
-
"input-border-selection-control": /*elided*/ any;
|
|
6686
6687
|
"input-border-success": /*elided*/ any;
|
|
6687
6688
|
"notification-background": /*elided*/ any;
|
|
6688
6689
|
"notification-border": /*elided*/ any;
|
|
@@ -6692,6 +6693,7 @@ declare const config: {
|
|
|
6692
6693
|
"scrollbar-background": /*elided*/ any;
|
|
6693
6694
|
"scrollbar-background-hover": /*elided*/ any;
|
|
6694
6695
|
"slider-background": /*elided*/ any;
|
|
6696
|
+
"slider-control-background": /*elided*/ any;
|
|
6695
6697
|
"slider-notch-background": /*elided*/ any;
|
|
6696
6698
|
"switch-background-default": /*elided*/ any;
|
|
6697
6699
|
"switch-background-hover": /*elided*/ any;
|
|
@@ -6713,19 +6715,19 @@ declare const config: {
|
|
|
6713
6715
|
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
6714
6716
|
"icon-placeholder": /*elided*/ any;
|
|
6715
6717
|
"icon-secondary": /*elided*/ any;
|
|
6718
|
+
"icon-interactive-on-inverted": /*elided*/ any;
|
|
6719
|
+
"icon-interactive-on-inverted-hover": /*elided*/ any;
|
|
6720
|
+
"icon-interactive-on-inverted-pressed": /*elided*/ any;
|
|
6721
|
+
"icon-interactive-on-inverted-secondary": /*elided*/ any;
|
|
6722
|
+
"icon-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
6723
|
+
"icon-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
6724
|
+
"icon-interactive-primary": /*elided*/ any;
|
|
6725
|
+
"icon-interactive-primary-hover": /*elided*/ any;
|
|
6726
|
+
"icon-interactive-primary-pressed": /*elided*/ any;
|
|
6727
|
+
"icon-interactive-secondary": /*elided*/ any;
|
|
6728
|
+
"icon-interactive-secondary-hover": /*elided*/ any;
|
|
6729
|
+
"icon-interactive-secondary-pressed": /*elided*/ any;
|
|
6716
6730
|
"icon-interactive-selected": /*elided*/ any;
|
|
6717
|
-
"icon-link": /*elided*/ any;
|
|
6718
|
-
"icon-link-hover": /*elided*/ any;
|
|
6719
|
-
"icon-link-on-inverted": /*elided*/ any;
|
|
6720
|
-
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
6721
|
-
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
6722
|
-
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
6723
|
-
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
6724
|
-
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
6725
|
-
"icon-link-pressed": /*elided*/ any;
|
|
6726
|
-
"icon-link-secondary": /*elided*/ any;
|
|
6727
|
-
"icon-link-secondary-hover": /*elided*/ any;
|
|
6728
|
-
"icon-link-secondary-pressed": /*elided*/ any;
|
|
6729
6731
|
"icon-on-interactive-danger": /*elided*/ any;
|
|
6730
6732
|
"icon-on-interactive-primary": /*elided*/ any;
|
|
6731
6733
|
"icon-on-interactive-secondary": /*elided*/ any;
|
|
@@ -6773,19 +6775,19 @@ declare const config: {
|
|
|
6773
6775
|
"text-danger-hover": /*elided*/ any;
|
|
6774
6776
|
"text-danger-inverted": /*elided*/ any;
|
|
6775
6777
|
"text-danger-pressed": /*elided*/ any;
|
|
6778
|
+
"text-interactive-on-inverted": /*elided*/ any;
|
|
6779
|
+
"text-interactive-on-inverted-hover": /*elided*/ any;
|
|
6780
|
+
"text-interactive-on-inverted-pressed": /*elided*/ any;
|
|
6781
|
+
"text-interactive-on-inverted-secondary": /*elided*/ any;
|
|
6782
|
+
"text-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
6783
|
+
"text-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
6784
|
+
"text-interactive-primary": /*elided*/ any;
|
|
6785
|
+
"text-interactive-primary-hover": /*elided*/ any;
|
|
6786
|
+
"text-interactive-primary-pressed": /*elided*/ any;
|
|
6787
|
+
"text-interactive-secondary": /*elided*/ any;
|
|
6788
|
+
"text-interactive-secondary-hover": /*elided*/ any;
|
|
6789
|
+
"text-interactive-secondary-pressed": /*elided*/ any;
|
|
6776
6790
|
"text-interactive-selected": /*elided*/ any;
|
|
6777
|
-
"text-link": /*elided*/ any;
|
|
6778
|
-
"text-link-hover": /*elided*/ any;
|
|
6779
|
-
"text-link-on-inverted": /*elided*/ any;
|
|
6780
|
-
"text-link-on-inverted-hover": /*elided*/ any;
|
|
6781
|
-
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
6782
|
-
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
6783
|
-
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
6784
|
-
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
6785
|
-
"text-link-pressed": /*elided*/ any;
|
|
6786
|
-
"text-link-secondary": /*elided*/ any;
|
|
6787
|
-
"text-link-secondary-hover": /*elided*/ any;
|
|
6788
|
-
"text-link-secondary-pressed": /*elided*/ any;
|
|
6789
6791
|
"text-on-interactive-danger": /*elided*/ any;
|
|
6790
6792
|
"text-on-interactive-primary": /*elided*/ any;
|
|
6791
6793
|
"text-on-interactive-secondary": /*elided*/ any;
|
|
@@ -7744,6 +7746,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7744
7746
|
"border-disabled"?: string | number | boolean | undefined;
|
|
7745
7747
|
"border-inverted"?: string | number | boolean | undefined;
|
|
7746
7748
|
"border-inverted-subtle"?: string | number | boolean | undefined;
|
|
7749
|
+
"border-option"?: string | number | boolean | undefined;
|
|
7750
|
+
"border-option-hover"?: string | number | boolean | undefined;
|
|
7747
7751
|
"border-static-dark"?: string | number | boolean | undefined;
|
|
7748
7752
|
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7749
7753
|
"border-strong"?: string | number | boolean | undefined;
|
|
@@ -7865,12 +7869,11 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7865
7869
|
"input-background-default"?: string | number | boolean | undefined;
|
|
7866
7870
|
"input-background-disabled"?: string | number | boolean | undefined;
|
|
7867
7871
|
"input-background-hover"?: string | number | boolean | undefined;
|
|
7868
|
-
"input-border-active"?: string | number | boolean | undefined;
|
|
7869
7872
|
"input-border-default"?: string | number | boolean | undefined;
|
|
7870
7873
|
"input-border-disabled"?: string | number | boolean | undefined;
|
|
7871
7874
|
"input-border-error"?: string | number | boolean | undefined;
|
|
7875
|
+
"input-border-focused"?: string | number | boolean | undefined;
|
|
7872
7876
|
"input-border-hover"?: string | number | boolean | undefined;
|
|
7873
|
-
"input-border-selection-control"?: string | number | boolean | undefined;
|
|
7874
7877
|
"input-border-success"?: string | number | boolean | undefined;
|
|
7875
7878
|
"notification-background"?: string | number | boolean | undefined;
|
|
7876
7879
|
"notification-border"?: string | number | boolean | undefined;
|
|
@@ -7880,6 +7883,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7880
7883
|
"scrollbar-background"?: string | number | boolean | undefined;
|
|
7881
7884
|
"scrollbar-background-hover"?: string | number | boolean | undefined;
|
|
7882
7885
|
"slider-background"?: string | number | boolean | undefined;
|
|
7886
|
+
"slider-control-background"?: string | number | boolean | undefined;
|
|
7883
7887
|
"slider-notch-background"?: string | number | boolean | undefined;
|
|
7884
7888
|
"switch-background-default"?: string | number | boolean | undefined;
|
|
7885
7889
|
"switch-background-hover"?: string | number | boolean | undefined;
|
|
@@ -7901,19 +7905,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7901
7905
|
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7902
7906
|
"icon-placeholder"?: string | number | boolean | undefined;
|
|
7903
7907
|
"icon-secondary"?: string | number | boolean | undefined;
|
|
7908
|
+
"icon-interactive-on-inverted"?: string | number | boolean | undefined;
|
|
7909
|
+
"icon-interactive-on-inverted-hover"?: string | number | boolean | undefined;
|
|
7910
|
+
"icon-interactive-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
7911
|
+
"icon-interactive-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
7912
|
+
"icon-interactive-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
7913
|
+
"icon-interactive-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
7914
|
+
"icon-interactive-primary"?: string | number | boolean | undefined;
|
|
7915
|
+
"icon-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
7916
|
+
"icon-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
7917
|
+
"icon-interactive-secondary"?: string | number | boolean | undefined;
|
|
7918
|
+
"icon-interactive-secondary-hover"?: string | number | boolean | undefined;
|
|
7919
|
+
"icon-interactive-secondary-pressed"?: string | number | boolean | undefined;
|
|
7904
7920
|
"icon-interactive-selected"?: string | number | boolean | undefined;
|
|
7905
|
-
"icon-link"?: string | number | boolean | undefined;
|
|
7906
|
-
"icon-link-hover"?: string | number | boolean | undefined;
|
|
7907
|
-
"icon-link-on-inverted"?: string | number | boolean | undefined;
|
|
7908
|
-
"icon-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
7909
|
-
"icon-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
7910
|
-
"icon-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
7911
|
-
"icon-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
7912
|
-
"icon-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
7913
|
-
"icon-link-pressed"?: string | number | boolean | undefined;
|
|
7914
|
-
"icon-link-secondary"?: string | number | boolean | undefined;
|
|
7915
|
-
"icon-link-secondary-hover"?: string | number | boolean | undefined;
|
|
7916
|
-
"icon-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
7917
7921
|
"icon-on-interactive-danger"?: string | number | boolean | undefined;
|
|
7918
7922
|
"icon-on-interactive-primary"?: string | number | boolean | undefined;
|
|
7919
7923
|
"icon-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
@@ -7961,19 +7965,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7961
7965
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
7962
7966
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
7963
7967
|
"text-danger-pressed"?: string | number | boolean | undefined;
|
|
7968
|
+
"text-interactive-on-inverted"?: string | number | boolean | undefined;
|
|
7969
|
+
"text-interactive-on-inverted-hover"?: string | number | boolean | undefined;
|
|
7970
|
+
"text-interactive-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
7971
|
+
"text-interactive-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
7972
|
+
"text-interactive-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
7973
|
+
"text-interactive-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
7974
|
+
"text-interactive-primary"?: string | number | boolean | undefined;
|
|
7975
|
+
"text-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
7976
|
+
"text-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
7977
|
+
"text-interactive-secondary"?: string | number | boolean | undefined;
|
|
7978
|
+
"text-interactive-secondary-hover"?: string | number | boolean | undefined;
|
|
7979
|
+
"text-interactive-secondary-pressed"?: string | number | boolean | undefined;
|
|
7964
7980
|
"text-interactive-selected"?: string | number | boolean | undefined;
|
|
7965
|
-
"text-link"?: string | number | boolean | undefined;
|
|
7966
|
-
"text-link-hover"?: string | number | boolean | undefined;
|
|
7967
|
-
"text-link-on-inverted"?: string | number | boolean | undefined;
|
|
7968
|
-
"text-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
7969
|
-
"text-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
7970
|
-
"text-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
7971
|
-
"text-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
7972
|
-
"text-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
7973
|
-
"text-link-pressed"?: string | number | boolean | undefined;
|
|
7974
|
-
"text-link-secondary"?: string | number | boolean | undefined;
|
|
7975
|
-
"text-link-secondary-hover"?: string | number | boolean | undefined;
|
|
7976
|
-
"text-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
7977
7981
|
"text-on-interactive-danger"?: string | number | boolean | undefined;
|
|
7978
7982
|
"text-on-interactive-primary"?: string | number | boolean | undefined;
|
|
7979
7983
|
"text-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
@@ -8777,6 +8781,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8777
8781
|
"border-disabled"?: string | number | boolean | undefined;
|
|
8778
8782
|
"border-inverted"?: string | number | boolean | undefined;
|
|
8779
8783
|
"border-inverted-subtle"?: string | number | boolean | undefined;
|
|
8784
|
+
"border-option"?: string | number | boolean | undefined;
|
|
8785
|
+
"border-option-hover"?: string | number | boolean | undefined;
|
|
8780
8786
|
"border-static-dark"?: string | number | boolean | undefined;
|
|
8781
8787
|
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8782
8788
|
"border-strong"?: string | number | boolean | undefined;
|
|
@@ -8898,12 +8904,11 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8898
8904
|
"input-background-default"?: string | number | boolean | undefined;
|
|
8899
8905
|
"input-background-disabled"?: string | number | boolean | undefined;
|
|
8900
8906
|
"input-background-hover"?: string | number | boolean | undefined;
|
|
8901
|
-
"input-border-active"?: string | number | boolean | undefined;
|
|
8902
8907
|
"input-border-default"?: string | number | boolean | undefined;
|
|
8903
8908
|
"input-border-disabled"?: string | number | boolean | undefined;
|
|
8904
8909
|
"input-border-error"?: string | number | boolean | undefined;
|
|
8910
|
+
"input-border-focused"?: string | number | boolean | undefined;
|
|
8905
8911
|
"input-border-hover"?: string | number | boolean | undefined;
|
|
8906
|
-
"input-border-selection-control"?: string | number | boolean | undefined;
|
|
8907
8912
|
"input-border-success"?: string | number | boolean | undefined;
|
|
8908
8913
|
"notification-background"?: string | number | boolean | undefined;
|
|
8909
8914
|
"notification-border"?: string | number | boolean | undefined;
|
|
@@ -8913,6 +8918,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8913
8918
|
"scrollbar-background"?: string | number | boolean | undefined;
|
|
8914
8919
|
"scrollbar-background-hover"?: string | number | boolean | undefined;
|
|
8915
8920
|
"slider-background"?: string | number | boolean | undefined;
|
|
8921
|
+
"slider-control-background"?: string | number | boolean | undefined;
|
|
8916
8922
|
"slider-notch-background"?: string | number | boolean | undefined;
|
|
8917
8923
|
"switch-background-default"?: string | number | boolean | undefined;
|
|
8918
8924
|
"switch-background-hover"?: string | number | boolean | undefined;
|
|
@@ -8934,19 +8940,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8934
8940
|
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8935
8941
|
"icon-placeholder"?: string | number | boolean | undefined;
|
|
8936
8942
|
"icon-secondary"?: string | number | boolean | undefined;
|
|
8943
|
+
"icon-interactive-on-inverted"?: string | number | boolean | undefined;
|
|
8944
|
+
"icon-interactive-on-inverted-hover"?: string | number | boolean | undefined;
|
|
8945
|
+
"icon-interactive-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
8946
|
+
"icon-interactive-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
8947
|
+
"icon-interactive-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
8948
|
+
"icon-interactive-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
8949
|
+
"icon-interactive-primary"?: string | number | boolean | undefined;
|
|
8950
|
+
"icon-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
8951
|
+
"icon-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
8952
|
+
"icon-interactive-secondary"?: string | number | boolean | undefined;
|
|
8953
|
+
"icon-interactive-secondary-hover"?: string | number | boolean | undefined;
|
|
8954
|
+
"icon-interactive-secondary-pressed"?: string | number | boolean | undefined;
|
|
8937
8955
|
"icon-interactive-selected"?: string | number | boolean | undefined;
|
|
8938
|
-
"icon-link"?: string | number | boolean | undefined;
|
|
8939
|
-
"icon-link-hover"?: string | number | boolean | undefined;
|
|
8940
|
-
"icon-link-on-inverted"?: string | number | boolean | undefined;
|
|
8941
|
-
"icon-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
8942
|
-
"icon-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
8943
|
-
"icon-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
8944
|
-
"icon-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
8945
|
-
"icon-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
8946
|
-
"icon-link-pressed"?: string | number | boolean | undefined;
|
|
8947
|
-
"icon-link-secondary"?: string | number | boolean | undefined;
|
|
8948
|
-
"icon-link-secondary-hover"?: string | number | boolean | undefined;
|
|
8949
|
-
"icon-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
8950
8956
|
"icon-on-interactive-danger"?: string | number | boolean | undefined;
|
|
8951
8957
|
"icon-on-interactive-primary"?: string | number | boolean | undefined;
|
|
8952
8958
|
"icon-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
@@ -8994,19 +9000,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8994
9000
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
8995
9001
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
8996
9002
|
"text-danger-pressed"?: string | number | boolean | undefined;
|
|
9003
|
+
"text-interactive-on-inverted"?: string | number | boolean | undefined;
|
|
9004
|
+
"text-interactive-on-inverted-hover"?: string | number | boolean | undefined;
|
|
9005
|
+
"text-interactive-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
9006
|
+
"text-interactive-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
9007
|
+
"text-interactive-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
9008
|
+
"text-interactive-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
9009
|
+
"text-interactive-primary"?: string | number | boolean | undefined;
|
|
9010
|
+
"text-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
9011
|
+
"text-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
9012
|
+
"text-interactive-secondary"?: string | number | boolean | undefined;
|
|
9013
|
+
"text-interactive-secondary-hover"?: string | number | boolean | undefined;
|
|
9014
|
+
"text-interactive-secondary-pressed"?: string | number | boolean | undefined;
|
|
8997
9015
|
"text-interactive-selected"?: string | number | boolean | undefined;
|
|
8998
|
-
"text-link"?: string | number | boolean | undefined;
|
|
8999
|
-
"text-link-hover"?: string | number | boolean | undefined;
|
|
9000
|
-
"text-link-on-inverted"?: string | number | boolean | undefined;
|
|
9001
|
-
"text-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
9002
|
-
"text-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
9003
|
-
"text-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
9004
|
-
"text-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
9005
|
-
"text-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
9006
|
-
"text-link-pressed"?: string | number | boolean | undefined;
|
|
9007
|
-
"text-link-secondary"?: string | number | boolean | undefined;
|
|
9008
|
-
"text-link-secondary-hover"?: string | number | boolean | undefined;
|
|
9009
|
-
"text-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
9010
9016
|
"text-on-interactive-danger"?: string | number | boolean | undefined;
|
|
9011
9017
|
"text-on-interactive-primary"?: string | number | boolean | undefined;
|
|
9012
9018
|
"text-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
@@ -9816,6 +9822,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9816
9822
|
"border-disabled": /*elided*/ any;
|
|
9817
9823
|
"border-inverted": /*elided*/ any;
|
|
9818
9824
|
"border-inverted-subtle": /*elided*/ any;
|
|
9825
|
+
"border-option": /*elided*/ any;
|
|
9826
|
+
"border-option-hover": /*elided*/ any;
|
|
9819
9827
|
"border-static-dark": /*elided*/ any;
|
|
9820
9828
|
"border-static-dark-subtle": /*elided*/ any;
|
|
9821
9829
|
"border-strong": /*elided*/ any;
|
|
@@ -9937,12 +9945,11 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9937
9945
|
"input-background-default": /*elided*/ any;
|
|
9938
9946
|
"input-background-disabled": /*elided*/ any;
|
|
9939
9947
|
"input-background-hover": /*elided*/ any;
|
|
9940
|
-
"input-border-active": /*elided*/ any;
|
|
9941
9948
|
"input-border-default": /*elided*/ any;
|
|
9942
9949
|
"input-border-disabled": /*elided*/ any;
|
|
9943
9950
|
"input-border-error": /*elided*/ any;
|
|
9951
|
+
"input-border-focused": /*elided*/ any;
|
|
9944
9952
|
"input-border-hover": /*elided*/ any;
|
|
9945
|
-
"input-border-selection-control": /*elided*/ any;
|
|
9946
9953
|
"input-border-success": /*elided*/ any;
|
|
9947
9954
|
"notification-background": /*elided*/ any;
|
|
9948
9955
|
"notification-border": /*elided*/ any;
|
|
@@ -9952,6 +9959,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9952
9959
|
"scrollbar-background": /*elided*/ any;
|
|
9953
9960
|
"scrollbar-background-hover": /*elided*/ any;
|
|
9954
9961
|
"slider-background": /*elided*/ any;
|
|
9962
|
+
"slider-control-background": /*elided*/ any;
|
|
9955
9963
|
"slider-notch-background": /*elided*/ any;
|
|
9956
9964
|
"switch-background-default": /*elided*/ any;
|
|
9957
9965
|
"switch-background-hover": /*elided*/ any;
|
|
@@ -9973,19 +9981,19 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9973
9981
|
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
9974
9982
|
"icon-placeholder": /*elided*/ any;
|
|
9975
9983
|
"icon-secondary": /*elided*/ any;
|
|
9984
|
+
"icon-interactive-on-inverted": /*elided*/ any;
|
|
9985
|
+
"icon-interactive-on-inverted-hover": /*elided*/ any;
|
|
9986
|
+
"icon-interactive-on-inverted-pressed": /*elided*/ any;
|
|
9987
|
+
"icon-interactive-on-inverted-secondary": /*elided*/ any;
|
|
9988
|
+
"icon-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
9989
|
+
"icon-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
9990
|
+
"icon-interactive-primary": /*elided*/ any;
|
|
9991
|
+
"icon-interactive-primary-hover": /*elided*/ any;
|
|
9992
|
+
"icon-interactive-primary-pressed": /*elided*/ any;
|
|
9993
|
+
"icon-interactive-secondary": /*elided*/ any;
|
|
9994
|
+
"icon-interactive-secondary-hover": /*elided*/ any;
|
|
9995
|
+
"icon-interactive-secondary-pressed": /*elided*/ any;
|
|
9976
9996
|
"icon-interactive-selected": /*elided*/ any;
|
|
9977
|
-
"icon-link": /*elided*/ any;
|
|
9978
|
-
"icon-link-hover": /*elided*/ any;
|
|
9979
|
-
"icon-link-on-inverted": /*elided*/ any;
|
|
9980
|
-
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
9981
|
-
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
9982
|
-
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
9983
|
-
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
9984
|
-
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
9985
|
-
"icon-link-pressed": /*elided*/ any;
|
|
9986
|
-
"icon-link-secondary": /*elided*/ any;
|
|
9987
|
-
"icon-link-secondary-hover": /*elided*/ any;
|
|
9988
|
-
"icon-link-secondary-pressed": /*elided*/ any;
|
|
9989
9997
|
"icon-on-interactive-danger": /*elided*/ any;
|
|
9990
9998
|
"icon-on-interactive-primary": /*elided*/ any;
|
|
9991
9999
|
"icon-on-interactive-secondary": /*elided*/ any;
|
|
@@ -10033,19 +10041,19 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10033
10041
|
"text-danger-hover": /*elided*/ any;
|
|
10034
10042
|
"text-danger-inverted": /*elided*/ any;
|
|
10035
10043
|
"text-danger-pressed": /*elided*/ any;
|
|
10044
|
+
"text-interactive-on-inverted": /*elided*/ any;
|
|
10045
|
+
"text-interactive-on-inverted-hover": /*elided*/ any;
|
|
10046
|
+
"text-interactive-on-inverted-pressed": /*elided*/ any;
|
|
10047
|
+
"text-interactive-on-inverted-secondary": /*elided*/ any;
|
|
10048
|
+
"text-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
10049
|
+
"text-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
10050
|
+
"text-interactive-primary": /*elided*/ any;
|
|
10051
|
+
"text-interactive-primary-hover": /*elided*/ any;
|
|
10052
|
+
"text-interactive-primary-pressed": /*elided*/ any;
|
|
10053
|
+
"text-interactive-secondary": /*elided*/ any;
|
|
10054
|
+
"text-interactive-secondary-hover": /*elided*/ any;
|
|
10055
|
+
"text-interactive-secondary-pressed": /*elided*/ any;
|
|
10036
10056
|
"text-interactive-selected": /*elided*/ any;
|
|
10037
|
-
"text-link": /*elided*/ any;
|
|
10038
|
-
"text-link-hover": /*elided*/ any;
|
|
10039
|
-
"text-link-on-inverted": /*elided*/ any;
|
|
10040
|
-
"text-link-on-inverted-hover": /*elided*/ any;
|
|
10041
|
-
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
10042
|
-
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
10043
|
-
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
10044
|
-
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
10045
|
-
"text-link-pressed": /*elided*/ any;
|
|
10046
|
-
"text-link-secondary": /*elided*/ any;
|
|
10047
|
-
"text-link-secondary-hover": /*elided*/ any;
|
|
10048
|
-
"text-link-secondary-pressed": /*elided*/ any;
|
|
10049
10057
|
"text-on-interactive-danger": /*elided*/ any;
|
|
10050
10058
|
"text-on-interactive-primary": /*elided*/ any;
|
|
10051
10059
|
"text-on-interactive-secondary": /*elided*/ any;
|
|
@@ -11019,6 +11027,8 @@ declare const globalCss: <Styles extends {
|
|
|
11019
11027
|
"border-disabled": /*elided*/ any;
|
|
11020
11028
|
"border-inverted": /*elided*/ any;
|
|
11021
11029
|
"border-inverted-subtle": /*elided*/ any;
|
|
11030
|
+
"border-option": /*elided*/ any;
|
|
11031
|
+
"border-option-hover": /*elided*/ any;
|
|
11022
11032
|
"border-static-dark": /*elided*/ any;
|
|
11023
11033
|
"border-static-dark-subtle": /*elided*/ any;
|
|
11024
11034
|
"border-strong": /*elided*/ any;
|
|
@@ -11140,12 +11150,11 @@ declare const globalCss: <Styles extends {
|
|
|
11140
11150
|
"input-background-default": /*elided*/ any;
|
|
11141
11151
|
"input-background-disabled": /*elided*/ any;
|
|
11142
11152
|
"input-background-hover": /*elided*/ any;
|
|
11143
|
-
"input-border-active": /*elided*/ any;
|
|
11144
11153
|
"input-border-default": /*elided*/ any;
|
|
11145
11154
|
"input-border-disabled": /*elided*/ any;
|
|
11146
11155
|
"input-border-error": /*elided*/ any;
|
|
11156
|
+
"input-border-focused": /*elided*/ any;
|
|
11147
11157
|
"input-border-hover": /*elided*/ any;
|
|
11148
|
-
"input-border-selection-control": /*elided*/ any;
|
|
11149
11158
|
"input-border-success": /*elided*/ any;
|
|
11150
11159
|
"notification-background": /*elided*/ any;
|
|
11151
11160
|
"notification-border": /*elided*/ any;
|
|
@@ -11155,6 +11164,7 @@ declare const globalCss: <Styles extends {
|
|
|
11155
11164
|
"scrollbar-background": /*elided*/ any;
|
|
11156
11165
|
"scrollbar-background-hover": /*elided*/ any;
|
|
11157
11166
|
"slider-background": /*elided*/ any;
|
|
11167
|
+
"slider-control-background": /*elided*/ any;
|
|
11158
11168
|
"slider-notch-background": /*elided*/ any;
|
|
11159
11169
|
"switch-background-default": /*elided*/ any;
|
|
11160
11170
|
"switch-background-hover": /*elided*/ any;
|
|
@@ -11176,19 +11186,19 @@ declare const globalCss: <Styles extends {
|
|
|
11176
11186
|
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
11177
11187
|
"icon-placeholder": /*elided*/ any;
|
|
11178
11188
|
"icon-secondary": /*elided*/ any;
|
|
11189
|
+
"icon-interactive-on-inverted": /*elided*/ any;
|
|
11190
|
+
"icon-interactive-on-inverted-hover": /*elided*/ any;
|
|
11191
|
+
"icon-interactive-on-inverted-pressed": /*elided*/ any;
|
|
11192
|
+
"icon-interactive-on-inverted-secondary": /*elided*/ any;
|
|
11193
|
+
"icon-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
11194
|
+
"icon-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
11195
|
+
"icon-interactive-primary": /*elided*/ any;
|
|
11196
|
+
"icon-interactive-primary-hover": /*elided*/ any;
|
|
11197
|
+
"icon-interactive-primary-pressed": /*elided*/ any;
|
|
11198
|
+
"icon-interactive-secondary": /*elided*/ any;
|
|
11199
|
+
"icon-interactive-secondary-hover": /*elided*/ any;
|
|
11200
|
+
"icon-interactive-secondary-pressed": /*elided*/ any;
|
|
11179
11201
|
"icon-interactive-selected": /*elided*/ any;
|
|
11180
|
-
"icon-link": /*elided*/ any;
|
|
11181
|
-
"icon-link-hover": /*elided*/ any;
|
|
11182
|
-
"icon-link-on-inverted": /*elided*/ any;
|
|
11183
|
-
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
11184
|
-
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
11185
|
-
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
11186
|
-
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
11187
|
-
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
11188
|
-
"icon-link-pressed": /*elided*/ any;
|
|
11189
|
-
"icon-link-secondary": /*elided*/ any;
|
|
11190
|
-
"icon-link-secondary-hover": /*elided*/ any;
|
|
11191
|
-
"icon-link-secondary-pressed": /*elided*/ any;
|
|
11192
11202
|
"icon-on-interactive-danger": /*elided*/ any;
|
|
11193
11203
|
"icon-on-interactive-primary": /*elided*/ any;
|
|
11194
11204
|
"icon-on-interactive-secondary": /*elided*/ any;
|
|
@@ -11236,19 +11246,19 @@ declare const globalCss: <Styles extends {
|
|
|
11236
11246
|
"text-danger-hover": /*elided*/ any;
|
|
11237
11247
|
"text-danger-inverted": /*elided*/ any;
|
|
11238
11248
|
"text-danger-pressed": /*elided*/ any;
|
|
11249
|
+
"text-interactive-on-inverted": /*elided*/ any;
|
|
11250
|
+
"text-interactive-on-inverted-hover": /*elided*/ any;
|
|
11251
|
+
"text-interactive-on-inverted-pressed": /*elided*/ any;
|
|
11252
|
+
"text-interactive-on-inverted-secondary": /*elided*/ any;
|
|
11253
|
+
"text-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
11254
|
+
"text-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
11255
|
+
"text-interactive-primary": /*elided*/ any;
|
|
11256
|
+
"text-interactive-primary-hover": /*elided*/ any;
|
|
11257
|
+
"text-interactive-primary-pressed": /*elided*/ any;
|
|
11258
|
+
"text-interactive-secondary": /*elided*/ any;
|
|
11259
|
+
"text-interactive-secondary-hover": /*elided*/ any;
|
|
11260
|
+
"text-interactive-secondary-pressed": /*elided*/ any;
|
|
11239
11261
|
"text-interactive-selected": /*elided*/ any;
|
|
11240
|
-
"text-link": /*elided*/ any;
|
|
11241
|
-
"text-link-hover": /*elided*/ any;
|
|
11242
|
-
"text-link-on-inverted": /*elided*/ any;
|
|
11243
|
-
"text-link-on-inverted-hover": /*elided*/ any;
|
|
11244
|
-
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
11245
|
-
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
11246
|
-
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
11247
|
-
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
11248
|
-
"text-link-pressed": /*elided*/ any;
|
|
11249
|
-
"text-link-secondary": /*elided*/ any;
|
|
11250
|
-
"text-link-secondary-hover": /*elided*/ any;
|
|
11251
|
-
"text-link-secondary-pressed": /*elided*/ any;
|
|
11252
11262
|
"text-on-interactive-danger": /*elided*/ any;
|
|
11253
11263
|
"text-on-interactive-primary": /*elided*/ any;
|
|
11254
11264
|
"text-on-interactive-secondary": /*elided*/ any;
|
|
@@ -12204,6 +12214,8 @@ declare const globalCss: <Styles extends {
|
|
|
12204
12214
|
"border-disabled": /*elided*/ any;
|
|
12205
12215
|
"border-inverted": /*elided*/ any;
|
|
12206
12216
|
"border-inverted-subtle": /*elided*/ any;
|
|
12217
|
+
"border-option": /*elided*/ any;
|
|
12218
|
+
"border-option-hover": /*elided*/ any;
|
|
12207
12219
|
"border-static-dark": /*elided*/ any;
|
|
12208
12220
|
"border-static-dark-subtle": /*elided*/ any;
|
|
12209
12221
|
"border-strong": /*elided*/ any;
|
|
@@ -12325,12 +12337,11 @@ declare const globalCss: <Styles extends {
|
|
|
12325
12337
|
"input-background-default": /*elided*/ any;
|
|
12326
12338
|
"input-background-disabled": /*elided*/ any;
|
|
12327
12339
|
"input-background-hover": /*elided*/ any;
|
|
12328
|
-
"input-border-active": /*elided*/ any;
|
|
12329
12340
|
"input-border-default": /*elided*/ any;
|
|
12330
12341
|
"input-border-disabled": /*elided*/ any;
|
|
12331
12342
|
"input-border-error": /*elided*/ any;
|
|
12343
|
+
"input-border-focused": /*elided*/ any;
|
|
12332
12344
|
"input-border-hover": /*elided*/ any;
|
|
12333
|
-
"input-border-selection-control": /*elided*/ any;
|
|
12334
12345
|
"input-border-success": /*elided*/ any;
|
|
12335
12346
|
"notification-background": /*elided*/ any;
|
|
12336
12347
|
"notification-border": /*elided*/ any;
|
|
@@ -12340,6 +12351,7 @@ declare const globalCss: <Styles extends {
|
|
|
12340
12351
|
"scrollbar-background": /*elided*/ any;
|
|
12341
12352
|
"scrollbar-background-hover": /*elided*/ any;
|
|
12342
12353
|
"slider-background": /*elided*/ any;
|
|
12354
|
+
"slider-control-background": /*elided*/ any;
|
|
12343
12355
|
"slider-notch-background": /*elided*/ any;
|
|
12344
12356
|
"switch-background-default": /*elided*/ any;
|
|
12345
12357
|
"switch-background-hover": /*elided*/ any;
|
|
@@ -12361,19 +12373,19 @@ declare const globalCss: <Styles extends {
|
|
|
12361
12373
|
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
12362
12374
|
"icon-placeholder": /*elided*/ any;
|
|
12363
12375
|
"icon-secondary": /*elided*/ any;
|
|
12376
|
+
"icon-interactive-on-inverted": /*elided*/ any;
|
|
12377
|
+
"icon-interactive-on-inverted-hover": /*elided*/ any;
|
|
12378
|
+
"icon-interactive-on-inverted-pressed": /*elided*/ any;
|
|
12379
|
+
"icon-interactive-on-inverted-secondary": /*elided*/ any;
|
|
12380
|
+
"icon-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
12381
|
+
"icon-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
12382
|
+
"icon-interactive-primary": /*elided*/ any;
|
|
12383
|
+
"icon-interactive-primary-hover": /*elided*/ any;
|
|
12384
|
+
"icon-interactive-primary-pressed": /*elided*/ any;
|
|
12385
|
+
"icon-interactive-secondary": /*elided*/ any;
|
|
12386
|
+
"icon-interactive-secondary-hover": /*elided*/ any;
|
|
12387
|
+
"icon-interactive-secondary-pressed": /*elided*/ any;
|
|
12364
12388
|
"icon-interactive-selected": /*elided*/ any;
|
|
12365
|
-
"icon-link": /*elided*/ any;
|
|
12366
|
-
"icon-link-hover": /*elided*/ any;
|
|
12367
|
-
"icon-link-on-inverted": /*elided*/ any;
|
|
12368
|
-
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
12369
|
-
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
12370
|
-
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
12371
|
-
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
12372
|
-
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
12373
|
-
"icon-link-pressed": /*elided*/ any;
|
|
12374
|
-
"icon-link-secondary": /*elided*/ any;
|
|
12375
|
-
"icon-link-secondary-hover": /*elided*/ any;
|
|
12376
|
-
"icon-link-secondary-pressed": /*elided*/ any;
|
|
12377
12389
|
"icon-on-interactive-danger": /*elided*/ any;
|
|
12378
12390
|
"icon-on-interactive-primary": /*elided*/ any;
|
|
12379
12391
|
"icon-on-interactive-secondary": /*elided*/ any;
|
|
@@ -12421,19 +12433,19 @@ declare const globalCss: <Styles extends {
|
|
|
12421
12433
|
"text-danger-hover": /*elided*/ any;
|
|
12422
12434
|
"text-danger-inverted": /*elided*/ any;
|
|
12423
12435
|
"text-danger-pressed": /*elided*/ any;
|
|
12436
|
+
"text-interactive-on-inverted": /*elided*/ any;
|
|
12437
|
+
"text-interactive-on-inverted-hover": /*elided*/ any;
|
|
12438
|
+
"text-interactive-on-inverted-pressed": /*elided*/ any;
|
|
12439
|
+
"text-interactive-on-inverted-secondary": /*elided*/ any;
|
|
12440
|
+
"text-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
12441
|
+
"text-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
12442
|
+
"text-interactive-primary": /*elided*/ any;
|
|
12443
|
+
"text-interactive-primary-hover": /*elided*/ any;
|
|
12444
|
+
"text-interactive-primary-pressed": /*elided*/ any;
|
|
12445
|
+
"text-interactive-secondary": /*elided*/ any;
|
|
12446
|
+
"text-interactive-secondary-hover": /*elided*/ any;
|
|
12447
|
+
"text-interactive-secondary-pressed": /*elided*/ any;
|
|
12424
12448
|
"text-interactive-selected": /*elided*/ any;
|
|
12425
|
-
"text-link": /*elided*/ any;
|
|
12426
|
-
"text-link-hover": /*elided*/ any;
|
|
12427
|
-
"text-link-on-inverted": /*elided*/ any;
|
|
12428
|
-
"text-link-on-inverted-hover": /*elided*/ any;
|
|
12429
|
-
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
12430
|
-
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
12431
|
-
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
12432
|
-
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
12433
|
-
"text-link-pressed": /*elided*/ any;
|
|
12434
|
-
"text-link-secondary": /*elided*/ any;
|
|
12435
|
-
"text-link-secondary-hover": /*elided*/ any;
|
|
12436
|
-
"text-link-secondary-pressed": /*elided*/ any;
|
|
12437
12449
|
"text-on-interactive-danger": /*elided*/ any;
|
|
12438
12450
|
"text-on-interactive-primary": /*elided*/ any;
|
|
12439
12451
|
"text-on-interactive-secondary": /*elided*/ any;
|
|
@@ -13392,6 +13404,8 @@ declare const keyframes: (style: {
|
|
|
13392
13404
|
"border-disabled": /*elided*/ any;
|
|
13393
13405
|
"border-inverted": /*elided*/ any;
|
|
13394
13406
|
"border-inverted-subtle": /*elided*/ any;
|
|
13407
|
+
"border-option": /*elided*/ any;
|
|
13408
|
+
"border-option-hover": /*elided*/ any;
|
|
13395
13409
|
"border-static-dark": /*elided*/ any;
|
|
13396
13410
|
"border-static-dark-subtle": /*elided*/ any;
|
|
13397
13411
|
"border-strong": /*elided*/ any;
|
|
@@ -13513,12 +13527,11 @@ declare const keyframes: (style: {
|
|
|
13513
13527
|
"input-background-default": /*elided*/ any;
|
|
13514
13528
|
"input-background-disabled": /*elided*/ any;
|
|
13515
13529
|
"input-background-hover": /*elided*/ any;
|
|
13516
|
-
"input-border-active": /*elided*/ any;
|
|
13517
13530
|
"input-border-default": /*elided*/ any;
|
|
13518
13531
|
"input-border-disabled": /*elided*/ any;
|
|
13519
13532
|
"input-border-error": /*elided*/ any;
|
|
13533
|
+
"input-border-focused": /*elided*/ any;
|
|
13520
13534
|
"input-border-hover": /*elided*/ any;
|
|
13521
|
-
"input-border-selection-control": /*elided*/ any;
|
|
13522
13535
|
"input-border-success": /*elided*/ any;
|
|
13523
13536
|
"notification-background": /*elided*/ any;
|
|
13524
13537
|
"notification-border": /*elided*/ any;
|
|
@@ -13528,6 +13541,7 @@ declare const keyframes: (style: {
|
|
|
13528
13541
|
"scrollbar-background": /*elided*/ any;
|
|
13529
13542
|
"scrollbar-background-hover": /*elided*/ any;
|
|
13530
13543
|
"slider-background": /*elided*/ any;
|
|
13544
|
+
"slider-control-background": /*elided*/ any;
|
|
13531
13545
|
"slider-notch-background": /*elided*/ any;
|
|
13532
13546
|
"switch-background-default": /*elided*/ any;
|
|
13533
13547
|
"switch-background-hover": /*elided*/ any;
|
|
@@ -13549,19 +13563,19 @@ declare const keyframes: (style: {
|
|
|
13549
13563
|
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
13550
13564
|
"icon-placeholder": /*elided*/ any;
|
|
13551
13565
|
"icon-secondary": /*elided*/ any;
|
|
13566
|
+
"icon-interactive-on-inverted": /*elided*/ any;
|
|
13567
|
+
"icon-interactive-on-inverted-hover": /*elided*/ any;
|
|
13568
|
+
"icon-interactive-on-inverted-pressed": /*elided*/ any;
|
|
13569
|
+
"icon-interactive-on-inverted-secondary": /*elided*/ any;
|
|
13570
|
+
"icon-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
13571
|
+
"icon-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
13572
|
+
"icon-interactive-primary": /*elided*/ any;
|
|
13573
|
+
"icon-interactive-primary-hover": /*elided*/ any;
|
|
13574
|
+
"icon-interactive-primary-pressed": /*elided*/ any;
|
|
13575
|
+
"icon-interactive-secondary": /*elided*/ any;
|
|
13576
|
+
"icon-interactive-secondary-hover": /*elided*/ any;
|
|
13577
|
+
"icon-interactive-secondary-pressed": /*elided*/ any;
|
|
13552
13578
|
"icon-interactive-selected": /*elided*/ any;
|
|
13553
|
-
"icon-link": /*elided*/ any;
|
|
13554
|
-
"icon-link-hover": /*elided*/ any;
|
|
13555
|
-
"icon-link-on-inverted": /*elided*/ any;
|
|
13556
|
-
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
13557
|
-
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
13558
|
-
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
13559
|
-
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
13560
|
-
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
13561
|
-
"icon-link-pressed": /*elided*/ any;
|
|
13562
|
-
"icon-link-secondary": /*elided*/ any;
|
|
13563
|
-
"icon-link-secondary-hover": /*elided*/ any;
|
|
13564
|
-
"icon-link-secondary-pressed": /*elided*/ any;
|
|
13565
13579
|
"icon-on-interactive-danger": /*elided*/ any;
|
|
13566
13580
|
"icon-on-interactive-primary": /*elided*/ any;
|
|
13567
13581
|
"icon-on-interactive-secondary": /*elided*/ any;
|
|
@@ -13609,19 +13623,19 @@ declare const keyframes: (style: {
|
|
|
13609
13623
|
"text-danger-hover": /*elided*/ any;
|
|
13610
13624
|
"text-danger-inverted": /*elided*/ any;
|
|
13611
13625
|
"text-danger-pressed": /*elided*/ any;
|
|
13626
|
+
"text-interactive-on-inverted": /*elided*/ any;
|
|
13627
|
+
"text-interactive-on-inverted-hover": /*elided*/ any;
|
|
13628
|
+
"text-interactive-on-inverted-pressed": /*elided*/ any;
|
|
13629
|
+
"text-interactive-on-inverted-secondary": /*elided*/ any;
|
|
13630
|
+
"text-interactive-on-inverted-secondary-hover": /*elided*/ any;
|
|
13631
|
+
"text-interactive-on-inverted-secondary-pressed": /*elided*/ any;
|
|
13632
|
+
"text-interactive-primary": /*elided*/ any;
|
|
13633
|
+
"text-interactive-primary-hover": /*elided*/ any;
|
|
13634
|
+
"text-interactive-primary-pressed": /*elided*/ any;
|
|
13635
|
+
"text-interactive-secondary": /*elided*/ any;
|
|
13636
|
+
"text-interactive-secondary-hover": /*elided*/ any;
|
|
13637
|
+
"text-interactive-secondary-pressed": /*elided*/ any;
|
|
13612
13638
|
"text-interactive-selected": /*elided*/ any;
|
|
13613
|
-
"text-link": /*elided*/ any;
|
|
13614
|
-
"text-link-hover": /*elided*/ any;
|
|
13615
|
-
"text-link-on-inverted": /*elided*/ any;
|
|
13616
|
-
"text-link-on-inverted-hover": /*elided*/ any;
|
|
13617
|
-
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
13618
|
-
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
13619
|
-
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
13620
|
-
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
13621
|
-
"text-link-pressed": /*elided*/ any;
|
|
13622
|
-
"text-link-secondary": /*elided*/ any;
|
|
13623
|
-
"text-link-secondary-hover": /*elided*/ any;
|
|
13624
|
-
"text-link-secondary-pressed": /*elided*/ any;
|
|
13625
13639
|
"text-on-interactive-danger": /*elided*/ any;
|
|
13626
13640
|
"text-on-interactive-primary": /*elided*/ any;
|
|
13627
13641
|
"text-on-interactive-secondary": /*elided*/ any;
|
|
@@ -14750,6 +14764,8 @@ declare const theme: {
|
|
|
14750
14764
|
"border-disabled": _mirohq_design_system_themes.Color;
|
|
14751
14765
|
"border-inverted": _mirohq_design_system_themes.Color;
|
|
14752
14766
|
"border-inverted-subtle": _mirohq_design_system_themes.Color;
|
|
14767
|
+
"border-option": _mirohq_design_system_themes.Color;
|
|
14768
|
+
"border-option-hover": _mirohq_design_system_themes.Color;
|
|
14753
14769
|
"border-static-dark": _mirohq_design_system_themes.Color;
|
|
14754
14770
|
"border-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
14755
14771
|
"border-strong": _mirohq_design_system_themes.Color;
|
|
@@ -14871,12 +14887,11 @@ declare const theme: {
|
|
|
14871
14887
|
"input-background-default": _mirohq_design_system_themes.Color;
|
|
14872
14888
|
"input-background-disabled": _mirohq_design_system_themes.Color;
|
|
14873
14889
|
"input-background-hover": _mirohq_design_system_themes.Color;
|
|
14874
|
-
"input-border-active": _mirohq_design_system_themes.Color;
|
|
14875
14890
|
"input-border-default": _mirohq_design_system_themes.Color;
|
|
14876
14891
|
"input-border-disabled": _mirohq_design_system_themes.Color;
|
|
14877
14892
|
"input-border-error": _mirohq_design_system_themes.Color;
|
|
14893
|
+
"input-border-focused": _mirohq_design_system_themes.Color;
|
|
14878
14894
|
"input-border-hover": _mirohq_design_system_themes.Color;
|
|
14879
|
-
"input-border-selection-control": _mirohq_design_system_themes.Color;
|
|
14880
14895
|
"input-border-success": _mirohq_design_system_themes.Color;
|
|
14881
14896
|
"notification-background": _mirohq_design_system_themes.Color;
|
|
14882
14897
|
"notification-border": _mirohq_design_system_themes.Color;
|
|
@@ -14886,6 +14901,7 @@ declare const theme: {
|
|
|
14886
14901
|
"scrollbar-background": _mirohq_design_system_themes.Color;
|
|
14887
14902
|
"scrollbar-background-hover": _mirohq_design_system_themes.Color;
|
|
14888
14903
|
"slider-background": _mirohq_design_system_themes.Color;
|
|
14904
|
+
"slider-control-background": _mirohq_design_system_themes.Color;
|
|
14889
14905
|
"slider-notch-background": _mirohq_design_system_themes.Color;
|
|
14890
14906
|
"switch-background-default": _mirohq_design_system_themes.Color;
|
|
14891
14907
|
"switch-background-hover": _mirohq_design_system_themes.Color;
|
|
@@ -14907,19 +14923,19 @@ declare const theme: {
|
|
|
14907
14923
|
"icon-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
14908
14924
|
"icon-placeholder": _mirohq_design_system_themes.Color;
|
|
14909
14925
|
"icon-secondary": _mirohq_design_system_themes.Color;
|
|
14926
|
+
"icon-interactive-on-inverted": _mirohq_design_system_themes.Color;
|
|
14927
|
+
"icon-interactive-on-inverted-hover": _mirohq_design_system_themes.Color;
|
|
14928
|
+
"icon-interactive-on-inverted-pressed": _mirohq_design_system_themes.Color;
|
|
14929
|
+
"icon-interactive-on-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14930
|
+
"icon-interactive-on-inverted-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14931
|
+
"icon-interactive-on-inverted-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14932
|
+
"icon-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14933
|
+
"icon-interactive-primary-hover": _mirohq_design_system_themes.Color;
|
|
14934
|
+
"icon-interactive-primary-pressed": _mirohq_design_system_themes.Color;
|
|
14935
|
+
"icon-interactive-secondary": _mirohq_design_system_themes.Color;
|
|
14936
|
+
"icon-interactive-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14937
|
+
"icon-interactive-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14910
14938
|
"icon-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14911
|
-
"icon-link": _mirohq_design_system_themes.Color;
|
|
14912
|
-
"icon-link-hover": _mirohq_design_system_themes.Color;
|
|
14913
|
-
"icon-link-on-inverted": _mirohq_design_system_themes.Color;
|
|
14914
|
-
"icon-link-on-inverted-hover": _mirohq_design_system_themes.Color;
|
|
14915
|
-
"icon-link-on-inverted-pressed": _mirohq_design_system_themes.Color;
|
|
14916
|
-
"icon-link-on-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14917
|
-
"icon-link-on-inverted-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14918
|
-
"icon-link-on-inverted-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14919
|
-
"icon-link-pressed": _mirohq_design_system_themes.Color;
|
|
14920
|
-
"icon-link-secondary": _mirohq_design_system_themes.Color;
|
|
14921
|
-
"icon-link-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14922
|
-
"icon-link-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14923
14939
|
"icon-on-interactive-danger": _mirohq_design_system_themes.Color;
|
|
14924
14940
|
"icon-on-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14925
14941
|
"icon-on-interactive-secondary": _mirohq_design_system_themes.Color;
|
|
@@ -14967,19 +14983,19 @@ declare const theme: {
|
|
|
14967
14983
|
"text-danger-hover": _mirohq_design_system_themes.Color;
|
|
14968
14984
|
"text-danger-inverted": _mirohq_design_system_themes.Color;
|
|
14969
14985
|
"text-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14986
|
+
"text-interactive-on-inverted": _mirohq_design_system_themes.Color;
|
|
14987
|
+
"text-interactive-on-inverted-hover": _mirohq_design_system_themes.Color;
|
|
14988
|
+
"text-interactive-on-inverted-pressed": _mirohq_design_system_themes.Color;
|
|
14989
|
+
"text-interactive-on-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14990
|
+
"text-interactive-on-inverted-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14991
|
+
"text-interactive-on-inverted-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14992
|
+
"text-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14993
|
+
"text-interactive-primary-hover": _mirohq_design_system_themes.Color;
|
|
14994
|
+
"text-interactive-primary-pressed": _mirohq_design_system_themes.Color;
|
|
14995
|
+
"text-interactive-secondary": _mirohq_design_system_themes.Color;
|
|
14996
|
+
"text-interactive-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14997
|
+
"text-interactive-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14970
14998
|
"text-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14971
|
-
"text-link": _mirohq_design_system_themes.Color;
|
|
14972
|
-
"text-link-hover": _mirohq_design_system_themes.Color;
|
|
14973
|
-
"text-link-on-inverted": _mirohq_design_system_themes.Color;
|
|
14974
|
-
"text-link-on-inverted-hover": _mirohq_design_system_themes.Color;
|
|
14975
|
-
"text-link-on-inverted-pressed": _mirohq_design_system_themes.Color;
|
|
14976
|
-
"text-link-on-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14977
|
-
"text-link-on-inverted-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14978
|
-
"text-link-on-inverted-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14979
|
-
"text-link-pressed": _mirohq_design_system_themes.Color;
|
|
14980
|
-
"text-link-secondary": _mirohq_design_system_themes.Color;
|
|
14981
|
-
"text-link-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14982
|
-
"text-link-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14983
14999
|
"text-on-interactive-danger": _mirohq_design_system_themes.Color;
|
|
14984
15000
|
"text-on-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14985
15001
|
"text-on-interactive-secondary": _mirohq_design_system_themes.Color;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^1.3.4",
|
|
31
30
|
"@mirohq/design-system-types": "^1.0.3",
|
|
32
|
-
"@mirohq/design-
|
|
31
|
+
"@mirohq/design-system-themes": "^1.3.5",
|
|
32
|
+
"@mirohq/design-tokens": "^9.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|