@jeromefitz/design-system 1.1.0 → 1.2.1
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/LICENSE +0 -0
- package/README.md +2 -0
- package/chunk-HHPZ3EO6.js +0 -0
- package/chunk-JRXMIMQJ.js +10 -0
- package/chunk-KU3JN3SA.cjs +0 -0
- package/chunk-QGMHYQ7V.js +0 -0
- package/chunk-SVSBFWVB.cjs +10 -0
- package/chunk-ZKXNQEAO.cjs +0 -0
- package/components/Card/Show.cjs +1 -1
- package/components/Card/Show.d.ts +0 -0
- package/components/Card/Show.js +1 -1
- package/components/Hero/HeroImage.cjs +1 -1
- package/components/Hero/HeroImage.d.ts +0 -0
- package/components/Hero/HeroImage.js +1 -1
- package/components/index.cjs +1 -1
- package/components/index.d.ts +1151 -35
- package/components/index.js +1 -1
- package/custom/Tooltip/index.cjs +0 -0
- package/custom/Tooltip/index.d.ts +0 -0
- package/custom/Tooltip/index.js +0 -0
- package/hooks/useOnScreen.cjs +0 -0
- package/hooks/useOnScreen.d.ts +0 -0
- package/hooks/useOnScreen.js +0 -0
- package/hooks/useOnlineStatus.cjs +0 -0
- package/hooks/useOnlineStatus.d.ts +0 -0
- package/hooks/useOnlineStatus.js +0 -0
- package/hooks/usePrefersReducedMotion.cjs +0 -0
- package/hooks/usePrefersReducedMotion.d.ts +0 -0
- package/hooks/usePrefersReducedMotion.js +0 -0
- package/hooks/useRefScrollProgress.cjs +0 -0
- package/hooks/useRefScrollProgress.d.ts +0 -0
- package/hooks/useRefScrollProgress.js +0 -0
- package/hooks/useSWRInfinitePages.cjs +0 -0
- package/hooks/useSWRInfinitePages.d.ts +0 -0
- package/hooks/useSWRInfinitePages.js +0 -0
- package/hooks/useScrollCounter.cjs +0 -0
- package/hooks/useScrollCounter.d.ts +0 -0
- package/hooks/useScrollCounter.js +0 -0
- package/hooks/useSettings.cjs +0 -0
- package/hooks/useSettings.d.ts +0 -0
- package/hooks/useSettings.js +0 -0
- package/hooks/useSpotify.cjs +0 -0
- package/hooks/useSpotify.d.ts +0 -0
- package/hooks/useSpotify.js +0 -0
- package/hooks/useSticky.cjs +0 -0
- package/hooks/useSticky.d.ts +0 -0
- package/hooks/useSticky.js +0 -0
- package/package.json +4 -4
- package/stitches.config.cjs +0 -0
- package/stitches.config.d.ts +0 -0
- package/stitches.config.js +0 -0
- package/chunk-2WADYYCL.js +0 -10
- package/chunk-7SDIZ4ZS.cjs +0 -10
package/components/index.d.ts
CHANGED
@@ -20869,6 +20869,1093 @@ declare const Code: _stitches_react_types_styled_component.StyledComponent<"code
|
|
20869
20869
|
};
|
20870
20870
|
}>>;
|
20871
20871
|
|
20872
|
+
declare const Breakout: _stitches_react_types_styled_component.StyledComponent<"div", {}, {
|
20873
|
+
bp1: "(min-width: 520px)";
|
20874
|
+
bp2: "(min-width: 900px)";
|
20875
|
+
bp3: "(min-width: 1200px)";
|
20876
|
+
bp4: "(min-width: 1800px)";
|
20877
|
+
motion: "(prefers-reduced-motion)";
|
20878
|
+
hover: "(any-hover: hover)";
|
20879
|
+
dark: "(prefers-color-scheme: dark)";
|
20880
|
+
light: "(prefers-color-scheme: light)";
|
20881
|
+
}, _stitches_react_types_css_util.CSS<{
|
20882
|
+
bp1: "(min-width: 520px)";
|
20883
|
+
bp2: "(min-width: 900px)";
|
20884
|
+
bp3: "(min-width: 1200px)";
|
20885
|
+
bp4: "(min-width: 1800px)";
|
20886
|
+
motion: "(prefers-reduced-motion)";
|
20887
|
+
hover: "(any-hover: hover)";
|
20888
|
+
dark: "(prefers-color-scheme: dark)";
|
20889
|
+
light: "(prefers-color-scheme: light)";
|
20890
|
+
}, {
|
20891
|
+
colors: {
|
20892
|
+
hiContrast: string;
|
20893
|
+
loContrast: string;
|
20894
|
+
canvas: string;
|
20895
|
+
panel: string;
|
20896
|
+
transparentPanel: string;
|
20897
|
+
shadowLight: string;
|
20898
|
+
shadowDark: string;
|
20899
|
+
yellowA1: string;
|
20900
|
+
yellowA2: string;
|
20901
|
+
yellowA3: string;
|
20902
|
+
yellowA4: string;
|
20903
|
+
yellowA5: string;
|
20904
|
+
yellowA6: string;
|
20905
|
+
yellowA7: string;
|
20906
|
+
yellowA8: string;
|
20907
|
+
yellowA9: string;
|
20908
|
+
yellowA10: string;
|
20909
|
+
yellowA11: string;
|
20910
|
+
yellowA12: string;
|
20911
|
+
yellow1: string;
|
20912
|
+
yellow2: string;
|
20913
|
+
yellow3: string;
|
20914
|
+
yellow4: string;
|
20915
|
+
yellow5: string;
|
20916
|
+
yellow6: string;
|
20917
|
+
yellow7: string;
|
20918
|
+
yellow8: string;
|
20919
|
+
yellow9: string;
|
20920
|
+
yellow10: string;
|
20921
|
+
yellow11: string;
|
20922
|
+
yellow12: string;
|
20923
|
+
whiteA1: string;
|
20924
|
+
whiteA2: string;
|
20925
|
+
whiteA3: string;
|
20926
|
+
whiteA4: string;
|
20927
|
+
whiteA5: string;
|
20928
|
+
whiteA6: string;
|
20929
|
+
whiteA7: string;
|
20930
|
+
whiteA8: string;
|
20931
|
+
whiteA9: string;
|
20932
|
+
whiteA10: string;
|
20933
|
+
whiteA11: string;
|
20934
|
+
whiteA12: string;
|
20935
|
+
violetA1: string;
|
20936
|
+
violetA2: string;
|
20937
|
+
violetA3: string;
|
20938
|
+
violetA4: string;
|
20939
|
+
violetA5: string;
|
20940
|
+
violetA6: string;
|
20941
|
+
violetA7: string;
|
20942
|
+
violetA8: string;
|
20943
|
+
violetA9: string;
|
20944
|
+
violetA10: string;
|
20945
|
+
violetA11: string;
|
20946
|
+
violetA12: string;
|
20947
|
+
violet1: string;
|
20948
|
+
violet2: string;
|
20949
|
+
violet3: string;
|
20950
|
+
violet4: string;
|
20951
|
+
violet5: string;
|
20952
|
+
violet6: string;
|
20953
|
+
violet7: string;
|
20954
|
+
violet8: string;
|
20955
|
+
violet9: string;
|
20956
|
+
violet10: string;
|
20957
|
+
violet11: string;
|
20958
|
+
violet12: string;
|
20959
|
+
tomatoA1: string;
|
20960
|
+
tomatoA2: string;
|
20961
|
+
tomatoA3: string;
|
20962
|
+
tomatoA4: string;
|
20963
|
+
tomatoA5: string;
|
20964
|
+
tomatoA6: string;
|
20965
|
+
tomatoA7: string;
|
20966
|
+
tomatoA8: string;
|
20967
|
+
tomatoA9: string;
|
20968
|
+
tomatoA10: string;
|
20969
|
+
tomatoA11: string;
|
20970
|
+
tomatoA12: string;
|
20971
|
+
tomato1: string;
|
20972
|
+
tomato2: string;
|
20973
|
+
tomato3: string;
|
20974
|
+
tomato4: string;
|
20975
|
+
tomato5: string;
|
20976
|
+
tomato6: string;
|
20977
|
+
tomato7: string;
|
20978
|
+
tomato8: string;
|
20979
|
+
tomato9: string;
|
20980
|
+
tomato10: string;
|
20981
|
+
tomato11: string;
|
20982
|
+
tomato12: string;
|
20983
|
+
tealA1: string;
|
20984
|
+
tealA2: string;
|
20985
|
+
tealA3: string;
|
20986
|
+
tealA4: string;
|
20987
|
+
tealA5: string;
|
20988
|
+
tealA6: string;
|
20989
|
+
tealA7: string;
|
20990
|
+
tealA8: string;
|
20991
|
+
tealA9: string;
|
20992
|
+
tealA10: string;
|
20993
|
+
tealA11: string;
|
20994
|
+
tealA12: string;
|
20995
|
+
teal1: string;
|
20996
|
+
teal2: string;
|
20997
|
+
teal3: string;
|
20998
|
+
teal4: string;
|
20999
|
+
teal5: string;
|
21000
|
+
teal6: string;
|
21001
|
+
teal7: string;
|
21002
|
+
teal8: string;
|
21003
|
+
teal9: string;
|
21004
|
+
teal10: string;
|
21005
|
+
teal11: string;
|
21006
|
+
teal12: string;
|
21007
|
+
slateA1: string;
|
21008
|
+
slateA2: string;
|
21009
|
+
slateA3: string;
|
21010
|
+
slateA4: string;
|
21011
|
+
slateA5: string;
|
21012
|
+
slateA6: string;
|
21013
|
+
slateA7: string;
|
21014
|
+
slateA8: string;
|
21015
|
+
slateA9: string;
|
21016
|
+
slateA10: string;
|
21017
|
+
slateA11: string;
|
21018
|
+
slateA12: string;
|
21019
|
+
slate1: string;
|
21020
|
+
slate2: string;
|
21021
|
+
slate3: string;
|
21022
|
+
slate4: string;
|
21023
|
+
slate5: string;
|
21024
|
+
slate6: string;
|
21025
|
+
slate7: string;
|
21026
|
+
slate8: string;
|
21027
|
+
slate9: string;
|
21028
|
+
slate10: string;
|
21029
|
+
slate11: string;
|
21030
|
+
slate12: string;
|
21031
|
+
skyA1: string;
|
21032
|
+
skyA2: string;
|
21033
|
+
skyA3: string;
|
21034
|
+
skyA4: string;
|
21035
|
+
skyA5: string;
|
21036
|
+
skyA6: string;
|
21037
|
+
skyA7: string;
|
21038
|
+
skyA8: string;
|
21039
|
+
skyA9: string;
|
21040
|
+
skyA10: string;
|
21041
|
+
skyA11: string;
|
21042
|
+
skyA12: string;
|
21043
|
+
sky1: string;
|
21044
|
+
sky2: string;
|
21045
|
+
sky3: string;
|
21046
|
+
sky4: string;
|
21047
|
+
sky5: string;
|
21048
|
+
sky6: string;
|
21049
|
+
sky7: string;
|
21050
|
+
sky8: string;
|
21051
|
+
sky9: string;
|
21052
|
+
sky10: string;
|
21053
|
+
sky11: string;
|
21054
|
+
sky12: string;
|
21055
|
+
sandA1: string;
|
21056
|
+
sandA2: string;
|
21057
|
+
sandA3: string;
|
21058
|
+
sandA4: string;
|
21059
|
+
sandA5: string;
|
21060
|
+
sandA6: string;
|
21061
|
+
sandA7: string;
|
21062
|
+
sandA8: string;
|
21063
|
+
sandA9: string;
|
21064
|
+
sandA10: string;
|
21065
|
+
sandA11: string;
|
21066
|
+
sandA12: string;
|
21067
|
+
sand1: string;
|
21068
|
+
sand2: string;
|
21069
|
+
sand3: string;
|
21070
|
+
sand4: string;
|
21071
|
+
sand5: string;
|
21072
|
+
sand6: string;
|
21073
|
+
sand7: string;
|
21074
|
+
sand8: string;
|
21075
|
+
sand9: string;
|
21076
|
+
sand10: string;
|
21077
|
+
sand11: string;
|
21078
|
+
sand12: string;
|
21079
|
+
sageA1: string;
|
21080
|
+
sageA2: string;
|
21081
|
+
sageA3: string;
|
21082
|
+
sageA4: string;
|
21083
|
+
sageA5: string;
|
21084
|
+
sageA6: string;
|
21085
|
+
sageA7: string;
|
21086
|
+
sageA8: string;
|
21087
|
+
sageA9: string;
|
21088
|
+
sageA10: string;
|
21089
|
+
sageA11: string;
|
21090
|
+
sageA12: string;
|
21091
|
+
sage1: string;
|
21092
|
+
sage2: string;
|
21093
|
+
sage3: string;
|
21094
|
+
sage4: string;
|
21095
|
+
sage5: string;
|
21096
|
+
sage6: string;
|
21097
|
+
sage7: string;
|
21098
|
+
sage8: string;
|
21099
|
+
sage9: string;
|
21100
|
+
sage10: string;
|
21101
|
+
sage11: string;
|
21102
|
+
sage12: string;
|
21103
|
+
redA1: string;
|
21104
|
+
redA2: string;
|
21105
|
+
redA3: string;
|
21106
|
+
redA4: string;
|
21107
|
+
redA5: string;
|
21108
|
+
redA6: string;
|
21109
|
+
redA7: string;
|
21110
|
+
redA8: string;
|
21111
|
+
redA9: string;
|
21112
|
+
redA10: string;
|
21113
|
+
redA11: string;
|
21114
|
+
redA12: string;
|
21115
|
+
red1: string;
|
21116
|
+
red2: string;
|
21117
|
+
red3: string;
|
21118
|
+
red4: string;
|
21119
|
+
red5: string;
|
21120
|
+
red6: string;
|
21121
|
+
red7: string;
|
21122
|
+
red8: string;
|
21123
|
+
red9: string;
|
21124
|
+
red10: string;
|
21125
|
+
red11: string;
|
21126
|
+
red12: string;
|
21127
|
+
purpleA1: string;
|
21128
|
+
purpleA2: string;
|
21129
|
+
purpleA3: string;
|
21130
|
+
purpleA4: string;
|
21131
|
+
purpleA5: string;
|
21132
|
+
purpleA6: string;
|
21133
|
+
purpleA7: string;
|
21134
|
+
purpleA8: string;
|
21135
|
+
purpleA9: string;
|
21136
|
+
purpleA10: string;
|
21137
|
+
purpleA11: string;
|
21138
|
+
purpleA12: string;
|
21139
|
+
purple1: string;
|
21140
|
+
purple2: string;
|
21141
|
+
purple3: string;
|
21142
|
+
purple4: string;
|
21143
|
+
purple5: string;
|
21144
|
+
purple6: string;
|
21145
|
+
purple7: string;
|
21146
|
+
purple8: string;
|
21147
|
+
purple9: string;
|
21148
|
+
purple10: string;
|
21149
|
+
purple11: string;
|
21150
|
+
purple12: string;
|
21151
|
+
plumA1: string;
|
21152
|
+
plumA2: string;
|
21153
|
+
plumA3: string;
|
21154
|
+
plumA4: string;
|
21155
|
+
plumA5: string;
|
21156
|
+
plumA6: string;
|
21157
|
+
plumA7: string;
|
21158
|
+
plumA8: string;
|
21159
|
+
plumA9: string;
|
21160
|
+
plumA10: string;
|
21161
|
+
plumA11: string;
|
21162
|
+
plumA12: string;
|
21163
|
+
plum1: string;
|
21164
|
+
plum2: string;
|
21165
|
+
plum3: string;
|
21166
|
+
plum4: string;
|
21167
|
+
plum5: string;
|
21168
|
+
plum6: string;
|
21169
|
+
plum7: string;
|
21170
|
+
plum8: string;
|
21171
|
+
plum9: string;
|
21172
|
+
plum10: string;
|
21173
|
+
plum11: string;
|
21174
|
+
plum12: string;
|
21175
|
+
pinkA1: string;
|
21176
|
+
pinkA2: string;
|
21177
|
+
pinkA3: string;
|
21178
|
+
pinkA4: string;
|
21179
|
+
pinkA5: string;
|
21180
|
+
pinkA6: string;
|
21181
|
+
pinkA7: string;
|
21182
|
+
pinkA8: string;
|
21183
|
+
pinkA9: string;
|
21184
|
+
pinkA10: string;
|
21185
|
+
pinkA11: string;
|
21186
|
+
pinkA12: string;
|
21187
|
+
pink1: string;
|
21188
|
+
pink2: string;
|
21189
|
+
pink3: string;
|
21190
|
+
pink4: string;
|
21191
|
+
pink5: string;
|
21192
|
+
pink6: string;
|
21193
|
+
pink7: string;
|
21194
|
+
pink8: string;
|
21195
|
+
pink9: string;
|
21196
|
+
pink10: string;
|
21197
|
+
pink11: string;
|
21198
|
+
pink12: string;
|
21199
|
+
orangeA1: string;
|
21200
|
+
orangeA2: string;
|
21201
|
+
orangeA3: string;
|
21202
|
+
orangeA4: string;
|
21203
|
+
orangeA5: string;
|
21204
|
+
orangeA6: string;
|
21205
|
+
orangeA7: string;
|
21206
|
+
orangeA8: string;
|
21207
|
+
orangeA9: string;
|
21208
|
+
orangeA10: string;
|
21209
|
+
orangeA11: string;
|
21210
|
+
orangeA12: string;
|
21211
|
+
orange1: string;
|
21212
|
+
orange2: string;
|
21213
|
+
orange3: string;
|
21214
|
+
orange4: string;
|
21215
|
+
orange5: string;
|
21216
|
+
orange6: string;
|
21217
|
+
orange7: string;
|
21218
|
+
orange8: string;
|
21219
|
+
orange9: string;
|
21220
|
+
orange10: string;
|
21221
|
+
orange11: string;
|
21222
|
+
orange12: string;
|
21223
|
+
oliveA1: string;
|
21224
|
+
oliveA2: string;
|
21225
|
+
oliveA3: string;
|
21226
|
+
oliveA4: string;
|
21227
|
+
oliveA5: string;
|
21228
|
+
oliveA6: string;
|
21229
|
+
oliveA7: string;
|
21230
|
+
oliveA8: string;
|
21231
|
+
oliveA9: string;
|
21232
|
+
oliveA10: string;
|
21233
|
+
oliveA11: string;
|
21234
|
+
oliveA12: string;
|
21235
|
+
olive1: string;
|
21236
|
+
olive2: string;
|
21237
|
+
olive3: string;
|
21238
|
+
olive4: string;
|
21239
|
+
olive5: string;
|
21240
|
+
olive6: string;
|
21241
|
+
olive7: string;
|
21242
|
+
olive8: string;
|
21243
|
+
olive9: string;
|
21244
|
+
olive10: string;
|
21245
|
+
olive11: string;
|
21246
|
+
olive12: string;
|
21247
|
+
mintA1: string;
|
21248
|
+
mintA2: string;
|
21249
|
+
mintA3: string;
|
21250
|
+
mintA4: string;
|
21251
|
+
mintA5: string;
|
21252
|
+
mintA6: string;
|
21253
|
+
mintA7: string;
|
21254
|
+
mintA8: string;
|
21255
|
+
mintA9: string;
|
21256
|
+
mintA10: string;
|
21257
|
+
mintA11: string;
|
21258
|
+
mintA12: string;
|
21259
|
+
mint1: string;
|
21260
|
+
mint2: string;
|
21261
|
+
mint3: string;
|
21262
|
+
mint4: string;
|
21263
|
+
mint5: string;
|
21264
|
+
mint6: string;
|
21265
|
+
mint7: string;
|
21266
|
+
mint8: string;
|
21267
|
+
mint9: string;
|
21268
|
+
mint10: string;
|
21269
|
+
mint11: string;
|
21270
|
+
mint12: string;
|
21271
|
+
mauveA1: string;
|
21272
|
+
mauveA2: string;
|
21273
|
+
mauveA3: string;
|
21274
|
+
mauveA4: string;
|
21275
|
+
mauveA5: string;
|
21276
|
+
mauveA6: string;
|
21277
|
+
mauveA7: string;
|
21278
|
+
mauveA8: string;
|
21279
|
+
mauveA9: string;
|
21280
|
+
mauveA10: string;
|
21281
|
+
mauveA11: string;
|
21282
|
+
mauveA12: string;
|
21283
|
+
mauve1: string;
|
21284
|
+
mauve2: string;
|
21285
|
+
mauve3: string;
|
21286
|
+
mauve4: string;
|
21287
|
+
mauve5: string;
|
21288
|
+
mauve6: string;
|
21289
|
+
mauve7: string;
|
21290
|
+
mauve8: string;
|
21291
|
+
mauve9: string;
|
21292
|
+
mauve10: string;
|
21293
|
+
mauve11: string;
|
21294
|
+
mauve12: string;
|
21295
|
+
limeA1: string;
|
21296
|
+
limeA2: string;
|
21297
|
+
limeA3: string;
|
21298
|
+
limeA4: string;
|
21299
|
+
limeA5: string;
|
21300
|
+
limeA6: string;
|
21301
|
+
limeA7: string;
|
21302
|
+
limeA8: string;
|
21303
|
+
limeA9: string;
|
21304
|
+
limeA10: string;
|
21305
|
+
limeA11: string;
|
21306
|
+
limeA12: string;
|
21307
|
+
lime1: string;
|
21308
|
+
lime2: string;
|
21309
|
+
lime3: string;
|
21310
|
+
lime4: string;
|
21311
|
+
lime5: string;
|
21312
|
+
lime6: string;
|
21313
|
+
lime7: string;
|
21314
|
+
lime8: string;
|
21315
|
+
lime9: string;
|
21316
|
+
lime10: string;
|
21317
|
+
lime11: string;
|
21318
|
+
lime12: string;
|
21319
|
+
indigoA1: string;
|
21320
|
+
indigoA2: string;
|
21321
|
+
indigoA3: string;
|
21322
|
+
indigoA4: string;
|
21323
|
+
indigoA5: string;
|
21324
|
+
indigoA6: string;
|
21325
|
+
indigoA7: string;
|
21326
|
+
indigoA8: string;
|
21327
|
+
indigoA9: string;
|
21328
|
+
indigoA10: string;
|
21329
|
+
indigoA11: string;
|
21330
|
+
indigoA12: string;
|
21331
|
+
indigo1: string;
|
21332
|
+
indigo2: string;
|
21333
|
+
indigo3: string;
|
21334
|
+
indigo4: string;
|
21335
|
+
indigo5: string;
|
21336
|
+
indigo6: string;
|
21337
|
+
indigo7: string;
|
21338
|
+
indigo8: string;
|
21339
|
+
indigo9: string;
|
21340
|
+
indigo10: string;
|
21341
|
+
indigo11: string;
|
21342
|
+
indigo12: string;
|
21343
|
+
greenA1: string;
|
21344
|
+
greenA2: string;
|
21345
|
+
greenA3: string;
|
21346
|
+
greenA4: string;
|
21347
|
+
greenA5: string;
|
21348
|
+
greenA6: string;
|
21349
|
+
greenA7: string;
|
21350
|
+
greenA8: string;
|
21351
|
+
greenA9: string;
|
21352
|
+
greenA10: string;
|
21353
|
+
greenA11: string;
|
21354
|
+
greenA12: string;
|
21355
|
+
green1: string;
|
21356
|
+
green2: string;
|
21357
|
+
green3: string;
|
21358
|
+
green4: string;
|
21359
|
+
green5: string;
|
21360
|
+
green6: string;
|
21361
|
+
green7: string;
|
21362
|
+
green8: string;
|
21363
|
+
green9: string;
|
21364
|
+
green10: string;
|
21365
|
+
green11: string;
|
21366
|
+
green12: string;
|
21367
|
+
grayA1: string;
|
21368
|
+
grayA2: string;
|
21369
|
+
grayA3: string;
|
21370
|
+
grayA4: string;
|
21371
|
+
grayA5: string;
|
21372
|
+
grayA6: string;
|
21373
|
+
grayA7: string;
|
21374
|
+
grayA8: string;
|
21375
|
+
grayA9: string;
|
21376
|
+
grayA10: string;
|
21377
|
+
grayA11: string;
|
21378
|
+
grayA12: string;
|
21379
|
+
gray1: string;
|
21380
|
+
gray2: string;
|
21381
|
+
gray3: string;
|
21382
|
+
gray4: string;
|
21383
|
+
gray5: string;
|
21384
|
+
gray6: string;
|
21385
|
+
gray7: string;
|
21386
|
+
gray8: string;
|
21387
|
+
gray9: string;
|
21388
|
+
gray10: string;
|
21389
|
+
gray11: string;
|
21390
|
+
gray12: string;
|
21391
|
+
grassA1: string;
|
21392
|
+
grassA2: string;
|
21393
|
+
grassA3: string;
|
21394
|
+
grassA4: string;
|
21395
|
+
grassA5: string;
|
21396
|
+
grassA6: string;
|
21397
|
+
grassA7: string;
|
21398
|
+
grassA8: string;
|
21399
|
+
grassA9: string;
|
21400
|
+
grassA10: string;
|
21401
|
+
grassA11: string;
|
21402
|
+
grassA12: string;
|
21403
|
+
grass1: string;
|
21404
|
+
grass2: string;
|
21405
|
+
grass3: string;
|
21406
|
+
grass4: string;
|
21407
|
+
grass5: string;
|
21408
|
+
grass6: string;
|
21409
|
+
grass7: string;
|
21410
|
+
grass8: string;
|
21411
|
+
grass9: string;
|
21412
|
+
grass10: string;
|
21413
|
+
grass11: string;
|
21414
|
+
grass12: string;
|
21415
|
+
goldA1: string;
|
21416
|
+
goldA2: string;
|
21417
|
+
goldA3: string;
|
21418
|
+
goldA4: string;
|
21419
|
+
goldA5: string;
|
21420
|
+
goldA6: string;
|
21421
|
+
goldA7: string;
|
21422
|
+
goldA8: string;
|
21423
|
+
goldA9: string;
|
21424
|
+
goldA10: string;
|
21425
|
+
goldA11: string;
|
21426
|
+
goldA12: string;
|
21427
|
+
gold1: string;
|
21428
|
+
gold2: string;
|
21429
|
+
gold3: string;
|
21430
|
+
gold4: string;
|
21431
|
+
gold5: string;
|
21432
|
+
gold6: string;
|
21433
|
+
gold7: string;
|
21434
|
+
gold8: string;
|
21435
|
+
gold9: string;
|
21436
|
+
gold10: string;
|
21437
|
+
gold11: string;
|
21438
|
+
gold12: string;
|
21439
|
+
cyanA1: string;
|
21440
|
+
cyanA2: string;
|
21441
|
+
cyanA3: string;
|
21442
|
+
cyanA4: string;
|
21443
|
+
cyanA5: string;
|
21444
|
+
cyanA6: string;
|
21445
|
+
cyanA7: string;
|
21446
|
+
cyanA8: string;
|
21447
|
+
cyanA9: string;
|
21448
|
+
cyanA10: string;
|
21449
|
+
cyanA11: string;
|
21450
|
+
cyanA12: string;
|
21451
|
+
cyan1: string;
|
21452
|
+
cyan2: string;
|
21453
|
+
cyan3: string;
|
21454
|
+
cyan4: string;
|
21455
|
+
cyan5: string;
|
21456
|
+
cyan6: string;
|
21457
|
+
cyan7: string;
|
21458
|
+
cyan8: string;
|
21459
|
+
cyan9: string;
|
21460
|
+
cyan10: string;
|
21461
|
+
cyan11: string;
|
21462
|
+
cyan12: string;
|
21463
|
+
crimsonA1: string;
|
21464
|
+
crimsonA2: string;
|
21465
|
+
crimsonA3: string;
|
21466
|
+
crimsonA4: string;
|
21467
|
+
crimsonA5: string;
|
21468
|
+
crimsonA6: string;
|
21469
|
+
crimsonA7: string;
|
21470
|
+
crimsonA8: string;
|
21471
|
+
crimsonA9: string;
|
21472
|
+
crimsonA10: string;
|
21473
|
+
crimsonA11: string;
|
21474
|
+
crimsonA12: string;
|
21475
|
+
crimson1: string;
|
21476
|
+
crimson2: string;
|
21477
|
+
crimson3: string;
|
21478
|
+
crimson4: string;
|
21479
|
+
crimson5: string;
|
21480
|
+
crimson6: string;
|
21481
|
+
crimson7: string;
|
21482
|
+
crimson8: string;
|
21483
|
+
crimson9: string;
|
21484
|
+
crimson10: string;
|
21485
|
+
crimson11: string;
|
21486
|
+
crimson12: string;
|
21487
|
+
brownA1: string;
|
21488
|
+
brownA2: string;
|
21489
|
+
brownA3: string;
|
21490
|
+
brownA4: string;
|
21491
|
+
brownA5: string;
|
21492
|
+
brownA6: string;
|
21493
|
+
brownA7: string;
|
21494
|
+
brownA8: string;
|
21495
|
+
brownA9: string;
|
21496
|
+
brownA10: string;
|
21497
|
+
brownA11: string;
|
21498
|
+
brownA12: string;
|
21499
|
+
brown1: string;
|
21500
|
+
brown2: string;
|
21501
|
+
brown3: string;
|
21502
|
+
brown4: string;
|
21503
|
+
brown5: string;
|
21504
|
+
brown6: string;
|
21505
|
+
brown7: string;
|
21506
|
+
brown8: string;
|
21507
|
+
brown9: string;
|
21508
|
+
brown10: string;
|
21509
|
+
brown11: string;
|
21510
|
+
brown12: string;
|
21511
|
+
bronzeA1: string;
|
21512
|
+
bronzeA2: string;
|
21513
|
+
bronzeA3: string;
|
21514
|
+
bronzeA4: string;
|
21515
|
+
bronzeA5: string;
|
21516
|
+
bronzeA6: string;
|
21517
|
+
bronzeA7: string;
|
21518
|
+
bronzeA8: string;
|
21519
|
+
bronzeA9: string;
|
21520
|
+
bronzeA10: string;
|
21521
|
+
bronzeA11: string;
|
21522
|
+
bronzeA12: string;
|
21523
|
+
bronze1: string;
|
21524
|
+
bronze2: string;
|
21525
|
+
bronze3: string;
|
21526
|
+
bronze4: string;
|
21527
|
+
bronze5: string;
|
21528
|
+
bronze6: string;
|
21529
|
+
bronze7: string;
|
21530
|
+
bronze8: string;
|
21531
|
+
bronze9: string;
|
21532
|
+
bronze10: string;
|
21533
|
+
bronze11: string;
|
21534
|
+
bronze12: string;
|
21535
|
+
blueA1: string;
|
21536
|
+
blueA2: string;
|
21537
|
+
blueA3: string;
|
21538
|
+
blueA4: string;
|
21539
|
+
blueA5: string;
|
21540
|
+
blueA6: string;
|
21541
|
+
blueA7: string;
|
21542
|
+
blueA8: string;
|
21543
|
+
blueA9: string;
|
21544
|
+
blueA10: string;
|
21545
|
+
blueA11: string;
|
21546
|
+
blueA12: string;
|
21547
|
+
blue1: string;
|
21548
|
+
blue2: string;
|
21549
|
+
blue3: string;
|
21550
|
+
blue4: string;
|
21551
|
+
blue5: string;
|
21552
|
+
blue6: string;
|
21553
|
+
blue7: string;
|
21554
|
+
blue8: string;
|
21555
|
+
blue9: string;
|
21556
|
+
blue10: string;
|
21557
|
+
blue11: string;
|
21558
|
+
blue12: string;
|
21559
|
+
blackA1: string;
|
21560
|
+
blackA2: string;
|
21561
|
+
blackA3: string;
|
21562
|
+
blackA4: string;
|
21563
|
+
blackA5: string;
|
21564
|
+
blackA6: string;
|
21565
|
+
blackA7: string;
|
21566
|
+
blackA8: string;
|
21567
|
+
blackA9: string;
|
21568
|
+
blackA10: string;
|
21569
|
+
blackA11: string;
|
21570
|
+
blackA12: string;
|
21571
|
+
amberA1: string;
|
21572
|
+
amberA2: string;
|
21573
|
+
amberA3: string;
|
21574
|
+
amberA4: string;
|
21575
|
+
amberA5: string;
|
21576
|
+
amberA6: string;
|
21577
|
+
amberA7: string;
|
21578
|
+
amberA8: string;
|
21579
|
+
amberA9: string;
|
21580
|
+
amberA10: string;
|
21581
|
+
amberA11: string;
|
21582
|
+
amberA12: string;
|
21583
|
+
amber1: string;
|
21584
|
+
amber2: string;
|
21585
|
+
amber3: string;
|
21586
|
+
amber4: string;
|
21587
|
+
amber5: string;
|
21588
|
+
amber6: string;
|
21589
|
+
amber7: string;
|
21590
|
+
amber8: string;
|
21591
|
+
amber9: string;
|
21592
|
+
amber10: string;
|
21593
|
+
amber11: string;
|
21594
|
+
amber12: string;
|
21595
|
+
};
|
21596
|
+
fonts: {
|
21597
|
+
mono: string;
|
21598
|
+
sans: string;
|
21599
|
+
serif: string;
|
21600
|
+
};
|
21601
|
+
space: {
|
21602
|
+
1: string;
|
21603
|
+
2: string;
|
21604
|
+
3: string;
|
21605
|
+
4: string;
|
21606
|
+
5: string;
|
21607
|
+
6: string;
|
21608
|
+
7: string;
|
21609
|
+
8: string;
|
21610
|
+
9: string;
|
21611
|
+
};
|
21612
|
+
sizes: {
|
21613
|
+
1: string;
|
21614
|
+
2: string;
|
21615
|
+
3: string;
|
21616
|
+
4: string;
|
21617
|
+
5: string;
|
21618
|
+
6: string;
|
21619
|
+
7: string;
|
21620
|
+
8: string;
|
21621
|
+
9: string;
|
21622
|
+
};
|
21623
|
+
fontSizes: {
|
21624
|
+
1: string;
|
21625
|
+
2: string;
|
21626
|
+
3: string;
|
21627
|
+
4: string;
|
21628
|
+
5: string;
|
21629
|
+
6: string;
|
21630
|
+
7: string;
|
21631
|
+
8: string;
|
21632
|
+
9: string;
|
21633
|
+
};
|
21634
|
+
radii: {
|
21635
|
+
1: string;
|
21636
|
+
2: string;
|
21637
|
+
3: string;
|
21638
|
+
4: string;
|
21639
|
+
round: string;
|
21640
|
+
pill: string;
|
21641
|
+
};
|
21642
|
+
zIndices: {
|
21643
|
+
1: string;
|
21644
|
+
2: string;
|
21645
|
+
3: string;
|
21646
|
+
4: string;
|
21647
|
+
max: string;
|
21648
|
+
};
|
21649
|
+
}, _stitches_react_types_config.DefaultThemeMap, {
|
21650
|
+
p: (value: {
|
21651
|
+
readonly [$$PropertyValue]: "padding";
|
21652
|
+
}) => {
|
21653
|
+
padding: {
|
21654
|
+
readonly [$$PropertyValue]: "padding";
|
21655
|
+
};
|
21656
|
+
};
|
21657
|
+
pt: (value: {
|
21658
|
+
readonly [$$PropertyValue]: "paddingTop";
|
21659
|
+
}) => {
|
21660
|
+
paddingTop: {
|
21661
|
+
readonly [$$PropertyValue]: "paddingTop";
|
21662
|
+
};
|
21663
|
+
};
|
21664
|
+
pr: (value: {
|
21665
|
+
readonly [$$PropertyValue]: "paddingRight";
|
21666
|
+
}) => {
|
21667
|
+
paddingRight: {
|
21668
|
+
readonly [$$PropertyValue]: "paddingRight";
|
21669
|
+
};
|
21670
|
+
};
|
21671
|
+
pb: (value: {
|
21672
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
21673
|
+
}) => {
|
21674
|
+
paddingBottom: {
|
21675
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
21676
|
+
};
|
21677
|
+
};
|
21678
|
+
pl: (value: {
|
21679
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
21680
|
+
}) => {
|
21681
|
+
paddingLeft: {
|
21682
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
21683
|
+
};
|
21684
|
+
};
|
21685
|
+
px: (value: {
|
21686
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
21687
|
+
}) => {
|
21688
|
+
paddingLeft: {
|
21689
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
21690
|
+
};
|
21691
|
+
paddingRight: {
|
21692
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
21693
|
+
};
|
21694
|
+
};
|
21695
|
+
py: (value: {
|
21696
|
+
readonly [$$PropertyValue]: "paddingTop";
|
21697
|
+
}) => {
|
21698
|
+
paddingTop: {
|
21699
|
+
readonly [$$PropertyValue]: "paddingTop";
|
21700
|
+
};
|
21701
|
+
paddingBottom: {
|
21702
|
+
readonly [$$PropertyValue]: "paddingTop";
|
21703
|
+
};
|
21704
|
+
};
|
21705
|
+
m: (value: {
|
21706
|
+
readonly [$$PropertyValue]: "margin";
|
21707
|
+
}) => {
|
21708
|
+
margin: {
|
21709
|
+
readonly [$$PropertyValue]: "margin";
|
21710
|
+
};
|
21711
|
+
};
|
21712
|
+
mt: (value: {
|
21713
|
+
readonly [$$PropertyValue]: "marginTop";
|
21714
|
+
}) => {
|
21715
|
+
marginTop: {
|
21716
|
+
readonly [$$PropertyValue]: "marginTop";
|
21717
|
+
};
|
21718
|
+
};
|
21719
|
+
mr: (value: {
|
21720
|
+
readonly [$$PropertyValue]: "marginRight";
|
21721
|
+
}) => {
|
21722
|
+
marginRight: {
|
21723
|
+
readonly [$$PropertyValue]: "marginRight";
|
21724
|
+
};
|
21725
|
+
};
|
21726
|
+
mb: (value: {
|
21727
|
+
readonly [$$PropertyValue]: "marginBottom";
|
21728
|
+
}) => {
|
21729
|
+
marginBottom: {
|
21730
|
+
readonly [$$PropertyValue]: "marginBottom";
|
21731
|
+
};
|
21732
|
+
};
|
21733
|
+
ml: (value: {
|
21734
|
+
readonly [$$PropertyValue]: "marginLeft";
|
21735
|
+
}) => {
|
21736
|
+
marginLeft: {
|
21737
|
+
readonly [$$PropertyValue]: "marginLeft";
|
21738
|
+
};
|
21739
|
+
};
|
21740
|
+
mx: (value: {
|
21741
|
+
readonly [$$PropertyValue]: "marginLeft";
|
21742
|
+
}) => {
|
21743
|
+
marginLeft: {
|
21744
|
+
readonly [$$PropertyValue]: "marginLeft";
|
21745
|
+
};
|
21746
|
+
marginRight: {
|
21747
|
+
readonly [$$PropertyValue]: "marginLeft";
|
21748
|
+
};
|
21749
|
+
};
|
21750
|
+
my: (value: {
|
21751
|
+
readonly [$$PropertyValue]: "marginTop";
|
21752
|
+
}) => {
|
21753
|
+
marginTop: {
|
21754
|
+
readonly [$$PropertyValue]: "marginTop";
|
21755
|
+
};
|
21756
|
+
marginBottom: {
|
21757
|
+
readonly [$$PropertyValue]: "marginTop";
|
21758
|
+
};
|
21759
|
+
};
|
21760
|
+
ta: (value: {
|
21761
|
+
readonly [$$PropertyValue]: "textAlign";
|
21762
|
+
}) => {
|
21763
|
+
textAlign: {
|
21764
|
+
readonly [$$PropertyValue]: "textAlign";
|
21765
|
+
};
|
21766
|
+
};
|
21767
|
+
fd: (value: {
|
21768
|
+
readonly [$$PropertyValue]: "flexDirection";
|
21769
|
+
}) => {
|
21770
|
+
flexDirection: {
|
21771
|
+
readonly [$$PropertyValue]: "flexDirection";
|
21772
|
+
};
|
21773
|
+
};
|
21774
|
+
fw: (value: {
|
21775
|
+
readonly [$$PropertyValue]: "flexWrap";
|
21776
|
+
}) => {
|
21777
|
+
flexWrap: {
|
21778
|
+
readonly [$$PropertyValue]: "flexWrap";
|
21779
|
+
};
|
21780
|
+
};
|
21781
|
+
ai: (value: {
|
21782
|
+
readonly [$$PropertyValue]: "alignItems";
|
21783
|
+
}) => {
|
21784
|
+
alignItems: {
|
21785
|
+
readonly [$$PropertyValue]: "alignItems";
|
21786
|
+
};
|
21787
|
+
};
|
21788
|
+
ac: (value: {
|
21789
|
+
readonly [$$PropertyValue]: "alignContent";
|
21790
|
+
}) => {
|
21791
|
+
alignContent: {
|
21792
|
+
readonly [$$PropertyValue]: "alignContent";
|
21793
|
+
};
|
21794
|
+
};
|
21795
|
+
jc: (value: {
|
21796
|
+
readonly [$$PropertyValue]: "justifyContent";
|
21797
|
+
}) => {
|
21798
|
+
justifyContent: {
|
21799
|
+
readonly [$$PropertyValue]: "justifyContent";
|
21800
|
+
};
|
21801
|
+
};
|
21802
|
+
as: (value: {
|
21803
|
+
readonly [$$PropertyValue]: "alignSelf";
|
21804
|
+
}) => {
|
21805
|
+
alignSelf: {
|
21806
|
+
readonly [$$PropertyValue]: "alignSelf";
|
21807
|
+
};
|
21808
|
+
};
|
21809
|
+
fg: (value: {
|
21810
|
+
readonly [$$PropertyValue]: "flexGrow";
|
21811
|
+
}) => {
|
21812
|
+
flexGrow: {
|
21813
|
+
readonly [$$PropertyValue]: "flexGrow";
|
21814
|
+
};
|
21815
|
+
};
|
21816
|
+
fs: (value: {
|
21817
|
+
readonly [$$PropertyValue]: "flexShrink";
|
21818
|
+
}) => {
|
21819
|
+
flexShrink: {
|
21820
|
+
readonly [$$PropertyValue]: "flexShrink";
|
21821
|
+
};
|
21822
|
+
};
|
21823
|
+
fb: (value: {
|
21824
|
+
readonly [$$PropertyValue]: "flexBasis";
|
21825
|
+
}) => {
|
21826
|
+
flexBasis: {
|
21827
|
+
readonly [$$PropertyValue]: "flexBasis";
|
21828
|
+
};
|
21829
|
+
};
|
21830
|
+
bc: (value: {
|
21831
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
21832
|
+
}) => {
|
21833
|
+
backgroundColor: {
|
21834
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
21835
|
+
};
|
21836
|
+
};
|
21837
|
+
br: (value: {
|
21838
|
+
readonly [$$PropertyValue]: "borderRadius";
|
21839
|
+
}) => {
|
21840
|
+
borderRadius: {
|
21841
|
+
readonly [$$PropertyValue]: "borderRadius";
|
21842
|
+
};
|
21843
|
+
};
|
21844
|
+
btrr: (value: {
|
21845
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
21846
|
+
}) => {
|
21847
|
+
borderTopRightRadius: {
|
21848
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
21849
|
+
};
|
21850
|
+
};
|
21851
|
+
bbrr: (value: {
|
21852
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
21853
|
+
}) => {
|
21854
|
+
borderBottomRightRadius: {
|
21855
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
21856
|
+
};
|
21857
|
+
};
|
21858
|
+
bblr: (value: {
|
21859
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
21860
|
+
}) => {
|
21861
|
+
borderBottomLeftRadius: {
|
21862
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
21863
|
+
};
|
21864
|
+
};
|
21865
|
+
btlr: (value: {
|
21866
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
21867
|
+
}) => {
|
21868
|
+
borderTopLeftRadius: {
|
21869
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
21870
|
+
};
|
21871
|
+
};
|
21872
|
+
bs: (value: {
|
21873
|
+
readonly [$$PropertyValue]: "boxShadow";
|
21874
|
+
}) => {
|
21875
|
+
boxShadow: {
|
21876
|
+
readonly [$$PropertyValue]: "boxShadow";
|
21877
|
+
};
|
21878
|
+
};
|
21879
|
+
lh: (value: {
|
21880
|
+
readonly [$$PropertyValue]: "lineHeight";
|
21881
|
+
}) => {
|
21882
|
+
lineHeight: {
|
21883
|
+
readonly [$$PropertyValue]: "lineHeight";
|
21884
|
+
};
|
21885
|
+
};
|
21886
|
+
ox: (value: {
|
21887
|
+
readonly [$$PropertyValue]: "overflowX";
|
21888
|
+
}) => {
|
21889
|
+
overflowX: {
|
21890
|
+
readonly [$$PropertyValue]: "overflowX";
|
21891
|
+
};
|
21892
|
+
};
|
21893
|
+
oy: (value: {
|
21894
|
+
readonly [$$PropertyValue]: "overflowY";
|
21895
|
+
}) => {
|
21896
|
+
overflowY: {
|
21897
|
+
readonly [$$PropertyValue]: "overflowY";
|
21898
|
+
};
|
21899
|
+
};
|
21900
|
+
pe: (value: {
|
21901
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
21902
|
+
}) => {
|
21903
|
+
pointerEvents: {
|
21904
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
21905
|
+
};
|
21906
|
+
};
|
21907
|
+
us: (value: {
|
21908
|
+
readonly [$$PropertyValue]: "userSelect";
|
21909
|
+
}) => {
|
21910
|
+
WebkitUserSelect: {
|
21911
|
+
readonly [$$PropertyValue]: "userSelect";
|
21912
|
+
};
|
21913
|
+
userSelect: {
|
21914
|
+
readonly [$$PropertyValue]: "userSelect";
|
21915
|
+
};
|
21916
|
+
};
|
21917
|
+
userSelect: (value: {
|
21918
|
+
readonly [$$PropertyValue]: "userSelect";
|
21919
|
+
}) => {
|
21920
|
+
WebkitUserSelect: {
|
21921
|
+
readonly [$$PropertyValue]: "userSelect";
|
21922
|
+
};
|
21923
|
+
userSelect: {
|
21924
|
+
readonly [$$PropertyValue]: "userSelect";
|
21925
|
+
};
|
21926
|
+
};
|
21927
|
+
size: (value: {
|
21928
|
+
readonly [$$PropertyValue]: "width";
|
21929
|
+
}) => {
|
21930
|
+
width: {
|
21931
|
+
readonly [$$PropertyValue]: "width";
|
21932
|
+
};
|
21933
|
+
height: {
|
21934
|
+
readonly [$$PropertyValue]: "width";
|
21935
|
+
};
|
21936
|
+
};
|
21937
|
+
appearance: (value: {
|
21938
|
+
readonly [$$PropertyValue]: "appearance";
|
21939
|
+
}) => {
|
21940
|
+
WebkitAppearance: {
|
21941
|
+
readonly [$$PropertyValue]: "appearance";
|
21942
|
+
};
|
21943
|
+
appearance: {
|
21944
|
+
readonly [$$PropertyValue]: "appearance";
|
21945
|
+
};
|
21946
|
+
};
|
21947
|
+
backgroundClip: (value: {
|
21948
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
21949
|
+
}) => {
|
21950
|
+
WebkitBackgroundClip: {
|
21951
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
21952
|
+
};
|
21953
|
+
backgroundClip: {
|
21954
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
21955
|
+
};
|
21956
|
+
};
|
21957
|
+
}>>;
|
21958
|
+
|
20872
21959
|
declare const Container: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
|
20873
21960
|
boxSizing: string;
|
20874
21961
|
flexShrink: number;
|
@@ -29050,39 +30137,13 @@ declare const Label: _stitches_react_types_styled_component.StyledComponent<Reac
|
|
29050
30137
|
|
29051
30138
|
declare const Link: _stitches_react_types_styled_component.StyledComponent<"a", _stitches_react_types_styled_component.StyledComponentProps<[{
|
29052
30139
|
alignItems: string;
|
29053
|
-
|
29054
|
-
flexShrink: number;
|
29055
|
-
border: string;
|
29056
|
-
outline: string;
|
30140
|
+
textDecorationColor: string;
|
29057
30141
|
textDecorationLine: string;
|
29058
30142
|
textUnderlineOffset: string;
|
29059
|
-
textDecorationColor: string;
|
29060
30143
|
transition: string;
|
29061
30144
|
'@media (prefers-reduced-motion)': {
|
29062
30145
|
transition: string;
|
29063
30146
|
};
|
29064
|
-
'& > strong': {
|
29065
|
-
transition: string;
|
29066
|
-
'@media (prefers-reduced-motion)': {
|
29067
|
-
transition: string;
|
29068
|
-
};
|
29069
|
-
};
|
29070
|
-
WebkitTapHighlightColor: string;
|
29071
|
-
lineHeight: string;
|
29072
|
-
'@hover': {
|
29073
|
-
'&:hover': {
|
29074
|
-
textDecorationLine: string;
|
29075
|
-
};
|
29076
|
-
};
|
29077
|
-
'&:focus': {
|
29078
|
-
textDecorationLine: string;
|
29079
|
-
borderRadius: string;
|
29080
|
-
boxShadow: string;
|
29081
|
-
};
|
29082
|
-
'&:focus:not(:focus-visible)': {
|
29083
|
-
boxShadow: string;
|
29084
|
-
textDecorationLine: string;
|
29085
|
-
};
|
29086
30147
|
variants: {
|
29087
30148
|
variant: {
|
29088
30149
|
blue: {
|
@@ -29093,13 +30154,6 @@ declare const Link: _stitches_react_types_styled_component.StyledComponent<"a",
|
|
29093
30154
|
boxShadow: string;
|
29094
30155
|
};
|
29095
30156
|
};
|
29096
|
-
subtle: {
|
29097
|
-
color: string;
|
29098
|
-
textDecorationColor: string;
|
29099
|
-
'&:focus': {
|
29100
|
-
outlineColor: string;
|
29101
|
-
};
|
29102
|
-
};
|
29103
30157
|
contrast: {
|
29104
30158
|
color: string;
|
29105
30159
|
textDecoration: string;
|
@@ -29135,10 +30189,72 @@ declare const Link: _stitches_react_types_styled_component.StyledComponent<"a",
|
|
29135
30189
|
boxShadow: string;
|
29136
30190
|
};
|
29137
30191
|
};
|
30192
|
+
subtle: {
|
30193
|
+
color: string;
|
30194
|
+
textDecorationColor: string;
|
30195
|
+
'&:focus': {
|
30196
|
+
outlineColor: string;
|
30197
|
+
};
|
30198
|
+
};
|
30199
|
+
};
|
30200
|
+
type: {
|
30201
|
+
text: {
|
30202
|
+
border: string;
|
30203
|
+
flexShrink: number;
|
30204
|
+
gap: string;
|
30205
|
+
lineHeight: string;
|
30206
|
+
'@hover': {
|
30207
|
+
'&:hover': {
|
30208
|
+
textDecorationLine: string;
|
30209
|
+
};
|
30210
|
+
};
|
30211
|
+
outline: string;
|
30212
|
+
WebkitTapHighlightColor: string;
|
30213
|
+
'& > strong': {
|
30214
|
+
transition: string;
|
30215
|
+
'@media (prefers-reduced-motion)': {
|
30216
|
+
transition: string;
|
30217
|
+
};
|
30218
|
+
};
|
30219
|
+
'&:focus': {
|
30220
|
+
textDecorationLine: string;
|
30221
|
+
borderRadius: string;
|
30222
|
+
boxShadow: string;
|
30223
|
+
};
|
30224
|
+
'&:focus:not(:focus-visible)': {
|
30225
|
+
boxShadow: string;
|
30226
|
+
textDecorationLine: string;
|
30227
|
+
};
|
30228
|
+
};
|
30229
|
+
icon: {
|
30230
|
+
borderRadius: string;
|
30231
|
+
color: string;
|
30232
|
+
display: string;
|
30233
|
+
outline: number;
|
30234
|
+
margin: string;
|
30235
|
+
'& + &': {
|
30236
|
+
marginTop: string;
|
30237
|
+
};
|
30238
|
+
padding: string;
|
30239
|
+
'@hover': {
|
30240
|
+
'&:hover': {
|
30241
|
+
textDecorationLine: string;
|
30242
|
+
};
|
30243
|
+
};
|
30244
|
+
'&:focus': {
|
30245
|
+
boxShadow: string;
|
30246
|
+
textDecoration: string;
|
30247
|
+
};
|
30248
|
+
'&:focus:not(:focus-visible)': {
|
30249
|
+
boxShadow: string;
|
30250
|
+
textDecorationLine: string;
|
30251
|
+
};
|
30252
|
+
};
|
29138
30253
|
};
|
29139
30254
|
};
|
29140
30255
|
defaultVariants: {
|
29141
30256
|
variant: "contrast";
|
30257
|
+
type: "text";
|
29142
30258
|
};
|
29143
30259
|
}]>, {
|
29144
30260
|
bp1: "(min-width: 520px)";
|
@@ -62551,4 +63667,4 @@ declare type TooltipProps = React$1.ComponentProps<typeof TooltipPrimitive.Root>
|
|
62551
63667
|
|
62552
63668
|
declare function Tooltip({ children, content, open, defaultOpen, onOpenChange, multiline, ...props }: TooltipProps): JSX.Element;
|
62553
63669
|
|
62554
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDemo, AlertDialogDescription, AlertDialogTitle, AlertDialogTrigger, Announce, Avatar, Badge, Banner, Box, BoxGrab, BoxLink, Button, ButtonDemo, ButtonIcon, ButtonMarketing, Caption, Card, CardOuter, CardSpotify, Carousel, CarouselArrowButton, CarouselNext, CarouselPrevious, CarouselSlide, CarouselSlideList, Checkbox, Code, Container, Dialog, DialogClose, DialogDescription, DialogTitle, DialogTrigger, Emoji, EmojiParser, Flex, FocusArea, Grid, Heading, IconButton, ImageBlur, Label, Link, Note, Overlay, PageHeading, Panel, Paragraph, Popover, PopoverContent, PopoverTrigger, ProgressBar, Radio, RadioCard, RadioCardGroup, RadioGroup, ScrollArea, Section, Separator, Skeleton, SkeletonDescription, SkeletonHeading, SkeletonTitle, Spacer, Status, Sub, Sup, Switch, TabLink, Table, TableCaption, Tabs, TabsContent, TabsList, TabsTrigger, Tbody, Td, Text, TextArea, Tfoot, Th, Thead, Toast, ToastCenter, ToastCenterItem, ToastData, ToastDismiss, ToastProvider, ToastType, ToastWarmer, ToastWarmerItem, Tooltip, Tr, overlayStyles, panelStyles, useToastDispatchers };
|
63670
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDemo, AlertDialogDescription, AlertDialogTitle, AlertDialogTrigger, Announce, Avatar, Badge, Banner, Box, BoxGrab, BoxLink, Breakout, Button, ButtonDemo, ButtonIcon, ButtonMarketing, Caption, Card, CardOuter, CardSpotify, Carousel, CarouselArrowButton, CarouselNext, CarouselPrevious, CarouselSlide, CarouselSlideList, Checkbox, Code, Container, Dialog, DialogClose, DialogDescription, DialogTitle, DialogTrigger, Emoji, EmojiParser, Flex, FocusArea, Grid, Heading, IconButton, ImageBlur, Label, Link, Note, Overlay, PageHeading, Panel, Paragraph, Popover, PopoverContent, PopoverTrigger, ProgressBar, Radio, RadioCard, RadioCardGroup, RadioGroup, ScrollArea, Section, Separator, Skeleton, SkeletonDescription, SkeletonHeading, SkeletonTitle, Spacer, Status, Sub, Sup, Switch, TabLink, Table, TableCaption, Tabs, TabsContent, TabsList, TabsTrigger, Tbody, Td, Text, TextArea, Tfoot, Th, Thead, Toast, ToastCenter, ToastCenterItem, ToastData, ToastDismiss, ToastProvider, ToastType, ToastWarmer, ToastWarmerItem, Tooltip, Tr, overlayStyles, panelStyles, useToastDispatchers };
|