@jeromefitz/design-system 1.2.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/{chunk-37F4CPF2.js → chunk-JRXMIMQJ.js} +3 -3
- package/{chunk-UIRYKJKM.cjs → chunk-SVSBFWVB.cjs} +3 -3
- package/components/Card/Show.cjs +1 -1
- package/components/Card/Show.js +1 -1
- package/components/Hero/HeroImage.cjs +1 -1
- package/components/Hero/HeroImage.js +1 -1
- package/components/index.cjs +1 -1
- package/components/index.d.ts +166 -1289
- package/components/index.js +1 -1
- package/package.json +1 -1
package/components/index.d.ts
CHANGED
@@ -27844,69 +27844,119 @@ declare const IconButton: _stitches_react_types_styled_component.StyledComponent
|
|
27844
27844
|
};
|
27845
27845
|
}>>;
|
27846
27846
|
|
27847
|
-
declare const
|
27848
|
-
|
27849
|
-
alignItems: string;
|
27850
|
-
textDecorationLine: string;
|
27851
|
-
textUnderlineOffset: string;
|
27852
|
-
textDecorationColor: string;
|
27853
|
-
color: string;
|
27854
|
-
transition: string;
|
27855
|
-
'@media (prefers-reduced-motion)': {
|
27856
|
-
transition: string;
|
27857
|
-
};
|
27858
|
-
borderRadius: string;
|
27859
|
-
outline: number;
|
27860
|
-
padding: string;
|
27847
|
+
declare const Label: _stitches_react_types_styled_component.StyledComponent<React$1.ForwardRefExoticComponent<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLSpanElement>>, _stitches_react_types_styled_component.StyledComponentProps<[_stitches_react_types_styled_component.StyledComponent<"span", _stitches_react_types_styled_component.StyledComponentProps<[{
|
27848
|
+
lineHeight: string;
|
27861
27849
|
margin: string;
|
27862
|
-
|
27863
|
-
|
27864
|
-
|
27865
|
-
'@hover': {
|
27866
|
-
'&:hover': {
|
27867
|
-
textDecorationLine: string;
|
27868
|
-
};
|
27869
|
-
};
|
27870
|
-
'&:focus': {
|
27871
|
-
boxShadow: string;
|
27872
|
-
textDecoration: string;
|
27873
|
-
};
|
27874
|
-
'&:focus:not(:focus-visible)': {
|
27875
|
-
boxShadow: string;
|
27876
|
-
textDecorationLine: string;
|
27877
|
-
};
|
27850
|
+
fontWeight: number;
|
27851
|
+
fontVariantNumeric: string;
|
27852
|
+
display: string;
|
27878
27853
|
variants: {
|
27854
|
+
size: {
|
27855
|
+
'1': {
|
27856
|
+
fontSize: string;
|
27857
|
+
};
|
27858
|
+
'2': {
|
27859
|
+
fontSize: string;
|
27860
|
+
};
|
27861
|
+
'3': {
|
27862
|
+
fontSize: string;
|
27863
|
+
};
|
27864
|
+
'4': {
|
27865
|
+
fontSize: string;
|
27866
|
+
};
|
27867
|
+
'5': {
|
27868
|
+
fontSize: string;
|
27869
|
+
letterSpacing: string;
|
27870
|
+
};
|
27871
|
+
'6': {
|
27872
|
+
fontSize: string;
|
27873
|
+
letterSpacing: string;
|
27874
|
+
};
|
27875
|
+
'7': {
|
27876
|
+
fontSize: string;
|
27877
|
+
letterSpacing: string;
|
27878
|
+
textIndent: string;
|
27879
|
+
};
|
27880
|
+
'8': {
|
27881
|
+
fontSize: string;
|
27882
|
+
letterSpacing: string;
|
27883
|
+
textIndent: string;
|
27884
|
+
};
|
27885
|
+
'9': {
|
27886
|
+
fontSize: string;
|
27887
|
+
letterSpacing: string;
|
27888
|
+
textIndent: string;
|
27889
|
+
};
|
27890
|
+
};
|
27879
27891
|
variant: {
|
27892
|
+
red: {
|
27893
|
+
color: string;
|
27894
|
+
};
|
27895
|
+
crimson: {
|
27896
|
+
color: string;
|
27897
|
+
};
|
27898
|
+
pink: {
|
27899
|
+
color: string;
|
27900
|
+
};
|
27901
|
+
purple: {
|
27902
|
+
color: string;
|
27903
|
+
};
|
27904
|
+
violet: {
|
27905
|
+
color: string;
|
27906
|
+
};
|
27907
|
+
indigo: {
|
27908
|
+
color: string;
|
27909
|
+
};
|
27880
27910
|
blue: {
|
27881
27911
|
color: string;
|
27882
|
-
textDecorationColor: string;
|
27883
|
-
'&:focus': {
|
27884
|
-
outlineColor: string;
|
27885
|
-
};
|
27886
27912
|
};
|
27887
|
-
|
27913
|
+
cyan: {
|
27914
|
+
color: string;
|
27915
|
+
};
|
27916
|
+
teal: {
|
27917
|
+
color: string;
|
27918
|
+
};
|
27919
|
+
green: {
|
27920
|
+
color: string;
|
27921
|
+
};
|
27922
|
+
lime: {
|
27923
|
+
color: string;
|
27924
|
+
};
|
27925
|
+
yellow: {
|
27926
|
+
color: string;
|
27927
|
+
};
|
27928
|
+
orange: {
|
27929
|
+
color: string;
|
27930
|
+
};
|
27931
|
+
gold: {
|
27932
|
+
color: string;
|
27933
|
+
};
|
27934
|
+
bronze: {
|
27935
|
+
color: string;
|
27936
|
+
};
|
27937
|
+
gray: {
|
27888
27938
|
color: string;
|
27889
|
-
textDecorationColor: string;
|
27890
|
-
'&:focus': {
|
27891
|
-
outlineColor: string;
|
27892
|
-
};
|
27893
27939
|
};
|
27894
27940
|
contrast: {
|
27895
27941
|
color: string;
|
27896
|
-
|
27897
|
-
|
27898
|
-
|
27899
|
-
|
27900
|
-
|
27901
|
-
|
27902
|
-
};
|
27903
|
-
'&:focus': {
|
27904
|
-
outlineColor: string;
|
27905
|
-
};
|
27942
|
+
};
|
27943
|
+
};
|
27944
|
+
gradient: {
|
27945
|
+
true: {
|
27946
|
+
WebkitBackgroundClip: string;
|
27947
|
+
WebkitTextFillColor: string;
|
27906
27948
|
};
|
27907
27949
|
};
|
27908
27950
|
};
|
27951
|
+
compoundVariants: {
|
27952
|
+
variant: string;
|
27953
|
+
gradient: string;
|
27954
|
+
css: {
|
27955
|
+
background: string;
|
27956
|
+
};
|
27957
|
+
}[];
|
27909
27958
|
defaultVariants: {
|
27959
|
+
size: "3";
|
27910
27960
|
variant: "contrast";
|
27911
27961
|
};
|
27912
27962
|
}]>, {
|
@@ -28994,1212 +29044,10 @@ declare const IconLink: _stitches_react_types_styled_component.StyledComponent<"
|
|
28994
29044
|
readonly [$$PropertyValue]: "backgroundClip";
|
28995
29045
|
};
|
28996
29046
|
};
|
28997
|
-
}
|
28998
|
-
|
28999
|
-
declare const Label: _stitches_react_types_styled_component.StyledComponent<React$1.ForwardRefExoticComponent<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLSpanElement>>, _stitches_react_types_styled_component.StyledComponentProps<[_stitches_react_types_styled_component.StyledComponent<"span", _stitches_react_types_styled_component.StyledComponentProps<[{
|
29000
|
-
lineHeight: string;
|
29001
|
-
margin: string;
|
29002
|
-
fontWeight: number;
|
29003
|
-
fontVariantNumeric: string;
|
29047
|
+
}>>, {
|
29004
29048
|
display: string;
|
29005
|
-
|
29006
|
-
|
29007
|
-
'1': {
|
29008
|
-
fontSize: string;
|
29009
|
-
};
|
29010
|
-
'2': {
|
29011
|
-
fontSize: string;
|
29012
|
-
};
|
29013
|
-
'3': {
|
29014
|
-
fontSize: string;
|
29015
|
-
};
|
29016
|
-
'4': {
|
29017
|
-
fontSize: string;
|
29018
|
-
};
|
29019
|
-
'5': {
|
29020
|
-
fontSize: string;
|
29021
|
-
letterSpacing: string;
|
29022
|
-
};
|
29023
|
-
'6': {
|
29024
|
-
fontSize: string;
|
29025
|
-
letterSpacing: string;
|
29026
|
-
};
|
29027
|
-
'7': {
|
29028
|
-
fontSize: string;
|
29029
|
-
letterSpacing: string;
|
29030
|
-
textIndent: string;
|
29031
|
-
};
|
29032
|
-
'8': {
|
29033
|
-
fontSize: string;
|
29034
|
-
letterSpacing: string;
|
29035
|
-
textIndent: string;
|
29036
|
-
};
|
29037
|
-
'9': {
|
29038
|
-
fontSize: string;
|
29039
|
-
letterSpacing: string;
|
29040
|
-
textIndent: string;
|
29041
|
-
};
|
29042
|
-
};
|
29043
|
-
variant: {
|
29044
|
-
red: {
|
29045
|
-
color: string;
|
29046
|
-
};
|
29047
|
-
crimson: {
|
29048
|
-
color: string;
|
29049
|
-
};
|
29050
|
-
pink: {
|
29051
|
-
color: string;
|
29052
|
-
};
|
29053
|
-
purple: {
|
29054
|
-
color: string;
|
29055
|
-
};
|
29056
|
-
violet: {
|
29057
|
-
color: string;
|
29058
|
-
};
|
29059
|
-
indigo: {
|
29060
|
-
color: string;
|
29061
|
-
};
|
29062
|
-
blue: {
|
29063
|
-
color: string;
|
29064
|
-
};
|
29065
|
-
cyan: {
|
29066
|
-
color: string;
|
29067
|
-
};
|
29068
|
-
teal: {
|
29069
|
-
color: string;
|
29070
|
-
};
|
29071
|
-
green: {
|
29072
|
-
color: string;
|
29073
|
-
};
|
29074
|
-
lime: {
|
29075
|
-
color: string;
|
29076
|
-
};
|
29077
|
-
yellow: {
|
29078
|
-
color: string;
|
29079
|
-
};
|
29080
|
-
orange: {
|
29081
|
-
color: string;
|
29082
|
-
};
|
29083
|
-
gold: {
|
29084
|
-
color: string;
|
29085
|
-
};
|
29086
|
-
bronze: {
|
29087
|
-
color: string;
|
29088
|
-
};
|
29089
|
-
gray: {
|
29090
|
-
color: string;
|
29091
|
-
};
|
29092
|
-
contrast: {
|
29093
|
-
color: string;
|
29094
|
-
};
|
29095
|
-
};
|
29096
|
-
gradient: {
|
29097
|
-
true: {
|
29098
|
-
WebkitBackgroundClip: string;
|
29099
|
-
WebkitTextFillColor: string;
|
29100
|
-
};
|
29101
|
-
};
|
29102
|
-
};
|
29103
|
-
compoundVariants: {
|
29104
|
-
variant: string;
|
29105
|
-
gradient: string;
|
29106
|
-
css: {
|
29107
|
-
background: string;
|
29108
|
-
};
|
29109
|
-
}[];
|
29110
|
-
defaultVariants: {
|
29111
|
-
size: "3";
|
29112
|
-
variant: "contrast";
|
29113
|
-
};
|
29114
|
-
}]>, {
|
29115
|
-
bp1: "(min-width: 520px)";
|
29116
|
-
bp2: "(min-width: 900px)";
|
29117
|
-
bp3: "(min-width: 1200px)";
|
29118
|
-
bp4: "(min-width: 1800px)";
|
29119
|
-
motion: "(prefers-reduced-motion)";
|
29120
|
-
hover: "(any-hover: hover)";
|
29121
|
-
dark: "(prefers-color-scheme: dark)";
|
29122
|
-
light: "(prefers-color-scheme: light)";
|
29123
|
-
}, _stitches_react_types_css_util.CSS<{
|
29124
|
-
bp1: "(min-width: 520px)";
|
29125
|
-
bp2: "(min-width: 900px)";
|
29126
|
-
bp3: "(min-width: 1200px)";
|
29127
|
-
bp4: "(min-width: 1800px)";
|
29128
|
-
motion: "(prefers-reduced-motion)";
|
29129
|
-
hover: "(any-hover: hover)";
|
29130
|
-
dark: "(prefers-color-scheme: dark)";
|
29131
|
-
light: "(prefers-color-scheme: light)";
|
29132
|
-
}, {
|
29133
|
-
colors: {
|
29134
|
-
hiContrast: string;
|
29135
|
-
loContrast: string;
|
29136
|
-
canvas: string;
|
29137
|
-
panel: string;
|
29138
|
-
transparentPanel: string;
|
29139
|
-
shadowLight: string;
|
29140
|
-
shadowDark: string;
|
29141
|
-
yellowA1: string;
|
29142
|
-
yellowA2: string;
|
29143
|
-
yellowA3: string;
|
29144
|
-
yellowA4: string;
|
29145
|
-
yellowA5: string;
|
29146
|
-
yellowA6: string;
|
29147
|
-
yellowA7: string;
|
29148
|
-
yellowA8: string;
|
29149
|
-
yellowA9: string;
|
29150
|
-
yellowA10: string;
|
29151
|
-
yellowA11: string;
|
29152
|
-
yellowA12: string;
|
29153
|
-
yellow1: string;
|
29154
|
-
yellow2: string;
|
29155
|
-
yellow3: string;
|
29156
|
-
yellow4: string;
|
29157
|
-
yellow5: string;
|
29158
|
-
yellow6: string;
|
29159
|
-
yellow7: string;
|
29160
|
-
yellow8: string;
|
29161
|
-
yellow9: string;
|
29162
|
-
yellow10: string;
|
29163
|
-
yellow11: string;
|
29164
|
-
yellow12: string;
|
29165
|
-
whiteA1: string;
|
29166
|
-
whiteA2: string;
|
29167
|
-
whiteA3: string;
|
29168
|
-
whiteA4: string;
|
29169
|
-
whiteA5: string;
|
29170
|
-
whiteA6: string;
|
29171
|
-
whiteA7: string;
|
29172
|
-
whiteA8: string;
|
29173
|
-
whiteA9: string;
|
29174
|
-
whiteA10: string;
|
29175
|
-
whiteA11: string;
|
29176
|
-
whiteA12: string;
|
29177
|
-
violetA1: string;
|
29178
|
-
violetA2: string;
|
29179
|
-
violetA3: string;
|
29180
|
-
violetA4: string;
|
29181
|
-
violetA5: string;
|
29182
|
-
violetA6: string;
|
29183
|
-
violetA7: string;
|
29184
|
-
violetA8: string;
|
29185
|
-
violetA9: string;
|
29186
|
-
violetA10: string;
|
29187
|
-
violetA11: string;
|
29188
|
-
violetA12: string;
|
29189
|
-
violet1: string;
|
29190
|
-
violet2: string;
|
29191
|
-
violet3: string;
|
29192
|
-
violet4: string;
|
29193
|
-
violet5: string;
|
29194
|
-
violet6: string;
|
29195
|
-
violet7: string;
|
29196
|
-
violet8: string;
|
29197
|
-
violet9: string;
|
29198
|
-
violet10: string;
|
29199
|
-
violet11: string;
|
29200
|
-
violet12: string;
|
29201
|
-
tomatoA1: string;
|
29202
|
-
tomatoA2: string;
|
29203
|
-
tomatoA3: string;
|
29204
|
-
tomatoA4: string;
|
29205
|
-
tomatoA5: string;
|
29206
|
-
tomatoA6: string;
|
29207
|
-
tomatoA7: string;
|
29208
|
-
tomatoA8: string;
|
29209
|
-
tomatoA9: string;
|
29210
|
-
tomatoA10: string;
|
29211
|
-
tomatoA11: string;
|
29212
|
-
tomatoA12: string;
|
29213
|
-
tomato1: string;
|
29214
|
-
tomato2: string;
|
29215
|
-
tomato3: string;
|
29216
|
-
tomato4: string;
|
29217
|
-
tomato5: string;
|
29218
|
-
tomato6: string;
|
29219
|
-
tomato7: string;
|
29220
|
-
tomato8: string;
|
29221
|
-
tomato9: string;
|
29222
|
-
tomato10: string;
|
29223
|
-
tomato11: string;
|
29224
|
-
tomato12: string;
|
29225
|
-
tealA1: string;
|
29226
|
-
tealA2: string;
|
29227
|
-
tealA3: string;
|
29228
|
-
tealA4: string;
|
29229
|
-
tealA5: string;
|
29230
|
-
tealA6: string;
|
29231
|
-
tealA7: string;
|
29232
|
-
tealA8: string;
|
29233
|
-
tealA9: string;
|
29234
|
-
tealA10: string;
|
29235
|
-
tealA11: string;
|
29236
|
-
tealA12: string;
|
29237
|
-
teal1: string;
|
29238
|
-
teal2: string;
|
29239
|
-
teal3: string;
|
29240
|
-
teal4: string;
|
29241
|
-
teal5: string;
|
29242
|
-
teal6: string;
|
29243
|
-
teal7: string;
|
29244
|
-
teal8: string;
|
29245
|
-
teal9: string;
|
29246
|
-
teal10: string;
|
29247
|
-
teal11: string;
|
29248
|
-
teal12: string;
|
29249
|
-
slateA1: string;
|
29250
|
-
slateA2: string;
|
29251
|
-
slateA3: string;
|
29252
|
-
slateA4: string;
|
29253
|
-
slateA5: string;
|
29254
|
-
slateA6: string;
|
29255
|
-
slateA7: string;
|
29256
|
-
slateA8: string;
|
29257
|
-
slateA9: string;
|
29258
|
-
slateA10: string;
|
29259
|
-
slateA11: string;
|
29260
|
-
slateA12: string;
|
29261
|
-
slate1: string;
|
29262
|
-
slate2: string;
|
29263
|
-
slate3: string;
|
29264
|
-
slate4: string;
|
29265
|
-
slate5: string;
|
29266
|
-
slate6: string;
|
29267
|
-
slate7: string;
|
29268
|
-
slate8: string;
|
29269
|
-
slate9: string;
|
29270
|
-
slate10: string;
|
29271
|
-
slate11: string;
|
29272
|
-
slate12: string;
|
29273
|
-
skyA1: string;
|
29274
|
-
skyA2: string;
|
29275
|
-
skyA3: string;
|
29276
|
-
skyA4: string;
|
29277
|
-
skyA5: string;
|
29278
|
-
skyA6: string;
|
29279
|
-
skyA7: string;
|
29280
|
-
skyA8: string;
|
29281
|
-
skyA9: string;
|
29282
|
-
skyA10: string;
|
29283
|
-
skyA11: string;
|
29284
|
-
skyA12: string;
|
29285
|
-
sky1: string;
|
29286
|
-
sky2: string;
|
29287
|
-
sky3: string;
|
29288
|
-
sky4: string;
|
29289
|
-
sky5: string;
|
29290
|
-
sky6: string;
|
29291
|
-
sky7: string;
|
29292
|
-
sky8: string;
|
29293
|
-
sky9: string;
|
29294
|
-
sky10: string;
|
29295
|
-
sky11: string;
|
29296
|
-
sky12: string;
|
29297
|
-
sandA1: string;
|
29298
|
-
sandA2: string;
|
29299
|
-
sandA3: string;
|
29300
|
-
sandA4: string;
|
29301
|
-
sandA5: string;
|
29302
|
-
sandA6: string;
|
29303
|
-
sandA7: string;
|
29304
|
-
sandA8: string;
|
29305
|
-
sandA9: string;
|
29306
|
-
sandA10: string;
|
29307
|
-
sandA11: string;
|
29308
|
-
sandA12: string;
|
29309
|
-
sand1: string;
|
29310
|
-
sand2: string;
|
29311
|
-
sand3: string;
|
29312
|
-
sand4: string;
|
29313
|
-
sand5: string;
|
29314
|
-
sand6: string;
|
29315
|
-
sand7: string;
|
29316
|
-
sand8: string;
|
29317
|
-
sand9: string;
|
29318
|
-
sand10: string;
|
29319
|
-
sand11: string;
|
29320
|
-
sand12: string;
|
29321
|
-
sageA1: string;
|
29322
|
-
sageA2: string;
|
29323
|
-
sageA3: string;
|
29324
|
-
sageA4: string;
|
29325
|
-
sageA5: string;
|
29326
|
-
sageA6: string;
|
29327
|
-
sageA7: string;
|
29328
|
-
sageA8: string;
|
29329
|
-
sageA9: string;
|
29330
|
-
sageA10: string;
|
29331
|
-
sageA11: string;
|
29332
|
-
sageA12: string;
|
29333
|
-
sage1: string;
|
29334
|
-
sage2: string;
|
29335
|
-
sage3: string;
|
29336
|
-
sage4: string;
|
29337
|
-
sage5: string;
|
29338
|
-
sage6: string;
|
29339
|
-
sage7: string;
|
29340
|
-
sage8: string;
|
29341
|
-
sage9: string;
|
29342
|
-
sage10: string;
|
29343
|
-
sage11: string;
|
29344
|
-
sage12: string;
|
29345
|
-
redA1: string;
|
29346
|
-
redA2: string;
|
29347
|
-
redA3: string;
|
29348
|
-
redA4: string;
|
29349
|
-
redA5: string;
|
29350
|
-
redA6: string;
|
29351
|
-
redA7: string;
|
29352
|
-
redA8: string;
|
29353
|
-
redA9: string;
|
29354
|
-
redA10: string;
|
29355
|
-
redA11: string;
|
29356
|
-
redA12: string;
|
29357
|
-
red1: string;
|
29358
|
-
red2: string;
|
29359
|
-
red3: string;
|
29360
|
-
red4: string;
|
29361
|
-
red5: string;
|
29362
|
-
red6: string;
|
29363
|
-
red7: string;
|
29364
|
-
red8: string;
|
29365
|
-
red9: string;
|
29366
|
-
red10: string;
|
29367
|
-
red11: string;
|
29368
|
-
red12: string;
|
29369
|
-
purpleA1: string;
|
29370
|
-
purpleA2: string;
|
29371
|
-
purpleA3: string;
|
29372
|
-
purpleA4: string;
|
29373
|
-
purpleA5: string;
|
29374
|
-
purpleA6: string;
|
29375
|
-
purpleA7: string;
|
29376
|
-
purpleA8: string;
|
29377
|
-
purpleA9: string;
|
29378
|
-
purpleA10: string;
|
29379
|
-
purpleA11: string;
|
29380
|
-
purpleA12: string;
|
29381
|
-
purple1: string;
|
29382
|
-
purple2: string;
|
29383
|
-
purple3: string;
|
29384
|
-
purple4: string;
|
29385
|
-
purple5: string;
|
29386
|
-
purple6: string;
|
29387
|
-
purple7: string;
|
29388
|
-
purple8: string;
|
29389
|
-
purple9: string;
|
29390
|
-
purple10: string;
|
29391
|
-
purple11: string;
|
29392
|
-
purple12: string;
|
29393
|
-
plumA1: string;
|
29394
|
-
plumA2: string;
|
29395
|
-
plumA3: string;
|
29396
|
-
plumA4: string;
|
29397
|
-
plumA5: string;
|
29398
|
-
plumA6: string;
|
29399
|
-
plumA7: string;
|
29400
|
-
plumA8: string;
|
29401
|
-
plumA9: string;
|
29402
|
-
plumA10: string;
|
29403
|
-
plumA11: string;
|
29404
|
-
plumA12: string;
|
29405
|
-
plum1: string;
|
29406
|
-
plum2: string;
|
29407
|
-
plum3: string;
|
29408
|
-
plum4: string;
|
29409
|
-
plum5: string;
|
29410
|
-
plum6: string;
|
29411
|
-
plum7: string;
|
29412
|
-
plum8: string;
|
29413
|
-
plum9: string;
|
29414
|
-
plum10: string;
|
29415
|
-
plum11: string;
|
29416
|
-
plum12: string;
|
29417
|
-
pinkA1: string;
|
29418
|
-
pinkA2: string;
|
29419
|
-
pinkA3: string;
|
29420
|
-
pinkA4: string;
|
29421
|
-
pinkA5: string;
|
29422
|
-
pinkA6: string;
|
29423
|
-
pinkA7: string;
|
29424
|
-
pinkA8: string;
|
29425
|
-
pinkA9: string;
|
29426
|
-
pinkA10: string;
|
29427
|
-
pinkA11: string;
|
29428
|
-
pinkA12: string;
|
29429
|
-
pink1: string;
|
29430
|
-
pink2: string;
|
29431
|
-
pink3: string;
|
29432
|
-
pink4: string;
|
29433
|
-
pink5: string;
|
29434
|
-
pink6: string;
|
29435
|
-
pink7: string;
|
29436
|
-
pink8: string;
|
29437
|
-
pink9: string;
|
29438
|
-
pink10: string;
|
29439
|
-
pink11: string;
|
29440
|
-
pink12: string;
|
29441
|
-
orangeA1: string;
|
29442
|
-
orangeA2: string;
|
29443
|
-
orangeA3: string;
|
29444
|
-
orangeA4: string;
|
29445
|
-
orangeA5: string;
|
29446
|
-
orangeA6: string;
|
29447
|
-
orangeA7: string;
|
29448
|
-
orangeA8: string;
|
29449
|
-
orangeA9: string;
|
29450
|
-
orangeA10: string;
|
29451
|
-
orangeA11: string;
|
29452
|
-
orangeA12: string;
|
29453
|
-
orange1: string;
|
29454
|
-
orange2: string;
|
29455
|
-
orange3: string;
|
29456
|
-
orange4: string;
|
29457
|
-
orange5: string;
|
29458
|
-
orange6: string;
|
29459
|
-
orange7: string;
|
29460
|
-
orange8: string;
|
29461
|
-
orange9: string;
|
29462
|
-
orange10: string;
|
29463
|
-
orange11: string;
|
29464
|
-
orange12: string;
|
29465
|
-
oliveA1: string;
|
29466
|
-
oliveA2: string;
|
29467
|
-
oliveA3: string;
|
29468
|
-
oliveA4: string;
|
29469
|
-
oliveA5: string;
|
29470
|
-
oliveA6: string;
|
29471
|
-
oliveA7: string;
|
29472
|
-
oliveA8: string;
|
29473
|
-
oliveA9: string;
|
29474
|
-
oliveA10: string;
|
29475
|
-
oliveA11: string;
|
29476
|
-
oliveA12: string;
|
29477
|
-
olive1: string;
|
29478
|
-
olive2: string;
|
29479
|
-
olive3: string;
|
29480
|
-
olive4: string;
|
29481
|
-
olive5: string;
|
29482
|
-
olive6: string;
|
29483
|
-
olive7: string;
|
29484
|
-
olive8: string;
|
29485
|
-
olive9: string;
|
29486
|
-
olive10: string;
|
29487
|
-
olive11: string;
|
29488
|
-
olive12: string;
|
29489
|
-
mintA1: string;
|
29490
|
-
mintA2: string;
|
29491
|
-
mintA3: string;
|
29492
|
-
mintA4: string;
|
29493
|
-
mintA5: string;
|
29494
|
-
mintA6: string;
|
29495
|
-
mintA7: string;
|
29496
|
-
mintA8: string;
|
29497
|
-
mintA9: string;
|
29498
|
-
mintA10: string;
|
29499
|
-
mintA11: string;
|
29500
|
-
mintA12: string;
|
29501
|
-
mint1: string;
|
29502
|
-
mint2: string;
|
29503
|
-
mint3: string;
|
29504
|
-
mint4: string;
|
29505
|
-
mint5: string;
|
29506
|
-
mint6: string;
|
29507
|
-
mint7: string;
|
29508
|
-
mint8: string;
|
29509
|
-
mint9: string;
|
29510
|
-
mint10: string;
|
29511
|
-
mint11: string;
|
29512
|
-
mint12: string;
|
29513
|
-
mauveA1: string;
|
29514
|
-
mauveA2: string;
|
29515
|
-
mauveA3: string;
|
29516
|
-
mauveA4: string;
|
29517
|
-
mauveA5: string;
|
29518
|
-
mauveA6: string;
|
29519
|
-
mauveA7: string;
|
29520
|
-
mauveA8: string;
|
29521
|
-
mauveA9: string;
|
29522
|
-
mauveA10: string;
|
29523
|
-
mauveA11: string;
|
29524
|
-
mauveA12: string;
|
29525
|
-
mauve1: string;
|
29526
|
-
mauve2: string;
|
29527
|
-
mauve3: string;
|
29528
|
-
mauve4: string;
|
29529
|
-
mauve5: string;
|
29530
|
-
mauve6: string;
|
29531
|
-
mauve7: string;
|
29532
|
-
mauve8: string;
|
29533
|
-
mauve9: string;
|
29534
|
-
mauve10: string;
|
29535
|
-
mauve11: string;
|
29536
|
-
mauve12: string;
|
29537
|
-
limeA1: string;
|
29538
|
-
limeA2: string;
|
29539
|
-
limeA3: string;
|
29540
|
-
limeA4: string;
|
29541
|
-
limeA5: string;
|
29542
|
-
limeA6: string;
|
29543
|
-
limeA7: string;
|
29544
|
-
limeA8: string;
|
29545
|
-
limeA9: string;
|
29546
|
-
limeA10: string;
|
29547
|
-
limeA11: string;
|
29548
|
-
limeA12: string;
|
29549
|
-
lime1: string;
|
29550
|
-
lime2: string;
|
29551
|
-
lime3: string;
|
29552
|
-
lime4: string;
|
29553
|
-
lime5: string;
|
29554
|
-
lime6: string;
|
29555
|
-
lime7: string;
|
29556
|
-
lime8: string;
|
29557
|
-
lime9: string;
|
29558
|
-
lime10: string;
|
29559
|
-
lime11: string;
|
29560
|
-
lime12: string;
|
29561
|
-
indigoA1: string;
|
29562
|
-
indigoA2: string;
|
29563
|
-
indigoA3: string;
|
29564
|
-
indigoA4: string;
|
29565
|
-
indigoA5: string;
|
29566
|
-
indigoA6: string;
|
29567
|
-
indigoA7: string;
|
29568
|
-
indigoA8: string;
|
29569
|
-
indigoA9: string;
|
29570
|
-
indigoA10: string;
|
29571
|
-
indigoA11: string;
|
29572
|
-
indigoA12: string;
|
29573
|
-
indigo1: string;
|
29574
|
-
indigo2: string;
|
29575
|
-
indigo3: string;
|
29576
|
-
indigo4: string;
|
29577
|
-
indigo5: string;
|
29578
|
-
indigo6: string;
|
29579
|
-
indigo7: string;
|
29580
|
-
indigo8: string;
|
29581
|
-
indigo9: string;
|
29582
|
-
indigo10: string;
|
29583
|
-
indigo11: string;
|
29584
|
-
indigo12: string;
|
29585
|
-
greenA1: string;
|
29586
|
-
greenA2: string;
|
29587
|
-
greenA3: string;
|
29588
|
-
greenA4: string;
|
29589
|
-
greenA5: string;
|
29590
|
-
greenA6: string;
|
29591
|
-
greenA7: string;
|
29592
|
-
greenA8: string;
|
29593
|
-
greenA9: string;
|
29594
|
-
greenA10: string;
|
29595
|
-
greenA11: string;
|
29596
|
-
greenA12: string;
|
29597
|
-
green1: string;
|
29598
|
-
green2: string;
|
29599
|
-
green3: string;
|
29600
|
-
green4: string;
|
29601
|
-
green5: string;
|
29602
|
-
green6: string;
|
29603
|
-
green7: string;
|
29604
|
-
green8: string;
|
29605
|
-
green9: string;
|
29606
|
-
green10: string;
|
29607
|
-
green11: string;
|
29608
|
-
green12: string;
|
29609
|
-
grayA1: string;
|
29610
|
-
grayA2: string;
|
29611
|
-
grayA3: string;
|
29612
|
-
grayA4: string;
|
29613
|
-
grayA5: string;
|
29614
|
-
grayA6: string;
|
29615
|
-
grayA7: string;
|
29616
|
-
grayA8: string;
|
29617
|
-
grayA9: string;
|
29618
|
-
grayA10: string;
|
29619
|
-
grayA11: string;
|
29620
|
-
grayA12: string;
|
29621
|
-
gray1: string;
|
29622
|
-
gray2: string;
|
29623
|
-
gray3: string;
|
29624
|
-
gray4: string;
|
29625
|
-
gray5: string;
|
29626
|
-
gray6: string;
|
29627
|
-
gray7: string;
|
29628
|
-
gray8: string;
|
29629
|
-
gray9: string;
|
29630
|
-
gray10: string;
|
29631
|
-
gray11: string;
|
29632
|
-
gray12: string;
|
29633
|
-
grassA1: string;
|
29634
|
-
grassA2: string;
|
29635
|
-
grassA3: string;
|
29636
|
-
grassA4: string;
|
29637
|
-
grassA5: string;
|
29638
|
-
grassA6: string;
|
29639
|
-
grassA7: string;
|
29640
|
-
grassA8: string;
|
29641
|
-
grassA9: string;
|
29642
|
-
grassA10: string;
|
29643
|
-
grassA11: string;
|
29644
|
-
grassA12: string;
|
29645
|
-
grass1: string;
|
29646
|
-
grass2: string;
|
29647
|
-
grass3: string;
|
29648
|
-
grass4: string;
|
29649
|
-
grass5: string;
|
29650
|
-
grass6: string;
|
29651
|
-
grass7: string;
|
29652
|
-
grass8: string;
|
29653
|
-
grass9: string;
|
29654
|
-
grass10: string;
|
29655
|
-
grass11: string;
|
29656
|
-
grass12: string;
|
29657
|
-
goldA1: string;
|
29658
|
-
goldA2: string;
|
29659
|
-
goldA3: string;
|
29660
|
-
goldA4: string;
|
29661
|
-
goldA5: string;
|
29662
|
-
goldA6: string;
|
29663
|
-
goldA7: string;
|
29664
|
-
goldA8: string;
|
29665
|
-
goldA9: string;
|
29666
|
-
goldA10: string;
|
29667
|
-
goldA11: string;
|
29668
|
-
goldA12: string;
|
29669
|
-
gold1: string;
|
29670
|
-
gold2: string;
|
29671
|
-
gold3: string;
|
29672
|
-
gold4: string;
|
29673
|
-
gold5: string;
|
29674
|
-
gold6: string;
|
29675
|
-
gold7: string;
|
29676
|
-
gold8: string;
|
29677
|
-
gold9: string;
|
29678
|
-
gold10: string;
|
29679
|
-
gold11: string;
|
29680
|
-
gold12: string;
|
29681
|
-
cyanA1: string;
|
29682
|
-
cyanA2: string;
|
29683
|
-
cyanA3: string;
|
29684
|
-
cyanA4: string;
|
29685
|
-
cyanA5: string;
|
29686
|
-
cyanA6: string;
|
29687
|
-
cyanA7: string;
|
29688
|
-
cyanA8: string;
|
29689
|
-
cyanA9: string;
|
29690
|
-
cyanA10: string;
|
29691
|
-
cyanA11: string;
|
29692
|
-
cyanA12: string;
|
29693
|
-
cyan1: string;
|
29694
|
-
cyan2: string;
|
29695
|
-
cyan3: string;
|
29696
|
-
cyan4: string;
|
29697
|
-
cyan5: string;
|
29698
|
-
cyan6: string;
|
29699
|
-
cyan7: string;
|
29700
|
-
cyan8: string;
|
29701
|
-
cyan9: string;
|
29702
|
-
cyan10: string;
|
29703
|
-
cyan11: string;
|
29704
|
-
cyan12: string;
|
29705
|
-
crimsonA1: string;
|
29706
|
-
crimsonA2: string;
|
29707
|
-
crimsonA3: string;
|
29708
|
-
crimsonA4: string;
|
29709
|
-
crimsonA5: string;
|
29710
|
-
crimsonA6: string;
|
29711
|
-
crimsonA7: string;
|
29712
|
-
crimsonA8: string;
|
29713
|
-
crimsonA9: string;
|
29714
|
-
crimsonA10: string;
|
29715
|
-
crimsonA11: string;
|
29716
|
-
crimsonA12: string;
|
29717
|
-
crimson1: string;
|
29718
|
-
crimson2: string;
|
29719
|
-
crimson3: string;
|
29720
|
-
crimson4: string;
|
29721
|
-
crimson5: string;
|
29722
|
-
crimson6: string;
|
29723
|
-
crimson7: string;
|
29724
|
-
crimson8: string;
|
29725
|
-
crimson9: string;
|
29726
|
-
crimson10: string;
|
29727
|
-
crimson11: string;
|
29728
|
-
crimson12: string;
|
29729
|
-
brownA1: string;
|
29730
|
-
brownA2: string;
|
29731
|
-
brownA3: string;
|
29732
|
-
brownA4: string;
|
29733
|
-
brownA5: string;
|
29734
|
-
brownA6: string;
|
29735
|
-
brownA7: string;
|
29736
|
-
brownA8: string;
|
29737
|
-
brownA9: string;
|
29738
|
-
brownA10: string;
|
29739
|
-
brownA11: string;
|
29740
|
-
brownA12: string;
|
29741
|
-
brown1: string;
|
29742
|
-
brown2: string;
|
29743
|
-
brown3: string;
|
29744
|
-
brown4: string;
|
29745
|
-
brown5: string;
|
29746
|
-
brown6: string;
|
29747
|
-
brown7: string;
|
29748
|
-
brown8: string;
|
29749
|
-
brown9: string;
|
29750
|
-
brown10: string;
|
29751
|
-
brown11: string;
|
29752
|
-
brown12: string;
|
29753
|
-
bronzeA1: string;
|
29754
|
-
bronzeA2: string;
|
29755
|
-
bronzeA3: string;
|
29756
|
-
bronzeA4: string;
|
29757
|
-
bronzeA5: string;
|
29758
|
-
bronzeA6: string;
|
29759
|
-
bronzeA7: string;
|
29760
|
-
bronzeA8: string;
|
29761
|
-
bronzeA9: string;
|
29762
|
-
bronzeA10: string;
|
29763
|
-
bronzeA11: string;
|
29764
|
-
bronzeA12: string;
|
29765
|
-
bronze1: string;
|
29766
|
-
bronze2: string;
|
29767
|
-
bronze3: string;
|
29768
|
-
bronze4: string;
|
29769
|
-
bronze5: string;
|
29770
|
-
bronze6: string;
|
29771
|
-
bronze7: string;
|
29772
|
-
bronze8: string;
|
29773
|
-
bronze9: string;
|
29774
|
-
bronze10: string;
|
29775
|
-
bronze11: string;
|
29776
|
-
bronze12: string;
|
29777
|
-
blueA1: string;
|
29778
|
-
blueA2: string;
|
29779
|
-
blueA3: string;
|
29780
|
-
blueA4: string;
|
29781
|
-
blueA5: string;
|
29782
|
-
blueA6: string;
|
29783
|
-
blueA7: string;
|
29784
|
-
blueA8: string;
|
29785
|
-
blueA9: string;
|
29786
|
-
blueA10: string;
|
29787
|
-
blueA11: string;
|
29788
|
-
blueA12: string;
|
29789
|
-
blue1: string;
|
29790
|
-
blue2: string;
|
29791
|
-
blue3: string;
|
29792
|
-
blue4: string;
|
29793
|
-
blue5: string;
|
29794
|
-
blue6: string;
|
29795
|
-
blue7: string;
|
29796
|
-
blue8: string;
|
29797
|
-
blue9: string;
|
29798
|
-
blue10: string;
|
29799
|
-
blue11: string;
|
29800
|
-
blue12: string;
|
29801
|
-
blackA1: string;
|
29802
|
-
blackA2: string;
|
29803
|
-
blackA3: string;
|
29804
|
-
blackA4: string;
|
29805
|
-
blackA5: string;
|
29806
|
-
blackA6: string;
|
29807
|
-
blackA7: string;
|
29808
|
-
blackA8: string;
|
29809
|
-
blackA9: string;
|
29810
|
-
blackA10: string;
|
29811
|
-
blackA11: string;
|
29812
|
-
blackA12: string;
|
29813
|
-
amberA1: string;
|
29814
|
-
amberA2: string;
|
29815
|
-
amberA3: string;
|
29816
|
-
amberA4: string;
|
29817
|
-
amberA5: string;
|
29818
|
-
amberA6: string;
|
29819
|
-
amberA7: string;
|
29820
|
-
amberA8: string;
|
29821
|
-
amberA9: string;
|
29822
|
-
amberA10: string;
|
29823
|
-
amberA11: string;
|
29824
|
-
amberA12: string;
|
29825
|
-
amber1: string;
|
29826
|
-
amber2: string;
|
29827
|
-
amber3: string;
|
29828
|
-
amber4: string;
|
29829
|
-
amber5: string;
|
29830
|
-
amber6: string;
|
29831
|
-
amber7: string;
|
29832
|
-
amber8: string;
|
29833
|
-
amber9: string;
|
29834
|
-
amber10: string;
|
29835
|
-
amber11: string;
|
29836
|
-
amber12: string;
|
29837
|
-
};
|
29838
|
-
fonts: {
|
29839
|
-
mono: string;
|
29840
|
-
sans: string;
|
29841
|
-
serif: string;
|
29842
|
-
};
|
29843
|
-
space: {
|
29844
|
-
1: string;
|
29845
|
-
2: string;
|
29846
|
-
3: string;
|
29847
|
-
4: string;
|
29848
|
-
5: string;
|
29849
|
-
6: string;
|
29850
|
-
7: string;
|
29851
|
-
8: string;
|
29852
|
-
9: string;
|
29853
|
-
};
|
29854
|
-
sizes: {
|
29855
|
-
1: string;
|
29856
|
-
2: string;
|
29857
|
-
3: string;
|
29858
|
-
4: string;
|
29859
|
-
5: string;
|
29860
|
-
6: string;
|
29861
|
-
7: string;
|
29862
|
-
8: string;
|
29863
|
-
9: string;
|
29864
|
-
};
|
29865
|
-
fontSizes: {
|
29866
|
-
1: string;
|
29867
|
-
2: string;
|
29868
|
-
3: string;
|
29869
|
-
4: string;
|
29870
|
-
5: string;
|
29871
|
-
6: string;
|
29872
|
-
7: string;
|
29873
|
-
8: string;
|
29874
|
-
9: string;
|
29875
|
-
};
|
29876
|
-
radii: {
|
29877
|
-
1: string;
|
29878
|
-
2: string;
|
29879
|
-
3: string;
|
29880
|
-
4: string;
|
29881
|
-
round: string;
|
29882
|
-
pill: string;
|
29883
|
-
};
|
29884
|
-
zIndices: {
|
29885
|
-
1: string;
|
29886
|
-
2: string;
|
29887
|
-
3: string;
|
29888
|
-
4: string;
|
29889
|
-
max: string;
|
29890
|
-
};
|
29891
|
-
}, _stitches_react_types_config.DefaultThemeMap, {
|
29892
|
-
p: (value: {
|
29893
|
-
readonly [$$PropertyValue]: "padding";
|
29894
|
-
}) => {
|
29895
|
-
padding: {
|
29896
|
-
readonly [$$PropertyValue]: "padding";
|
29897
|
-
};
|
29898
|
-
};
|
29899
|
-
pt: (value: {
|
29900
|
-
readonly [$$PropertyValue]: "paddingTop";
|
29901
|
-
}) => {
|
29902
|
-
paddingTop: {
|
29903
|
-
readonly [$$PropertyValue]: "paddingTop";
|
29904
|
-
};
|
29905
|
-
};
|
29906
|
-
pr: (value: {
|
29907
|
-
readonly [$$PropertyValue]: "paddingRight";
|
29908
|
-
}) => {
|
29909
|
-
paddingRight: {
|
29910
|
-
readonly [$$PropertyValue]: "paddingRight";
|
29911
|
-
};
|
29912
|
-
};
|
29913
|
-
pb: (value: {
|
29914
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
29915
|
-
}) => {
|
29916
|
-
paddingBottom: {
|
29917
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
29918
|
-
};
|
29919
|
-
};
|
29920
|
-
pl: (value: {
|
29921
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
29922
|
-
}) => {
|
29923
|
-
paddingLeft: {
|
29924
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
29925
|
-
};
|
29926
|
-
};
|
29927
|
-
px: (value: {
|
29928
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
29929
|
-
}) => {
|
29930
|
-
paddingLeft: {
|
29931
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
29932
|
-
};
|
29933
|
-
paddingRight: {
|
29934
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
29935
|
-
};
|
29936
|
-
};
|
29937
|
-
py: (value: {
|
29938
|
-
readonly [$$PropertyValue]: "paddingTop";
|
29939
|
-
}) => {
|
29940
|
-
paddingTop: {
|
29941
|
-
readonly [$$PropertyValue]: "paddingTop";
|
29942
|
-
};
|
29943
|
-
paddingBottom: {
|
29944
|
-
readonly [$$PropertyValue]: "paddingTop";
|
29945
|
-
};
|
29946
|
-
};
|
29947
|
-
m: (value: {
|
29948
|
-
readonly [$$PropertyValue]: "margin";
|
29949
|
-
}) => {
|
29950
|
-
margin: {
|
29951
|
-
readonly [$$PropertyValue]: "margin";
|
29952
|
-
};
|
29953
|
-
};
|
29954
|
-
mt: (value: {
|
29955
|
-
readonly [$$PropertyValue]: "marginTop";
|
29956
|
-
}) => {
|
29957
|
-
marginTop: {
|
29958
|
-
readonly [$$PropertyValue]: "marginTop";
|
29959
|
-
};
|
29960
|
-
};
|
29961
|
-
mr: (value: {
|
29962
|
-
readonly [$$PropertyValue]: "marginRight";
|
29963
|
-
}) => {
|
29964
|
-
marginRight: {
|
29965
|
-
readonly [$$PropertyValue]: "marginRight";
|
29966
|
-
};
|
29967
|
-
};
|
29968
|
-
mb: (value: {
|
29969
|
-
readonly [$$PropertyValue]: "marginBottom";
|
29970
|
-
}) => {
|
29971
|
-
marginBottom: {
|
29972
|
-
readonly [$$PropertyValue]: "marginBottom";
|
29973
|
-
};
|
29974
|
-
};
|
29975
|
-
ml: (value: {
|
29976
|
-
readonly [$$PropertyValue]: "marginLeft";
|
29977
|
-
}) => {
|
29978
|
-
marginLeft: {
|
29979
|
-
readonly [$$PropertyValue]: "marginLeft";
|
29980
|
-
};
|
29981
|
-
};
|
29982
|
-
mx: (value: {
|
29983
|
-
readonly [$$PropertyValue]: "marginLeft";
|
29984
|
-
}) => {
|
29985
|
-
marginLeft: {
|
29986
|
-
readonly [$$PropertyValue]: "marginLeft";
|
29987
|
-
};
|
29988
|
-
marginRight: {
|
29989
|
-
readonly [$$PropertyValue]: "marginLeft";
|
29990
|
-
};
|
29991
|
-
};
|
29992
|
-
my: (value: {
|
29993
|
-
readonly [$$PropertyValue]: "marginTop";
|
29994
|
-
}) => {
|
29995
|
-
marginTop: {
|
29996
|
-
readonly [$$PropertyValue]: "marginTop";
|
29997
|
-
};
|
29998
|
-
marginBottom: {
|
29999
|
-
readonly [$$PropertyValue]: "marginTop";
|
30000
|
-
};
|
30001
|
-
};
|
30002
|
-
ta: (value: {
|
30003
|
-
readonly [$$PropertyValue]: "textAlign";
|
30004
|
-
}) => {
|
30005
|
-
textAlign: {
|
30006
|
-
readonly [$$PropertyValue]: "textAlign";
|
30007
|
-
};
|
30008
|
-
};
|
30009
|
-
fd: (value: {
|
30010
|
-
readonly [$$PropertyValue]: "flexDirection";
|
30011
|
-
}) => {
|
30012
|
-
flexDirection: {
|
30013
|
-
readonly [$$PropertyValue]: "flexDirection";
|
30014
|
-
};
|
30015
|
-
};
|
30016
|
-
fw: (value: {
|
30017
|
-
readonly [$$PropertyValue]: "flexWrap";
|
30018
|
-
}) => {
|
30019
|
-
flexWrap: {
|
30020
|
-
readonly [$$PropertyValue]: "flexWrap";
|
30021
|
-
};
|
30022
|
-
};
|
30023
|
-
ai: (value: {
|
30024
|
-
readonly [$$PropertyValue]: "alignItems";
|
30025
|
-
}) => {
|
30026
|
-
alignItems: {
|
30027
|
-
readonly [$$PropertyValue]: "alignItems";
|
30028
|
-
};
|
30029
|
-
};
|
30030
|
-
ac: (value: {
|
30031
|
-
readonly [$$PropertyValue]: "alignContent";
|
30032
|
-
}) => {
|
30033
|
-
alignContent: {
|
30034
|
-
readonly [$$PropertyValue]: "alignContent";
|
30035
|
-
};
|
30036
|
-
};
|
30037
|
-
jc: (value: {
|
30038
|
-
readonly [$$PropertyValue]: "justifyContent";
|
30039
|
-
}) => {
|
30040
|
-
justifyContent: {
|
30041
|
-
readonly [$$PropertyValue]: "justifyContent";
|
30042
|
-
};
|
30043
|
-
};
|
30044
|
-
as: (value: {
|
30045
|
-
readonly [$$PropertyValue]: "alignSelf";
|
30046
|
-
}) => {
|
30047
|
-
alignSelf: {
|
30048
|
-
readonly [$$PropertyValue]: "alignSelf";
|
30049
|
-
};
|
30050
|
-
};
|
30051
|
-
fg: (value: {
|
30052
|
-
readonly [$$PropertyValue]: "flexGrow";
|
30053
|
-
}) => {
|
30054
|
-
flexGrow: {
|
30055
|
-
readonly [$$PropertyValue]: "flexGrow";
|
30056
|
-
};
|
30057
|
-
};
|
30058
|
-
fs: (value: {
|
30059
|
-
readonly [$$PropertyValue]: "flexShrink";
|
30060
|
-
}) => {
|
30061
|
-
flexShrink: {
|
30062
|
-
readonly [$$PropertyValue]: "flexShrink";
|
30063
|
-
};
|
30064
|
-
};
|
30065
|
-
fb: (value: {
|
30066
|
-
readonly [$$PropertyValue]: "flexBasis";
|
30067
|
-
}) => {
|
30068
|
-
flexBasis: {
|
30069
|
-
readonly [$$PropertyValue]: "flexBasis";
|
30070
|
-
};
|
30071
|
-
};
|
30072
|
-
bc: (value: {
|
30073
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
30074
|
-
}) => {
|
30075
|
-
backgroundColor: {
|
30076
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
30077
|
-
};
|
30078
|
-
};
|
30079
|
-
br: (value: {
|
30080
|
-
readonly [$$PropertyValue]: "borderRadius";
|
30081
|
-
}) => {
|
30082
|
-
borderRadius: {
|
30083
|
-
readonly [$$PropertyValue]: "borderRadius";
|
30084
|
-
};
|
30085
|
-
};
|
30086
|
-
btrr: (value: {
|
30087
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
30088
|
-
}) => {
|
30089
|
-
borderTopRightRadius: {
|
30090
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
30091
|
-
};
|
30092
|
-
};
|
30093
|
-
bbrr: (value: {
|
30094
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
30095
|
-
}) => {
|
30096
|
-
borderBottomRightRadius: {
|
30097
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
30098
|
-
};
|
30099
|
-
};
|
30100
|
-
bblr: (value: {
|
30101
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
30102
|
-
}) => {
|
30103
|
-
borderBottomLeftRadius: {
|
30104
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
30105
|
-
};
|
30106
|
-
};
|
30107
|
-
btlr: (value: {
|
30108
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
30109
|
-
}) => {
|
30110
|
-
borderTopLeftRadius: {
|
30111
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
30112
|
-
};
|
30113
|
-
};
|
30114
|
-
bs: (value: {
|
30115
|
-
readonly [$$PropertyValue]: "boxShadow";
|
30116
|
-
}) => {
|
30117
|
-
boxShadow: {
|
30118
|
-
readonly [$$PropertyValue]: "boxShadow";
|
30119
|
-
};
|
30120
|
-
};
|
30121
|
-
lh: (value: {
|
30122
|
-
readonly [$$PropertyValue]: "lineHeight";
|
30123
|
-
}) => {
|
30124
|
-
lineHeight: {
|
30125
|
-
readonly [$$PropertyValue]: "lineHeight";
|
30126
|
-
};
|
30127
|
-
};
|
30128
|
-
ox: (value: {
|
30129
|
-
readonly [$$PropertyValue]: "overflowX";
|
30130
|
-
}) => {
|
30131
|
-
overflowX: {
|
30132
|
-
readonly [$$PropertyValue]: "overflowX";
|
30133
|
-
};
|
30134
|
-
};
|
30135
|
-
oy: (value: {
|
30136
|
-
readonly [$$PropertyValue]: "overflowY";
|
30137
|
-
}) => {
|
30138
|
-
overflowY: {
|
30139
|
-
readonly [$$PropertyValue]: "overflowY";
|
30140
|
-
};
|
30141
|
-
};
|
30142
|
-
pe: (value: {
|
30143
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
30144
|
-
}) => {
|
30145
|
-
pointerEvents: {
|
30146
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
30147
|
-
};
|
30148
|
-
};
|
30149
|
-
us: (value: {
|
30150
|
-
readonly [$$PropertyValue]: "userSelect";
|
30151
|
-
}) => {
|
30152
|
-
WebkitUserSelect: {
|
30153
|
-
readonly [$$PropertyValue]: "userSelect";
|
30154
|
-
};
|
30155
|
-
userSelect: {
|
30156
|
-
readonly [$$PropertyValue]: "userSelect";
|
30157
|
-
};
|
30158
|
-
};
|
30159
|
-
userSelect: (value: {
|
30160
|
-
readonly [$$PropertyValue]: "userSelect";
|
30161
|
-
}) => {
|
30162
|
-
WebkitUserSelect: {
|
30163
|
-
readonly [$$PropertyValue]: "userSelect";
|
30164
|
-
};
|
30165
|
-
userSelect: {
|
30166
|
-
readonly [$$PropertyValue]: "userSelect";
|
30167
|
-
};
|
30168
|
-
};
|
30169
|
-
size: (value: {
|
30170
|
-
readonly [$$PropertyValue]: "width";
|
30171
|
-
}) => {
|
30172
|
-
width: {
|
30173
|
-
readonly [$$PropertyValue]: "width";
|
30174
|
-
};
|
30175
|
-
height: {
|
30176
|
-
readonly [$$PropertyValue]: "width";
|
30177
|
-
};
|
30178
|
-
};
|
30179
|
-
appearance: (value: {
|
30180
|
-
readonly [$$PropertyValue]: "appearance";
|
30181
|
-
}) => {
|
30182
|
-
WebkitAppearance: {
|
30183
|
-
readonly [$$PropertyValue]: "appearance";
|
30184
|
-
};
|
30185
|
-
appearance: {
|
30186
|
-
readonly [$$PropertyValue]: "appearance";
|
30187
|
-
};
|
30188
|
-
};
|
30189
|
-
backgroundClip: (value: {
|
30190
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
30191
|
-
}) => {
|
30192
|
-
WebkitBackgroundClip: {
|
30193
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
30194
|
-
};
|
30195
|
-
backgroundClip: {
|
30196
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
30197
|
-
};
|
30198
|
-
};
|
30199
|
-
}>>, {
|
30200
|
-
display: string;
|
30201
|
-
verticalAlign: string;
|
30202
|
-
cursor: string;
|
29049
|
+
verticalAlign: string;
|
29050
|
+
cursor: string;
|
30203
29051
|
}]>, {
|
30204
29052
|
bp1: "(min-width: 520px)";
|
30205
29053
|
bp2: "(min-width: 900px)";
|
@@ -31289,39 +30137,13 @@ declare const Label: _stitches_react_types_styled_component.StyledComponent<Reac
|
|
31289
30137
|
|
31290
30138
|
declare const Link: _stitches_react_types_styled_component.StyledComponent<"a", _stitches_react_types_styled_component.StyledComponentProps<[{
|
31291
30139
|
alignItems: string;
|
31292
|
-
|
31293
|
-
flexShrink: number;
|
31294
|
-
border: string;
|
31295
|
-
outline: string;
|
30140
|
+
textDecorationColor: string;
|
31296
30141
|
textDecorationLine: string;
|
31297
30142
|
textUnderlineOffset: string;
|
31298
|
-
textDecorationColor: string;
|
31299
30143
|
transition: string;
|
31300
30144
|
'@media (prefers-reduced-motion)': {
|
31301
30145
|
transition: string;
|
31302
30146
|
};
|
31303
|
-
'& > strong': {
|
31304
|
-
transition: string;
|
31305
|
-
'@media (prefers-reduced-motion)': {
|
31306
|
-
transition: string;
|
31307
|
-
};
|
31308
|
-
};
|
31309
|
-
WebkitTapHighlightColor: string;
|
31310
|
-
lineHeight: string;
|
31311
|
-
'@hover': {
|
31312
|
-
'&:hover': {
|
31313
|
-
textDecorationLine: string;
|
31314
|
-
};
|
31315
|
-
};
|
31316
|
-
'&:focus': {
|
31317
|
-
textDecorationLine: string;
|
31318
|
-
borderRadius: string;
|
31319
|
-
boxShadow: string;
|
31320
|
-
};
|
31321
|
-
'&:focus:not(:focus-visible)': {
|
31322
|
-
boxShadow: string;
|
31323
|
-
textDecorationLine: string;
|
31324
|
-
};
|
31325
30147
|
variants: {
|
31326
30148
|
variant: {
|
31327
30149
|
blue: {
|
@@ -31332,13 +30154,6 @@ declare const Link: _stitches_react_types_styled_component.StyledComponent<"a",
|
|
31332
30154
|
boxShadow: string;
|
31333
30155
|
};
|
31334
30156
|
};
|
31335
|
-
subtle: {
|
31336
|
-
color: string;
|
31337
|
-
textDecorationColor: string;
|
31338
|
-
'&:focus': {
|
31339
|
-
outlineColor: string;
|
31340
|
-
};
|
31341
|
-
};
|
31342
30157
|
contrast: {
|
31343
30158
|
color: string;
|
31344
30159
|
textDecoration: string;
|
@@ -31374,10 +30189,72 @@ declare const Link: _stitches_react_types_styled_component.StyledComponent<"a",
|
|
31374
30189
|
boxShadow: string;
|
31375
30190
|
};
|
31376
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
|
+
};
|
31377
30253
|
};
|
31378
30254
|
};
|
31379
30255
|
defaultVariants: {
|
31380
30256
|
variant: "contrast";
|
30257
|
+
type: "text";
|
31381
30258
|
};
|
31382
30259
|
}]>, {
|
31383
30260
|
bp1: "(min-width: 520px)";
|
@@ -64790,4 +63667,4 @@ declare type TooltipProps = React$1.ComponentProps<typeof TooltipPrimitive.Root>
|
|
64790
63667
|
|
64791
63668
|
declare function Tooltip({ children, content, open, defaultOpen, onOpenChange, multiline, ...props }: TooltipProps): JSX.Element;
|
64792
63669
|
|
64793
|
-
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,
|
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 };
|