diff --git a/.tamagui/prompt.md b/.tamagui/prompt.md index 8ebb612..f24e4fd 100644 --- a/.tamagui/prompt.md +++ b/.tamagui/prompt.md @@ -337,8 +337,8 @@ Tokens are design system values that can be referenced using the `$` prefix. ### Color Tokens -- `accent`: #FFB6C1 -- `accentSoft`: #FFE5EC +- `accent`: #3D5AFE +- `accentSoft`: #E8ECFF - `blue10Dark`: hsl(209, 100%, 60.6%) - `blue10Light`: hsl(208, 100%, 47.3%) - `blue11Dark`: hsl(210, 100%, 66.1%) @@ -363,8 +363,8 @@ Tokens are design system values that can be referenced using the `$` prefix. - `blue8Light`: hsl(206, 81.9%, 65.3%) - `blue9Dark`: hsl(206, 100%, 50.0%) - `blue9Light`: hsl(206, 100%, 50.0%) -- `border`: #F2E4DA -- `danger`: #E04848 +- `border`: #F3D6C9 +- `danger`: #EF4444 - `gray10Dark`: hsl(0, 0%, 49.4%) - `gray10Light`: hsl(0, 0%, 52.3%) - `gray11Dark`: hsl(0, 0%, 62.8%) @@ -413,7 +413,7 @@ Tokens are design system values that can be referenced using the `$` prefix. - `green8Light`: hsl(151, 40.2%, 54.1%) - `green9Dark`: hsl(151, 55.0%, 41.5%) - `green9Light`: hsl(151, 55.0%, 41.5%) -- `muted`: #F4ECE8 +- `muted`: #FFF6F0 - `orange10Dark`: hsl(24, 100%, 58.5%) - `orange10Light`: hsl(24, 100%, 46.5%) - `orange11Dark`: hsl(24, 100%, 62.2%) @@ -462,7 +462,7 @@ Tokens are design system values that can be referenced using the `$` prefix. - `pink8Light`: hsl(323, 60.3%, 72.4%) - `pink9Dark`: hsl(322, 65.0%, 54.5%) - `pink9Light`: hsl(322, 65.0%, 54.5%) -- `primary`: #FF5A5F +- `primary`: #FF5C5C - `purple10Dark`: hsl(273, 57.3%, 59.1%) - `purple10Light`: hsl(272, 46.8%, 50.3%) - `purple11Dark`: hsl(275, 80.0%, 71.0%) @@ -511,10 +511,10 @@ Tokens are design system values that can be referenced using the `$` prefix. - `red8Light`: hsl(359, 69.5%, 74.3%) - `red9Dark`: hsl(358, 75.0%, 59.0%) - `red9Light`: hsl(358, 75.0%, 59.0%) -- `success`: #06D6A0 +- `success`: #22C55E - `surface`: #ffffff -- `text`: #1F2937 -- `warning`: #F5C542 +- `text`: #0B132B +- `warning`: #FBBF24 - `yellow10Dark`: hsl(54, 100%, 68.0%) - `yellow10Light`: hsl(50, 100%, 48.5%) - `yellow11Dark`: hsl(48, 100%, 47.0%) diff --git a/.tamagui/tamagui.config.cjs b/.tamagui/tamagui.config.cjs index 282b4ed..0dffc29 100644 --- a/.tamagui/tamagui.config.cjs +++ b/.tamagui/tamagui.config.cjs @@ -4160,16 +4160,16 @@ var tokens3 = { ...tokens2, color: { ...tokens2.color, - primary: "#FF5A5F", - accent: "#FFB6C1", - accentSoft: "#FFE5EC", - success: "#06D6A0", - warning: "#F5C542", - danger: "#E04848", + primary: "#FF5C5C", + accent: "#3D5AFE", + accentSoft: "#E8ECFF", + success: "#22C55E", + warning: "#FBBF24", + danger: "#EF4444", surface: "#ffffff", - muted: "#F4ECE8", - border: "#F2E4DA", - text: "#1F2937" + muted: "#FFF6F0", + border: "#F3D6C9", + text: "#0B132B" }, radius: { ...tokens2.radius, @@ -4188,53 +4188,53 @@ var themes3 = { ...themes2.light, primary: tokens3.color.primary, accent: tokens3.color.accent, - background: "#FFF8F5", - backgroundHover: "#FFF1EC", - backgroundPress: "#FFE7E0", + background: "#FFF1E8", + backgroundHover: "#FFE8DD", + backgroundPress: "#FFE1D2", backgroundStrong: tokens3.color.surface, - backgroundTransparent: "rgba(255, 248, 245, 0)", + backgroundTransparent: "rgba(255, 241, 232, 0)", color: tokens3.color.text, - colorHover: "#111827", - colorPress: "#0F172A", - colorFocus: "#0F172A", + colorHover: "#091024", + colorPress: "#091024", + colorFocus: "#091024", borderColor: tokens3.color.border, - borderColorHover: "#EAD5C9", - borderColorPress: "#E0C9BC", - shadowColor: "rgba(31, 41, 55, 0.12)", - shadowColorPress: "rgba(31, 41, 55, 0.16)", - shadowColorFocus: "rgba(31, 41, 55, 0.18)", + borderColorHover: "#EBCABA", + borderColorPress: "#E1BFAE", + shadowColor: "rgba(11, 19, 43, 0.16)", + shadowColorPress: "rgba(11, 19, 43, 0.2)", + shadowColorFocus: "rgba(11, 19, 43, 0.24)", surface: tokens3.color.surface, muted: tokens3.color.muted, blue3: tokens3.color.accentSoft, blue6: tokens3.color.accent, blue10: tokens3.color.primary, - blue11: "#C2413B" + blue11: "#1E36F1" }, dark: { ...themes2.dark, primary: tokens3.color.primary, accent: tokens3.color.accent, - background: "#171219", - backgroundHover: "#1F1A23", - backgroundPress: "#26212B", - backgroundStrong: "#1F1A23", - backgroundTransparent: "rgba(23, 18, 25, 0)", - color: "#F8F6F2", + background: "#0B132B", + backgroundHover: "#101A36", + backgroundPress: "#132142", + backgroundStrong: "#101A36", + backgroundTransparent: "rgba(11, 19, 43, 0)", + color: "#F8FAFF", colorHover: "#FFFFFF", - colorPress: "#FDF8F5", + colorPress: "#F2F6FF", colorFocus: "#FFFFFF", - borderColor: "#2C2531", - borderColorHover: "#3A3240", - borderColorPress: "#443C4A", + borderColor: "#1F2A4A", + borderColorHover: "#29345A", + borderColorPress: "#313D67", shadowColor: "rgba(0, 0, 0, 0.55)", shadowColorPress: "rgba(0, 0, 0, 0.65)", shadowColorFocus: "rgba(0, 0, 0, 0.6)", - surface: "#1F1A23", - muted: "#241E28", - blue3: "#2B1D23", - blue6: "#5A2D34", - blue10: "#FF7A7F", - blue11: "#FFB3B6" + surface: "#0F1B36", + muted: "#121F3D", + blue3: "#1B2550", + blue6: "#3D5AFE", + blue10: "#FF5C5C", + blue11: "#FF8A8A" } }; var sharedWeights = { @@ -4254,12 +4254,12 @@ var fonts2 = { }, heading: { ...defaultConfig.fonts.heading, - family: "Manrope", + family: "Archivo Black", weight: sharedWeights }, display: { ...defaultConfig.fonts.heading, - family: "Fraunces", + family: "Archivo Black", weight: sharedWeights } }; diff --git a/.tamagui/tamagui.config.json b/.tamagui/tamagui.config.json index e575590..8b30e40 100644 --- a/.tamagui/tamagui.config.json +++ b/.tamagui/tamagui.config.json @@ -1099,21 +1099,21 @@ } }, { - "moduleName": "@tamagui/stacks", + "moduleName": "tamagui", "nameToInfo": { - "SizableStack": { + "AlertDialogAction": { "staticConfig": { "acceptsClassName": true, "defaultProps": { "display": "flex", "alignItems": "stretch", + "flexDirection": "column", "flexBasis": "auto", "boxSizing": "border-box", "position": "relative", "minHeight": 0, "minWidth": 0, - "flexShrink": 0, - "flexDirection": "row" + "flexShrink": 0 }, "validStyles": { "backfaceVisibility": true, @@ -1352,76 +1352,533 @@ "userSelect": true, "willChange": true }, - "variants": { - "fullscreen": { - "true": { - "position": "absolute", - "top": 0, - "left": 0, - "right": 0, - "bottom": 0 - } - }, - "elevation": { - "...size": "Function", - ":number": "Function" - }, - "inset": "Function", - "unstyled": { - "true": { - "hoverTheme": false, - "pressTheme": false, - "focusTheme": false, - "elevate": false, - "bordered": false - } - }, - "hoverTheme": { - "true": { - "hoverStyle": { - "backgroundColor": "$backgroundHover", - "borderColor": "$borderColorHover" - } - }, - "false": {} - }, - "pressTheme": { - "true": { - "cursor": "pointer", - "pressStyle": { - "backgroundColor": "$backgroundPress", - "borderColor": "$borderColorPress" - } - }, - "false": {} - }, - "focusTheme": { - "true": { - "focusStyle": { - "backgroundColor": "$backgroundFocus", - "borderColor": "$borderColorFocus" - } - }, - "false": {} - }, - "circular": { - "true": "Function" - }, - "elevate": { - "true": "Function" - }, - "bordered": "Function", - "size": { - "...size": "Function" - } - }, - "componentName": "SizableStack", + "componentName": "AlertDialogAction", "isReactNative": false, "isText": false, - "isStyledHOC": false + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true } }, - "ThemeableStack": { + "AlertDialogCancel": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "AlertDialogCancel", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "AlertDialogDescription": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "AlertDialogDescription", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "AlertDialogOverlay": { "staticConfig": { "acceptsClassName": true, "defaultProps": { @@ -1433,7 +1890,8 @@ "minHeight": 0, "minWidth": 0, "flexShrink": 0, - "flexDirection": "column" + "flexDirection": "column", + "unstyled": false }, "validStyles": { "backfaceVisibility": true, @@ -1776,26 +2234,46 @@ } } } + }, + "open": { + "true": { + "pointerEvents": "auto" + }, + "false": { + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "fullscreen": true, + "position": "absolute", + "backgrounded": true, + "zIndex": 99999, + "pointerEvents": "auto" + } } }, + "componentName": "AlertDialogOverlay", "isReactNative": false, "isText": false, - "isStyledHOC": false + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true } }, - "XStack": { + "AlertDialogTitle": { "staticConfig": { "acceptsClassName": true, "defaultProps": { "display": "flex", "alignItems": "stretch", + "flexDirection": "column", "flexBasis": "auto", "boxSizing": "border-box", "position": "relative", "minHeight": 0, "minWidth": 0, - "flexShrink": 0, - "flexDirection": "row" + "flexShrink": 0 }, "validStyles": { "backfaceVisibility": true, @@ -2034,28 +2512,600 @@ "userSelect": true, "willChange": true }, - "variants": { - "fullscreen": { - "true": { - "position": "absolute", - "top": 0, - "left": 0, - "right": 0, - "bottom": 0 - } - }, - "elevation": { - "...size": "Function", - ":number": "Function" - }, - "inset": "Function" - }, + "componentName": "AlertDialogTitle", "isReactNative": false, "isText": false, - "isStyledHOC": false + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true } }, - "YStack": { + "AlertDialogTrigger": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "AlertDialogTrigger", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "Anchor": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "unstyled": false, + "tag": "a", + "accessibilityRole": "link" + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color" + } + }, + "size": "Function", + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "componentName": "Anchor", + "isReactNative": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "Article": { "staticConfig": { "acceptsClassName": true, "defaultProps": { @@ -2067,6 +3117,7 @@ "minHeight": 0, "minWidth": 0, "flexShrink": 0, + "tag": "article", "flexDirection": "column" }, "validStyles": { @@ -2306,28 +3357,271 @@ "userSelect": true, "willChange": true }, - "variants": { - "fullscreen": { - "true": { - "position": "absolute", - "top": 0, - "left": 0, - "right": 0, - "bottom": 0 - } - }, - "elevation": { - "...size": "Function", - ":number": "Function" - }, - "inset": "Function" - }, + "componentName": "Article", "isReactNative": false, "isText": false, "isStyledHOC": false } }, - "ZStack": { + "Aside": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "aside", + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Aside", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "AvatarFallback": { "staticConfig": { "acceptsClassName": true, "defaultProps": { @@ -2339,7 +3633,9 @@ "minWidth": 0, "flexShrink": 0, "flexDirection": "column", - "position": "relative" + "position": "absolute", + "fullscreen": true, + "zIndex": 0 }, "validStyles": { "backfaceVisibility": true, @@ -2594,18 +3890,10588 @@ }, "inset": "Function" }, + "componentName": "AvatarFallback", "isReactNative": false, "isText": false, "isStyledHOC": false, "neverFlatten": true, - "isZStack": true + "isHOC": true } - } - } - }, - { - "moduleName": "@tamagui/text", - "nameToInfo": { + }, + "AvatarFallbackFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "position": "absolute", + "fullscreen": true, + "zIndex": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "componentName": "AvatarFallback", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "AvatarFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "flexBasis": "auto", + "boxSizing": "border-box", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "alignItems": "center", + "justifyContent": "center", + "position": "relative", + "overflow": "hidden" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "size": { + "...size": "Function", + ":number": "Function" + } + }, + "componentName": "Avatar", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "memo": true + } + }, + "Button": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "button", + "role": "button", + "focusable": true, + "disableClassName": true, + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "justifyContent": "center", + "alignItems": "center", + "flexWrap": "nowrap", + "flexDirection": "row", + "cursor": "pointer", + "hoverTheme": true, + "pressTheme": true, + "backgrounded": true, + "borderWidth": 1, + "borderColor": "transparent", + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineStyle": "solid", + "outlineWidth": 2 + } + } + }, + "variant": { + "outlined": { + "backgroundColor": "transparent", + "borderWidth": 2, + "borderColor": "$borderColor", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "$borderColorHover" + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "$borderColorPress" + }, + "focusVisibleStyle": { + "backgroundColor": "transparent", + "borderColor": "$borderColorFocus" + } + } + }, + "size": { + "...size": "Function", + ":number": "Function" + }, + "disabled": { + "true": { + "pointerEvents": "none" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Button", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "ButtonFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "button", + "role": "button", + "focusable": true, + "disableClassName": true, + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "justifyContent": "center", + "alignItems": "center", + "flexWrap": "nowrap", + "flexDirection": "row", + "cursor": "pointer", + "hoverTheme": true, + "pressTheme": true, + "backgrounded": true, + "borderWidth": 1, + "borderColor": "transparent", + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineStyle": "solid", + "outlineWidth": 2 + } + } + }, + "variant": { + "outlined": { + "backgroundColor": "transparent", + "borderWidth": 2, + "borderColor": "$borderColor", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "$borderColorHover" + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "$borderColorPress" + }, + "focusVisibleStyle": { + "backgroundColor": "transparent", + "borderColor": "$borderColorFocus" + } + } + }, + "size": { + "...size": "Function", + ":number": "Function" + }, + "disabled": { + "true": { + "pointerEvents": "none" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Button", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "ButtonText": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color", + "userSelect": "none", + "cursor": "pointer", + "flexGrow": 0, + "flexShrink": 1, + "ellipse": true + } + }, + "size": "Function", + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Button", + "isReactNative": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "Card": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "backgroundColor": "$background", + "position": "relative" + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Card", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "CardBackground": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "zIndex": 0, + "fullscreen": true, + "overflow": "hidden", + "pointerEvents": "none", + "padding": 0 + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "CardBackground", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "CardFooter": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "zIndex": 5, + "backgroundColor": "transparent", + "marginBottom": 0, + "flexDirection": "row", + "marginTop": "auto" + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "CardFooter", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true + } + }, + "CardFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "backgroundColor": "$background", + "position": "relative" + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Card", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "CardHeader": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "zIndex": 10, + "backgroundColor": "transparent", + "marginBottom": "auto" + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "CardHeader", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "Checkbox": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "button", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "backgroundColor": "$background", + "alignItems": "center", + "justifyContent": "center", + "pressTheme": true, + "focusable": true, + "borderWidth": 1, + "borderColor": "$borderColor", + "hoverStyle": { + "borderColor": "$borderColorHover" + }, + "focusStyle": { + "borderColor": "$borderColorFocus" + }, + "focusVisibleStyle": { + "outlineStyle": "solid", + "outlineWidth": 2, + "outlineColor": "$outlineColor" + } + } + }, + "disabled": { + "true": { + "pointerEvents": "none", + "userSelect": "none", + "cursor": "not-allowed", + "hoverStyle": { + "borderColor": "$borderColor", + "backgroundColor": "$background" + }, + "pressStyle": { + "borderColor": "$borderColor", + "backgroundColor": "$background" + }, + "focusStyle": { + "outlineWidth": 0 + } + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Checkbox", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "CheckboxFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "button", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "backgroundColor": "$background", + "alignItems": "center", + "justifyContent": "center", + "pressTheme": true, + "focusable": true, + "borderWidth": 1, + "borderColor": "$borderColor", + "hoverStyle": { + "borderColor": "$borderColorHover" + }, + "focusStyle": { + "borderColor": "$borderColorFocus" + }, + "focusVisibleStyle": { + "outlineStyle": "solid", + "outlineWidth": 2, + "outlineColor": "$outlineColor" + } + } + }, + "disabled": { + "true": { + "pointerEvents": "none", + "userSelect": "none", + "cursor": "not-allowed", + "hoverStyle": { + "borderColor": "$borderColor", + "backgroundColor": "$background" + }, + "pressStyle": { + "borderColor": "$borderColor", + "backgroundColor": "$background" + }, + "focusStyle": { + "outlineWidth": 0 + } + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Checkbox", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "CheckboxIndicatorFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": {} + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "CheckboxIndicator", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false, + "neverFlatten": true + } + }, + "Circle": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "alignItems": "center", + "justifyContent": "center", + "circular": true + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "size": { + "...size": "Function", + ":number": "Function" + } + }, + "componentName": "Circle", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "memo": true + } + }, + "DialogClose": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "button" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "DialogClose", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "DialogContent": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "size": "$true", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "size": { + "...size": "Function" + }, + "unstyled": { + "false": { + "position": "relative", + "backgrounded": true, + "padded": true, + "radiused": true, + "elevate": true, + "zIndex": 100000 + } + } + }, + "defaultVariants": { + "size": "$true", + "unstyled": false + }, + "componentName": "DialogContent", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "DialogDescription": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "margin": 0, + "fontFamily": "$body", + "unstyled": false, + "tag": "p", + "userSelect": "auto", + "color": "$color", + "size": "$true", + "whiteSpace": "normal" + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color" + } + }, + "size": "Function", + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "componentName": "DialogDescription", + "isReactNative": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "DialogOverlay": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "open": { + "true": { + "pointerEvents": "auto" + }, + "false": { + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "fullscreen": true, + "position": "absolute", + "backgrounded": true, + "zIndex": 99999, + "pointerEvents": "auto" + } + } + }, + "componentName": "DialogOverlay", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "DialogOverlayFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "open": { + "true": { + "pointerEvents": "auto" + }, + "false": { + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "fullscreen": true, + "position": "absolute", + "backgrounded": true, + "zIndex": 99999, + "pointerEvents": "auto" + } + } + }, + "componentName": "DialogOverlay", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "DialogPortalFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "pointerEvents": "none", + "tag": "dialog", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "false": { + "alignItems": "center", + "justifyContent": "center", + "fullscreen": true, + "$platform-web": { + "borderWidth": 0, + "backgroundColor": "transparent", + "color": "inherit", + "maxInlineSize": "none", + "margin": 0, + "width": "auto", + "height": "auto", + "maxHeight": "100vh", + "position": "fixed", + "zIndex": 1 + } + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "DialogTitle": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "userSelect": "auto", + "color": "$color", + "whiteSpace": "normal", + "accessibilityRole": "header", + "fontFamily": "$heading", + "size": "$8", + "margin": 0, + "tag": "h2", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$9", + "color": "$color" + } + }, + "size": "Function", + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "componentName": "DialogTitle", + "isReactNative": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "DialogTrigger": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "DialogTrigger", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "EnsureFlexed": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "fontFamily": "unset", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "opacity": 0, + "lineHeight": 0, + "height": 0, + "display": "flex", + "fontSize": 200, + "children": "wwwwwwwwwwwwwwwwwww", + "pointerEvents": "none" + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "isReactNative": false, + "isStyledHOC": false, + "neverFlatten": true + } + }, + "Fieldset": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "fieldset", + "borderWidth": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "horizontal": { + "true": { + "flexDirection": "row", + "alignItems": "center" + } + } + }, + "componentName": "Fieldset", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Footer": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "footer", + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Footer", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Form": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "form" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Form", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "FormFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "form" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Form", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "FormTrigger": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "FormTrigger", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "Frame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "false": { + "flex": 1, + "backgroundColor": "$background", + "borderTopLeftRadius": "$true", + "borderTopRightRadius": "$true", + "width": "100%", + "maxHeight": "100%", + "overflow": "hidden" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Sheet", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Group": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true" + } + }, + "size": "Function" + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "GroupFrame", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "GroupFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true" + } + }, + "size": "Function" + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "GroupFrame", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, "H1": { "staticConfig": { "acceptsClassName": true, @@ -4586,6 +16452,566 @@ "isStyledHOC": false } }, + "Handle": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "row", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "open": { + "true": { + "opacity": 1, + "pointerEvents": "auto" + }, + "false": { + "opacity": 0, + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "height": 10, + "borderRadius": 100, + "backgroundColor": "$background", + "zIndex": 10, + "marginHorizontal": "35%", + "marginBottom": "$2", + "opacity": 0.5, + "hoverStyle": { + "opacity": 0.7 + } + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SheetHandle", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Header": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "header", + "accessibilityRole": "header", + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Header", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, "Heading": { "staticConfig": { "acceptsClassName": true, @@ -4913,6 +17339,3487 @@ "isStyledHOC": false } }, + "Image": { + "staticConfig": { + "defaultProps": {}, + "componentName": "Image", + "isReactNative": true, + "isText": false, + "acceptsClassName": true, + "inlineProps": {}, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "Input": { + "staticConfig": { + "isInput": true, + "accept": { + "placeholderTextColor": "color", + "selectionColor": "color" + }, + "variants": { + "unstyled": { + "false": { + "size": "$true", + "fontFamily": "$body", + "borderWidth": 1, + "outlineWidth": 0, + "color": "$color", + "tabIndex": 0, + "borderColor": "$borderColor", + "backgroundColor": "$background", + "minWidth": 0, + "hoverStyle": { + "borderColor": "$borderColorHover" + }, + "focusStyle": { + "borderColor": "$borderColorFocus" + }, + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineWidth": 2, + "outlineStyle": "solid" + } + } + }, + "size": { + "...size": "Function" + }, + "disabled": { + "true": {} + } + }, + "defaultProps": { + "unstyled": false + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Input", + "isReactNative": true, + "isText": true, + "acceptsClassName": true, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "InputFrame": { + "staticConfig": { + "isInput": true, + "accept": { + "placeholderTextColor": "color", + "selectionColor": "color" + }, + "variants": { + "unstyled": { + "false": { + "size": "$true", + "fontFamily": "$body", + "borderWidth": 1, + "outlineWidth": 0, + "color": "$color", + "tabIndex": 0, + "borderColor": "$borderColor", + "backgroundColor": "$background", + "minWidth": 0, + "hoverStyle": { + "borderColor": "$borderColorHover" + }, + "focusStyle": { + "borderColor": "$borderColorFocus" + }, + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineWidth": 2, + "outlineStyle": "solid" + } + } + }, + "size": { + "...size": "Function" + }, + "disabled": { + "true": {} + } + }, + "defaultProps": { + "unstyled": false + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Input", + "isReactNative": true, + "isText": true, + "acceptsClassName": true, + "isStyledHOC": false + } + }, + "Label": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "tag": "label", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color", + "backgroundColor": "transparent", + "display": "flex", + "alignItems": "center", + "userSelect": "none", + "cursor": "default", + "pressStyle": { + "color": "$colorPress" + } + } + }, + "size": { + "...size": "Function" + }, + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Label", + "isReactNative": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "LabelFrame": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "tag": "label", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color", + "backgroundColor": "transparent", + "display": "flex", + "alignItems": "center", + "userSelect": "none", + "cursor": "default", + "pressStyle": { + "color": "$colorPress" + } + } + }, + "size": { + "...size": "Function" + }, + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Label", + "isReactNative": false, + "isStyledHOC": false + } + }, + "ListItem": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "li", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "alignItems": "center", + "justifyContent": "space-between", + "flexWrap": "nowrap", + "width": "100%", + "borderColor": "$borderColor", + "maxWidth": "100%", + "overflow": "hidden", + "flexDirection": "row", + "backgroundColor": "$background", + "cursor": "default" + } + }, + "size": { + "...size": "Function" + }, + "active": { + "true": { + "hoverStyle": { + "backgroundColor": "$background" + } + } + }, + "disabled": { + "true": { + "opacity": 0.5, + "pointerEvents": "none" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "ListItem", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "ListItemFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "li", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "alignItems": "center", + "justifyContent": "space-between", + "flexWrap": "nowrap", + "width": "100%", + "borderColor": "$borderColor", + "maxWidth": "100%", + "overflow": "hidden", + "flexDirection": "row", + "backgroundColor": "$background", + "cursor": "default" + } + }, + "size": { + "...size": "Function" + }, + "active": { + "true": { + "hoverStyle": { + "backgroundColor": "$background" + } + } + }, + "disabled": { + "true": { + "opacity": 0.5, + "pointerEvents": "none" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "ListItem", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "ListItemSubtitle": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color", + "flexGrow": 1, + "flexShrink": 1, + "ellipse": true, + "cursor": "inherit", + "opacity": 0.6, + "maxWidth": "100%" + } + }, + "size": { + "...size": "Function" + }, + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "ListItemSubtitle", + "isReactNative": false, + "isStyledHOC": false + } + }, + "ListItemText": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color", + "flexGrow": 1, + "flexShrink": 1, + "ellipse": true, + "cursor": "inherit" + } + }, + "size": "Function", + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "ListItemText", + "isReactNative": false, + "isStyledHOC": false + } + }, + "ListItemTitle": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "margin": 0, + "fontFamily": "$body", + "unstyled": false + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "unstyled": { + "false": { + "size": "$true", + "color": "$color", + "flexGrow": 1, + "flexShrink": 1, + "ellipse": true, + "cursor": "inherit" + } + }, + "size": "Function", + "fontFamily": { + "...": "Function" + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "componentName": "ListItemTitle", + "isReactNative": false, + "isStyledHOC": false + } + }, + "Main": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "main", + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Main", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Nav": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "nav", + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Nav", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Overlay": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "open": { + "true": { + "pointerEvents": "auto" + }, + "false": { + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "fullscreen": true, + "position": "absolute", + "backgrounded": true, + "zIndex": 99999, + "pointerEvents": "auto" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SheetOverlay", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, "Paragraph": { "staticConfig": { "acceptsClassName": true, @@ -5239,6 +21146,7049 @@ "isStyledHOC": false } }, + "PopoverArrow": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "false": { + "borderColor": "$borderColor", + "backgroundColor": "$background", + "position": "relative" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "PopperArrow", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "PopoverContent": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "backgroundColor": "$background", + "alignItems": "center", + "radiused": true + } + }, + "size": { + "...size": "Function" + } + }, + "componentName": "Popover", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "PopperAnchor": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "PopperArrowFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "false": { + "borderColor": "$borderColor", + "backgroundColor": "$background", + "position": "relative" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "PopperArrow", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "PopperContentFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "backgroundColor": "$background", + "alignItems": "center", + "radiused": true + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "PopperContent", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Progress": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "borderRadius": 100000, + "overflow": "hidden", + "backgrounded": true + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Progress", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "ProgressFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "borderRadius": 100000, + "overflow": "hidden", + "backgrounded": true + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Progress", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "ProgressIndicator": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "height": "100%", + "width": "100%", + "backgrounded": true + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "ProgressIndicator", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "ProgressIndicatorFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "height": "100%", + "width": "100%", + "backgrounded": true + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "ProgressIndicator", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "RadioGroup": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "orientation": { + "horizontal": { + "flexDirection": "row", + "spaceDirection": "horizontal" + }, + "vertical": { + "flexDirection": "column", + "spaceDirection": "vertical" + } + } + }, + "componentName": "RadioGroup", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "RadioGroupFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "orientation": { + "horizontal": { + "flexDirection": "row", + "spaceDirection": "horizontal" + }, + "vertical": { + "flexDirection": "column", + "spaceDirection": "vertical" + } + } + }, + "componentName": "RadioGroup", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "RadioGroupIndicatorFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "width": "33%", + "height": "33%", + "borderRadius": 1000, + "backgroundColor": "$color", + "pressTheme": true + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "RadioGroupIndicator", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "RadioGroupItemFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "button", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true", + "borderRadius": 1000, + "backgroundColor": "$background", + "alignItems": "center", + "justifyContent": "center", + "borderWidth": 1, + "borderColor": "$borderColor", + "padding": 0, + "hoverStyle": { + "borderColor": "$borderColorHover", + "backgroundColor": "$backgroundHover" + }, + "focusStyle": { + "borderColor": "$borderColorHover", + "backgroundColor": "$backgroundHover" + }, + "focusVisibleStyle": { + "outlineStyle": "solid", + "outlineWidth": 2, + "outlineColor": "$outlineColor" + }, + "pressStyle": { + "borderColor": "$borderColorFocus", + "backgroundColor": "$backgroundFocus" + } + } + }, + "disabled": { + "true": { + "pointerEvents": "none", + "userSelect": "none", + "cursor": "not-allowed", + "hoverStyle": { + "borderColor": "$borderColor", + "backgroundColor": "$background" + }, + "pressStyle": { + "borderColor": "$borderColor", + "backgroundColor": "$background" + }, + "focusVisibleStyle": { + "outlineWidth": 0 + } + } + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "RadioGroupItem", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "ScrollView": { + "staticConfig": { + "accept": { + "contentContainerStyle": "style" + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + } + }, + "defaultProps": { + "scrollEnabled": true + }, + "componentName": "ScrollView", + "isReactNative": true, + "isText": false, + "acceptsClassName": true, + "isStyledHOC": false + } + }, + "Section": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "section", + "flexDirection": "column", + "accessibilityRole": "summary" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "componentName": "Section", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SelectGroupFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "width": "100%" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "componentName": "SelectGroup", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SelectIcon": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "row", + "aria-hidden": true, + "children": "Component" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "componentName": "SelectIcon", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true + } + }, + "SelectSeparator": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "borderColor": "$borderColor", + "flexShrink": 0, + "borderWidth": 0, + "flex": 1, + "height": 0, + "maxHeight": 0, + "borderBottomWidth": 1, + "y": -0.5 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "vertical": { + "true": { + "y": 0, + "x": -0.5, + "height": "initial", + "maxHeight": "initial", + "width": 0, + "maxWidth": 0, + "borderBottomWidth": 0, + "borderRightWidth": 1 + } + } + }, + "componentName": "SelectSeparator", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Separator": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "borderColor": "$borderColor", + "flexShrink": 0, + "borderWidth": 0, + "flex": 1, + "height": 0, + "maxHeight": 0, + "borderBottomWidth": 1, + "y": -0.5 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "vertical": { + "true": { + "y": 0, + "x": -0.5, + "height": "initial", + "maxHeight": "initial", + "width": 0, + "maxWidth": 0, + "borderBottomWidth": 0, + "borderRightWidth": 1 + } + } + }, + "componentName": "Separator", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SheetHandleFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "row", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "open": { + "true": { + "opacity": 1, + "pointerEvents": "auto" + }, + "false": { + "opacity": 0, + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "height": 10, + "borderRadius": 100, + "backgroundColor": "$background", + "zIndex": 10, + "marginHorizontal": "35%", + "marginBottom": "$2", + "opacity": 0.5, + "hoverStyle": { + "opacity": 0.7 + } + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SheetHandle", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SheetOverlayFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "open": { + "true": { + "pointerEvents": "auto" + }, + "false": { + "pointerEvents": "none" + } + }, + "unstyled": { + "false": { + "fullscreen": true, + "position": "absolute", + "backgrounded": true, + "zIndex": 99999, + "pointerEvents": "auto" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SheetOverlay", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SizableStack": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "row" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "true": { + "hoverTheme": false, + "pressTheme": false, + "focusTheme": false, + "elevate": false, + "bordered": false + } + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "size": { + "...size": "Function" + } + }, + "componentName": "SizableStack", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, "SizableText": { "staticConfig": { "acceptsClassName": true, @@ -5563,13 +28513,285 @@ "isReactNative": false, "isStyledHOC": false } - } - } - }, - { - "moduleName": "@tamagui/button", - "nameToInfo": { - "Button": { + }, + "SliderFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "position": "relative" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "orientation": { + "horizontal": {}, + "vertical": {} + }, + "size": "Function" + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SliderThumb": { "staticConfig": { "acceptsClassName": true, "defaultProps": { @@ -5582,10 +28804,6 @@ "minWidth": 0, "flexShrink": 0, "flexDirection": "column", - "tag": "button", - "role": "button", - "focusable": true, - "disableClassName": true, "unstyled": false }, "validStyles": { @@ -5930,19 +29148,2436 @@ } } }, + "size": { + "...size": "Function" + }, "unstyled": { "false": { - "size": "$true", - "justifyContent": "center", - "alignItems": "center", - "flexWrap": "nowrap", - "flexDirection": "row", - "cursor": "pointer", - "hoverTheme": true, - "pressTheme": true, + "position": "absolute", + "bordered": 2, + "borderWidth": 2, "backgrounded": true, - "borderWidth": 1, + "pressTheme": true, + "focusTheme": true, + "hoverTheme": true + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SliderThumb", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "memo": true, + "neverFlatten": true, + "isHOC": true + } + }, + "SliderThumbFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "size": { + "...size": "Function" + }, + "unstyled": { + "false": { + "position": "absolute", + "bordered": 2, + "borderWidth": 2, + "backgrounded": true, + "pressTheme": true, + "focusTheme": true, + "hoverTheme": true + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SliderThumb", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SliderTrackActiveFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "backgroundColor": "$background", + "position": "absolute", + "pointerEvents": "box-none" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "orientation": { + "horizontal": {}, + "vertical": {} + }, + "size": "Function" + }, + "componentName": "SliderTrackActive", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "SliderTrackFrame": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "position": "relative", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "orientation": { + "horizontal": {}, + "vertical": {} + }, + "size": "Function", + "unstyled": { + "false": { + "height": "100%", + "width": "100%", + "backgroundColor": "$background", + "position": "relative", + "borderRadius": 100000, + "overflow": "hidden" + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SliderTrack", + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Spacer": { + "staticConfig": { + "acceptsClassName": true, + "memo": true, + "componentName": "Spacer", + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "tag": "span", + "size": true, + "pointerEvents": "none" + }, + "variants": { + "size": { + "...": "Function" + }, + "flex": { + "true": { + "flexGrow": 1 + } + }, + "direction": { + "horizontal": { + "height": 0, + "minHeight": 0 + }, + "vertical": { + "width": 0, + "minWidth": 0 + }, + "both": {} + } + } + } + }, + "Spinner": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "Square": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "alignItems": "center", + "justifyContent": "center" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "size": { + "...size": "Function", + ":number": "Function" + } + }, + "componentName": "Square", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "memo": true + } + }, + "Stack": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + } + } + }, + "Switch": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "tag": "button", + "tabIndex": 0, + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "false": { + "borderRadius": 1000, + "backgroundColor": "$background", + "borderWidth": 2, + "borderColor": "$background", "focusVisibleStyle": { "outlineColor": "$outlineColor", "outlineStyle": "solid", @@ -5950,39 +31585,17 @@ } } }, - "variant": { - "outlined": { - "backgroundColor": "transparent", - "borderWidth": 2, - "borderColor": "$borderColor", - "hoverStyle": { - "backgroundColor": "transparent", - "borderColor": "$borderColorHover" - }, - "pressStyle": { - "backgroundColor": "transparent", - "borderColor": "$borderColorPress" - }, - "focusVisibleStyle": { - "backgroundColor": "transparent", - "borderColor": "$borderColorFocus" - } - } + "checked": { + "true": {} }, "size": { - "...size": "Function", - ":number": "Function" - }, - "disabled": { - "true": { - "pointerEvents": "none" - } + "...size": "Function" } }, "defaultVariants": { "unstyled": false }, - "componentName": "Button", + "componentName": "Switch", "isReactNative": false, "isText": false, "context": "Component", @@ -5991,7 +31604,7 @@ "isHOC": true } }, - "ButtonFrame": { + "SwitchFrame": { "staticConfig": { "acceptsClassName": true, "defaultProps": { @@ -6005,9 +31618,304 @@ "flexShrink": 0, "flexDirection": "column", "tag": "button", - "role": "button", - "focusable": true, - "disableClassName": true, + "tabIndex": 0, + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "false": { + "borderRadius": 1000, + "backgroundColor": "$background", + "borderWidth": 2, + "borderColor": "$background", + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineStyle": "solid", + "outlineWidth": 2 + } + } + }, + "checked": { + "true": {} + }, + "size": { + "...size": "Function" + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "Switch", + "isReactNative": false, + "isText": false, + "context": "Component", + "isStyledHOC": false + } + }, + "SwitchThumb": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", "unstyled": false }, "validStyles": { @@ -6355,74 +32263,360 @@ "unstyled": { "false": { "size": "$true", - "justifyContent": "center", - "alignItems": "center", - "flexWrap": "nowrap", - "flexDirection": "row", - "cursor": "pointer", - "hoverTheme": true, - "pressTheme": true, - "backgrounded": true, - "borderWidth": 1, - "borderColor": "transparent", - "focusVisibleStyle": { - "outlineColor": "$outlineColor", - "outlineStyle": "solid", - "outlineWidth": 2 - } + "backgroundColor": "$background", + "borderRadius": 1000 } }, - "variant": { - "outlined": { - "backgroundColor": "transparent", - "borderWidth": 2, - "borderColor": "$borderColor", - "hoverStyle": { - "backgroundColor": "transparent", - "borderColor": "$borderColorHover" - }, - "pressStyle": { - "backgroundColor": "transparent", - "borderColor": "$borderColorPress" - }, - "focusVisibleStyle": { - "backgroundColor": "transparent", - "borderColor": "$borderColorFocus" - } - } + "checked": { + "true": {} }, "size": { - "...size": "Function", - ":number": "Function" - }, - "disabled": { - "true": { - "pointerEvents": "none" - } + "...size": "Function" } }, "defaultVariants": { "unstyled": false }, - "componentName": "Button", + "componentName": "SwitchThumb", "isReactNative": false, "isText": false, "context": "Component", - "isStyledHOC": false, - "neverFlatten": true + "isStyledHOC": false } }, - "ButtonText": { + "Tabs": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "row" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "unstyled": { + "true": { + "hoverTheme": false, + "pressTheme": false, + "focusTheme": false, + "elevate": false, + "bordered": false + } + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "size": { + "...size": "Function" + } + }, + "componentName": "Tabs", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "Text": { "staticConfig": { "acceptsClassName": true, "isText": true, "defaultProps": { + "fontFamily": "unset", "display": "inline", "boxSizing": "border-box", "wordWrap": "break-word", "whiteSpace": "pre-wrap", "margin": 0, - "fontFamily": "$body", "unstyled": false }, "inlineWhenUnflattened": {}, @@ -6464,18 +32658,8 @@ }, "unstyled": { "false": { - "size": "$true", - "color": "$color", - "userSelect": "none", - "cursor": "pointer", - "flexGrow": 0, - "flexShrink": 1, - "ellipse": true + "color": "$color" } - }, - "size": "Function", - "fontFamily": { - "...": "Function" } }, "validStyles": { @@ -6737,11 +32921,3023 @@ "defaultVariants": { "unstyled": false }, - "componentName": "Button", "isReactNative": false, - "context": "Component", + "isStyledHOC": false + } + }, + "TextArea": { + "staticConfig": { + "isInput": true, + "accept": { + "placeholderTextColor": "color", + "selectionColor": "color" + }, + "variants": { + "unstyled": { + "false": { + "size": "$true", + "fontFamily": "$body", + "borderWidth": 1, + "outlineWidth": 0, + "color": "$color", + "tabIndex": 0, + "borderColor": "$borderColor", + "backgroundColor": "$background", + "minWidth": 0, + "hoverStyle": { + "borderColor": "$borderColorHover" + }, + "focusStyle": { + "borderColor": "$borderColorFocus" + }, + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineWidth": 2, + "outlineStyle": "solid" + }, + "height": "auto" + } + }, + "size": { + "...size": "Function" + }, + "disabled": { + "true": {} + } + }, + "defaultProps": { + "multiline": true, + "whiteSpace": "pre-wrap", + "unstyled": false + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "TextArea", + "isReactNative": true, + "isText": true, + "acceptsClassName": true, "isStyledHOC": false, - "neverFlatten": true + "neverFlatten": true, + "isHOC": true + } + }, + "TextAreaFrame": { + "staticConfig": { + "isInput": true, + "accept": { + "placeholderTextColor": "color", + "selectionColor": "color" + }, + "variants": { + "unstyled": { + "false": { + "size": "$true", + "fontFamily": "$body", + "borderWidth": 1, + "outlineWidth": 0, + "color": "$color", + "tabIndex": 0, + "borderColor": "$borderColor", + "backgroundColor": "$background", + "minWidth": 0, + "hoverStyle": { + "borderColor": "$borderColorHover" + }, + "focusStyle": { + "borderColor": "$borderColorFocus" + }, + "focusVisibleStyle": { + "outlineColor": "$outlineColor", + "outlineWidth": 2, + "outlineStyle": "solid" + }, + "height": "auto" + } + }, + "size": { + "...size": "Function" + }, + "disabled": { + "true": {} + } + }, + "defaultProps": { + "multiline": true, + "whiteSpace": "pre-wrap", + "unstyled": false + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "TextArea", + "isReactNative": true, + "isText": true, + "acceptsClassName": true, + "isStyledHOC": false + } + }, + "ThemeableStack": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + } + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "Thumb": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "size": { + "...size": "Function" + }, + "unstyled": { + "false": { + "position": "absolute", + "bordered": 2, + "borderWidth": 2, + "backgrounded": true, + "pressTheme": true, + "focusTheme": true, + "hoverTheme": true + } + } + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "SliderThumb", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "memo": true, + "neverFlatten": true, + "isHOC": true + } + }, + "View": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexDirection": "column", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0 + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + } + } + }, + "VisuallyHidden": { + "staticConfig": { + "acceptsClassName": true, + "isText": true, + "defaultProps": { + "fontFamily": "unset", + "display": "inline", + "boxSizing": "border-box", + "wordWrap": "break-word", + "whiteSpace": "pre-wrap", + "position": "absolute", + "width": 1, + "height": 1, + "margin": -1, + "zIndex": -10000, + "overflow": "hidden", + "opacity": 1e-8, + "pointerEvents": "none" + }, + "inlineWhenUnflattened": {}, + "variants": { + "numberOfLines": { + "1": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + }, + ":number": "Function" + }, + "selectable": { + "true": { + "userSelect": "text", + "cursor": "text" + }, + "false": { + "userSelect": "none", + "cursor": "default" + } + }, + "ellipse": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "ellipsis": { + "true": { + "maxWidth": "100%", + "overflow": "hidden", + "textOverflow": "ellipsis", + "whiteSpace": "nowrap" + } + }, + "preserveDimensions": { + "true": { + "position": "relative", + "width": "auto", + "height": "auto" + } + }, + "visible": { + "true": { + "position": "relative", + "width": "auto", + "height": "auto", + "margin": 0, + "zIndex": 1, + "overflow": "visible", + "opacity": 1, + "pointerEvents": "auto" + } + } + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true, + "fontFamily": true, + "fontSize": true, + "fontStyle": true, + "fontVariant": true, + "letterSpacing": true, + "lineHeight": true, + "textTransform": true, + "textAlign": true, + "textDecorationLine": true, + "textDecorationStyle": true, + "textShadowOffset": true, + "textShadowRadius": true, + "selectable": true, + "verticalAlign": true, + "whiteSpace": true, + "wordWrap": true, + "textOverflow": true, + "textDecorationDistance": true, + "WebkitBoxOrient": true + }, + "isReactNative": false, + "isStyledHOC": false + } + }, + "XGroup": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true" + } + }, + "size": "Function" + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "GroupFrame", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "XStack": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "row" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "YGroup": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "unstyled": false + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function", + "backgrounded": { + "true": { + "backgroundColor": "$background" + } + }, + "radiused": { + "true": "Function" + }, + "hoverTheme": { + "true": { + "hoverStyle": { + "backgroundColor": "$backgroundHover", + "borderColor": "$borderColorHover" + } + }, + "false": {} + }, + "pressTheme": { + "true": { + "cursor": "pointer", + "pressStyle": { + "backgroundColor": "$backgroundPress", + "borderColor": "$borderColorPress" + } + }, + "false": {} + }, + "focusTheme": { + "true": { + "focusStyle": { + "backgroundColor": "$backgroundFocus", + "borderColor": "$borderColorFocus" + } + }, + "false": {} + }, + "circular": { + "true": "Function" + }, + "padded": { + "true": "Function" + }, + "elevate": { + "true": "Function" + }, + "bordered": "Function", + "transparent": { + "true": { + "backgroundColor": "transparent" + } + }, + "chromeless": { + "true": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "all": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "pressStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + }, + "focusStyle": { + "backgroundColor": "transparent", + "borderColor": "transparent", + "shadowColor": "transparent", + "hoverStyle": { + "borderColor": "transparent" + } + } + } + }, + "unstyled": { + "false": { + "size": "$true" + } + }, + "size": "Function" + }, + "defaultVariants": { + "unstyled": false + }, + "componentName": "GroupFrame", + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isHOC": true + } + }, + "YStack": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "position": "relative", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false + } + }, + "ZStack": { + "staticConfig": { + "acceptsClassName": true, + "defaultProps": { + "display": "flex", + "alignItems": "stretch", + "flexBasis": "auto", + "boxSizing": "border-box", + "minHeight": 0, + "minWidth": 0, + "flexShrink": 0, + "flexDirection": "column", + "position": "relative" + }, + "validStyles": { + "backfaceVisibility": true, + "borderBottomEndRadius": true, + "borderBottomStartRadius": true, + "borderBottomWidth": true, + "borderLeftWidth": true, + "borderRightWidth": true, + "borderBlockWidth": true, + "borderBlockEndWidth": true, + "borderBlockStartWidth": true, + "borderInlineWidth": true, + "borderInlineEndWidth": true, + "borderInlineStartWidth": true, + "borderStyle": true, + "borderBlockStyle": true, + "borderBlockEndStyle": true, + "borderBlockStartStyle": true, + "borderInlineStyle": true, + "borderInlineEndStyle": true, + "borderInlineStartStyle": true, + "borderTopEndRadius": true, + "borderTopStartRadius": true, + "borderTopWidth": true, + "borderWidth": true, + "transform": true, + "transformOrigin": true, + "alignContent": true, + "alignItems": true, + "alignSelf": true, + "borderEndWidth": true, + "borderStartWidth": true, + "bottom": true, + "display": true, + "end": true, + "flexBasis": true, + "flexDirection": true, + "flexWrap": true, + "gap": true, + "columnGap": true, + "rowGap": true, + "justifyContent": true, + "left": true, + "margin": true, + "marginBlock": true, + "marginBlockEnd": true, + "marginBlockStart": true, + "marginInline": true, + "marginInlineStart": true, + "marginInlineEnd": true, + "marginBottom": true, + "marginEnd": true, + "marginHorizontal": true, + "marginLeft": true, + "marginRight": true, + "marginStart": true, + "marginTop": true, + "marginVertical": true, + "overflow": true, + "padding": true, + "paddingBottom": true, + "paddingInline": true, + "paddingBlock": true, + "paddingBlockStart": true, + "paddingInlineEnd": true, + "paddingInlineStart": true, + "paddingEnd": true, + "paddingHorizontal": true, + "paddingLeft": true, + "paddingRight": true, + "paddingStart": true, + "paddingTop": true, + "paddingVertical": true, + "position": true, + "right": true, + "start": true, + "top": true, + "inset": true, + "insetBlock": true, + "insetBlockEnd": true, + "insetBlockStart": true, + "insetInline": true, + "insetInlineEnd": true, + "insetInlineStart": true, + "direction": true, + "shadowOffset": true, + "shadowRadius": true, + "backgroundColor": true, + "borderColor": true, + "borderBlockStartColor": true, + "borderBlockEndColor": true, + "borderBlockColor": true, + "borderBottomColor": true, + "borderInlineColor": true, + "borderInlineStartColor": true, + "borderInlineEndColor": true, + "borderTopColor": true, + "borderLeftColor": true, + "borderRightColor": true, + "borderEndColor": true, + "borderStartColor": true, + "shadowColor": true, + "color": true, + "textDecorationColor": true, + "textShadowColor": true, + "outlineColor": true, + "caretColor": true, + "borderRadius": true, + "borderTopLeftRadius": true, + "borderTopRightRadius": true, + "borderBottomLeftRadius": true, + "borderBottomRightRadius": true, + "borderStartStartRadius": true, + "borderStartEndRadius": true, + "borderEndStartRadius": true, + "borderEndEndRadius": true, + "width": true, + "height": true, + "minWidth": true, + "minHeight": true, + "maxWidth": true, + "maxHeight": true, + "blockSize": true, + "minBlockSize": true, + "maxBlockSize": true, + "inlineSize": true, + "minInlineSize": true, + "maxInlineSize": true, + "x": true, + "y": true, + "scale": true, + "perspective": true, + "scaleX": true, + "scaleY": true, + "skewX": true, + "skewY": true, + "matrix": true, + "rotate": true, + "rotateY": true, + "rotateX": true, + "rotateZ": true, + "WebkitLineClamp": true, + "animationIterationCount": true, + "aspectRatio": true, + "borderImageOutset": true, + "borderImageSlice": true, + "borderImageWidth": true, + "columnCount": true, + "flex": true, + "flexGrow": true, + "flexOrder": true, + "flexPositive": true, + "flexShrink": true, + "flexNegative": true, + "fontWeight": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowGap": true, + "gridRowStart": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnGap": true, + "gridColumnStart": true, + "gridTemplateColumns": true, + "gridTemplateAreas": true, + "lineClamp": true, + "opacity": true, + "order": true, + "orphans": true, + "tabSize": true, + "widows": true, + "zIndex": true, + "zoom": true, + "scaleZ": true, + "shadowOpacity": true, + "boxShadow": true, + "filter": true, + "boxSizing": true, + "mixBlendMode": true, + "outlineSpread": true, + "outlineStyle": true, + "outlineWidth": true, + "transition": true, + "textWrap": true, + "backdropFilter": true, + "WebkitBackdropFilter": true, + "background": true, + "backgroundAttachment": true, + "backgroundBlendMode": true, + "backgroundClip": true, + "backgroundImage": true, + "backgroundOrigin": true, + "backgroundPosition": true, + "backgroundRepeat": true, + "backgroundSize": true, + "borderBottomStyle": true, + "borderImage": true, + "borderLeftStyle": true, + "borderRightStyle": true, + "borderTopStyle": true, + "clipPath": true, + "contain": true, + "containerType": true, + "content": true, + "cursor": true, + "float": true, + "mask": true, + "maskBorder": true, + "maskBorderMode": true, + "maskBorderOutset": true, + "maskBorderRepeat": true, + "maskBorderSlice": true, + "maskBorderSource": true, + "maskBorderWidth": true, + "maskClip": true, + "maskComposite": true, + "maskImage": true, + "maskMode": true, + "maskOrigin": true, + "maskPosition": true, + "maskRepeat": true, + "maskSize": true, + "maskType": true, + "objectFit": true, + "objectPosition": true, + "outlineOffset": true, + "overflowBlock": true, + "overflowInline": true, + "overflowX": true, + "overflowY": true, + "pointerEvents": true, + "scrollbarWidth": true, + "textEmphasis": true, + "touchAction": true, + "transformStyle": true, + "userSelect": true, + "willChange": true + }, + "variants": { + "fullscreen": { + "true": { + "position": "absolute", + "top": 0, + "left": 0, + "right": 0, + "bottom": 0 + } + }, + "elevation": { + "...size": "Function", + ":number": "Function" + }, + "inset": "Function" + }, + "isReactNative": false, + "isText": false, + "isStyledHOC": false, + "neverFlatten": true, + "isZStack": true } } } @@ -6819,7 +36015,7 @@ } }, "heading": { - "family": "Manrope", + "family": "Archivo Black", "lineHeight": { "1": 25.4, "2": 26.799999999999997, @@ -6887,7 +36083,7 @@ } }, "display": { - "family": "Fraunces", + "family": "Archivo Black", "lineHeight": { "1": 25.4, "2": 26.799999999999997, @@ -7210,16 +36406,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -7232,33 +36428,33 @@ "color10": "hsl(0, 0%, 50.3%)", "color11": "hsl(0, 0%, 42.5%)", "color12": "hsl(0, 0%, 9.0%)", - "background": "#FFF8F5", - "backgroundHover": "#FFF1EC", - "backgroundPress": "#FFE7E0", + "background": "#FFF1E8", + "backgroundHover": "#FFE8DD", + "backgroundPress": "#FFE1D2", "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "#ffffff", - "backgroundTransparent": "rgba(255, 248, 245, 0)", - "color": "#1F2937", - "colorHover": "#111827", - "colorPress": "#0F172A", - "colorFocus": "#0F172A", + "backgroundTransparent": "rgba(255, 241, 232, 0)", + "color": "#0B132B", + "colorHover": "#091024", + "colorPress": "#091024", + "colorFocus": "#091024", "colorTransparent": "rgba(10,10,10,0)", - "borderColor": "#F2E4DA", - "borderColorHover": "#EAD5C9", + "borderColor": "#F3D6C9", + "borderColorHover": "#EBCABA", "borderColorFocus": "hsl(0, 0%, 94.1%)", - "borderColorPress": "#E0C9BC", + "borderColorPress": "#E1BFAE", "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -7344,10 +36540,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light" }, "dark": { @@ -7543,16 +36739,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", - "surface": "#1F1A23", - "muted": "#241E28", - "border": "#F2E4DA", - "text": "#1F2937", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", + "surface": "#0F1B36", + "muted": "#121F3D", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -7565,33 +36761,33 @@ "color10": "#626262", "color11": "#a5a5a5", "color12": "#fff", - "background": "#171219", - "backgroundHover": "#1F1A23", - "backgroundPress": "#26212B", + "background": "#0B132B", + "backgroundHover": "#101A36", + "backgroundPress": "#132142", "backgroundFocus": "#282828", - "backgroundStrong": "#1F1A23", - "backgroundTransparent": "rgba(23, 18, 25, 0)", - "color": "#F8F6F2", + "backgroundStrong": "#101A36", + "backgroundTransparent": "rgba(11, 19, 43, 0)", + "color": "#F8FAFF", "colorHover": "#FFFFFF", - "colorPress": "#FDF8F5", + "colorPress": "#F2F6FF", "colorFocus": "#FFFFFF", "colorTransparent": "rgba(255,255,255,0)", - "borderColor": "#2C2531", - "borderColorHover": "#3A3240", + "borderColor": "#1F2A4A", + "borderColorHover": "#29345A", "borderColorFocus": "#232323", - "borderColorPress": "#443C4A", + "borderColorPress": "#313D67", "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -7876,16 +37072,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -7916,15 +37112,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -8010,10 +37206,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange" }, "light_yellow": { @@ -8209,16 +37405,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -8249,15 +37445,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -8343,10 +37539,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow" }, "light_green": { @@ -8542,16 +37738,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -8582,15 +37778,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -8676,10 +37872,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green" }, "light_blue": { @@ -8875,16 +38071,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -8915,15 +38111,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -9009,10 +38205,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue" }, "light_purple": { @@ -9208,16 +38404,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -9248,15 +38444,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -9342,10 +38538,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple" }, "light_pink": { @@ -9541,16 +38737,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -9581,15 +38777,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -9675,10 +38871,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink" }, "light_red": { @@ -9874,16 +39070,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -9914,15 +39110,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -10008,10 +39204,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red" }, "dark_orange": { @@ -10207,16 +39403,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -10247,15 +39443,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -10540,16 +39736,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -10580,15 +39776,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -10873,16 +40069,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -10913,15 +40109,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -11206,16 +40402,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -11246,15 +40442,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -11539,16 +40735,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -11579,15 +40775,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -11872,16 +41068,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -11912,15 +41108,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -12205,16 +41401,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -12245,15 +41441,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -12538,16 +41734,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -12561,32 +41757,32 @@ "color11": "hsl(0, 0%, 42.5%)", "color12": "hsl(0, 0%, 9.0%)", "background": "rgba(0,0,0,0.5)", - "backgroundHover": "#FFF1EC", - "backgroundPress": "#FFE7E0", + "backgroundHover": "#FFE8DD", + "backgroundPress": "#FFE1D2", "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "#ffffff", - "backgroundTransparent": "rgba(255, 248, 245, 0)", - "color": "#1F2937", - "colorHover": "#111827", - "colorPress": "#0F172A", - "colorFocus": "#0F172A", + "backgroundTransparent": "rgba(255, 241, 232, 0)", + "color": "#0B132B", + "colorHover": "#091024", + "colorPress": "#091024", + "colorFocus": "#091024", "colorTransparent": "rgba(10,10,10,0)", - "borderColor": "#F2E4DA", - "borderColorHover": "#EAD5C9", + "borderColor": "#F3D6C9", + "borderColorHover": "#EBCABA", "borderColorFocus": "hsl(0, 0%, 94.1%)", - "borderColorPress": "#E0C9BC", + "borderColorPress": "#E1BFAE", "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -12672,10 +41868,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_SheetOverlay" }, "light_DialogOverlay": { @@ -12871,16 +42067,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -12894,32 +42090,32 @@ "color11": "hsl(0, 0%, 42.5%)", "color12": "hsl(0, 0%, 9.0%)", "background": "rgba(0,0,0,0.5)", - "backgroundHover": "#FFF1EC", - "backgroundPress": "#FFE7E0", + "backgroundHover": "#FFE8DD", + "backgroundPress": "#FFE1D2", "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "#ffffff", - "backgroundTransparent": "rgba(255, 248, 245, 0)", - "color": "#1F2937", - "colorHover": "#111827", - "colorPress": "#0F172A", - "colorFocus": "#0F172A", + "backgroundTransparent": "rgba(255, 241, 232, 0)", + "color": "#0B132B", + "colorHover": "#091024", + "colorPress": "#091024", + "colorFocus": "#091024", "colorTransparent": "rgba(10,10,10,0)", - "borderColor": "#F2E4DA", - "borderColorHover": "#EAD5C9", + "borderColor": "#F3D6C9", + "borderColorHover": "#EBCABA", "borderColorFocus": "hsl(0, 0%, 94.1%)", - "borderColorPress": "#E0C9BC", + "borderColorPress": "#E1BFAE", "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -13005,10 +42201,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_DialogOverlay" }, "light_ModalOverlay": { @@ -13204,16 +42400,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -13227,32 +42423,32 @@ "color11": "hsl(0, 0%, 42.5%)", "color12": "hsl(0, 0%, 9.0%)", "background": "rgba(0,0,0,0.5)", - "backgroundHover": "#FFF1EC", - "backgroundPress": "#FFE7E0", + "backgroundHover": "#FFE8DD", + "backgroundPress": "#FFE1D2", "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "#ffffff", - "backgroundTransparent": "rgba(255, 248, 245, 0)", - "color": "#1F2937", - "colorHover": "#111827", - "colorPress": "#0F172A", - "colorFocus": "#0F172A", + "backgroundTransparent": "rgba(255, 241, 232, 0)", + "color": "#0B132B", + "colorHover": "#091024", + "colorPress": "#091024", + "colorFocus": "#091024", "colorTransparent": "rgba(10,10,10,0)", - "borderColor": "#F2E4DA", - "borderColorHover": "#EAD5C9", + "borderColor": "#F3D6C9", + "borderColorHover": "#EBCABA", "borderColorFocus": "hsl(0, 0%, 94.1%)", - "borderColorPress": "#E0C9BC", + "borderColorPress": "#E1BFAE", "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -13338,10 +42534,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_ModalOverlay" }, "light_orange_SheetOverlay": { @@ -13537,16 +42733,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -13577,15 +42773,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -13671,10 +42867,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_SheetOverlay" }, "light_orange_DialogOverlay": { @@ -13870,16 +43066,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -13910,15 +43106,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -14004,10 +43200,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_DialogOverlay" }, "light_orange_ModalOverlay": { @@ -14203,16 +43399,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -14243,15 +43439,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -14337,10 +43533,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_ModalOverlay" }, "light_yellow_SheetOverlay": { @@ -14536,16 +43732,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -14576,15 +43772,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -14670,10 +43866,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_SheetOverlay" }, "light_yellow_DialogOverlay": { @@ -14869,16 +44065,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -14909,15 +44105,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -15003,10 +44199,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_DialogOverlay" }, "light_yellow_ModalOverlay": { @@ -15202,16 +44398,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -15242,15 +44438,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -15336,10 +44532,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_ModalOverlay" }, "light_green_SheetOverlay": { @@ -15535,16 +44731,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -15575,15 +44771,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -15669,10 +44865,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_SheetOverlay" }, "light_green_DialogOverlay": { @@ -15868,16 +45064,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -15908,15 +45104,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -16002,10 +45198,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_DialogOverlay" }, "light_green_ModalOverlay": { @@ -16201,16 +45397,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -16241,15 +45437,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -16335,10 +45531,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_ModalOverlay" }, "light_blue_SheetOverlay": { @@ -16534,16 +45730,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -16574,15 +45770,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -16668,10 +45864,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_SheetOverlay" }, "light_blue_DialogOverlay": { @@ -16867,16 +46063,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -16907,15 +46103,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -17001,10 +46197,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_DialogOverlay" }, "light_blue_ModalOverlay": { @@ -17200,16 +46396,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -17240,15 +46436,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -17334,10 +46530,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_ModalOverlay" }, "light_purple_SheetOverlay": { @@ -17533,16 +46729,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -17573,15 +46769,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -17667,10 +46863,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_SheetOverlay" }, "light_purple_DialogOverlay": { @@ -17866,16 +47062,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -17906,15 +47102,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -18000,10 +47196,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_DialogOverlay" }, "light_purple_ModalOverlay": { @@ -18199,16 +47395,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -18239,15 +47435,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -18333,10 +47529,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_ModalOverlay" }, "light_pink_SheetOverlay": { @@ -18532,16 +47728,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -18572,15 +47768,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -18666,10 +47862,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_SheetOverlay" }, "light_pink_DialogOverlay": { @@ -18865,16 +48061,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -18905,15 +48101,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -18999,10 +48195,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_DialogOverlay" }, "light_pink_ModalOverlay": { @@ -19198,16 +48394,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -19238,15 +48434,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -19332,10 +48528,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_ModalOverlay" }, "light_red_SheetOverlay": { @@ -19531,16 +48727,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -19571,15 +48767,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -19665,10 +48861,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_SheetOverlay" }, "light_red_DialogOverlay": { @@ -19864,16 +49060,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -19904,15 +49100,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -19998,10 +49194,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_DialogOverlay" }, "light_red_ModalOverlay": { @@ -20197,16 +49393,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -20237,15 +49433,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -20331,10 +49527,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_ModalOverlay" }, "light_alt1_SheetOverlay": { @@ -20530,16 +49726,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -20570,15 +49766,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -20664,10 +49860,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_SheetOverlay" }, "light_alt1_DialogOverlay": { @@ -20863,16 +50059,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -20903,15 +50099,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -20997,10 +50193,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_DialogOverlay" }, "light_alt1_ModalOverlay": { @@ -21196,16 +50392,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -21236,15 +50432,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -21330,10 +50526,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_ModalOverlay" }, "light_alt2_SheetOverlay": { @@ -21529,16 +50725,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -21569,15 +50765,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -21663,10 +50859,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_SheetOverlay" }, "light_alt2_DialogOverlay": { @@ -21862,16 +51058,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -21902,15 +51098,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -21996,10 +51192,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_DialogOverlay" }, "light_alt2_ModalOverlay": { @@ -22195,16 +51391,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -22235,15 +51431,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -22329,10 +51525,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_ModalOverlay" }, "light_active_SheetOverlay": { @@ -22528,16 +51724,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -22556,7 +51752,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -22568,15 +51764,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -22662,10 +51858,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_SheetOverlay" }, "light_active_DialogOverlay": { @@ -22861,16 +52057,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -22889,7 +52085,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -22901,15 +52097,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -22995,10 +52191,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_DialogOverlay" }, "light_active_ModalOverlay": { @@ -23194,16 +52390,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -23222,7 +52418,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -23234,15 +52430,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -23328,10 +52524,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_ModalOverlay" }, "light_orange_alt1_SheetOverlay": { @@ -23527,16 +52723,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -23567,15 +52763,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -23661,10 +52857,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_SheetOverlay" }, "light_orange_alt1_DialogOverlay": { @@ -23860,16 +53056,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -23900,15 +53096,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -23994,10 +53190,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_DialogOverlay" }, "light_orange_alt1_ModalOverlay": { @@ -24193,16 +53389,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -24233,15 +53429,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -24327,10 +53523,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_ModalOverlay" }, "light_orange_alt2_SheetOverlay": { @@ -24526,16 +53722,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -24566,15 +53762,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -24660,10 +53856,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_SheetOverlay" }, "light_orange_alt2_DialogOverlay": { @@ -24859,16 +54055,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -24899,15 +54095,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -24993,10 +54189,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_DialogOverlay" }, "light_orange_alt2_ModalOverlay": { @@ -25192,16 +54388,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -25232,15 +54428,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -25326,10 +54522,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_ModalOverlay" }, "light_orange_active_SheetOverlay": { @@ -25525,16 +54721,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -25565,15 +54761,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -25659,10 +54855,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_SheetOverlay" }, "light_orange_active_DialogOverlay": { @@ -25858,16 +55054,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -25898,15 +55094,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -25992,10 +55188,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_DialogOverlay" }, "light_orange_active_ModalOverlay": { @@ -26191,16 +55387,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -26231,15 +55427,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -26325,10 +55521,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_ModalOverlay" }, "light_yellow_alt1_SheetOverlay": { @@ -26524,16 +55720,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -26564,15 +55760,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -26658,10 +55854,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_SheetOverlay" }, "light_yellow_alt1_DialogOverlay": { @@ -26857,16 +56053,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -26897,15 +56093,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -26991,10 +56187,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_DialogOverlay" }, "light_yellow_alt1_ModalOverlay": { @@ -27190,16 +56386,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -27230,15 +56426,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -27324,10 +56520,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_ModalOverlay" }, "light_yellow_alt2_SheetOverlay": { @@ -27523,16 +56719,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -27563,15 +56759,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -27657,10 +56853,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_SheetOverlay" }, "light_yellow_alt2_DialogOverlay": { @@ -27856,16 +57052,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -27896,15 +57092,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -27990,10 +57186,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_DialogOverlay" }, "light_yellow_alt2_ModalOverlay": { @@ -28189,16 +57385,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -28229,15 +57425,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -28323,10 +57519,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_ModalOverlay" }, "light_yellow_active_SheetOverlay": { @@ -28522,16 +57718,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -28562,15 +57758,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -28656,10 +57852,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_SheetOverlay" }, "light_yellow_active_DialogOverlay": { @@ -28855,16 +58051,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -28895,15 +58091,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -28989,10 +58185,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_DialogOverlay" }, "light_yellow_active_ModalOverlay": { @@ -29188,16 +58384,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -29228,15 +58424,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -29322,10 +58518,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_ModalOverlay" }, "light_green_alt1_SheetOverlay": { @@ -29521,16 +58717,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -29561,15 +58757,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -29655,10 +58851,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_SheetOverlay" }, "light_green_alt1_DialogOverlay": { @@ -29854,16 +59050,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -29894,15 +59090,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -29988,10 +59184,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_DialogOverlay" }, "light_green_alt1_ModalOverlay": { @@ -30187,16 +59383,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -30227,15 +59423,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -30321,10 +59517,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_ModalOverlay" }, "light_green_alt2_SheetOverlay": { @@ -30520,16 +59716,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -30560,15 +59756,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -30654,10 +59850,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_SheetOverlay" }, "light_green_alt2_DialogOverlay": { @@ -30853,16 +60049,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -30893,15 +60089,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -30987,10 +60183,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_DialogOverlay" }, "light_green_alt2_ModalOverlay": { @@ -31186,16 +60382,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -31226,15 +60422,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -31320,10 +60516,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_ModalOverlay" }, "light_green_active_SheetOverlay": { @@ -31519,16 +60715,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -31559,15 +60755,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -31653,10 +60849,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_SheetOverlay" }, "light_green_active_DialogOverlay": { @@ -31852,16 +61048,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -31892,15 +61088,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -31986,10 +61182,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_DialogOverlay" }, "light_green_active_ModalOverlay": { @@ -32185,16 +61381,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -32225,15 +61421,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -32319,10 +61515,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_ModalOverlay" }, "light_blue_alt1_SheetOverlay": { @@ -32518,16 +61714,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -32558,15 +61754,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -32652,10 +61848,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_SheetOverlay" }, "light_blue_alt1_DialogOverlay": { @@ -32851,16 +62047,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -32891,15 +62087,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -32985,10 +62181,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_DialogOverlay" }, "light_blue_alt1_ModalOverlay": { @@ -33184,16 +62380,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -33224,15 +62420,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -33318,10 +62514,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_ModalOverlay" }, "light_blue_alt2_SheetOverlay": { @@ -33517,16 +62713,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -33557,15 +62753,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -33651,10 +62847,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_SheetOverlay" }, "light_blue_alt2_DialogOverlay": { @@ -33850,16 +63046,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -33890,15 +63086,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -33984,10 +63180,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_DialogOverlay" }, "light_blue_alt2_ModalOverlay": { @@ -34183,16 +63379,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -34223,15 +63419,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -34317,10 +63513,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_ModalOverlay" }, "light_blue_active_SheetOverlay": { @@ -34516,16 +63712,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -34556,15 +63752,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -34650,10 +63846,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_SheetOverlay" }, "light_blue_active_DialogOverlay": { @@ -34849,16 +64045,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -34889,15 +64085,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -34983,10 +64179,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_DialogOverlay" }, "light_blue_active_ModalOverlay": { @@ -35182,16 +64378,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -35222,15 +64418,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -35316,10 +64512,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_ModalOverlay" }, "light_purple_alt1_SheetOverlay": { @@ -35515,16 +64711,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -35555,15 +64751,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -35649,10 +64845,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_SheetOverlay" }, "light_purple_alt1_DialogOverlay": { @@ -35848,16 +65044,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -35888,15 +65084,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -35982,10 +65178,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_DialogOverlay" }, "light_purple_alt1_ModalOverlay": { @@ -36181,16 +65377,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -36221,15 +65417,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -36315,10 +65511,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_ModalOverlay" }, "light_purple_alt2_SheetOverlay": { @@ -36514,16 +65710,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -36554,15 +65750,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -36648,10 +65844,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_SheetOverlay" }, "light_purple_alt2_DialogOverlay": { @@ -36847,16 +66043,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -36887,15 +66083,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -36981,10 +66177,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_DialogOverlay" }, "light_purple_alt2_ModalOverlay": { @@ -37180,16 +66376,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -37220,15 +66416,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -37314,10 +66510,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_ModalOverlay" }, "light_purple_active_SheetOverlay": { @@ -37513,16 +66709,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -37553,15 +66749,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -37647,10 +66843,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_SheetOverlay" }, "light_purple_active_DialogOverlay": { @@ -37846,16 +67042,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -37886,15 +67082,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -37980,10 +67176,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_DialogOverlay" }, "light_purple_active_ModalOverlay": { @@ -38179,16 +67375,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -38219,15 +67415,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -38313,10 +67509,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_ModalOverlay" }, "light_pink_alt1_SheetOverlay": { @@ -38512,16 +67708,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -38552,15 +67748,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -38646,10 +67842,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_SheetOverlay" }, "light_pink_alt1_DialogOverlay": { @@ -38845,16 +68041,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -38885,15 +68081,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -38979,10 +68175,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_DialogOverlay" }, "light_pink_alt1_ModalOverlay": { @@ -39178,16 +68374,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -39218,15 +68414,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -39312,10 +68508,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_ModalOverlay" }, "light_pink_alt2_SheetOverlay": { @@ -39511,16 +68707,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -39551,15 +68747,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -39645,10 +68841,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_SheetOverlay" }, "light_pink_alt2_DialogOverlay": { @@ -39844,16 +69040,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -39884,15 +69080,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -39978,10 +69174,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_DialogOverlay" }, "light_pink_alt2_ModalOverlay": { @@ -40177,16 +69373,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -40217,15 +69413,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -40311,10 +69507,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_ModalOverlay" }, "light_pink_active_SheetOverlay": { @@ -40510,16 +69706,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -40550,15 +69746,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -40644,10 +69840,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_SheetOverlay" }, "light_pink_active_DialogOverlay": { @@ -40843,16 +70039,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -40883,15 +70079,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -40977,10 +70173,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_DialogOverlay" }, "light_pink_active_ModalOverlay": { @@ -41176,16 +70372,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -41216,15 +70412,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -41310,10 +70506,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_ModalOverlay" }, "light_red_alt1_SheetOverlay": { @@ -41509,16 +70705,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -41549,15 +70745,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -41643,10 +70839,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_SheetOverlay" }, "light_red_alt1_DialogOverlay": { @@ -41842,16 +71038,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -41882,15 +71078,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -41976,10 +71172,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_DialogOverlay" }, "light_red_alt1_ModalOverlay": { @@ -42175,16 +71371,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -42215,15 +71411,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -42309,10 +71505,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_ModalOverlay" }, "light_red_alt2_SheetOverlay": { @@ -42508,16 +71704,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -42548,15 +71744,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -42642,10 +71838,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_SheetOverlay" }, "light_red_alt2_DialogOverlay": { @@ -42841,16 +72037,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -42881,15 +72077,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -42975,10 +72171,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_DialogOverlay" }, "light_red_alt2_ModalOverlay": { @@ -43174,16 +72370,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -43214,15 +72410,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -43308,10 +72504,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_ModalOverlay" }, "light_red_active_SheetOverlay": { @@ -43507,16 +72703,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -43547,15 +72743,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -43641,10 +72837,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_SheetOverlay" }, "light_red_active_DialogOverlay": { @@ -43840,16 +73036,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -43880,15 +73076,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -43974,10 +73170,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_DialogOverlay" }, "light_red_active_ModalOverlay": { @@ -44173,16 +73369,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -44213,15 +73409,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -44307,10 +73503,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_ModalOverlay" }, "dark_SheetOverlay": { @@ -44506,16 +73702,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -44529,32 +73725,32 @@ "color11": "#a5a5a5", "color12": "#fff", "background": "rgba(0,0,0,0.9)", - "backgroundHover": "#1F1A23", - "backgroundPress": "#26212B", + "backgroundHover": "#101A36", + "backgroundPress": "#132142", "backgroundFocus": "#282828", - "backgroundStrong": "#1F1A23", - "backgroundTransparent": "rgba(23, 18, 25, 0)", - "color": "#F8F6F2", + "backgroundStrong": "#101A36", + "backgroundTransparent": "rgba(11, 19, 43, 0)", + "color": "#F8FAFF", "colorHover": "#FFFFFF", - "colorPress": "#FDF8F5", + "colorPress": "#F2F6FF", "colorFocus": "#FFFFFF", "colorTransparent": "rgba(255,255,255,0)", - "borderColor": "#2C2531", - "borderColorHover": "#3A3240", + "borderColor": "#1F2A4A", + "borderColorHover": "#29345A", "borderColorFocus": "#232323", - "borderColorPress": "#443C4A", + "borderColorPress": "#313D67", "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -44839,16 +74035,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -44862,32 +74058,32 @@ "color11": "#a5a5a5", "color12": "#fff", "background": "rgba(0,0,0,0.9)", - "backgroundHover": "#1F1A23", - "backgroundPress": "#26212B", + "backgroundHover": "#101A36", + "backgroundPress": "#132142", "backgroundFocus": "#282828", - "backgroundStrong": "#1F1A23", - "backgroundTransparent": "rgba(23, 18, 25, 0)", - "color": "#F8F6F2", + "backgroundStrong": "#101A36", + "backgroundTransparent": "rgba(11, 19, 43, 0)", + "color": "#F8FAFF", "colorHover": "#FFFFFF", - "colorPress": "#FDF8F5", + "colorPress": "#F2F6FF", "colorFocus": "#FFFFFF", "colorTransparent": "rgba(255,255,255,0)", - "borderColor": "#2C2531", - "borderColorHover": "#3A3240", + "borderColor": "#1F2A4A", + "borderColorHover": "#29345A", "borderColorFocus": "#232323", - "borderColorPress": "#443C4A", + "borderColorPress": "#313D67", "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -45172,16 +74368,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -45195,32 +74391,32 @@ "color11": "#a5a5a5", "color12": "#fff", "background": "rgba(0,0,0,0.9)", - "backgroundHover": "#1F1A23", - "backgroundPress": "#26212B", + "backgroundHover": "#101A36", + "backgroundPress": "#132142", "backgroundFocus": "#282828", - "backgroundStrong": "#1F1A23", - "backgroundTransparent": "rgba(23, 18, 25, 0)", - "color": "#F8F6F2", + "backgroundStrong": "#101A36", + "backgroundTransparent": "rgba(11, 19, 43, 0)", + "color": "#F8FAFF", "colorHover": "#FFFFFF", - "colorPress": "#FDF8F5", + "colorPress": "#F2F6FF", "colorFocus": "#FFFFFF", "colorTransparent": "rgba(255,255,255,0)", - "borderColor": "#2C2531", - "borderColorHover": "#3A3240", + "borderColor": "#1F2A4A", + "borderColorHover": "#29345A", "borderColorFocus": "#232323", - "borderColorPress": "#443C4A", + "borderColorPress": "#313D67", "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -45505,16 +74701,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -45545,15 +74741,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -45838,16 +75034,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -45878,15 +75074,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -46171,16 +75367,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -46211,15 +75407,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -46504,16 +75700,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -46544,15 +75740,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -46837,16 +76033,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -46877,15 +76073,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -47170,16 +76366,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -47210,15 +76406,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -47503,16 +76699,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -47543,15 +76739,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -47836,16 +77032,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -47876,15 +77072,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -48169,16 +77365,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -48209,15 +77405,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -48502,16 +77698,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -48542,15 +77738,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -48835,16 +78031,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -48875,15 +78071,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -49168,16 +78364,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -49208,15 +78404,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -49501,16 +78697,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -49541,15 +78737,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -49834,16 +79030,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -49874,15 +79070,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -50167,16 +79363,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -50207,15 +79403,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -50500,16 +79696,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -50540,15 +79736,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -50833,16 +80029,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -50873,15 +80069,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -51166,16 +80362,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -51206,15 +80402,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -51499,16 +80695,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -51539,15 +80735,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -51832,16 +81028,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -51872,15 +81068,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -52165,16 +81361,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -52205,15 +81401,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -52498,16 +81694,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -52538,15 +81734,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -52831,16 +82027,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -52871,15 +82067,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -53164,16 +82360,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -53204,15 +82400,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -53497,16 +82693,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -53537,15 +82733,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -53830,16 +83026,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -53870,15 +83066,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -54163,16 +83359,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -54203,15 +83399,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -54496,16 +83692,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -54524,7 +83720,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -54536,15 +83732,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -54829,16 +84025,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -54857,7 +84053,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -54869,15 +84065,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -55162,16 +84358,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -55190,7 +84386,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -55202,15 +84398,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -55495,16 +84691,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -55535,15 +84731,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -55828,16 +85024,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -55868,15 +85064,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -56161,16 +85357,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -56201,15 +85397,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -56494,16 +85690,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -56534,15 +85730,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -56827,16 +86023,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -56867,15 +86063,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -57160,16 +86356,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -57200,15 +86396,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -57493,16 +86689,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -57533,15 +86729,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -57826,16 +87022,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -57866,15 +87062,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -58159,16 +87355,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -58199,15 +87395,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -58492,16 +87688,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -58532,15 +87728,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -58825,16 +88021,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -58865,15 +88061,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -59158,16 +88354,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -59198,15 +88394,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -59491,16 +88687,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -59531,15 +88727,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -59824,16 +89020,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -59864,15 +89060,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -60157,16 +89353,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -60197,15 +89393,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -60490,16 +89686,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -60530,15 +89726,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -60823,16 +90019,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -60863,15 +90059,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -61156,16 +90352,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -61196,15 +90392,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -61489,16 +90685,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -61529,15 +90725,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -61822,16 +91018,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -61862,15 +91058,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -62155,16 +91351,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -62195,15 +91391,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -62488,16 +91684,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -62528,15 +91724,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -62821,16 +92017,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -62861,15 +92057,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -63154,16 +92350,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -63194,15 +92390,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -63487,16 +92683,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -63527,15 +92723,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -63820,16 +93016,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -63860,15 +93056,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -64153,16 +93349,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -64193,15 +93389,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -64486,16 +93682,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -64526,15 +93722,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -64819,16 +94015,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -64859,15 +94055,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -65152,16 +94348,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -65192,15 +94388,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -65485,16 +94681,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -65525,15 +94721,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -65818,16 +95014,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -65858,15 +95054,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -66151,16 +95347,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -66191,15 +95387,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -66484,16 +95680,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -66524,15 +95720,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -66817,16 +96013,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -66857,15 +96053,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -67150,16 +96346,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -67190,15 +96386,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -67483,16 +96679,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -67523,15 +96719,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -67816,16 +97012,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -67856,15 +97052,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -68149,16 +97345,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -68189,15 +97385,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -68482,16 +97678,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -68522,15 +97718,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -68815,16 +98011,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -68855,15 +98051,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -69148,16 +98344,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -69188,15 +98384,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -69481,16 +98677,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -69521,15 +98717,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -69814,16 +99010,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -69854,15 +99050,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -70147,16 +99343,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -70187,15 +99383,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -70480,16 +99676,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -70520,15 +99716,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -70813,16 +100009,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -70853,15 +100049,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -71146,16 +100342,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -71186,15 +100382,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -71479,16 +100675,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -71519,15 +100715,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -71812,16 +101008,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -71852,15 +101048,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -72145,16 +101341,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -72185,15 +101381,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -72478,16 +101674,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -72518,15 +101714,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -72811,16 +102007,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -72851,15 +102047,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -73144,16 +102340,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -73184,15 +102380,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -73477,16 +102673,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -73517,15 +102713,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -73810,16 +103006,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -73850,15 +103046,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -74143,16 +103339,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -74183,15 +103379,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -74476,16 +103672,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -74516,15 +103712,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -74809,16 +104005,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -74849,15 +104045,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -75142,16 +104338,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -75182,15 +104378,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -75475,16 +104671,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -75515,15 +104711,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -75808,16 +105004,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -75848,15 +105044,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -76141,16 +105337,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -76181,15 +105377,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -76474,16 +105670,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -76514,15 +105710,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -76608,10 +105804,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1" }, "light_alt2": { @@ -76807,16 +106003,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -76847,15 +106043,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -76941,10 +106137,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2" }, "light_active": { @@ -77140,16 +106336,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -77168,7 +106364,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -77180,15 +106376,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -77274,10 +106470,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active" }, "dark_alt1": { @@ -77473,16 +106669,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -77513,15 +106709,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -77806,16 +107002,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -77846,15 +107042,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -78139,16 +107335,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -78167,7 +107363,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -78179,15 +107375,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -78472,16 +107668,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -78512,15 +107708,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -78606,10 +107802,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1" }, "light_orange_alt2": { @@ -78805,16 +108001,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -78845,15 +108041,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -78939,10 +108135,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2" }, "light_orange_active": { @@ -79138,16 +108334,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -79178,15 +108374,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -79272,10 +108468,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active" }, "light_yellow_alt1": { @@ -79471,16 +108667,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -79511,15 +108707,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -79605,10 +108801,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1" }, "light_yellow_alt2": { @@ -79804,16 +109000,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -79844,15 +109040,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -79938,10 +109134,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2" }, "light_yellow_active": { @@ -80137,16 +109333,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -80177,15 +109373,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -80271,10 +109467,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active" }, "light_green_alt1": { @@ -80470,16 +109666,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -80510,15 +109706,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -80604,10 +109800,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1" }, "light_green_alt2": { @@ -80803,16 +109999,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -80843,15 +110039,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -80937,10 +110133,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2" }, "light_green_active": { @@ -81136,16 +110332,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -81176,15 +110372,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -81270,10 +110466,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active" }, "light_blue_alt1": { @@ -81469,16 +110665,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -81509,15 +110705,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -81603,10 +110799,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1" }, "light_blue_alt2": { @@ -81802,16 +110998,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -81842,15 +111038,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -81936,10 +111132,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2" }, "light_blue_active": { @@ -82135,16 +111331,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -82175,15 +111371,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -82269,10 +111465,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active" }, "light_purple_alt1": { @@ -82468,16 +111664,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -82508,15 +111704,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -82602,10 +111798,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1" }, "light_purple_alt2": { @@ -82801,16 +111997,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -82841,15 +112037,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -82935,10 +112131,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2" }, "light_purple_active": { @@ -83134,16 +112330,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -83174,15 +112370,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -83268,10 +112464,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active" }, "light_pink_alt1": { @@ -83467,16 +112663,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -83507,15 +112703,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -83601,10 +112797,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1" }, "light_pink_alt2": { @@ -83800,16 +112996,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -83840,15 +113036,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -83934,10 +113130,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2" }, "light_pink_active": { @@ -84133,16 +113329,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -84173,15 +113369,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -84267,10 +113463,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active" }, "light_red_alt1": { @@ -84466,16 +113662,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -84506,15 +113702,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -84600,10 +113796,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1" }, "light_red_alt2": { @@ -84799,16 +113995,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -84839,15 +114035,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -84933,10 +114129,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2" }, "light_red_active": { @@ -85132,16 +114328,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -85172,15 +114368,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -85266,10 +114462,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active" }, "dark_orange_alt1": { @@ -85465,16 +114661,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -85505,15 +114701,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -85798,16 +114994,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -85838,15 +115034,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -86131,16 +115327,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -86171,15 +115367,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -86464,16 +115660,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -86504,15 +115700,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -86797,16 +115993,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -86837,15 +116033,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -87130,16 +116326,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -87170,15 +116366,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -87463,16 +116659,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -87503,15 +116699,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -87796,16 +116992,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -87836,15 +117032,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -88129,16 +117325,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -88169,15 +117365,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -88462,16 +117658,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -88502,15 +117698,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -88795,16 +117991,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -88835,15 +118031,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -89128,16 +118324,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -89168,15 +118364,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -89461,16 +118657,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -89501,15 +118697,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -89794,16 +118990,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -89834,15 +119030,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -90127,16 +119323,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -90167,15 +119363,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -90460,16 +119656,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -90500,15 +119696,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -90793,16 +119989,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -90833,15 +120029,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -91126,16 +120322,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -91166,15 +120362,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -91459,16 +120655,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -91499,15 +120695,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -91792,16 +120988,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -91832,15 +121028,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -92125,16 +121321,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -92165,15 +121361,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -92458,16 +121654,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -92498,15 +121694,15 @@ "placeholderColor": "hsl(0, 0%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -92592,10 +121788,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_ListItem" }, "light_Card": { @@ -92791,16 +121987,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -92831,15 +122027,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -92925,10 +122121,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Card" }, "light_DrawerFrame": { @@ -93124,16 +122320,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -93164,15 +122360,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -93258,10 +122454,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_DrawerFrame" }, "light_Progress": { @@ -93457,16 +122653,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -93497,15 +122693,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -93591,10 +122787,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Progress" }, "light_TooltipArrow": { @@ -93790,16 +122986,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -93830,15 +123026,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -93924,10 +123120,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_TooltipArrow" }, "light_Button": { @@ -94123,16 +123319,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -94163,15 +123359,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -94257,10 +123453,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Button" }, "light_Checkbox": { @@ -94456,16 +123652,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -94496,15 +123692,15 @@ "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -94590,10 +123786,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Checkbox" }, "light_RadioGroupItem": { @@ -94789,16 +123985,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -94829,15 +124025,15 @@ "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -94923,10 +124119,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_RadioGroupItem" }, "light_Input": { @@ -95122,16 +124318,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -95162,15 +124358,15 @@ "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -95256,10 +124452,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Input" }, "light_TextArea": { @@ -95455,16 +124651,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -95495,15 +124691,15 @@ "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -95589,10 +124785,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_TextArea" }, "light_Switch": { @@ -95788,16 +124984,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -95828,15 +125024,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -95922,10 +125118,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Switch" }, "light_TooltipContent": { @@ -96121,16 +125317,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -96161,15 +125357,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -96255,10 +125451,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_TooltipContent" }, "light_SliderTrack": { @@ -96454,16 +125650,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -96494,15 +125690,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -96588,10 +125784,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_SliderTrack" }, "light_SwitchThumb": { @@ -96787,16 +125983,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -96827,15 +126023,15 @@ "placeholderColor": "#f8f8f8", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -96921,10 +126117,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_SwitchThumb" }, "light_SliderTrackActive": { @@ -97120,16 +126316,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -97160,15 +126356,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -97254,10 +126450,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_SliderTrackActive" }, "light_SliderThumb": { @@ -97453,16 +126649,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -97493,15 +126689,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -97587,10 +126783,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_SliderThumb" }, "light_Tooltip": { @@ -97786,16 +126982,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -97826,15 +127022,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -97920,10 +127116,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_Tooltip" }, "light_ProgressIndicator": { @@ -98119,16 +127315,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#fff", "color2": "#f8f8f8", "color3": "hsl(0, 0%, 96.3%)", @@ -98159,15 +127355,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -98253,10 +127449,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_ProgressIndicator" }, "dark_ListItem": { @@ -98452,16 +127648,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -98492,15 +127688,15 @@ "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -98785,16 +127981,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -98825,15 +128021,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -99118,16 +128314,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -99158,15 +128354,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -99451,16 +128647,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -99491,15 +128687,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -99784,16 +128980,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -99824,15 +129020,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -100117,16 +129313,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -100157,15 +129353,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -100450,16 +129646,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -100490,15 +129686,15 @@ "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -100783,16 +129979,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -100823,15 +130019,15 @@ "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -101116,16 +130312,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -101156,15 +130352,15 @@ "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -101449,16 +130645,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -101489,15 +130685,15 @@ "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -101782,16 +130978,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -101822,15 +131018,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -102115,16 +131311,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -102155,15 +131351,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -102448,16 +131644,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -102488,15 +131684,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -102781,16 +131977,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -102821,15 +132017,15 @@ "placeholderColor": "#151515", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -103114,16 +132310,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -103154,15 +132350,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -103447,16 +132643,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -103487,15 +132683,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -103780,16 +132976,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -103820,15 +133016,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -104113,16 +133309,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#050505", "color2": "#151515", "color3": "#191919", @@ -104153,15 +133349,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -104446,16 +133642,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -104486,15 +133682,15 @@ "placeholderColor": "hsl(24, 100%, 37.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -104580,10 +133776,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_ListItem" }, "light_orange_Card": { @@ -104779,16 +133975,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -104819,15 +134015,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -104913,10 +134109,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Card" }, "light_orange_DrawerFrame": { @@ -105112,16 +134308,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -105152,15 +134348,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -105246,10 +134442,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_DrawerFrame" }, "light_orange_Progress": { @@ -105445,16 +134641,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -105485,15 +134681,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -105579,10 +134775,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Progress" }, "light_orange_TooltipArrow": { @@ -105778,16 +134974,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -105818,15 +135014,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -105912,10 +135108,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_TooltipArrow" }, "light_orange_Button": { @@ -106111,16 +135307,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -106151,15 +135347,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -106245,10 +135441,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Button" }, "light_orange_Checkbox": { @@ -106444,16 +135640,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -106484,15 +135680,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -106578,10 +135774,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Checkbox" }, "light_orange_RadioGroupItem": { @@ -106777,16 +135973,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -106817,15 +136013,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -106911,10 +136107,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_RadioGroupItem" }, "light_orange_Input": { @@ -107110,16 +136306,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -107150,15 +136346,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -107244,10 +136440,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Input" }, "light_orange_TextArea": { @@ -107443,16 +136639,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -107483,15 +136679,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -107577,10 +136773,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_TextArea" }, "light_orange_Switch": { @@ -107776,16 +136972,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -107816,15 +137012,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -107910,10 +137106,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Switch" }, "light_orange_TooltipContent": { @@ -108109,16 +137305,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -108149,15 +137345,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -108243,10 +137439,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_TooltipContent" }, "light_orange_SliderTrack": { @@ -108442,16 +137638,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -108482,15 +137678,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -108576,10 +137772,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_SliderTrack" }, "light_orange_SwitchThumb": { @@ -108775,16 +137971,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -108815,15 +138011,15 @@ "placeholderColor": "hsl(24, 83.3%, 97.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -108909,10 +138105,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_SwitchThumb" }, "light_orange_SliderTrackActive": { @@ -109108,16 +138304,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -109148,15 +138344,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -109242,10 +138438,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_SliderTrackActive" }, "light_orange_SliderThumb": { @@ -109441,16 +138637,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -109481,15 +138677,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -109575,10 +138771,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_SliderThumb" }, "light_orange_Tooltip": { @@ -109774,16 +138970,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -109814,15 +139010,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -109908,10 +139104,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_Tooltip" }, "light_orange_ProgressIndicator": { @@ -110107,16 +139303,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 70.0%, 99.0%)", "color2": "hsl(24, 83.3%, 97.6%)", "color3": "hsl(24, 100%, 95.3%)", @@ -110147,15 +139343,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -110241,10 +139437,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_ProgressIndicator" }, "light_yellow_ListItem": { @@ -110440,16 +139636,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -110480,15 +139676,15 @@ "placeholderColor": "hsl(42, 100%, 29.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -110574,10 +139770,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_ListItem" }, "light_yellow_Card": { @@ -110773,16 +139969,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -110813,15 +140009,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -110907,10 +140103,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Card" }, "light_yellow_DrawerFrame": { @@ -111106,16 +140302,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -111146,15 +140342,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -111240,10 +140436,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_DrawerFrame" }, "light_yellow_Progress": { @@ -111439,16 +140635,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -111479,15 +140675,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -111573,10 +140769,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Progress" }, "light_yellow_TooltipArrow": { @@ -111772,16 +140968,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -111812,15 +141008,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -111906,10 +141102,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_TooltipArrow" }, "light_yellow_Button": { @@ -112105,16 +141301,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -112145,15 +141341,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -112239,10 +141435,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Button" }, "light_yellow_Checkbox": { @@ -112438,16 +141634,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -112478,15 +141674,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -112572,10 +141768,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Checkbox" }, "light_yellow_RadioGroupItem": { @@ -112771,16 +141967,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -112811,15 +142007,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -112905,10 +142101,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_RadioGroupItem" }, "light_yellow_Input": { @@ -113104,16 +142300,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -113144,15 +142340,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -113238,10 +142434,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Input" }, "light_yellow_TextArea": { @@ -113437,16 +142633,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -113477,15 +142673,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -113571,10 +142767,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_TextArea" }, "light_yellow_Switch": { @@ -113770,16 +142966,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -113810,15 +143006,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -113904,10 +143100,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Switch" }, "light_yellow_TooltipContent": { @@ -114103,16 +143299,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -114143,15 +143339,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -114237,10 +143433,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_TooltipContent" }, "light_yellow_SliderTrack": { @@ -114436,16 +143632,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -114476,15 +143672,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -114570,10 +143766,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_SliderTrack" }, "light_yellow_SwitchThumb": { @@ -114769,16 +143965,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -114809,15 +144005,15 @@ "placeholderColor": "hsl(52, 100%, 95.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -114903,10 +144099,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_SwitchThumb" }, "light_yellow_SliderTrackActive": { @@ -115102,16 +144298,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -115142,15 +144338,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -115236,10 +144432,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_SliderTrackActive" }, "light_yellow_SliderThumb": { @@ -115435,16 +144631,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -115475,15 +144671,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -115569,10 +144765,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_SliderThumb" }, "light_yellow_Tooltip": { @@ -115768,16 +144964,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -115808,15 +145004,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -115902,10 +145098,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_Tooltip" }, "light_yellow_ProgressIndicator": { @@ -116101,16 +145297,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(60, 54.0%, 98.5%)", "color2": "hsl(52, 100%, 95.5%)", "color3": "hsl(55, 100%, 90.9%)", @@ -116141,15 +145337,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -116235,10 +145431,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_ProgressIndicator" }, "light_green_ListItem": { @@ -116434,16 +145630,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -116474,15 +145670,15 @@ "placeholderColor": "hsl(153, 67.0%, 28.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -116568,10 +145764,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_ListItem" }, "light_green_Card": { @@ -116767,16 +145963,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -116807,15 +146003,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -116901,10 +146097,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Card" }, "light_green_DrawerFrame": { @@ -117100,16 +146296,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -117140,15 +146336,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -117234,10 +146430,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_DrawerFrame" }, "light_green_Progress": { @@ -117433,16 +146629,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -117473,15 +146669,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -117567,10 +146763,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Progress" }, "light_green_TooltipArrow": { @@ -117766,16 +146962,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -117806,15 +147002,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -117900,10 +147096,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_TooltipArrow" }, "light_green_Button": { @@ -118099,16 +147295,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -118139,15 +147335,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -118233,10 +147429,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Button" }, "light_green_Checkbox": { @@ -118432,16 +147628,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -118472,15 +147668,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -118566,10 +147762,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Checkbox" }, "light_green_RadioGroupItem": { @@ -118765,16 +147961,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -118805,15 +148001,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -118899,10 +148095,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_RadioGroupItem" }, "light_green_Input": { @@ -119098,16 +148294,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -119138,15 +148334,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -119232,10 +148428,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Input" }, "light_green_TextArea": { @@ -119431,16 +148627,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -119471,15 +148667,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -119565,10 +148761,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_TextArea" }, "light_green_Switch": { @@ -119764,16 +148960,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -119804,15 +149000,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -119898,10 +149094,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Switch" }, "light_green_TooltipContent": { @@ -120097,16 +149293,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -120137,15 +149333,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -120231,10 +149427,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_TooltipContent" }, "light_green_SliderTrack": { @@ -120430,16 +149626,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -120470,15 +149666,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -120564,10 +149760,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_SliderTrack" }, "light_green_SwitchThumb": { @@ -120763,16 +149959,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -120803,15 +149999,15 @@ "placeholderColor": "hsl(138, 62.5%, 96.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -120897,10 +150093,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_SwitchThumb" }, "light_green_SliderTrackActive": { @@ -121096,16 +150292,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -121136,15 +150332,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -121230,10 +150426,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_SliderTrackActive" }, "light_green_SliderThumb": { @@ -121429,16 +150625,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -121469,15 +150665,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -121563,10 +150759,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_SliderThumb" }, "light_green_Tooltip": { @@ -121762,16 +150958,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -121802,15 +150998,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -121896,10 +151092,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_Tooltip" }, "light_green_ProgressIndicator": { @@ -122095,16 +151291,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(136, 50.0%, 98.9%)", "color2": "hsl(138, 62.5%, 96.9%)", "color3": "hsl(139, 55.2%, 94.5%)", @@ -122135,15 +151331,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -122229,10 +151425,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_ProgressIndicator" }, "light_blue_ListItem": { @@ -122428,16 +151624,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -122468,15 +151664,15 @@ "placeholderColor": "hsl(211, 100%, 43.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -122562,10 +151758,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_ListItem" }, "light_blue_Card": { @@ -122761,16 +151957,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -122801,15 +151997,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -122895,10 +152091,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Card" }, "light_blue_DrawerFrame": { @@ -123094,16 +152290,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -123134,15 +152330,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -123228,10 +152424,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_DrawerFrame" }, "light_blue_Progress": { @@ -123427,16 +152623,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -123467,15 +152663,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -123561,10 +152757,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Progress" }, "light_blue_TooltipArrow": { @@ -123760,16 +152956,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -123800,15 +152996,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -123894,10 +153090,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_TooltipArrow" }, "light_blue_Button": { @@ -124093,16 +153289,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -124133,15 +153329,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -124227,10 +153423,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Button" }, "light_blue_Checkbox": { @@ -124426,16 +153622,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -124466,15 +153662,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -124560,10 +153756,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Checkbox" }, "light_blue_RadioGroupItem": { @@ -124759,16 +153955,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -124799,15 +153995,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -124893,10 +154089,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_RadioGroupItem" }, "light_blue_Input": { @@ -125092,16 +154288,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -125132,15 +154328,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -125226,10 +154422,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Input" }, "light_blue_TextArea": { @@ -125425,16 +154621,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -125465,15 +154661,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -125559,10 +154755,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_TextArea" }, "light_blue_Switch": { @@ -125758,16 +154954,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -125798,15 +154994,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -125892,10 +155088,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Switch" }, "light_blue_TooltipContent": { @@ -126091,16 +155287,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -126131,15 +155327,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -126225,10 +155421,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_TooltipContent" }, "light_blue_SliderTrack": { @@ -126424,16 +155620,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -126464,15 +155660,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -126558,10 +155754,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_SliderTrack" }, "light_blue_SwitchThumb": { @@ -126757,16 +155953,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -126797,15 +155993,15 @@ "placeholderColor": "hsl(210, 100%, 98.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -126891,10 +156087,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_SwitchThumb" }, "light_blue_SliderTrackActive": { @@ -127090,16 +156286,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -127130,15 +156326,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -127224,10 +156420,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_SliderTrackActive" }, "light_blue_SliderThumb": { @@ -127423,16 +156619,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -127463,15 +156659,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -127557,10 +156753,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_SliderThumb" }, "light_blue_Tooltip": { @@ -127756,16 +156952,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -127796,15 +156992,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -127890,10 +157086,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_Tooltip" }, "light_blue_ProgressIndicator": { @@ -128089,16 +157285,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(206, 100%, 99.2%)", "color2": "hsl(210, 100%, 98.0%)", "color3": "hsl(209, 100%, 96.5%)", @@ -128129,15 +157325,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -128223,10 +157419,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_ProgressIndicator" }, "light_purple_ListItem": { @@ -128422,16 +157618,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -128462,15 +157658,15 @@ "placeholderColor": "hsl(272, 50.0%, 45.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -128556,10 +157752,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_ListItem" }, "light_purple_Card": { @@ -128755,16 +157951,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -128795,15 +157991,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -128889,10 +158085,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Card" }, "light_purple_DrawerFrame": { @@ -129088,16 +158284,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -129128,15 +158324,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -129222,10 +158418,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_DrawerFrame" }, "light_purple_Progress": { @@ -129421,16 +158617,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -129461,15 +158657,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -129555,10 +158751,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Progress" }, "light_purple_TooltipArrow": { @@ -129754,16 +158950,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -129794,15 +158990,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -129888,10 +159084,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_TooltipArrow" }, "light_purple_Button": { @@ -130087,16 +159283,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -130127,15 +159323,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -130221,10 +159417,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Button" }, "light_purple_Checkbox": { @@ -130420,16 +159616,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -130460,15 +159656,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -130554,10 +159750,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Checkbox" }, "light_purple_RadioGroupItem": { @@ -130753,16 +159949,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -130793,15 +159989,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -130887,10 +160083,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_RadioGroupItem" }, "light_purple_Input": { @@ -131086,16 +160282,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -131126,15 +160322,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -131220,10 +160416,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Input" }, "light_purple_TextArea": { @@ -131419,16 +160615,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -131459,15 +160655,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -131553,10 +160749,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_TextArea" }, "light_purple_Switch": { @@ -131752,16 +160948,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -131792,15 +160988,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -131886,10 +161082,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Switch" }, "light_purple_TooltipContent": { @@ -132085,16 +161281,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -132125,15 +161321,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -132219,10 +161415,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_TooltipContent" }, "light_purple_SliderTrack": { @@ -132418,16 +161614,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -132458,15 +161654,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -132552,10 +161748,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_SliderTrack" }, "light_purple_SwitchThumb": { @@ -132751,16 +161947,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -132791,15 +161987,15 @@ "placeholderColor": "hsl(276, 100%, 99.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -132885,10 +162081,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_SwitchThumb" }, "light_purple_SliderTrackActive": { @@ -133084,16 +162280,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -133124,15 +162320,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -133218,10 +162414,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_SliderTrackActive" }, "light_purple_SliderThumb": { @@ -133417,16 +162613,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -133457,15 +162653,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -133551,10 +162747,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_SliderThumb" }, "light_purple_Tooltip": { @@ -133750,16 +162946,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -133790,15 +162986,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -133884,10 +163080,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_Tooltip" }, "light_purple_ProgressIndicator": { @@ -134083,16 +163279,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 65.0%, 99.4%)", "color2": "hsl(276, 100%, 99.0%)", "color3": "hsl(276, 83.1%, 97.0%)", @@ -134123,15 +163319,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -134217,10 +163413,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_ProgressIndicator" }, "light_pink_ListItem": { @@ -134416,16 +163612,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -134456,15 +163652,15 @@ "placeholderColor": "hsl(322, 75.0%, 46.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -134550,10 +163746,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_ListItem" }, "light_pink_Card": { @@ -134749,16 +163945,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -134789,15 +163985,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -134883,10 +164079,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Card" }, "light_pink_DrawerFrame": { @@ -135082,16 +164278,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -135122,15 +164318,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -135216,10 +164412,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_DrawerFrame" }, "light_pink_Progress": { @@ -135415,16 +164611,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -135455,15 +164651,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -135549,10 +164745,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Progress" }, "light_pink_TooltipArrow": { @@ -135748,16 +164944,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -135788,15 +164984,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -135882,10 +165078,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_TooltipArrow" }, "light_pink_Button": { @@ -136081,16 +165277,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -136121,15 +165317,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -136215,10 +165411,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Button" }, "light_pink_Checkbox": { @@ -136414,16 +165610,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -136454,15 +165650,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -136548,10 +165744,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Checkbox" }, "light_pink_RadioGroupItem": { @@ -136747,16 +165943,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -136787,15 +165983,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -136881,10 +166077,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_RadioGroupItem" }, "light_pink_Input": { @@ -137080,16 +166276,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -137120,15 +166316,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -137214,10 +166410,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Input" }, "light_pink_TextArea": { @@ -137413,16 +166609,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -137453,15 +166649,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -137547,10 +166743,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_TextArea" }, "light_pink_Switch": { @@ -137746,16 +166942,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -137786,15 +166982,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -137880,10 +167076,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Switch" }, "light_pink_TooltipContent": { @@ -138079,16 +167275,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -138119,15 +167315,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -138213,10 +167409,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_TooltipContent" }, "light_pink_SliderTrack": { @@ -138412,16 +167608,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -138452,15 +167648,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -138546,10 +167742,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_SliderTrack" }, "light_pink_SwitchThumb": { @@ -138745,16 +167941,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -138785,15 +167981,15 @@ "placeholderColor": "hsl(323, 100%, 98.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -138879,10 +168075,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_SwitchThumb" }, "light_pink_SliderTrackActive": { @@ -139078,16 +168274,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -139118,15 +168314,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -139212,10 +168408,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_SliderTrackActive" }, "light_pink_SliderThumb": { @@ -139411,16 +168607,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -139451,15 +168647,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -139545,10 +168741,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_SliderThumb" }, "light_pink_Tooltip": { @@ -139744,16 +168940,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -139784,15 +168980,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -139878,10 +169074,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_Tooltip" }, "light_pink_ProgressIndicator": { @@ -140077,16 +169273,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(322, 100%, 99.4%)", "color2": "hsl(323, 100%, 98.4%)", "color3": "hsl(323, 86.3%, 96.5%)", @@ -140117,15 +169313,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -140211,10 +169407,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_ProgressIndicator" }, "light_red_ListItem": { @@ -140410,16 +169606,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -140450,15 +169646,15 @@ "placeholderColor": "hsl(358, 65.0%, 48.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -140544,10 +169740,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_ListItem" }, "light_red_Card": { @@ -140743,16 +169939,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -140783,15 +169979,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -140877,10 +170073,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Card" }, "light_red_DrawerFrame": { @@ -141076,16 +170272,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -141116,15 +170312,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -141210,10 +170406,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_DrawerFrame" }, "light_red_Progress": { @@ -141409,16 +170605,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -141449,15 +170645,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -141543,10 +170739,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Progress" }, "light_red_TooltipArrow": { @@ -141742,16 +170938,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -141782,15 +170978,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -141876,10 +171072,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_TooltipArrow" }, "light_red_Button": { @@ -142075,16 +171271,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -142115,15 +171311,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -142209,10 +171405,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Button" }, "light_red_Checkbox": { @@ -142408,16 +171604,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -142448,15 +171644,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -142542,10 +171738,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Checkbox" }, "light_red_RadioGroupItem": { @@ -142741,16 +171937,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -142781,15 +171977,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -142875,10 +172071,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_RadioGroupItem" }, "light_red_Input": { @@ -143074,16 +172270,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -143114,15 +172310,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -143208,10 +172404,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Input" }, "light_red_TextArea": { @@ -143407,16 +172603,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -143447,15 +172643,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -143541,10 +172737,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_TextArea" }, "light_red_Switch": { @@ -143740,16 +172936,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -143780,15 +172976,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -143874,10 +173070,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Switch" }, "light_red_TooltipContent": { @@ -144073,16 +173269,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -144113,15 +173309,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -144207,10 +173403,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_TooltipContent" }, "light_red_SliderTrack": { @@ -144406,16 +173602,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -144446,15 +173642,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -144540,10 +173736,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_SliderTrack" }, "light_red_SwitchThumb": { @@ -144739,16 +173935,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -144779,15 +173975,15 @@ "placeholderColor": "hsl(359, 100%, 98.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -144873,10 +174069,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_SwitchThumb" }, "light_red_SliderTrackActive": { @@ -145072,16 +174268,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -145112,15 +174308,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -145206,10 +174402,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_SliderTrackActive" }, "light_red_SliderThumb": { @@ -145405,16 +174601,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -145445,15 +174641,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -145539,10 +174735,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_SliderThumb" }, "light_red_Tooltip": { @@ -145738,16 +174934,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -145778,15 +174974,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -145872,10 +175068,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_Tooltip" }, "light_red_ProgressIndicator": { @@ -146071,16 +175267,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 99.4%)", "color2": "hsl(359, 100%, 98.6%)", "color3": "hsl(360, 100%, 96.8%)", @@ -146111,15 +175307,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -146205,10 +175401,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_ProgressIndicator" }, "dark_orange_ListItem": { @@ -146404,16 +175600,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -146444,15 +175640,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -146737,16 +175933,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -146777,15 +175973,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -147070,16 +176266,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -147110,15 +176306,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -147403,16 +176599,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -147443,15 +176639,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -147736,16 +176932,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -147776,15 +176972,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -148069,16 +177265,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -148109,15 +177305,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -148402,16 +177598,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -148442,15 +177638,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -148735,16 +177931,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -148775,15 +177971,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -149068,16 +178264,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -149108,15 +178304,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -149401,16 +178597,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -149441,15 +178637,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -149734,16 +178930,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -149774,15 +178970,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -150067,16 +179263,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -150107,15 +179303,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -150400,16 +179596,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -150440,15 +179636,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -150733,16 +179929,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -150773,15 +179969,15 @@ "placeholderColor": "hsl(28, 100%, 8.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -151066,16 +180262,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -151106,15 +180302,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -151399,16 +180595,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -151439,15 +180635,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -151732,16 +180928,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -151772,15 +180968,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -152065,16 +181261,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(30, 70.0%, 7.2%)", "color2": "hsl(28, 100%, 8.4%)", "color3": "hsl(26, 91.1%, 11.6%)", @@ -152105,15 +181301,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -152398,16 +181594,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -152438,15 +181634,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -152731,16 +181927,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -152771,15 +181967,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -153064,16 +182260,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -153104,15 +182300,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -153397,16 +182593,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -153437,15 +182633,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -153730,16 +182926,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -153770,15 +182966,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -154063,16 +183259,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -154103,15 +183299,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -154396,16 +183592,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -154436,15 +183632,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -154729,16 +183925,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -154769,15 +183965,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -155062,16 +184258,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -155102,15 +184298,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -155395,16 +184591,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -155435,15 +184631,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -155728,16 +184924,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -155768,15 +184964,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -156061,16 +185257,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -156101,15 +185297,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -156394,16 +185590,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -156434,15 +185630,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -156727,16 +185923,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -156767,15 +185963,15 @@ "placeholderColor": "hsl(46, 100%, 6.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -157060,16 +186256,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -157100,15 +186296,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -157393,16 +186589,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -157433,15 +186629,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -157726,16 +186922,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -157766,15 +186962,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -158059,16 +187255,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 5.5%)", "color2": "hsl(46, 100%, 6.7%)", "color3": "hsl(45, 100%, 8.7%)", @@ -158099,15 +187295,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -158392,16 +187588,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -158432,15 +187628,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -158725,16 +187921,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -158765,15 +187961,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -159058,16 +188254,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -159098,15 +188294,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -159391,16 +188587,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -159431,15 +188627,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -159724,16 +188920,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -159764,15 +188960,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -160057,16 +189253,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -160097,15 +189293,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -160390,16 +189586,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -160430,15 +189626,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -160723,16 +189919,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -160763,15 +189959,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -161056,16 +190252,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -161096,15 +190292,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -161389,16 +190585,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -161429,15 +190625,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -161722,16 +190918,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -161762,15 +190958,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -162055,16 +191251,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -162095,15 +191291,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -162388,16 +191584,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -162428,15 +191624,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -162721,16 +191917,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -162761,15 +191957,15 @@ "placeholderColor": "hsl(155, 44.2%, 8.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -163054,16 +192250,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -163094,15 +192290,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -163387,16 +192583,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -163427,15 +192623,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -163720,16 +192916,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -163760,15 +192956,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -164053,16 +193249,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(146, 30.0%, 7.4%)", "color2": "hsl(155, 44.2%, 8.4%)", "color3": "hsl(155, 46.7%, 10.9%)", @@ -164093,15 +193289,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -164386,16 +193582,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -164426,15 +193622,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -164719,16 +193915,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -164759,15 +193955,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -165052,16 +194248,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -165092,15 +194288,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -165385,16 +194581,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -165425,15 +194621,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -165718,16 +194914,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -165758,15 +194954,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -166051,16 +195247,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -166091,15 +195287,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -166384,16 +195580,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -166424,15 +195620,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -166717,16 +195913,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -166757,15 +195953,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -167050,16 +196246,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -167090,15 +196286,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -167383,16 +196579,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -167423,15 +196619,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -167716,16 +196912,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -167756,15 +196952,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -168049,16 +197245,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -168089,15 +197285,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -168382,16 +197578,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -168422,15 +197618,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -168715,16 +197911,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -168755,15 +197951,15 @@ "placeholderColor": "hsl(216, 50.0%, 11.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -169048,16 +198244,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -169088,15 +198284,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -169381,16 +198577,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -169421,15 +198617,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -169714,16 +198910,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -169754,15 +198950,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -170047,16 +199243,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(212, 35.0%, 9.2%)", "color2": "hsl(216, 50.0%, 11.8%)", "color3": "hsl(214, 59.4%, 15.3%)", @@ -170087,15 +199283,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -170380,16 +199576,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -170420,15 +199616,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -170713,16 +199909,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -170753,15 +199949,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -171046,16 +200242,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -171086,15 +200282,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -171379,16 +200575,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -171419,15 +200615,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -171712,16 +200908,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -171752,15 +200948,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -172045,16 +201241,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -172085,15 +201281,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -172378,16 +201574,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -172418,15 +201614,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -172711,16 +201907,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -172751,15 +201947,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -173044,16 +202240,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -173084,15 +202280,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -173377,16 +202573,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -173417,15 +202613,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -173710,16 +202906,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -173750,15 +202946,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -174043,16 +203239,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -174083,15 +203279,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -174376,16 +203572,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -174416,15 +203612,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -174709,16 +203905,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -174749,15 +203945,15 @@ "placeholderColor": "hsl(283, 30.0%, 11.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -175042,16 +204238,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -175082,15 +204278,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -175375,16 +204571,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -175415,15 +204611,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -175708,16 +204904,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -175748,15 +204944,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -176041,16 +205237,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(284, 20.0%, 9.6%)", "color2": "hsl(283, 30.0%, 11.8%)", "color3": "hsl(281, 37.5%, 16.5%)", @@ -176081,15 +205277,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -176374,16 +205570,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -176414,15 +205610,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -176707,16 +205903,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -176747,15 +205943,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -177040,16 +206236,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -177080,15 +206276,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -177373,16 +206569,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -177413,15 +206609,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -177706,16 +206902,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -177746,15 +206942,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -178039,16 +207235,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -178079,15 +207275,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -178372,16 +207568,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -178412,15 +207608,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -178705,16 +207901,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -178745,15 +207941,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -179038,16 +208234,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -179078,15 +208274,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -179371,16 +208567,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -179411,15 +208607,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -179704,16 +208900,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -179744,15 +208940,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -180037,16 +209233,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -180077,15 +209273,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -180370,16 +209566,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -180410,15 +209606,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -180703,16 +209899,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -180743,15 +209939,15 @@ "placeholderColor": "hsl(319, 32.2%, 11.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -181036,16 +210232,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -181076,15 +210272,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -181369,16 +210565,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -181409,15 +210605,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -181702,16 +210898,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -181742,15 +210938,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -182035,16 +211231,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(318, 25.0%, 9.6%)", "color2": "hsl(319, 32.2%, 11.6%)", "color3": "hsl(319, 41.0%, 16.0%)", @@ -182075,15 +211271,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -182368,16 +211564,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -182408,15 +211604,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -182701,16 +211897,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -182741,15 +211937,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -183034,16 +212230,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -183074,15 +212270,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -183367,16 +212563,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -183407,15 +212603,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -183700,16 +212896,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -183740,15 +212936,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -184033,16 +213229,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -184073,15 +213269,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -184366,16 +213562,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -184406,15 +213602,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -184699,16 +213895,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -184739,15 +213935,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -185032,16 +214228,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -185072,15 +214268,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -185365,16 +214561,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -185405,15 +214601,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -185698,16 +214894,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -185738,15 +214934,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -186031,16 +215227,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -186071,15 +215267,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -186364,16 +215560,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -186404,15 +215600,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -186697,16 +215893,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -186737,15 +215933,15 @@ "placeholderColor": "hsl(357, 34.4%, 12.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -187030,16 +216226,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -187070,15 +216266,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -187363,16 +216559,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -187403,15 +216599,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -187696,16 +216892,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -187736,15 +216932,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -188029,16 +217225,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(353, 23.0%, 9.8%)", "color2": "hsl(357, 34.4%, 12.0%)", "color3": "hsl(356, 43.4%, 16.4%)", @@ -188069,15 +217265,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -188362,16 +217558,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -188402,15 +217598,15 @@ "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -188496,10 +217692,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_ListItem" }, "light_alt1_Card": { @@ -188695,16 +217891,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -188735,15 +217931,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -188829,10 +218025,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Card" }, "light_alt1_DrawerFrame": { @@ -189028,16 +218224,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -189068,15 +218264,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -189162,10 +218358,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_DrawerFrame" }, "light_alt1_Progress": { @@ -189361,16 +218557,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -189401,15 +218597,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -189495,10 +218691,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Progress" }, "light_alt1_TooltipArrow": { @@ -189694,16 +218890,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -189734,15 +218930,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -189828,10 +219024,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_TooltipArrow" }, "light_alt1_Button": { @@ -190027,16 +219223,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -190067,15 +219263,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -190161,10 +219357,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Button" }, "light_alt1_Checkbox": { @@ -190360,16 +219556,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -190400,15 +219596,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -190494,10 +219690,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Checkbox" }, "light_alt1_RadioGroupItem": { @@ -190693,16 +219889,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -190733,15 +219929,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -190827,10 +220023,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_RadioGroupItem" }, "light_alt1_Input": { @@ -191026,16 +220222,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -191066,15 +220262,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -191160,10 +220356,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Input" }, "light_alt1_TextArea": { @@ -191359,16 +220555,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -191399,15 +220595,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -191493,10 +220689,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_TextArea" }, "light_alt1_Switch": { @@ -191692,16 +220888,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -191732,15 +220928,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -191826,10 +221022,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Switch" }, "light_alt1_TooltipContent": { @@ -192025,16 +221221,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -192065,15 +221261,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -192159,10 +221355,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_TooltipContent" }, "light_alt1_SliderTrack": { @@ -192358,16 +221554,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -192398,15 +221594,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -192492,10 +221688,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_SliderTrack" }, "light_alt1_SwitchThumb": { @@ -192691,16 +221887,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -192731,15 +221927,15 @@ "placeholderColor": "hsl(0, 0%, 96.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -192825,10 +222021,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_SwitchThumb" }, "light_alt1_SliderTrackActive": { @@ -193024,16 +222220,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -193064,15 +222260,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -193158,10 +222354,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_SliderTrackActive" }, "light_alt1_SliderThumb": { @@ -193357,16 +222553,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -193397,15 +222593,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -193491,10 +222687,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_SliderThumb" }, "light_alt1_Tooltip": { @@ -193690,16 +222886,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -193730,15 +222926,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -193824,10 +223020,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_Tooltip" }, "light_alt1_ProgressIndicator": { @@ -194023,16 +223219,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#f8f8f8", "color2": "hsl(0, 0%, 96.3%)", "color3": "hsl(0, 0%, 94.1%)", @@ -194063,15 +223259,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -194157,10 +223353,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt1_ProgressIndicator" }, "light_alt2_ListItem": { @@ -194356,16 +223552,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -194396,15 +223592,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -194490,10 +223686,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_ListItem" }, "light_alt2_Card": { @@ -194689,16 +223885,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -194729,15 +223925,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -194823,10 +224019,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Card" }, "light_alt2_DrawerFrame": { @@ -195022,16 +224218,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -195062,15 +224258,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -195156,10 +224352,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_DrawerFrame" }, "light_alt2_Progress": { @@ -195355,16 +224551,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -195395,15 +224591,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -195489,10 +224685,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Progress" }, "light_alt2_TooltipArrow": { @@ -195688,16 +224884,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -195728,15 +224924,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -195822,10 +225018,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_TooltipArrow" }, "light_alt2_Button": { @@ -196021,16 +225217,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -196061,15 +225257,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -196155,10 +225351,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Button" }, "light_alt2_Checkbox": { @@ -196354,16 +225550,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -196394,15 +225590,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -196488,10 +225684,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Checkbox" }, "light_alt2_RadioGroupItem": { @@ -196687,16 +225883,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -196727,15 +225923,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -196821,10 +226017,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_RadioGroupItem" }, "light_alt2_Input": { @@ -197020,16 +226216,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -197060,15 +226256,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -197154,10 +226350,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Input" }, "light_alt2_TextArea": { @@ -197353,16 +226549,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -197393,15 +226589,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -197487,10 +226683,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_TextArea" }, "light_alt2_Switch": { @@ -197686,16 +226882,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -197726,15 +226922,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -197820,10 +227016,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Switch" }, "light_alt2_TooltipContent": { @@ -198019,16 +227215,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -198059,15 +227255,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -198153,10 +227349,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_TooltipContent" }, "light_alt2_SliderTrack": { @@ -198352,16 +227548,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -198392,15 +227588,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -198486,10 +227682,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_SliderTrack" }, "light_alt2_SwitchThumb": { @@ -198685,16 +227881,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -198725,15 +227921,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -198819,10 +228015,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_SwitchThumb" }, "light_alt2_SliderTrackActive": { @@ -199018,16 +228214,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -199058,15 +228254,15 @@ "placeholderColor": "hsl(0, 0%, 81.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -199152,10 +228348,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_SliderTrackActive" }, "light_alt2_SliderThumb": { @@ -199351,16 +228547,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -199391,15 +228587,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -199485,10 +228681,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_SliderThumb" }, "light_alt2_Tooltip": { @@ -199684,16 +228880,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -199724,15 +228920,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -199818,10 +229014,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_Tooltip" }, "light_alt2_ProgressIndicator": { @@ -200017,16 +229213,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 96.3%)", "color2": "hsl(0, 0%, 94.1%)", "color3": "hsl(0, 0%, 92.0%)", @@ -200057,15 +229253,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -200151,10 +229347,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_alt2_ProgressIndicator" }, "light_active_ListItem": { @@ -200350,16 +229546,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -200378,7 +229574,7 @@ "backgroundFocus": "hsl(0, 0%, 88.5%)", "backgroundStrong": "hsl(0, 0%, 96.3%)", "backgroundTransparent": "#f8f8f8", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -200390,15 +229586,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -200484,10 +229680,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_ListItem" }, "light_active_Card": { @@ -200683,16 +229879,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -200711,7 +229907,7 @@ "backgroundFocus": "hsl(0, 0%, 56.1%)", "backgroundStrong": "hsl(0, 0%, 92.0%)", "backgroundTransparent": "hsl(0, 0%, 94.1%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -200723,15 +229919,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -200817,10 +230013,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Card" }, "light_active_DrawerFrame": { @@ -201016,16 +230212,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -201044,7 +230240,7 @@ "backgroundFocus": "hsl(0, 0%, 56.1%)", "backgroundStrong": "hsl(0, 0%, 92.0%)", "backgroundTransparent": "hsl(0, 0%, 94.1%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -201056,15 +230252,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -201150,10 +230346,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_DrawerFrame" }, "light_active_Progress": { @@ -201349,16 +230545,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -201377,7 +230573,7 @@ "backgroundFocus": "hsl(0, 0%, 56.1%)", "backgroundStrong": "hsl(0, 0%, 92.0%)", "backgroundTransparent": "hsl(0, 0%, 94.1%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -201389,15 +230585,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -201483,10 +230679,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Progress" }, "light_active_TooltipArrow": { @@ -201682,16 +230878,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -201710,7 +230906,7 @@ "backgroundFocus": "hsl(0, 0%, 56.1%)", "backgroundStrong": "hsl(0, 0%, 92.0%)", "backgroundTransparent": "hsl(0, 0%, 94.1%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -201722,15 +230918,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -201816,10 +231012,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_TooltipArrow" }, "light_active_Button": { @@ -202015,16 +231211,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -202043,7 +231239,7 @@ "backgroundFocus": "hsl(0, 0%, 50.3%)", "backgroundStrong": "hsl(0, 0%, 90.0%)", "backgroundTransparent": "hsl(0, 0%, 92.0%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -202055,15 +231251,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -202149,10 +231345,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Button" }, "light_active_Checkbox": { @@ -202348,16 +231544,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -202376,7 +231572,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -202388,15 +231584,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -202482,10 +231678,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Checkbox" }, "light_active_RadioGroupItem": { @@ -202681,16 +231877,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -202709,7 +231905,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -202721,15 +231917,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -202815,10 +232011,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_RadioGroupItem" }, "light_active_Input": { @@ -203014,16 +232210,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -203042,7 +232238,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -203054,15 +232250,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -203148,10 +232344,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Input" }, "light_active_TextArea": { @@ -203347,16 +232543,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -203375,7 +232571,7 @@ "backgroundFocus": "hsl(0, 0%, 81.0%)", "backgroundStrong": "hsl(0, 0%, 94.1%)", "backgroundTransparent": "hsl(0, 0%, 96.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -203387,15 +232583,15 @@ "placeholderColor": "hsl(0, 0%, 90.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -203481,10 +232677,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_TextArea" }, "light_active_Switch": { @@ -203680,16 +232876,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -203708,7 +232904,7 @@ "backgroundFocus": "hsl(0, 0%, 50.3%)", "backgroundStrong": "hsl(0, 0%, 90.0%)", "backgroundTransparent": "hsl(0, 0%, 92.0%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -203720,15 +232916,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -203814,10 +233010,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Switch" }, "light_active_TooltipContent": { @@ -204013,16 +233209,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -204041,7 +233237,7 @@ "backgroundFocus": "hsl(0, 0%, 50.3%)", "backgroundStrong": "hsl(0, 0%, 90.0%)", "backgroundTransparent": "hsl(0, 0%, 92.0%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -204053,15 +233249,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -204147,10 +233343,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_TooltipContent" }, "light_active_SliderTrack": { @@ -204346,16 +233542,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -204374,7 +233570,7 @@ "backgroundFocus": "hsl(0, 0%, 50.3%)", "backgroundStrong": "hsl(0, 0%, 90.0%)", "backgroundTransparent": "hsl(0, 0%, 92.0%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 81.0%)", "colorPress": "hsl(0, 0%, 56.1%)", "colorFocus": "hsl(0, 0%, 81.0%)", @@ -204386,15 +233582,15 @@ "placeholderColor": "hsl(0, 0%, 94.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -204480,10 +233676,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_SliderTrack" }, "light_active_SwitchThumb": { @@ -204679,16 +233875,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -204707,7 +233903,7 @@ "backgroundFocus": "hsl(0, 0%, 88.5%)", "backgroundStrong": "hsl(0, 0%, 42.5%)", "backgroundTransparent": "hsl(0, 0%, 9.0%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 92.0%)", "colorPress": "hsl(0, 0%, 94.1%)", "colorFocus": "hsl(0, 0%, 92.0%)", @@ -204719,15 +233915,15 @@ "placeholderColor": "hsl(0, 0%, 92.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -204813,10 +234009,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_SwitchThumb" }, "light_active_SliderTrackActive": { @@ -205012,16 +234208,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -205040,7 +234236,7 @@ "backgroundFocus": "hsl(0, 0%, 96.3%)", "backgroundStrong": "hsl(0, 0%, 88.5%)", "backgroundTransparent": "hsl(0, 0%, 81.0%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 92.0%)", "colorPress": "hsl(0, 0%, 94.1%)", "colorFocus": "hsl(0, 0%, 92.0%)", @@ -205052,15 +234248,15 @@ "placeholderColor": "hsl(0, 0%, 56.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -205146,10 +234342,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_SliderTrackActive" }, "light_active_SliderThumb": { @@ -205345,16 +234541,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -205373,7 +234569,7 @@ "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "hsl(0, 0%, 56.1%)", "backgroundTransparent": "hsl(0, 0%, 50.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 92.0%)", "colorPress": "hsl(0, 0%, 94.1%)", "colorFocus": "hsl(0, 0%, 92.0%)", @@ -205385,15 +234581,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -205479,10 +234675,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_SliderThumb" }, "light_active_Tooltip": { @@ -205678,16 +234874,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -205706,7 +234902,7 @@ "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "hsl(0, 0%, 56.1%)", "backgroundTransparent": "hsl(0, 0%, 50.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 92.0%)", "colorPress": "hsl(0, 0%, 94.1%)", "colorFocus": "hsl(0, 0%, 92.0%)", @@ -205718,15 +234914,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -205812,10 +235008,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_Tooltip" }, "light_active_ProgressIndicator": { @@ -206011,16 +235207,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(0, 0%, 94.1%)", "color2": "hsl(0, 0%, 92.0%)", "color3": "hsl(0, 0%, 90.0%)", @@ -206039,7 +235235,7 @@ "backgroundFocus": "hsl(0, 0%, 92.0%)", "backgroundStrong": "hsl(0, 0%, 56.1%)", "backgroundTransparent": "hsl(0, 0%, 50.3%)", - "color": "#1F2937", + "color": "#0B132B", "colorHover": "hsl(0, 0%, 92.0%)", "colorPress": "hsl(0, 0%, 94.1%)", "colorFocus": "hsl(0, 0%, 92.0%)", @@ -206051,15 +235247,15 @@ "placeholderColor": "hsl(0, 0%, 88.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -206145,10 +235341,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_active_ProgressIndicator" }, "dark_alt1_ListItem": { @@ -206344,16 +235540,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -206384,15 +235580,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -206677,16 +235873,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -206717,15 +235913,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -207010,16 +236206,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -207050,15 +236246,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -207343,16 +236539,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -207383,15 +236579,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -207676,16 +236872,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -207716,15 +236912,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -208009,16 +237205,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -208049,15 +237245,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -208342,16 +237538,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -208382,15 +237578,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -208675,16 +237871,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -208715,15 +237911,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -209008,16 +238204,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -209048,15 +238244,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -209341,16 +238537,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -209381,15 +238577,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -209674,16 +238870,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -209714,15 +238910,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -210007,16 +239203,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -210047,15 +239243,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -210340,16 +239536,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -210380,15 +239576,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -210673,16 +239869,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -210713,15 +239909,15 @@ "placeholderColor": "#191919", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -211006,16 +240202,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -211046,15 +240242,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -211339,16 +240535,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -211379,15 +240575,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -211672,16 +240868,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -211712,15 +240908,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -212005,16 +241201,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#151515", "color2": "#191919", "color3": "#232323", @@ -212045,15 +241241,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -212338,16 +241534,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -212378,15 +241574,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -212671,16 +241867,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -212711,15 +241907,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -213004,16 +242200,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -213044,15 +242240,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -213337,16 +242533,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -213377,15 +242573,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -213670,16 +242866,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -213710,15 +242906,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -214003,16 +243199,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -214043,15 +243239,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -214336,16 +243532,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -214376,15 +243572,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -214669,16 +243865,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -214709,15 +243905,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -215002,16 +244198,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -215042,15 +244238,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -215335,16 +244531,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -215375,15 +244571,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -215668,16 +244864,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -215708,15 +244904,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -216001,16 +245197,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -216041,15 +245237,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -216334,16 +245530,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -216374,15 +245570,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -216667,16 +245863,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -216707,15 +245903,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -217000,16 +246196,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -217040,15 +246236,15 @@ "placeholderColor": "#494949", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -217333,16 +246529,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -217373,15 +246569,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -217666,16 +246862,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -217706,15 +246902,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -217999,16 +247195,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#191919", "color2": "#232323", "color3": "#282828", @@ -218039,15 +247235,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -218332,16 +247528,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -218360,7 +247556,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -218372,15 +247568,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -218665,16 +247861,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -218693,7 +247889,7 @@ "backgroundFocus": "#545454", "backgroundStrong": "#282828", "backgroundTransparent": "#232323", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -218705,15 +247901,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -218998,16 +248194,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -219026,7 +248222,7 @@ "backgroundFocus": "#545454", "backgroundStrong": "#282828", "backgroundTransparent": "#232323", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -219038,15 +248234,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -219331,16 +248527,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -219359,7 +248555,7 @@ "backgroundFocus": "#545454", "backgroundStrong": "#282828", "backgroundTransparent": "#232323", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -219371,15 +248567,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -219664,16 +248860,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -219692,7 +248888,7 @@ "backgroundFocus": "#545454", "backgroundStrong": "#282828", "backgroundTransparent": "#232323", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -219704,15 +248900,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -219997,16 +249193,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -220025,7 +249221,7 @@ "backgroundFocus": "#626262", "backgroundStrong": "#323232", "backgroundTransparent": "#282828", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -220037,15 +249233,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -220330,16 +249526,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -220358,7 +249554,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -220370,15 +249566,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -220663,16 +249859,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -220691,7 +249887,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -220703,15 +249899,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -220996,16 +250192,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -221024,7 +250220,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -221036,15 +250232,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -221329,16 +250525,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -221357,7 +250553,7 @@ "backgroundFocus": "#494949", "backgroundStrong": "#232323", "backgroundTransparent": "#191919", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -221369,15 +250565,15 @@ "placeholderColor": "#323232", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -221662,16 +250858,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -221690,7 +250886,7 @@ "backgroundFocus": "#626262", "backgroundStrong": "#323232", "backgroundTransparent": "#282828", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -221702,15 +250898,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -221995,16 +251191,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -222023,7 +251219,7 @@ "backgroundFocus": "#626262", "backgroundStrong": "#323232", "backgroundTransparent": "#282828", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -222035,15 +251231,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -222328,16 +251524,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -222356,7 +251552,7 @@ "backgroundFocus": "#626262", "backgroundStrong": "#323232", "backgroundTransparent": "#282828", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#494949", "colorPress": "#545454", "colorFocus": "#494949", @@ -222368,15 +251564,15 @@ "placeholderColor": "#232323", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -222661,16 +251857,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -222689,7 +251885,7 @@ "backgroundFocus": "#424242", "backgroundStrong": "#a5a5a5", "backgroundTransparent": "#fff", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#282828", "colorPress": "#232323", "colorFocus": "#282828", @@ -222701,15 +251897,15 @@ "placeholderColor": "#282828", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -222994,16 +252190,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -223022,7 +252218,7 @@ "backgroundFocus": "#191919", "backgroundStrong": "#424242", "backgroundTransparent": "#494949", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#282828", "colorPress": "#232323", "colorFocus": "#282828", @@ -223034,15 +252230,15 @@ "placeholderColor": "#545454", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -223327,16 +252523,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -223355,7 +252551,7 @@ "backgroundFocus": "#282828", "backgroundStrong": "#545454", "backgroundTransparent": "#626262", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#282828", "colorPress": "#232323", "colorFocus": "#282828", @@ -223367,15 +252563,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -223660,16 +252856,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -223688,7 +252884,7 @@ "backgroundFocus": "#282828", "backgroundStrong": "#545454", "backgroundTransparent": "#626262", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#282828", "colorPress": "#232323", "colorFocus": "#282828", @@ -223700,15 +252896,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -223993,16 +253189,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "#232323", "color2": "#282828", "color3": "#323232", @@ -224021,7 +253217,7 @@ "backgroundFocus": "#282828", "backgroundStrong": "#545454", "backgroundTransparent": "#626262", - "color": "#F8F6F2", + "color": "#F8FAFF", "colorHover": "#282828", "colorPress": "#232323", "colorFocus": "#282828", @@ -224033,15 +253229,15 @@ "placeholderColor": "#424242", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -224326,16 +253522,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -224366,15 +253562,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -224460,10 +253656,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_ListItem" }, "light_orange_alt1_Card": { @@ -224659,16 +253855,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -224699,15 +253895,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -224793,10 +253989,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Card" }, "light_orange_alt1_DrawerFrame": { @@ -224992,16 +254188,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -225032,15 +254228,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -225126,10 +254322,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_DrawerFrame" }, "light_orange_alt1_Progress": { @@ -225325,16 +254521,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -225365,15 +254561,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -225459,10 +254655,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Progress" }, "light_orange_alt1_TooltipArrow": { @@ -225658,16 +254854,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -225698,15 +254894,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -225792,10 +254988,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_TooltipArrow" }, "light_orange_alt1_Button": { @@ -225991,16 +255187,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -226031,15 +255227,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -226125,10 +255321,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Button" }, "light_orange_alt1_Checkbox": { @@ -226324,16 +255520,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -226364,15 +255560,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -226458,10 +255654,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Checkbox" }, "light_orange_alt1_RadioGroupItem": { @@ -226657,16 +255853,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -226697,15 +255893,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -226791,10 +255987,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_RadioGroupItem" }, "light_orange_alt1_Input": { @@ -226990,16 +256186,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -227030,15 +256226,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -227124,10 +256320,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Input" }, "light_orange_alt1_TextArea": { @@ -227323,16 +256519,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -227363,15 +256559,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -227457,10 +256653,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_TextArea" }, "light_orange_alt1_Switch": { @@ -227656,16 +256852,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -227696,15 +256892,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -227790,10 +256986,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Switch" }, "light_orange_alt1_TooltipContent": { @@ -227989,16 +257185,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -228029,15 +257225,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -228123,10 +257319,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_TooltipContent" }, "light_orange_alt1_SliderTrack": { @@ -228322,16 +257518,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -228362,15 +257558,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -228456,10 +257652,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_SliderTrack" }, "light_orange_alt1_SwitchThumb": { @@ -228655,16 +257851,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -228695,15 +257891,15 @@ "placeholderColor": "hsl(24, 100%, 95.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -228789,10 +257985,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_SwitchThumb" }, "light_orange_alt1_SliderTrackActive": { @@ -228988,16 +258184,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -229028,15 +258224,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -229122,10 +258318,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_SliderTrackActive" }, "light_orange_alt1_SliderThumb": { @@ -229321,16 +258517,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -229361,15 +258557,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -229455,10 +258651,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_SliderThumb" }, "light_orange_alt1_Tooltip": { @@ -229654,16 +258850,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -229694,15 +258890,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -229788,10 +258984,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_Tooltip" }, "light_orange_alt1_ProgressIndicator": { @@ -229987,16 +259183,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 83.3%, 97.6%)", "color2": "hsl(24, 100%, 95.3%)", "color3": "hsl(25, 100%, 92.2%)", @@ -230027,15 +259223,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -230121,10 +259317,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt1_ProgressIndicator" }, "light_orange_alt2_ListItem": { @@ -230320,16 +259516,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -230360,15 +259556,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -230454,10 +259650,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_ListItem" }, "light_orange_alt2_Card": { @@ -230653,16 +259849,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -230693,15 +259889,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -230787,10 +259983,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Card" }, "light_orange_alt2_DrawerFrame": { @@ -230986,16 +260182,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -231026,15 +260222,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -231120,10 +260316,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_DrawerFrame" }, "light_orange_alt2_Progress": { @@ -231319,16 +260515,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -231359,15 +260555,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -231453,10 +260649,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Progress" }, "light_orange_alt2_TooltipArrow": { @@ -231652,16 +260848,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -231692,15 +260888,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -231786,10 +260982,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_TooltipArrow" }, "light_orange_alt2_Button": { @@ -231985,16 +261181,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -232025,15 +261221,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -232119,10 +261315,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Button" }, "light_orange_alt2_Checkbox": { @@ -232318,16 +261514,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -232358,15 +261554,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -232452,10 +261648,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Checkbox" }, "light_orange_alt2_RadioGroupItem": { @@ -232651,16 +261847,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -232691,15 +261887,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -232785,10 +261981,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_RadioGroupItem" }, "light_orange_alt2_Input": { @@ -232984,16 +262180,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -233024,15 +262220,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -233118,10 +262314,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Input" }, "light_orange_alt2_TextArea": { @@ -233317,16 +262513,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -233357,15 +262553,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -233451,10 +262647,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_TextArea" }, "light_orange_alt2_Switch": { @@ -233650,16 +262846,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -233690,15 +262886,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -233784,10 +262980,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Switch" }, "light_orange_alt2_TooltipContent": { @@ -233983,16 +263179,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -234023,15 +263219,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -234117,10 +263313,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_TooltipContent" }, "light_orange_alt2_SliderTrack": { @@ -234316,16 +263512,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -234356,15 +263552,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -234450,10 +263646,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_SliderTrack" }, "light_orange_alt2_SwitchThumb": { @@ -234649,16 +263845,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -234689,15 +263885,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -234783,10 +263979,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_SwitchThumb" }, "light_orange_alt2_SliderTrackActive": { @@ -234982,16 +264178,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -235022,15 +264218,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -235116,10 +264312,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_SliderTrackActive" }, "light_orange_alt2_SliderThumb": { @@ -235315,16 +264511,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -235355,15 +264551,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -235449,10 +264645,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_SliderThumb" }, "light_orange_alt2_Tooltip": { @@ -235648,16 +264844,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -235688,15 +264884,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -235782,10 +264978,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_Tooltip" }, "light_orange_alt2_ProgressIndicator": { @@ -235981,16 +265177,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(24, 100%, 95.3%)", "color2": "hsl(25, 100%, 92.2%)", "color3": "hsl(25, 100%, 88.2%)", @@ -236021,15 +265217,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -236115,10 +265311,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_alt2_ProgressIndicator" }, "light_orange_active_ListItem": { @@ -236314,16 +265510,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -236354,15 +265550,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -236448,10 +265644,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_ListItem" }, "light_orange_active_Card": { @@ -236647,16 +265843,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -236687,15 +265883,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -236781,10 +265977,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Card" }, "light_orange_active_DrawerFrame": { @@ -236980,16 +266176,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -237020,15 +266216,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -237114,10 +266310,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_DrawerFrame" }, "light_orange_active_Progress": { @@ -237313,16 +266509,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -237353,15 +266549,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -237447,10 +266643,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Progress" }, "light_orange_active_TooltipArrow": { @@ -237646,16 +266842,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -237686,15 +266882,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -237780,10 +266976,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_TooltipArrow" }, "light_orange_active_Button": { @@ -237979,16 +267175,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -238019,15 +267215,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -238113,10 +267309,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Button" }, "light_orange_active_Checkbox": { @@ -238312,16 +267508,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -238352,15 +267548,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -238446,10 +267642,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Checkbox" }, "light_orange_active_RadioGroupItem": { @@ -238645,16 +267841,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -238685,15 +267881,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -238779,10 +267975,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_RadioGroupItem" }, "light_orange_active_Input": { @@ -238978,16 +268174,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -239018,15 +268214,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -239112,10 +268308,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Input" }, "light_orange_active_TextArea": { @@ -239311,16 +268507,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -239351,15 +268547,15 @@ "placeholderColor": "hsl(25, 100%, 82.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -239445,10 +268641,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_TextArea" }, "light_orange_active_Switch": { @@ -239644,16 +268840,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -239684,15 +268880,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -239778,10 +268974,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Switch" }, "light_orange_active_TooltipContent": { @@ -239977,16 +269173,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -240017,15 +269213,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -240111,10 +269307,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_TooltipContent" }, "light_orange_active_SliderTrack": { @@ -240310,16 +269506,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -240350,15 +269546,15 @@ "placeholderColor": "hsl(25, 100%, 92.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -240444,10 +269640,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_SliderTrack" }, "light_orange_active_SwitchThumb": { @@ -240643,16 +269839,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -240683,15 +269879,15 @@ "placeholderColor": "hsl(25, 100%, 88.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -240777,10 +269973,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_SwitchThumb" }, "light_orange_active_SliderTrackActive": { @@ -240976,16 +270172,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -241016,15 +270212,15 @@ "placeholderColor": "hsl(24, 100%, 46.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -241110,10 +270306,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_SliderTrackActive" }, "light_orange_active_SliderThumb": { @@ -241309,16 +270505,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -241349,15 +270545,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -241443,10 +270639,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_SliderThumb" }, "light_orange_active_Tooltip": { @@ -241642,16 +270838,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -241682,15 +270878,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -241776,10 +270972,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_Tooltip" }, "light_orange_active_ProgressIndicator": { @@ -241975,16 +271171,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 100%, 92.2%)", "color2": "hsl(25, 100%, 88.2%)", "color3": "hsl(25, 100%, 82.8%)", @@ -242015,15 +271211,15 @@ "placeholderColor": "hsl(24, 94.5%, 64.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -242109,10 +271305,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_orange_active_ProgressIndicator" }, "light_yellow_alt1_ListItem": { @@ -242308,16 +271504,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -242348,15 +271544,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -242442,10 +271638,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_ListItem" }, "light_yellow_alt1_Card": { @@ -242641,16 +271837,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -242681,15 +271877,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -242775,10 +271971,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Card" }, "light_yellow_alt1_DrawerFrame": { @@ -242974,16 +272170,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -243014,15 +272210,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -243108,10 +272304,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_DrawerFrame" }, "light_yellow_alt1_Progress": { @@ -243307,16 +272503,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -243347,15 +272543,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -243441,10 +272637,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Progress" }, "light_yellow_alt1_TooltipArrow": { @@ -243640,16 +272836,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -243680,15 +272876,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -243774,10 +272970,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_TooltipArrow" }, "light_yellow_alt1_Button": { @@ -243973,16 +273169,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -244013,15 +273209,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -244107,10 +273303,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Button" }, "light_yellow_alt1_Checkbox": { @@ -244306,16 +273502,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -244346,15 +273542,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -244440,10 +273636,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Checkbox" }, "light_yellow_alt1_RadioGroupItem": { @@ -244639,16 +273835,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -244679,15 +273875,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -244773,10 +273969,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_RadioGroupItem" }, "light_yellow_alt1_Input": { @@ -244972,16 +274168,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -245012,15 +274208,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -245106,10 +274302,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Input" }, "light_yellow_alt1_TextArea": { @@ -245305,16 +274501,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -245345,15 +274541,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -245439,10 +274635,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_TextArea" }, "light_yellow_alt1_Switch": { @@ -245638,16 +274834,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -245678,15 +274874,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -245772,10 +274968,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Switch" }, "light_yellow_alt1_TooltipContent": { @@ -245971,16 +275167,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -246011,15 +275207,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -246105,10 +275301,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_TooltipContent" }, "light_yellow_alt1_SliderTrack": { @@ -246304,16 +275500,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -246344,15 +275540,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -246438,10 +275634,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_SliderTrack" }, "light_yellow_alt1_SwitchThumb": { @@ -246637,16 +275833,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -246677,15 +275873,15 @@ "placeholderColor": "hsl(55, 100%, 90.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -246771,10 +275967,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_SwitchThumb" }, "light_yellow_alt1_SliderTrackActive": { @@ -246970,16 +276166,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -247010,15 +276206,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -247104,10 +276300,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_SliderTrackActive" }, "light_yellow_alt1_SliderThumb": { @@ -247303,16 +276499,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -247343,15 +276539,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -247437,10 +276633,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_SliderThumb" }, "light_yellow_alt1_Tooltip": { @@ -247636,16 +276832,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -247676,15 +276872,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -247770,10 +276966,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_Tooltip" }, "light_yellow_alt1_ProgressIndicator": { @@ -247969,16 +277165,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(52, 100%, 95.5%)", "color2": "hsl(55, 100%, 90.9%)", "color3": "hsl(54, 100%, 86.6%)", @@ -248009,15 +277205,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -248103,10 +277299,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt1_ProgressIndicator" }, "light_yellow_alt2_ListItem": { @@ -248302,16 +277498,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -248342,15 +277538,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -248436,10 +277632,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_ListItem" }, "light_yellow_alt2_Card": { @@ -248635,16 +277831,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -248675,15 +277871,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -248769,10 +277965,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Card" }, "light_yellow_alt2_DrawerFrame": { @@ -248968,16 +278164,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -249008,15 +278204,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -249102,10 +278298,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_DrawerFrame" }, "light_yellow_alt2_Progress": { @@ -249301,16 +278497,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -249341,15 +278537,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -249435,10 +278631,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Progress" }, "light_yellow_alt2_TooltipArrow": { @@ -249634,16 +278830,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -249674,15 +278870,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -249768,10 +278964,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_TooltipArrow" }, "light_yellow_alt2_Button": { @@ -249967,16 +279163,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -250007,15 +279203,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -250101,10 +279297,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Button" }, "light_yellow_alt2_Checkbox": { @@ -250300,16 +279496,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -250340,15 +279536,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -250434,10 +279630,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Checkbox" }, "light_yellow_alt2_RadioGroupItem": { @@ -250633,16 +279829,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -250673,15 +279869,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -250767,10 +279963,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_RadioGroupItem" }, "light_yellow_alt2_Input": { @@ -250966,16 +280162,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -251006,15 +280202,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -251100,10 +280296,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Input" }, "light_yellow_alt2_TextArea": { @@ -251299,16 +280495,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -251339,15 +280535,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -251433,10 +280629,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_TextArea" }, "light_yellow_alt2_Switch": { @@ -251632,16 +280828,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -251672,15 +280868,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -251766,10 +280962,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Switch" }, "light_yellow_alt2_TooltipContent": { @@ -251965,16 +281161,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -252005,15 +281201,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -252099,10 +281295,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_TooltipContent" }, "light_yellow_alt2_SliderTrack": { @@ -252298,16 +281494,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -252338,15 +281534,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -252432,10 +281628,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_SliderTrack" }, "light_yellow_alt2_SwitchThumb": { @@ -252631,16 +281827,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -252671,15 +281867,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -252765,10 +281961,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_SwitchThumb" }, "light_yellow_alt2_SliderTrackActive": { @@ -252964,16 +282160,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -253004,15 +282200,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -253098,10 +282294,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_SliderTrackActive" }, "light_yellow_alt2_SliderThumb": { @@ -253297,16 +282493,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -253337,15 +282533,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -253431,10 +282627,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_SliderThumb" }, "light_yellow_alt2_Tooltip": { @@ -253630,16 +282826,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -253670,15 +282866,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -253764,10 +282960,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_Tooltip" }, "light_yellow_alt2_ProgressIndicator": { @@ -253963,16 +283159,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(55, 100%, 90.9%)", "color2": "hsl(54, 100%, 86.6%)", "color3": "hsl(52, 97.9%, 82.0%)", @@ -254003,15 +283199,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -254097,10 +283293,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_alt2_ProgressIndicator" }, "light_yellow_active_ListItem": { @@ -254296,16 +283492,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -254336,15 +283532,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -254430,10 +283626,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_ListItem" }, "light_yellow_active_Card": { @@ -254629,16 +283825,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -254669,15 +283865,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -254763,10 +283959,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Card" }, "light_yellow_active_DrawerFrame": { @@ -254962,16 +284158,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -255002,15 +284198,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -255096,10 +284292,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_DrawerFrame" }, "light_yellow_active_Progress": { @@ -255295,16 +284491,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -255335,15 +284531,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -255429,10 +284625,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Progress" }, "light_yellow_active_TooltipArrow": { @@ -255628,16 +284824,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -255668,15 +284864,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -255762,10 +284958,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_TooltipArrow" }, "light_yellow_active_Button": { @@ -255961,16 +285157,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -256001,15 +285197,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -256095,10 +285291,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Button" }, "light_yellow_active_Checkbox": { @@ -256294,16 +285490,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -256334,15 +285530,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -256428,10 +285624,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Checkbox" }, "light_yellow_active_RadioGroupItem": { @@ -256627,16 +285823,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -256667,15 +285863,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -256761,10 +285957,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_RadioGroupItem" }, "light_yellow_active_Input": { @@ -256960,16 +286156,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -257000,15 +286196,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -257094,10 +286290,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Input" }, "light_yellow_active_TextArea": { @@ -257293,16 +286489,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -257333,15 +286529,15 @@ "placeholderColor": "hsl(50, 89.4%, 76.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -257427,10 +286623,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_TextArea" }, "light_yellow_active_Switch": { @@ -257626,16 +286822,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -257666,15 +286862,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -257760,10 +286956,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Switch" }, "light_yellow_active_TooltipContent": { @@ -257959,16 +287155,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -257999,15 +287195,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -258093,10 +287289,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_TooltipContent" }, "light_yellow_active_SliderTrack": { @@ -258292,16 +287488,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -258332,15 +287528,15 @@ "placeholderColor": "hsl(54, 100%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -258426,10 +287622,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_SliderTrack" }, "light_yellow_active_SwitchThumb": { @@ -258625,16 +287821,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -258665,15 +287861,15 @@ "placeholderColor": "hsl(52, 97.9%, 82.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -258759,10 +287955,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_SwitchThumb" }, "light_yellow_active_SliderTrackActive": { @@ -258958,16 +288154,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -258998,15 +288194,15 @@ "placeholderColor": "hsl(50, 100%, 48.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -259092,10 +288288,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_SliderTrackActive" }, "light_yellow_active_SliderThumb": { @@ -259291,16 +288487,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -259331,15 +288527,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -259425,10 +288621,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_SliderThumb" }, "light_yellow_active_Tooltip": { @@ -259624,16 +288820,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -259664,15 +288860,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -259758,10 +288954,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_Tooltip" }, "light_yellow_active_ProgressIndicator": { @@ -259957,16 +289153,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(54, 100%, 86.6%)", "color2": "hsl(52, 97.9%, 82.0%)", "color3": "hsl(50, 89.4%, 76.1%)", @@ -259997,15 +289193,15 @@ "placeholderColor": "hsl(48, 100%, 46.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -260091,10 +289287,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_yellow_active_ProgressIndicator" }, "light_green_alt1_ListItem": { @@ -260290,16 +289486,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -260330,15 +289526,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -260424,10 +289620,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_ListItem" }, "light_green_alt1_Card": { @@ -260623,16 +289819,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -260663,15 +289859,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -260757,10 +289953,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Card" }, "light_green_alt1_DrawerFrame": { @@ -260956,16 +290152,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -260996,15 +290192,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -261090,10 +290286,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_DrawerFrame" }, "light_green_alt1_Progress": { @@ -261289,16 +290485,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -261329,15 +290525,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -261423,10 +290619,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Progress" }, "light_green_alt1_TooltipArrow": { @@ -261622,16 +290818,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -261662,15 +290858,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -261756,10 +290952,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_TooltipArrow" }, "light_green_alt1_Button": { @@ -261955,16 +291151,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -261995,15 +291191,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -262089,10 +291285,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Button" }, "light_green_alt1_Checkbox": { @@ -262288,16 +291484,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -262328,15 +291524,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -262422,10 +291618,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Checkbox" }, "light_green_alt1_RadioGroupItem": { @@ -262621,16 +291817,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -262661,15 +291857,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -262755,10 +291951,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_RadioGroupItem" }, "light_green_alt1_Input": { @@ -262954,16 +292150,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -262994,15 +292190,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -263088,10 +292284,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Input" }, "light_green_alt1_TextArea": { @@ -263287,16 +292483,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -263327,15 +292523,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -263421,10 +292617,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_TextArea" }, "light_green_alt1_Switch": { @@ -263620,16 +292816,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -263660,15 +292856,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -263754,10 +292950,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Switch" }, "light_green_alt1_TooltipContent": { @@ -263953,16 +293149,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -263993,15 +293189,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -264087,10 +293283,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_TooltipContent" }, "light_green_alt1_SliderTrack": { @@ -264286,16 +293482,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -264326,15 +293522,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -264420,10 +293616,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_SliderTrack" }, "light_green_alt1_SwitchThumb": { @@ -264619,16 +293815,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -264659,15 +293855,15 @@ "placeholderColor": "hsl(139, 55.2%, 94.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -264753,10 +293949,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_SwitchThumb" }, "light_green_alt1_SliderTrackActive": { @@ -264952,16 +294148,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -264992,15 +294188,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -265086,10 +294282,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_SliderTrackActive" }, "light_green_alt1_SliderThumb": { @@ -265285,16 +294481,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -265325,15 +294521,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -265419,10 +294615,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_SliderThumb" }, "light_green_alt1_Tooltip": { @@ -265618,16 +294814,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -265658,15 +294854,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -265752,10 +294948,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_Tooltip" }, "light_green_alt1_ProgressIndicator": { @@ -265951,16 +295147,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(138, 62.5%, 96.9%)", "color2": "hsl(139, 55.2%, 94.5%)", "color3": "hsl(140, 48.7%, 91.0%)", @@ -265991,15 +295187,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -266085,10 +295281,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt1_ProgressIndicator" }, "light_green_alt2_ListItem": { @@ -266284,16 +295480,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -266324,15 +295520,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -266418,10 +295614,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_ListItem" }, "light_green_alt2_Card": { @@ -266617,16 +295813,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -266657,15 +295853,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -266751,10 +295947,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Card" }, "light_green_alt2_DrawerFrame": { @@ -266950,16 +296146,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -266990,15 +296186,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -267084,10 +296280,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_DrawerFrame" }, "light_green_alt2_Progress": { @@ -267283,16 +296479,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -267323,15 +296519,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -267417,10 +296613,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Progress" }, "light_green_alt2_TooltipArrow": { @@ -267616,16 +296812,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -267656,15 +296852,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -267750,10 +296946,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_TooltipArrow" }, "light_green_alt2_Button": { @@ -267949,16 +297145,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -267989,15 +297185,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -268083,10 +297279,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Button" }, "light_green_alt2_Checkbox": { @@ -268282,16 +297478,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -268322,15 +297518,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -268416,10 +297612,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Checkbox" }, "light_green_alt2_RadioGroupItem": { @@ -268615,16 +297811,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -268655,15 +297851,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -268749,10 +297945,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_RadioGroupItem" }, "light_green_alt2_Input": { @@ -268948,16 +298144,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -268988,15 +298184,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -269082,10 +298278,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Input" }, "light_green_alt2_TextArea": { @@ -269281,16 +298477,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -269321,15 +298517,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -269415,10 +298611,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_TextArea" }, "light_green_alt2_Switch": { @@ -269614,16 +298810,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -269654,15 +298850,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -269748,10 +298944,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Switch" }, "light_green_alt2_TooltipContent": { @@ -269947,16 +299143,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -269987,15 +299183,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -270081,10 +299277,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_TooltipContent" }, "light_green_alt2_SliderTrack": { @@ -270280,16 +299476,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -270320,15 +299516,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -270414,10 +299610,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_SliderTrack" }, "light_green_alt2_SwitchThumb": { @@ -270613,16 +299809,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -270653,15 +299849,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -270747,10 +299943,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_SwitchThumb" }, "light_green_alt2_SliderTrackActive": { @@ -270946,16 +300142,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -270986,15 +300182,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -271080,10 +300276,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_SliderTrackActive" }, "light_green_alt2_SliderThumb": { @@ -271279,16 +300475,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -271319,15 +300515,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -271413,10 +300609,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_SliderThumb" }, "light_green_alt2_Tooltip": { @@ -271612,16 +300808,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -271652,15 +300848,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -271746,10 +300942,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_Tooltip" }, "light_green_alt2_ProgressIndicator": { @@ -271945,16 +301141,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(139, 55.2%, 94.5%)", "color2": "hsl(140, 48.7%, 91.0%)", "color3": "hsl(141, 43.7%, 86.0%)", @@ -271985,15 +301181,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -272079,10 +301275,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_alt2_ProgressIndicator" }, "light_green_active_ListItem": { @@ -272278,16 +301474,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -272318,15 +301514,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -272412,10 +301608,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_ListItem" }, "light_green_active_Card": { @@ -272611,16 +301807,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -272651,15 +301847,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -272745,10 +301941,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Card" }, "light_green_active_DrawerFrame": { @@ -272944,16 +302140,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -272984,15 +302180,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -273078,10 +302274,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_DrawerFrame" }, "light_green_active_Progress": { @@ -273277,16 +302473,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -273317,15 +302513,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -273411,10 +302607,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Progress" }, "light_green_active_TooltipArrow": { @@ -273610,16 +302806,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -273650,15 +302846,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -273744,10 +302940,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_TooltipArrow" }, "light_green_active_Button": { @@ -273943,16 +303139,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -273983,15 +303179,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -274077,10 +303273,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Button" }, "light_green_active_Checkbox": { @@ -274276,16 +303472,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -274316,15 +303512,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -274410,10 +303606,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Checkbox" }, "light_green_active_RadioGroupItem": { @@ -274609,16 +303805,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -274649,15 +303845,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -274743,10 +303939,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_RadioGroupItem" }, "light_green_active_Input": { @@ -274942,16 +304138,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -274982,15 +304178,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -275076,10 +304272,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Input" }, "light_green_active_TextArea": { @@ -275275,16 +304471,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -275315,15 +304511,15 @@ "placeholderColor": "hsl(143, 40.3%, 79.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -275409,10 +304605,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_TextArea" }, "light_green_active_Switch": { @@ -275608,16 +304804,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -275648,15 +304844,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -275742,10 +304938,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Switch" }, "light_green_active_TooltipContent": { @@ -275941,16 +305137,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -275981,15 +305177,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -276075,10 +305271,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_TooltipContent" }, "light_green_active_SliderTrack": { @@ -276274,16 +305470,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -276314,15 +305510,15 @@ "placeholderColor": "hsl(140, 48.7%, 91.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -276408,10 +305604,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_SliderTrack" }, "light_green_active_SwitchThumb": { @@ -276607,16 +305803,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -276647,15 +305843,15 @@ "placeholderColor": "hsl(141, 43.7%, 86.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -276741,10 +305937,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_SwitchThumb" }, "light_green_active_SliderTrackActive": { @@ -276940,16 +306136,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -276980,15 +306176,15 @@ "placeholderColor": "hsl(152, 57.5%, 37.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -277074,10 +306270,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_SliderTrackActive" }, "light_green_active_SliderThumb": { @@ -277273,16 +306469,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -277313,15 +306509,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -277407,10 +306603,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_SliderThumb" }, "light_green_active_Tooltip": { @@ -277606,16 +306802,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -277646,15 +306842,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -277740,10 +306936,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_Tooltip" }, "light_green_active_ProgressIndicator": { @@ -277939,16 +307135,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(140, 48.7%, 91.0%)", "color2": "hsl(141, 43.7%, 86.0%)", "color3": "hsl(143, 40.3%, 79.0%)", @@ -277979,15 +307175,15 @@ "placeholderColor": "hsl(151, 40.2%, 54.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -278073,10 +307269,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_green_active_ProgressIndicator" }, "light_blue_alt1_ListItem": { @@ -278272,16 +307468,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -278312,15 +307508,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -278406,10 +307602,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_ListItem" }, "light_blue_alt1_Card": { @@ -278605,16 +307801,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -278645,15 +307841,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -278739,10 +307935,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Card" }, "light_blue_alt1_DrawerFrame": { @@ -278938,16 +308134,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -278978,15 +308174,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -279072,10 +308268,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_DrawerFrame" }, "light_blue_alt1_Progress": { @@ -279271,16 +308467,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -279311,15 +308507,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -279405,10 +308601,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Progress" }, "light_blue_alt1_TooltipArrow": { @@ -279604,16 +308800,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -279644,15 +308840,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -279738,10 +308934,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_TooltipArrow" }, "light_blue_alt1_Button": { @@ -279937,16 +309133,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -279977,15 +309173,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -280071,10 +309267,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Button" }, "light_blue_alt1_Checkbox": { @@ -280270,16 +309466,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -280310,15 +309506,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -280404,10 +309600,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Checkbox" }, "light_blue_alt1_RadioGroupItem": { @@ -280603,16 +309799,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -280643,15 +309839,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -280737,10 +309933,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_RadioGroupItem" }, "light_blue_alt1_Input": { @@ -280936,16 +310132,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -280976,15 +310172,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -281070,10 +310266,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Input" }, "light_blue_alt1_TextArea": { @@ -281269,16 +310465,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -281309,15 +310505,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -281403,10 +310599,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_TextArea" }, "light_blue_alt1_Switch": { @@ -281602,16 +310798,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -281642,15 +310838,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -281736,10 +310932,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Switch" }, "light_blue_alt1_TooltipContent": { @@ -281935,16 +311131,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -281975,15 +311171,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -282069,10 +311265,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_TooltipContent" }, "light_blue_alt1_SliderTrack": { @@ -282268,16 +311464,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -282308,15 +311504,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -282402,10 +311598,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_SliderTrack" }, "light_blue_alt1_SwitchThumb": { @@ -282601,16 +311797,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -282641,15 +311837,15 @@ "placeholderColor": "hsl(209, 100%, 96.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -282735,10 +311931,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_SwitchThumb" }, "light_blue_alt1_SliderTrackActive": { @@ -282934,16 +312130,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -282974,15 +312170,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -283068,10 +312264,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_SliderTrackActive" }, "light_blue_alt1_SliderThumb": { @@ -283267,16 +312463,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -283307,15 +312503,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -283401,10 +312597,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_SliderThumb" }, "light_blue_alt1_Tooltip": { @@ -283600,16 +312796,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -283640,15 +312836,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -283734,10 +312930,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_Tooltip" }, "light_blue_alt1_ProgressIndicator": { @@ -283933,16 +313129,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 100%, 98.0%)", "color2": "hsl(209, 100%, 96.5%)", "color3": "hsl(210, 98.8%, 94.0%)", @@ -283973,15 +313169,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -284067,10 +313263,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt1_ProgressIndicator" }, "light_blue_alt2_ListItem": { @@ -284266,16 +313462,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -284306,15 +313502,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -284400,10 +313596,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_ListItem" }, "light_blue_alt2_Card": { @@ -284599,16 +313795,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -284639,15 +313835,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -284733,10 +313929,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Card" }, "light_blue_alt2_DrawerFrame": { @@ -284932,16 +314128,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -284972,15 +314168,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -285066,10 +314262,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_DrawerFrame" }, "light_blue_alt2_Progress": { @@ -285265,16 +314461,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -285305,15 +314501,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -285399,10 +314595,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Progress" }, "light_blue_alt2_TooltipArrow": { @@ -285598,16 +314794,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -285638,15 +314834,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -285732,10 +314928,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_TooltipArrow" }, "light_blue_alt2_Button": { @@ -285931,16 +315127,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -285971,15 +315167,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -286065,10 +315261,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Button" }, "light_blue_alt2_Checkbox": { @@ -286264,16 +315460,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -286304,15 +315500,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -286398,10 +315594,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Checkbox" }, "light_blue_alt2_RadioGroupItem": { @@ -286597,16 +315793,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -286637,15 +315833,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -286731,10 +315927,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_RadioGroupItem" }, "light_blue_alt2_Input": { @@ -286930,16 +316126,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -286970,15 +316166,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -287064,10 +316260,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Input" }, "light_blue_alt2_TextArea": { @@ -287263,16 +316459,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -287303,15 +316499,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -287397,10 +316593,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_TextArea" }, "light_blue_alt2_Switch": { @@ -287596,16 +316792,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -287636,15 +316832,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -287730,10 +316926,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Switch" }, "light_blue_alt2_TooltipContent": { @@ -287929,16 +317125,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -287969,15 +317165,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -288063,10 +317259,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_TooltipContent" }, "light_blue_alt2_SliderTrack": { @@ -288262,16 +317458,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -288302,15 +317498,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -288396,10 +317592,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_SliderTrack" }, "light_blue_alt2_SwitchThumb": { @@ -288595,16 +317791,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -288635,15 +317831,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -288729,10 +317925,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_SwitchThumb" }, "light_blue_alt2_SliderTrackActive": { @@ -288928,16 +318124,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -288968,15 +318164,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -289062,10 +318258,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_SliderTrackActive" }, "light_blue_alt2_SliderThumb": { @@ -289261,16 +318457,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -289301,15 +318497,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -289395,10 +318591,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_SliderThumb" }, "light_blue_alt2_Tooltip": { @@ -289594,16 +318790,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -289634,15 +318830,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -289728,10 +318924,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_Tooltip" }, "light_blue_alt2_ProgressIndicator": { @@ -289927,16 +319123,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(209, 100%, 96.5%)", "color2": "hsl(210, 98.8%, 94.0%)", "color3": "hsl(209, 95.0%, 90.1%)", @@ -289967,15 +319163,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -290061,10 +319257,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_alt2_ProgressIndicator" }, "light_blue_active_ListItem": { @@ -290260,16 +319456,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -290300,15 +319496,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -290394,10 +319590,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_ListItem" }, "light_blue_active_Card": { @@ -290593,16 +319789,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -290633,15 +319829,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -290727,10 +319923,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Card" }, "light_blue_active_DrawerFrame": { @@ -290926,16 +320122,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -290966,15 +320162,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -291060,10 +320256,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_DrawerFrame" }, "light_blue_active_Progress": { @@ -291259,16 +320455,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -291299,15 +320495,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -291393,10 +320589,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Progress" }, "light_blue_active_TooltipArrow": { @@ -291592,16 +320788,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -291632,15 +320828,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -291726,10 +320922,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_TooltipArrow" }, "light_blue_active_Button": { @@ -291925,16 +321121,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -291965,15 +321161,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -292059,10 +321255,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Button" }, "light_blue_active_Checkbox": { @@ -292258,16 +321454,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -292298,15 +321494,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -292392,10 +321588,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Checkbox" }, "light_blue_active_RadioGroupItem": { @@ -292591,16 +321787,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -292631,15 +321827,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -292725,10 +321921,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_RadioGroupItem" }, "light_blue_active_Input": { @@ -292924,16 +322120,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -292964,15 +322160,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -293058,10 +322254,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Input" }, "light_blue_active_TextArea": { @@ -293257,16 +322453,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -293297,15 +322493,15 @@ "placeholderColor": "hsl(209, 81.2%, 84.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -293391,10 +322587,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_TextArea" }, "light_blue_active_Switch": { @@ -293590,16 +322786,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -293630,15 +322826,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -293724,10 +322920,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Switch" }, "light_blue_active_TooltipContent": { @@ -293923,16 +323119,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -293963,15 +323159,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -294057,10 +323253,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_TooltipContent" }, "light_blue_active_SliderTrack": { @@ -294256,16 +323452,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -294296,15 +323492,15 @@ "placeholderColor": "hsl(210, 98.8%, 94.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -294390,10 +323586,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_SliderTrack" }, "light_blue_active_SwitchThumb": { @@ -294589,16 +323785,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -294629,15 +323825,15 @@ "placeholderColor": "hsl(209, 95.0%, 90.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -294723,10 +323919,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_SwitchThumb" }, "light_blue_active_SliderTrackActive": { @@ -294922,16 +324118,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -294962,15 +324158,15 @@ "placeholderColor": "hsl(208, 100%, 47.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -295056,10 +324252,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_SliderTrackActive" }, "light_blue_active_SliderThumb": { @@ -295255,16 +324451,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -295295,15 +324491,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -295389,10 +324585,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_SliderThumb" }, "light_blue_active_Tooltip": { @@ -295588,16 +324784,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -295628,15 +324824,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -295722,10 +324918,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_Tooltip" }, "light_blue_active_ProgressIndicator": { @@ -295921,16 +325117,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(210, 98.8%, 94.0%)", "color2": "hsl(209, 95.0%, 90.1%)", "color3": "hsl(209, 81.2%, 84.5%)", @@ -295961,15 +325157,15 @@ "placeholderColor": "hsl(206, 81.9%, 65.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -296055,10 +325251,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_blue_active_ProgressIndicator" }, "light_purple_alt1_ListItem": { @@ -296254,16 +325450,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -296294,15 +325490,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -296388,10 +325584,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_ListItem" }, "light_purple_alt1_Card": { @@ -296587,16 +325783,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -296627,15 +325823,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -296721,10 +325917,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Card" }, "light_purple_alt1_DrawerFrame": { @@ -296920,16 +326116,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -296960,15 +326156,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -297054,10 +326250,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_DrawerFrame" }, "light_purple_alt1_Progress": { @@ -297253,16 +326449,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -297293,15 +326489,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -297387,10 +326583,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Progress" }, "light_purple_alt1_TooltipArrow": { @@ -297586,16 +326782,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -297626,15 +326822,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -297720,10 +326916,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_TooltipArrow" }, "light_purple_alt1_Button": { @@ -297919,16 +327115,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -297959,15 +327155,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -298053,10 +327249,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Button" }, "light_purple_alt1_Checkbox": { @@ -298252,16 +327448,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -298292,15 +327488,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -298386,10 +327582,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Checkbox" }, "light_purple_alt1_RadioGroupItem": { @@ -298585,16 +327781,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -298625,15 +327821,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -298719,10 +327915,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_RadioGroupItem" }, "light_purple_alt1_Input": { @@ -298918,16 +328114,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -298958,15 +328154,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -299052,10 +328248,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Input" }, "light_purple_alt1_TextArea": { @@ -299251,16 +328447,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -299291,15 +328487,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -299385,10 +328581,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_TextArea" }, "light_purple_alt1_Switch": { @@ -299584,16 +328780,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -299624,15 +328820,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -299718,10 +328914,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Switch" }, "light_purple_alt1_TooltipContent": { @@ -299917,16 +329113,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -299957,15 +329153,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -300051,10 +329247,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_TooltipContent" }, "light_purple_alt1_SliderTrack": { @@ -300250,16 +329446,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -300290,15 +329486,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -300384,10 +329580,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_SliderTrack" }, "light_purple_alt1_SwitchThumb": { @@ -300583,16 +329779,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -300623,15 +329819,15 @@ "placeholderColor": "hsl(276, 83.1%, 97.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -300717,10 +329913,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_SwitchThumb" }, "light_purple_alt1_SliderTrackActive": { @@ -300916,16 +330112,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -300956,15 +330152,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -301050,10 +330246,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_SliderTrackActive" }, "light_purple_alt1_SliderThumb": { @@ -301249,16 +330445,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -301289,15 +330485,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -301383,10 +330579,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_SliderThumb" }, "light_purple_alt1_Tooltip": { @@ -301582,16 +330778,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -301622,15 +330818,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -301716,10 +330912,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_Tooltip" }, "light_purple_alt1_ProgressIndicator": { @@ -301915,16 +331111,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 100%, 99.0%)", "color2": "hsl(276, 83.1%, 97.0%)", "color3": "hsl(275, 76.4%, 94.7%)", @@ -301955,15 +331151,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -302049,10 +331245,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt1_ProgressIndicator" }, "light_purple_alt2_ListItem": { @@ -302248,16 +331444,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -302288,15 +331484,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -302382,10 +331578,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_ListItem" }, "light_purple_alt2_Card": { @@ -302581,16 +331777,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -302621,15 +331817,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -302715,10 +331911,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Card" }, "light_purple_alt2_DrawerFrame": { @@ -302914,16 +332110,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -302954,15 +332150,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -303048,10 +332244,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_DrawerFrame" }, "light_purple_alt2_Progress": { @@ -303247,16 +332443,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -303287,15 +332483,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -303381,10 +332577,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Progress" }, "light_purple_alt2_TooltipArrow": { @@ -303580,16 +332776,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -303620,15 +332816,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -303714,10 +332910,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_TooltipArrow" }, "light_purple_alt2_Button": { @@ -303913,16 +333109,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -303953,15 +333149,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -304047,10 +333243,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Button" }, "light_purple_alt2_Checkbox": { @@ -304246,16 +333442,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -304286,15 +333482,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -304380,10 +333576,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Checkbox" }, "light_purple_alt2_RadioGroupItem": { @@ -304579,16 +333775,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -304619,15 +333815,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -304713,10 +333909,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_RadioGroupItem" }, "light_purple_alt2_Input": { @@ -304912,16 +334108,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -304952,15 +334148,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -305046,10 +334242,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Input" }, "light_purple_alt2_TextArea": { @@ -305245,16 +334441,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -305285,15 +334481,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -305379,10 +334575,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_TextArea" }, "light_purple_alt2_Switch": { @@ -305578,16 +334774,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -305618,15 +334814,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -305712,10 +334908,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Switch" }, "light_purple_alt2_TooltipContent": { @@ -305911,16 +335107,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -305951,15 +335147,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -306045,10 +335241,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_TooltipContent" }, "light_purple_alt2_SliderTrack": { @@ -306244,16 +335440,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -306284,15 +335480,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -306378,10 +335574,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_SliderTrack" }, "light_purple_alt2_SwitchThumb": { @@ -306577,16 +335773,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -306617,15 +335813,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -306711,10 +335907,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_SwitchThumb" }, "light_purple_alt2_SliderTrackActive": { @@ -306910,16 +336106,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -306950,15 +336146,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -307044,10 +336240,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_SliderTrackActive" }, "light_purple_alt2_SliderThumb": { @@ -307243,16 +336439,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -307283,15 +336479,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -307377,10 +336573,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_SliderThumb" }, "light_purple_alt2_Tooltip": { @@ -307576,16 +336772,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -307616,15 +336812,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -307710,10 +336906,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_Tooltip" }, "light_purple_alt2_ProgressIndicator": { @@ -307909,16 +337105,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(276, 83.1%, 97.0%)", "color2": "hsl(275, 76.4%, 94.7%)", "color3": "hsl(275, 70.8%, 91.8%)", @@ -307949,15 +337145,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -308043,10 +337239,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_alt2_ProgressIndicator" }, "light_purple_active_ListItem": { @@ -308242,16 +337438,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -308282,15 +337478,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -308376,10 +337572,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_ListItem" }, "light_purple_active_Card": { @@ -308575,16 +337771,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -308615,15 +337811,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -308709,10 +337905,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Card" }, "light_purple_active_DrawerFrame": { @@ -308908,16 +338104,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -308948,15 +338144,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -309042,10 +338238,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_DrawerFrame" }, "light_purple_active_Progress": { @@ -309241,16 +338437,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -309281,15 +338477,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -309375,10 +338571,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Progress" }, "light_purple_active_TooltipArrow": { @@ -309574,16 +338770,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -309614,15 +338810,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -309708,10 +338904,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_TooltipArrow" }, "light_purple_active_Button": { @@ -309907,16 +339103,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -309947,15 +339143,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -310041,10 +339237,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Button" }, "light_purple_active_Checkbox": { @@ -310240,16 +339436,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -310280,15 +339476,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -310374,10 +339570,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Checkbox" }, "light_purple_active_RadioGroupItem": { @@ -310573,16 +339769,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -310613,15 +339809,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -310707,10 +339903,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_RadioGroupItem" }, "light_purple_active_Input": { @@ -310906,16 +340102,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -310946,15 +340142,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -311040,10 +340236,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Input" }, "light_purple_active_TextArea": { @@ -311239,16 +340435,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -311279,15 +340475,15 @@ "placeholderColor": "hsl(274, 65.4%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -311373,10 +340569,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_TextArea" }, "light_purple_active_Switch": { @@ -311572,16 +340768,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -311612,15 +340808,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -311706,10 +340902,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Switch" }, "light_purple_active_TooltipContent": { @@ -311905,16 +341101,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -311945,15 +341141,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -312039,10 +341235,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_TooltipContent" }, "light_purple_active_SliderTrack": { @@ -312238,16 +341434,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -312278,15 +341474,15 @@ "placeholderColor": "hsl(275, 76.4%, 94.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -312372,10 +341568,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_SliderTrack" }, "light_purple_active_SwitchThumb": { @@ -312571,16 +341767,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -312611,15 +341807,15 @@ "placeholderColor": "hsl(275, 70.8%, 91.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -312705,10 +341901,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_SwitchThumb" }, "light_purple_active_SliderTrackActive": { @@ -312904,16 +342100,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -312944,15 +342140,15 @@ "placeholderColor": "hsl(272, 46.8%, 50.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -313038,10 +342234,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_SliderTrackActive" }, "light_purple_active_SliderThumb": { @@ -313237,16 +342433,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -313277,15 +342473,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -313371,10 +342567,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_SliderThumb" }, "light_purple_active_Tooltip": { @@ -313570,16 +342766,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -313610,15 +342806,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -313704,10 +342900,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_Tooltip" }, "light_purple_active_ProgressIndicator": { @@ -313903,16 +343099,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(275, 76.4%, 94.7%)", "color2": "hsl(275, 70.8%, 91.8%)", "color3": "hsl(274, 65.4%, 87.8%)", @@ -313943,15 +343139,15 @@ "placeholderColor": "hsl(272, 60.0%, 73.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -314037,10 +343233,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_purple_active_ProgressIndicator" }, "light_pink_alt1_ListItem": { @@ -314236,16 +343432,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -314276,15 +343472,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -314370,10 +343566,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_ListItem" }, "light_pink_alt1_Card": { @@ -314569,16 +343765,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -314609,15 +343805,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -314703,10 +343899,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Card" }, "light_pink_alt1_DrawerFrame": { @@ -314902,16 +344098,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -314942,15 +344138,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -315036,10 +344232,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_DrawerFrame" }, "light_pink_alt1_Progress": { @@ -315235,16 +344431,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -315275,15 +344471,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -315369,10 +344565,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Progress" }, "light_pink_alt1_TooltipArrow": { @@ -315568,16 +344764,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -315608,15 +344804,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -315702,10 +344898,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_TooltipArrow" }, "light_pink_alt1_Button": { @@ -315901,16 +345097,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -315941,15 +345137,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -316035,10 +345231,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Button" }, "light_pink_alt1_Checkbox": { @@ -316234,16 +345430,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -316274,15 +345470,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -316368,10 +345564,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Checkbox" }, "light_pink_alt1_RadioGroupItem": { @@ -316567,16 +345763,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -316607,15 +345803,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -316701,10 +345897,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_RadioGroupItem" }, "light_pink_alt1_Input": { @@ -316900,16 +346096,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -316940,15 +346136,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -317034,10 +346230,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Input" }, "light_pink_alt1_TextArea": { @@ -317233,16 +346429,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -317273,15 +346469,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -317367,10 +346563,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_TextArea" }, "light_pink_alt1_Switch": { @@ -317566,16 +346762,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -317606,15 +346802,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -317700,10 +346896,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Switch" }, "light_pink_alt1_TooltipContent": { @@ -317899,16 +347095,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -317939,15 +347135,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -318033,10 +347229,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_TooltipContent" }, "light_pink_alt1_SliderTrack": { @@ -318232,16 +347428,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -318272,15 +347468,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -318366,10 +347562,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_SliderTrack" }, "light_pink_alt1_SwitchThumb": { @@ -318565,16 +347761,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -318605,15 +347801,15 @@ "placeholderColor": "hsl(323, 86.3%, 96.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -318699,10 +347895,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_SwitchThumb" }, "light_pink_alt1_SliderTrackActive": { @@ -318898,16 +348094,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -318938,15 +348134,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -319032,10 +348228,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_SliderTrackActive" }, "light_pink_alt1_SliderThumb": { @@ -319231,16 +348427,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -319271,15 +348467,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -319365,10 +348561,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_SliderThumb" }, "light_pink_alt1_Tooltip": { @@ -319564,16 +348760,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -319604,15 +348800,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -319698,10 +348894,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_Tooltip" }, "light_pink_alt1_ProgressIndicator": { @@ -319897,16 +349093,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 100%, 98.4%)", "color2": "hsl(323, 86.3%, 96.5%)", "color3": "hsl(323, 78.7%, 94.2%)", @@ -319937,15 +349133,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -320031,10 +349227,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt1_ProgressIndicator" }, "light_pink_alt2_ListItem": { @@ -320230,16 +349426,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -320270,15 +349466,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -320364,10 +349560,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_ListItem" }, "light_pink_alt2_Card": { @@ -320563,16 +349759,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -320603,15 +349799,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -320697,10 +349893,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Card" }, "light_pink_alt2_DrawerFrame": { @@ -320896,16 +350092,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -320936,15 +350132,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -321030,10 +350226,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_DrawerFrame" }, "light_pink_alt2_Progress": { @@ -321229,16 +350425,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -321269,15 +350465,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -321363,10 +350559,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Progress" }, "light_pink_alt2_TooltipArrow": { @@ -321562,16 +350758,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -321602,15 +350798,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -321696,10 +350892,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_TooltipArrow" }, "light_pink_alt2_Button": { @@ -321895,16 +351091,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -321935,15 +351131,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -322029,10 +351225,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Button" }, "light_pink_alt2_Checkbox": { @@ -322228,16 +351424,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -322268,15 +351464,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -322362,10 +351558,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Checkbox" }, "light_pink_alt2_RadioGroupItem": { @@ -322561,16 +351757,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -322601,15 +351797,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -322695,10 +351891,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_RadioGroupItem" }, "light_pink_alt2_Input": { @@ -322894,16 +352090,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -322934,15 +352130,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -323028,10 +352224,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Input" }, "light_pink_alt2_TextArea": { @@ -323227,16 +352423,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -323267,15 +352463,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -323361,10 +352557,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_TextArea" }, "light_pink_alt2_Switch": { @@ -323560,16 +352756,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -323600,15 +352796,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -323694,10 +352890,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Switch" }, "light_pink_alt2_TooltipContent": { @@ -323893,16 +353089,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -323933,15 +353129,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -324027,10 +353223,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_TooltipContent" }, "light_pink_alt2_SliderTrack": { @@ -324226,16 +353422,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -324266,15 +353462,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -324360,10 +353556,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_SliderTrack" }, "light_pink_alt2_SwitchThumb": { @@ -324559,16 +353755,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -324599,15 +353795,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -324693,10 +353889,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_SwitchThumb" }, "light_pink_alt2_SliderTrackActive": { @@ -324892,16 +354088,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -324932,15 +354128,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -325026,10 +354222,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_SliderTrackActive" }, "light_pink_alt2_SliderThumb": { @@ -325225,16 +354421,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -325265,15 +354461,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -325359,10 +354555,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_SliderThumb" }, "light_pink_alt2_Tooltip": { @@ -325558,16 +354754,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -325598,15 +354794,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -325692,10 +354888,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_Tooltip" }, "light_pink_alt2_ProgressIndicator": { @@ -325891,16 +355087,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 86.3%, 96.5%)", "color2": "hsl(323, 78.7%, 94.2%)", "color3": "hsl(323, 72.2%, 91.1%)", @@ -325931,15 +355127,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -326025,10 +355221,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_alt2_ProgressIndicator" }, "light_pink_active_ListItem": { @@ -326224,16 +355420,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -326264,15 +355460,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -326358,10 +355554,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_ListItem" }, "light_pink_active_Card": { @@ -326557,16 +355753,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -326597,15 +355793,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -326691,10 +355887,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Card" }, "light_pink_active_DrawerFrame": { @@ -326890,16 +356086,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -326930,15 +356126,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -327024,10 +356220,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_DrawerFrame" }, "light_pink_active_Progress": { @@ -327223,16 +356419,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -327263,15 +356459,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -327357,10 +356553,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Progress" }, "light_pink_active_TooltipArrow": { @@ -327556,16 +356752,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -327596,15 +356792,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -327690,10 +356886,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_TooltipArrow" }, "light_pink_active_Button": { @@ -327889,16 +357085,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -327929,15 +357125,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -328023,10 +357219,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Button" }, "light_pink_active_Checkbox": { @@ -328222,16 +357418,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -328262,15 +357458,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -328356,10 +357552,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Checkbox" }, "light_pink_active_RadioGroupItem": { @@ -328555,16 +357751,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -328595,15 +357791,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -328689,10 +357885,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_RadioGroupItem" }, "light_pink_active_Input": { @@ -328888,16 +358084,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -328928,15 +358124,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -329022,10 +358218,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Input" }, "light_pink_active_TextArea": { @@ -329221,16 +358417,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -329261,15 +358457,15 @@ "placeholderColor": "hsl(323, 66.3%, 86.6%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -329355,10 +358551,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_TextArea" }, "light_pink_active_Switch": { @@ -329554,16 +358750,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -329594,15 +358790,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -329688,10 +358884,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Switch" }, "light_pink_active_TooltipContent": { @@ -329887,16 +359083,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -329927,15 +359123,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -330021,10 +359217,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_TooltipContent" }, "light_pink_active_SliderTrack": { @@ -330220,16 +359416,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -330260,15 +359456,15 @@ "placeholderColor": "hsl(323, 78.7%, 94.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -330354,10 +359550,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_SliderTrack" }, "light_pink_active_SwitchThumb": { @@ -330553,16 +359749,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -330593,15 +359789,15 @@ "placeholderColor": "hsl(323, 72.2%, 91.1%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -330687,10 +359883,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_SwitchThumb" }, "light_pink_active_SliderTrackActive": { @@ -330886,16 +360082,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -330926,15 +360122,15 @@ "placeholderColor": "hsl(322, 63.9%, 50.7%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -331020,10 +360216,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_SliderTrackActive" }, "light_pink_active_SliderThumb": { @@ -331219,16 +360415,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -331259,15 +360455,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -331353,10 +360549,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_SliderThumb" }, "light_pink_active_Tooltip": { @@ -331552,16 +360748,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -331592,15 +360788,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -331686,10 +360882,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_Tooltip" }, "light_pink_active_ProgressIndicator": { @@ -331885,16 +361081,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(323, 78.7%, 94.2%)", "color2": "hsl(323, 72.2%, 91.1%)", "color3": "hsl(323, 66.3%, 86.6%)", @@ -331925,15 +361121,15 @@ "placeholderColor": "hsl(323, 60.3%, 72.4%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -332019,10 +361215,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_pink_active_ProgressIndicator" }, "light_red_alt1_ListItem": { @@ -332218,16 +361414,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -332258,15 +361454,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -332352,10 +361548,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_ListItem" }, "light_red_alt1_Card": { @@ -332551,16 +361747,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -332591,15 +361787,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -332685,10 +361881,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Card" }, "light_red_alt1_DrawerFrame": { @@ -332884,16 +362080,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -332924,15 +362120,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -333018,10 +362214,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_DrawerFrame" }, "light_red_alt1_Progress": { @@ -333217,16 +362413,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -333257,15 +362453,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -333351,10 +362547,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Progress" }, "light_red_alt1_TooltipArrow": { @@ -333550,16 +362746,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -333590,15 +362786,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -333684,10 +362880,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_TooltipArrow" }, "light_red_alt1_Button": { @@ -333883,16 +363079,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -333923,15 +363119,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -334017,10 +363213,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Button" }, "light_red_alt1_Checkbox": { @@ -334216,16 +363412,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -334256,15 +363452,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -334350,10 +363546,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Checkbox" }, "light_red_alt1_RadioGroupItem": { @@ -334549,16 +363745,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -334589,15 +363785,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -334683,10 +363879,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_RadioGroupItem" }, "light_red_alt1_Input": { @@ -334882,16 +364078,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -334922,15 +364118,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -335016,10 +364212,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Input" }, "light_red_alt1_TextArea": { @@ -335215,16 +364411,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -335255,15 +364451,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -335349,10 +364545,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_TextArea" }, "light_red_alt1_Switch": { @@ -335548,16 +364744,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -335588,15 +364784,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -335682,10 +364878,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Switch" }, "light_red_alt1_TooltipContent": { @@ -335881,16 +365077,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -335921,15 +365117,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -336015,10 +365211,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_TooltipContent" }, "light_red_alt1_SliderTrack": { @@ -336214,16 +365410,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -336254,15 +365450,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -336348,10 +365544,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_SliderTrack" }, "light_red_alt1_SwitchThumb": { @@ -336547,16 +365743,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -336587,15 +365783,15 @@ "placeholderColor": "hsl(360, 100%, 96.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -336681,10 +365877,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_SwitchThumb" }, "light_red_alt1_SliderTrackActive": { @@ -336880,16 +366076,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -336920,15 +366116,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -337014,10 +366210,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_SliderTrackActive" }, "light_red_alt1_SliderThumb": { @@ -337213,16 +366409,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -337253,15 +366449,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -337347,10 +366543,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_SliderThumb" }, "light_red_alt1_Tooltip": { @@ -337546,16 +366742,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -337586,15 +366782,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -337680,10 +366876,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_Tooltip" }, "light_red_alt1_ProgressIndicator": { @@ -337879,16 +367075,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(359, 100%, 98.6%)", "color2": "hsl(360, 100%, 96.8%)", "color3": "hsl(360, 97.9%, 94.8%)", @@ -337919,15 +367115,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -338013,10 +367209,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt1_ProgressIndicator" }, "light_red_alt2_ListItem": { @@ -338212,16 +367408,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -338252,15 +367448,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -338346,10 +367542,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_ListItem" }, "light_red_alt2_Card": { @@ -338545,16 +367741,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -338585,15 +367781,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -338679,10 +367875,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Card" }, "light_red_alt2_DrawerFrame": { @@ -338878,16 +368074,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -338918,15 +368114,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -339012,10 +368208,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_DrawerFrame" }, "light_red_alt2_Progress": { @@ -339211,16 +368407,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -339251,15 +368447,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -339345,10 +368541,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Progress" }, "light_red_alt2_TooltipArrow": { @@ -339544,16 +368740,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -339584,15 +368780,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -339678,10 +368874,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_TooltipArrow" }, "light_red_alt2_Button": { @@ -339877,16 +369073,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -339917,15 +369113,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -340011,10 +369207,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Button" }, "light_red_alt2_Checkbox": { @@ -340210,16 +369406,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -340250,15 +369446,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -340344,10 +369540,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Checkbox" }, "light_red_alt2_RadioGroupItem": { @@ -340543,16 +369739,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -340583,15 +369779,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -340677,10 +369873,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_RadioGroupItem" }, "light_red_alt2_Input": { @@ -340876,16 +370072,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -340916,15 +370112,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -341010,10 +370206,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Input" }, "light_red_alt2_TextArea": { @@ -341209,16 +370405,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -341249,15 +370445,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -341343,10 +370539,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_TextArea" }, "light_red_alt2_Switch": { @@ -341542,16 +370738,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -341582,15 +370778,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -341676,10 +370872,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Switch" }, "light_red_alt2_TooltipContent": { @@ -341875,16 +371071,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -341915,15 +371111,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -342009,10 +371205,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_TooltipContent" }, "light_red_alt2_SliderTrack": { @@ -342208,16 +371404,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -342248,15 +371444,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -342342,10 +371538,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_SliderTrack" }, "light_red_alt2_SwitchThumb": { @@ -342541,16 +371737,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -342581,15 +371777,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -342675,10 +371871,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_SwitchThumb" }, "light_red_alt2_SliderTrackActive": { @@ -342874,16 +372070,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -342914,15 +372110,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -343008,10 +372204,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_SliderTrackActive" }, "light_red_alt2_SliderThumb": { @@ -343207,16 +372403,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -343247,15 +372443,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -343341,10 +372537,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_SliderThumb" }, "light_red_alt2_Tooltip": { @@ -343540,16 +372736,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -343580,15 +372776,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -343674,10 +372870,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_Tooltip" }, "light_red_alt2_ProgressIndicator": { @@ -343873,16 +373069,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 100%, 96.8%)", "color2": "hsl(360, 97.9%, 94.8%)", "color3": "hsl(360, 90.2%, 91.9%)", @@ -343913,15 +373109,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -344007,10 +373203,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_alt2_ProgressIndicator" }, "light_red_active_ListItem": { @@ -344206,16 +373402,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -344246,15 +373442,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -344340,10 +373536,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_ListItem" }, "light_red_active_Card": { @@ -344539,16 +373735,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -344579,15 +373775,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -344673,10 +373869,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Card" }, "light_red_active_DrawerFrame": { @@ -344872,16 +374068,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -344912,15 +374108,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -345006,10 +374202,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_DrawerFrame" }, "light_red_active_Progress": { @@ -345205,16 +374401,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -345245,15 +374441,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -345339,10 +374535,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Progress" }, "light_red_active_TooltipArrow": { @@ -345538,16 +374734,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -345578,15 +374774,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -345672,10 +374868,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_TooltipArrow" }, "light_red_active_Button": { @@ -345871,16 +375067,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -345911,15 +375107,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -346005,10 +375201,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Button" }, "light_red_active_Checkbox": { @@ -346204,16 +375400,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -346244,15 +375440,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -346338,10 +375534,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Checkbox" }, "light_red_active_RadioGroupItem": { @@ -346537,16 +375733,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -346577,15 +375773,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -346671,10 +375867,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_RadioGroupItem" }, "light_red_active_Input": { @@ -346870,16 +376066,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -346910,15 +376106,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -347004,10 +376200,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Input" }, "light_red_active_TextArea": { @@ -347203,16 +376399,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -347243,15 +376439,15 @@ "placeholderColor": "hsl(360, 81.7%, 87.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -347337,10 +376533,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_TextArea" }, "light_red_active_Switch": { @@ -347536,16 +376732,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -347576,15 +376772,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -347670,10 +376866,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Switch" }, "light_red_active_TooltipContent": { @@ -347869,16 +377065,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -347909,15 +377105,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -348003,10 +377199,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_TooltipContent" }, "light_red_active_SliderTrack": { @@ -348202,16 +377398,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -348242,15 +377438,15 @@ "placeholderColor": "hsl(360, 97.9%, 94.8%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -348336,10 +377532,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_SliderTrack" }, "light_red_active_SwitchThumb": { @@ -348535,16 +377731,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -348575,15 +377771,15 @@ "placeholderColor": "hsl(360, 90.2%, 91.9%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -348669,10 +377865,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_SwitchThumb" }, "light_red_active_SliderTrackActive": { @@ -348868,16 +378064,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -348908,15 +378104,15 @@ "placeholderColor": "hsl(358, 69.4%, 55.2%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -349002,10 +378198,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_SliderTrackActive" }, "light_red_active_SliderThumb": { @@ -349201,16 +378397,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -349241,15 +378437,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -349335,10 +378531,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_SliderThumb" }, "light_red_active_Tooltip": { @@ -349534,16 +378730,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -349574,15 +378770,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -349668,10 +378864,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_Tooltip" }, "light_red_active_ProgressIndicator": { @@ -349867,16 +379063,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(360, 97.9%, 94.8%)", "color2": "hsl(360, 90.2%, 91.9%)", "color3": "hsl(360, 81.7%, 87.8%)", @@ -349907,15 +379103,15 @@ "placeholderColor": "hsl(359, 69.5%, 74.3%)", "blue1": "hsl(206, 100%, 99.2%)", "blue2": "hsl(210, 100%, 98.0%)", - "blue3": "#FFE5EC", + "blue3": "#E8ECFF", "blue4": "hsl(210, 98.8%, 94.0%)", "blue5": "hsl(209, 95.0%, 90.1%)", - "blue6": "#FFB6C1", + "blue6": "#3D5AFE", "blue7": "hsl(208, 77.5%, 76.9%)", "blue8": "hsl(206, 81.9%, 65.3%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF5A5F", - "blue11": "#C2413B", + "blue10": "#FF5C5C", + "blue11": "#1E36F1", "blue12": "hsl(211, 100%, 15.0%)", "gray1": "hsl(0, 0%, 99.0%)", "gray2": "hsl(0, 0%, 97.3%)", @@ -350001,10 +379197,10 @@ "yellow10": "hsl(50, 100%, 48.5%)", "yellow11": "hsl(42, 100%, 29.0%)", "yellow12": "hsl(40, 55.0%, 13.5%)", - "shadowColor": "rgba(31, 41, 55, 0.12)", + "shadowColor": "rgba(11, 19, 43, 0.16)", "shadowColorHover": "rgba(0,0,0,0.085)", - "shadowColorPress": "rgba(31, 41, 55, 0.16)", - "shadowColorFocus": "rgba(31, 41, 55, 0.18)", + "shadowColorPress": "rgba(11, 19, 43, 0.2)", + "shadowColorFocus": "rgba(11, 19, 43, 0.24)", "id": "light_red_active_ProgressIndicator" }, "dark_orange_alt1_ListItem": { @@ -350200,16 +379396,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -350240,15 +379436,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -350533,16 +379729,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -350573,15 +379769,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -350866,16 +380062,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -350906,15 +380102,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -351199,16 +380395,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -351239,15 +380435,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -351532,16 +380728,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -351572,15 +380768,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -351865,16 +381061,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -351905,15 +381101,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -352198,16 +381394,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -352238,15 +381434,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -352531,16 +381727,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -352571,15 +381767,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -352864,16 +382060,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -352904,15 +382100,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -353197,16 +382393,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -353237,15 +382433,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -353530,16 +382726,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -353570,15 +382766,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -353863,16 +383059,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -353903,15 +383099,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -354196,16 +383392,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -354236,15 +383432,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -354529,16 +383725,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -354569,15 +383765,15 @@ "placeholderColor": "hsl(26, 91.1%, 11.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -354862,16 +384058,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -354902,15 +384098,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -355195,16 +384391,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -355235,15 +384431,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -355528,16 +384724,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -355568,15 +384764,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -355861,16 +385057,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(28, 100%, 8.4%)", "color2": "hsl(26, 91.1%, 11.6%)", "color3": "hsl(25, 88.3%, 14.1%)", @@ -355901,15 +385097,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -356194,16 +385390,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -356234,15 +385430,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -356527,16 +385723,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -356567,15 +385763,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -356860,16 +386056,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -356900,15 +386096,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -357193,16 +386389,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -357233,15 +386429,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -357526,16 +386722,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -357566,15 +386762,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -357859,16 +387055,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -357899,15 +387095,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -358192,16 +387388,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -358232,15 +387428,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -358525,16 +387721,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -358565,15 +387761,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -358858,16 +388054,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -358898,15 +388094,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -359191,16 +388387,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -359231,15 +388427,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -359524,16 +388720,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -359564,15 +388760,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -359857,16 +389053,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -359897,15 +389093,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -360190,16 +389386,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -360230,15 +389426,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -360523,16 +389719,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -360563,15 +389759,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -360856,16 +390052,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -360896,15 +390092,15 @@ "placeholderColor": "hsl(24, 94.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -361189,16 +390385,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -361229,15 +390425,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -361522,16 +390718,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -361562,15 +390758,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -361855,16 +391051,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(26, 91.1%, 11.6%)", "color2": "hsl(25, 88.3%, 14.1%)", "color3": "hsl(24, 87.6%, 16.6%)", @@ -361895,15 +391091,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -362188,16 +391384,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -362228,15 +391424,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -362521,16 +391717,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -362561,15 +391757,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -362854,16 +392050,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -362894,15 +392090,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -363187,16 +392383,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -363227,15 +392423,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -363520,16 +392716,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -363560,15 +392756,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -363853,16 +393049,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -363893,15 +393089,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -364186,16 +393382,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -364226,15 +393422,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -364519,16 +393715,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -364559,15 +393755,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -364852,16 +394048,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -364892,15 +394088,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -365185,16 +394381,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -365225,15 +394421,15 @@ "placeholderColor": "hsl(24, 88.6%, 19.8%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -365518,16 +394714,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -365558,15 +394754,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -365851,16 +395047,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -365891,15 +395087,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -366184,16 +395380,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -366224,15 +395420,15 @@ "placeholderColor": "hsl(25, 88.3%, 14.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -366517,16 +395713,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -366557,15 +395753,15 @@ "placeholderColor": "hsl(24, 87.6%, 16.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -366850,16 +396046,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -366890,15 +396086,15 @@ "placeholderColor": "hsl(24, 100%, 58.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -367183,16 +396379,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -367223,15 +396419,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -367516,16 +396712,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -367556,15 +396752,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -367849,16 +397045,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(25, 88.3%, 14.1%)", "color2": "hsl(24, 87.6%, 16.6%)", "color3": "hsl(24, 88.6%, 19.8%)", @@ -367889,15 +397085,15 @@ "placeholderColor": "hsl(25, 100%, 29.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -368182,16 +397378,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -368222,15 +397418,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -368515,16 +397711,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -368555,15 +397751,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -368848,16 +398044,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -368888,15 +398084,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -369181,16 +398377,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -369221,15 +398417,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -369514,16 +398710,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -369554,15 +398750,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -369847,16 +399043,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -369887,15 +399083,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -370180,16 +399376,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -370220,15 +399416,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -370513,16 +399709,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -370553,15 +399749,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -370846,16 +400042,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -370886,15 +400082,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -371179,16 +400375,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -371219,15 +400415,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -371512,16 +400708,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -371552,15 +400748,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -371845,16 +401041,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -371885,15 +401081,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -372178,16 +401374,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -372218,15 +401414,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -372511,16 +401707,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -372551,15 +401747,15 @@ "placeholderColor": "hsl(45, 100%, 8.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -372844,16 +402040,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -372884,15 +402080,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -373177,16 +402373,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -373217,15 +402413,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -373510,16 +402706,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -373550,15 +402746,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -373843,16 +403039,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(46, 100%, 6.7%)", "color2": "hsl(45, 100%, 8.7%)", "color3": "hsl(45, 100%, 10.4%)", @@ -373883,15 +403079,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -374176,16 +403372,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -374216,15 +403412,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -374509,16 +403705,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -374549,15 +403745,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -374842,16 +404038,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -374882,15 +404078,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -375175,16 +404371,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -375215,15 +404411,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -375508,16 +404704,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -375548,15 +404744,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -375841,16 +405037,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -375881,15 +405077,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -376174,16 +405370,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -376214,15 +405410,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -376507,16 +405703,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -376547,15 +405743,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -376840,16 +406036,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -376880,15 +406076,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -377173,16 +406369,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -377213,15 +406409,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -377506,16 +406702,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -377546,15 +406742,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -377839,16 +407035,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -377879,15 +407075,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -378172,16 +407368,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -378212,15 +407408,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -378505,16 +407701,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -378545,15 +407741,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -378838,16 +408034,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -378878,15 +408074,15 @@ "placeholderColor": "hsl(53, 92.0%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -379171,16 +408367,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -379211,15 +408407,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -379504,16 +408700,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -379544,15 +408740,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -379837,16 +409033,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 8.7%)", "color2": "hsl(45, 100%, 10.4%)", "color3": "hsl(47, 100%, 12.1%)", @@ -379877,15 +409073,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -380170,16 +409366,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -380210,15 +409406,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -380503,16 +409699,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -380543,15 +409739,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -380836,16 +410032,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -380876,15 +410072,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -381169,16 +410365,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -381209,15 +410405,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -381502,16 +410698,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -381542,15 +410738,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -381835,16 +411031,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -381875,15 +411071,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -382168,16 +411364,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -382208,15 +411404,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -382501,16 +411697,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -382541,15 +411737,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -382834,16 +412030,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -382874,15 +412070,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -383167,16 +412363,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -383207,15 +412403,15 @@ "placeholderColor": "hsl(49, 100%, 14.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -383500,16 +412696,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -383540,15 +412736,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -383833,16 +413029,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -383873,15 +413069,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -384166,16 +413362,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -384206,15 +413402,15 @@ "placeholderColor": "hsl(45, 100%, 10.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -384499,16 +413695,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -384539,15 +413735,15 @@ "placeholderColor": "hsl(47, 100%, 12.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -384832,16 +414028,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -384872,15 +414068,15 @@ "placeholderColor": "hsl(54, 100%, 68.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -385165,16 +414361,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -385205,15 +414401,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -385498,16 +414694,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -385538,15 +414734,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -385831,16 +415027,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(45, 100%, 10.4%)", "color2": "hsl(47, 100%, 12.1%)", "color3": "hsl(49, 100%, 14.3%)", @@ -385871,15 +415067,15 @@ "placeholderColor": "hsl(50, 100%, 22.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -386164,16 +415360,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -386204,15 +415400,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -386497,16 +415693,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -386537,15 +415733,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -386830,16 +416026,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -386870,15 +416066,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -387163,16 +416359,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -387203,15 +416399,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -387496,16 +416692,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -387536,15 +416732,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -387829,16 +417025,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -387869,15 +417065,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -388162,16 +417358,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -388202,15 +417398,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -388495,16 +417691,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -388535,15 +417731,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -388828,16 +418024,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -388868,15 +418064,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -389161,16 +418357,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -389201,15 +418397,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -389494,16 +418690,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -389534,15 +418730,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -389827,16 +419023,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -389867,15 +419063,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -390160,16 +419356,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -390200,15 +419396,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -390493,16 +419689,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -390533,15 +419729,15 @@ "placeholderColor": "hsl(155, 46.7%, 10.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -390826,16 +420022,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -390866,15 +420062,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -391159,16 +420355,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -391199,15 +420395,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -391492,16 +420688,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -391532,15 +420728,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -391825,16 +421021,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 44.2%, 8.4%)", "color2": "hsl(155, 46.7%, 10.9%)", "color3": "hsl(154, 48.4%, 12.9%)", @@ -391865,15 +421061,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -392158,16 +421354,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -392198,15 +421394,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -392491,16 +421687,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -392531,15 +421727,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -392824,16 +422020,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -392864,15 +422060,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -393157,16 +422353,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -393197,15 +422393,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -393490,16 +422686,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -393530,15 +422726,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -393823,16 +423019,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -393863,15 +423059,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -394156,16 +423352,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -394196,15 +423392,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -394489,16 +423685,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -394529,15 +423725,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -394822,16 +424018,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -394862,15 +424058,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -395155,16 +424351,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -395195,15 +424391,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -395488,16 +424684,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -395528,15 +424724,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -395821,16 +425017,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -395861,15 +425057,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -396154,16 +425350,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -396194,15 +425390,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -396487,16 +425683,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -396527,15 +425723,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -396820,16 +426016,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -396860,15 +426056,15 @@ "placeholderColor": "hsl(151, 55.0%, 41.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -397153,16 +426349,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -397193,15 +426389,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -397486,16 +426682,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -397526,15 +426722,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -397819,16 +427015,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(155, 46.7%, 10.9%)", "color2": "hsl(154, 48.4%, 12.9%)", "color3": "hsl(154, 49.7%, 14.9%)", @@ -397859,15 +427055,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -398152,16 +427348,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -398192,15 +427388,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -398485,16 +427681,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -398525,15 +427721,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -398818,16 +428014,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -398858,15 +428054,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -399151,16 +428347,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -399191,15 +428387,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -399484,16 +428680,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -399524,15 +428720,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -399817,16 +429013,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -399857,15 +429053,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -400150,16 +429346,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -400190,15 +429386,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -400483,16 +429679,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -400523,15 +429719,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -400816,16 +430012,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -400856,15 +430052,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -401149,16 +430345,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -401189,15 +430385,15 @@ "placeholderColor": "hsl(154, 50.9%, 17.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -401482,16 +430678,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -401522,15 +430718,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -401815,16 +431011,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -401855,15 +431051,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -402148,16 +431344,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -402188,15 +431384,15 @@ "placeholderColor": "hsl(154, 48.4%, 12.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -402481,16 +431677,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -402521,15 +431717,15 @@ "placeholderColor": "hsl(154, 49.7%, 14.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -402814,16 +432010,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -402854,15 +432050,15 @@ "placeholderColor": "hsl(151, 49.3%, 46.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -403147,16 +432343,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -403187,15 +432383,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -403480,16 +432676,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -403520,15 +432716,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -403813,16 +433009,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(154, 48.4%, 12.9%)", "color2": "hsl(154, 49.7%, 14.9%)", "color3": "hsl(154, 50.9%, 17.6%)", @@ -403853,15 +433049,15 @@ "placeholderColor": "hsl(151, 51.7%, 28.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -404146,16 +433342,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -404186,15 +433382,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -404479,16 +433675,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -404519,15 +433715,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -404812,16 +434008,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -404852,15 +434048,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -405145,16 +434341,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -405185,15 +434381,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -405478,16 +434674,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -405518,15 +434714,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -405811,16 +435007,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -405851,15 +435047,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -406144,16 +435340,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -406184,15 +435380,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -406477,16 +435673,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -406517,15 +435713,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -406810,16 +436006,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -406850,15 +436046,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -407143,16 +436339,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -407183,15 +436379,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -407476,16 +436672,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -407516,15 +436712,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -407809,16 +437005,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -407849,15 +437045,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -408142,16 +437338,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -408182,15 +437378,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -408475,16 +437671,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -408515,15 +437711,15 @@ "placeholderColor": "hsl(214, 59.4%, 15.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -408808,16 +438004,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -408848,15 +438044,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -409141,16 +438337,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -409181,15 +438377,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -409474,16 +438670,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -409514,15 +438710,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -409807,16 +439003,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(216, 50.0%, 11.8%)", "color2": "hsl(214, 59.4%, 15.3%)", "color3": "hsl(214, 65.8%, 17.9%)", @@ -409847,15 +439043,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -410140,16 +439336,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -410180,15 +439376,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -410473,16 +439669,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -410513,15 +439709,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -410806,16 +440002,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -410846,15 +440042,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -411139,16 +440335,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -411179,15 +440375,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -411472,16 +440668,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -411512,15 +440708,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -411805,16 +441001,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -411845,15 +441041,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -412138,16 +441334,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -412178,15 +441374,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -412471,16 +441667,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -412511,15 +441707,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -412804,16 +442000,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -412844,15 +442040,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -413137,16 +442333,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -413177,15 +442373,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -413470,16 +442666,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -413510,15 +442706,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -413803,16 +442999,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -413843,15 +443039,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -414136,16 +443332,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -414176,15 +443372,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -414469,16 +443665,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -414509,15 +443705,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -414802,16 +443998,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -414842,15 +444038,15 @@ "placeholderColor": "hsl(206, 100%, 50.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -415135,16 +444331,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -415175,15 +444371,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -415468,16 +444664,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -415508,15 +444704,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -415801,16 +444997,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 59.4%, 15.3%)", "color2": "hsl(214, 65.8%, 17.9%)", "color3": "hsl(213, 71.2%, 20.2%)", @@ -415841,15 +445037,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -416134,16 +445330,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -416174,15 +445370,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -416467,16 +445663,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -416507,15 +445703,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -416800,16 +445996,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -416840,15 +446036,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -417133,16 +446329,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -417173,15 +446369,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -417466,16 +446662,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -417506,15 +446702,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -417799,16 +446995,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -417839,15 +447035,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -418132,16 +447328,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -418172,15 +447368,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -418465,16 +447661,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -418505,15 +447701,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -418798,16 +447994,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -418838,15 +448034,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -419131,16 +448327,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -419171,15 +448367,15 @@ "placeholderColor": "hsl(212, 77.4%, 23.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -419464,16 +448660,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -419504,15 +448700,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -419797,16 +448993,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -419837,15 +449033,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -420130,16 +449326,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -420170,15 +449366,15 @@ "placeholderColor": "hsl(214, 65.8%, 17.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -420463,16 +449659,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -420503,15 +449699,15 @@ "placeholderColor": "hsl(213, 71.2%, 20.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -420796,16 +449992,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -420836,15 +450032,15 @@ "placeholderColor": "hsl(209, 100%, 60.6%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -421129,16 +450325,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -421169,15 +450365,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -421462,16 +450658,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -421502,15 +450698,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -421795,16 +450991,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(214, 65.8%, 17.9%)", "color2": "hsl(213, 71.2%, 20.2%)", "color3": "hsl(212, 77.4%, 23.1%)", @@ -421835,15 +451031,15 @@ "placeholderColor": "hsl(211, 89.7%, 34.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -422128,16 +451324,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -422168,15 +451364,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -422461,16 +451657,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -422501,15 +451697,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -422794,16 +451990,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -422834,15 +452030,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -423127,16 +452323,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -423167,15 +452363,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -423460,16 +452656,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -423500,15 +452696,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -423793,16 +452989,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -423833,15 +453029,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -424126,16 +453322,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -424166,15 +453362,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -424459,16 +453655,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -424499,15 +453695,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -424792,16 +453988,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -424832,15 +454028,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -425125,16 +454321,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -425165,15 +454361,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -425458,16 +454654,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -425498,15 +454694,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -425791,16 +454987,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -425831,15 +455027,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -426124,16 +455320,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -426164,15 +455360,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -426457,16 +455653,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -426497,15 +455693,15 @@ "placeholderColor": "hsl(281, 37.5%, 16.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -426790,16 +455986,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -426830,15 +456026,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -427123,16 +456319,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -427163,15 +456359,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -427456,16 +456652,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -427496,15 +456692,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -427789,16 +456985,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(283, 30.0%, 11.8%)", "color2": "hsl(281, 37.5%, 16.5%)", "color3": "hsl(280, 41.2%, 20.0%)", @@ -427829,15 +457025,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -428122,16 +457318,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -428162,15 +457358,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -428455,16 +457651,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -428495,15 +457691,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -428788,16 +457984,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -428828,15 +458024,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -429121,16 +458317,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -429161,15 +458357,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -429454,16 +458650,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -429494,15 +458690,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -429787,16 +458983,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -429827,15 +459023,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -430120,16 +459316,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -430160,15 +459356,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -430453,16 +459649,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -430493,15 +459689,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -430786,16 +459982,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -430826,15 +460022,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -431119,16 +460315,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -431159,15 +460355,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -431452,16 +460648,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -431492,15 +460688,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -431785,16 +460981,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -431825,15 +461021,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -432118,16 +461314,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -432158,15 +461354,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -432451,16 +461647,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -432491,15 +461687,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -432784,16 +461980,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -432824,15 +462020,15 @@ "placeholderColor": "hsl(272, 51.0%, 54.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -433117,16 +462313,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -433157,15 +462353,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -433450,16 +462646,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -433490,15 +462686,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -433783,16 +462979,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(281, 37.5%, 16.5%)", "color2": "hsl(280, 41.2%, 20.0%)", "color3": "hsl(279, 43.8%, 23.3%)", @@ -433823,15 +463019,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -434116,16 +463312,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -434156,15 +463352,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -434449,16 +463645,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -434489,15 +463685,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -434782,16 +463978,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -434822,15 +464018,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -435115,16 +464311,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -435155,15 +464351,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -435448,16 +464644,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -435488,15 +464684,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -435781,16 +464977,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -435821,15 +465017,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -436114,16 +465310,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -436154,15 +465350,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -436447,16 +465643,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -436487,15 +465683,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -436780,16 +465976,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -436820,15 +466016,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -437113,16 +466309,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -437153,15 +466349,15 @@ "placeholderColor": "hsl(277, 46.4%, 27.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -437446,16 +466642,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -437486,15 +466682,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -437779,16 +466975,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -437819,15 +467015,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -438112,16 +467308,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -438152,15 +467348,15 @@ "placeholderColor": "hsl(280, 41.2%, 20.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -438445,16 +467641,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -438485,15 +467681,15 @@ "placeholderColor": "hsl(279, 43.8%, 23.3%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -438778,16 +467974,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -438818,15 +468014,15 @@ "placeholderColor": "hsl(273, 57.3%, 59.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -439111,16 +468307,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -439151,15 +468347,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -439444,16 +468640,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -439484,15 +468680,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -439777,16 +468973,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(280, 41.2%, 20.0%)", "color2": "hsl(279, 43.8%, 23.3%)", "color3": "hsl(277, 46.4%, 27.5%)", @@ -439817,15 +469013,15 @@ "placeholderColor": "hsl(272, 52.1%, 45.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -440110,16 +469306,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -440150,15 +469346,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -440443,16 +469639,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -440483,15 +469679,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -440776,16 +469972,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -440816,15 +470012,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -441109,16 +470305,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -441149,15 +470345,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -441442,16 +470638,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -441482,15 +470678,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -441775,16 +470971,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -441815,15 +471011,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -442108,16 +471304,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -442148,15 +471344,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -442441,16 +471637,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -442481,15 +471677,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -442774,16 +471970,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -442814,15 +472010,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -443107,16 +472303,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -443147,15 +472343,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -443440,16 +472636,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -443480,15 +472676,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -443773,16 +472969,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -443813,15 +473009,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -444106,16 +473302,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -444146,15 +473342,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -444439,16 +473635,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -444479,15 +473675,15 @@ "placeholderColor": "hsl(319, 41.0%, 16.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -444772,16 +473968,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -444812,15 +474008,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -445105,16 +474301,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -445145,15 +474341,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -445438,16 +474634,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -445478,15 +474674,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -445771,16 +474967,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 32.2%, 11.6%)", "color2": "hsl(319, 41.0%, 16.0%)", "color3": "hsl(320, 45.4%, 18.7%)", @@ -445811,15 +475007,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -446104,16 +475300,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -446144,15 +475340,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -446437,16 +475633,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -446477,15 +475673,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -446770,16 +475966,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -446810,15 +476006,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -447103,16 +476299,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -447143,15 +476339,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -447436,16 +476632,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -447476,15 +476672,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -447769,16 +476965,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -447809,15 +477005,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -448102,16 +477298,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -448142,15 +477338,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -448435,16 +477631,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -448475,15 +477671,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -448768,16 +477964,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -448808,15 +478004,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -449101,16 +478297,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -449141,15 +478337,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -449434,16 +478630,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -449474,15 +478670,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -449767,16 +478963,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -449807,15 +479003,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -450100,16 +479296,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -450140,15 +479336,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -450433,16 +479629,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -450473,15 +479669,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -450766,16 +479962,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -450806,15 +480002,15 @@ "placeholderColor": "hsl(322, 65.0%, 54.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -451099,16 +480295,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -451139,15 +480335,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -451432,16 +480628,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -451472,15 +480668,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -451765,16 +480961,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(319, 41.0%, 16.0%)", "color2": "hsl(320, 45.4%, 18.7%)", "color3": "hsl(320, 49.0%, 21.1%)", @@ -451805,15 +481001,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -452098,16 +481294,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -452138,15 +481334,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -452431,16 +481627,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -452471,15 +481667,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -452764,16 +481960,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -452804,15 +482000,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -453097,16 +482293,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -453137,15 +482333,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -453430,16 +482626,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -453470,15 +482666,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -453763,16 +482959,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -453803,15 +482999,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -454096,16 +483292,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -454136,15 +483332,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -454429,16 +483625,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -454469,15 +483665,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -454762,16 +483958,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -454802,15 +483998,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -455095,16 +484291,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -455135,15 +484331,15 @@ "placeholderColor": "hsl(321, 53.6%, 24.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -455428,16 +484624,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -455468,15 +484664,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -455761,16 +484957,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -455801,15 +484997,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -456094,16 +485290,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -456134,15 +485330,15 @@ "placeholderColor": "hsl(320, 45.4%, 18.7%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -456427,16 +485623,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -456467,15 +485663,15 @@ "placeholderColor": "hsl(320, 49.0%, 21.1%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -456760,16 +485956,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -456800,15 +485996,15 @@ "placeholderColor": "hsl(323, 72.8%, 59.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -457093,16 +486289,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -457133,15 +486329,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -457426,16 +486622,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -457466,15 +486662,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -457759,16 +486955,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(320, 45.4%, 18.7%)", "color2": "hsl(320, 49.0%, 21.1%)", "color3": "hsl(321, 53.6%, 24.4%)", @@ -457799,15 +486995,15 @@ "placeholderColor": "hsl(322, 74.9%, 37.5%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -458092,16 +487288,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -458132,15 +487328,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -458425,16 +487621,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -458465,15 +487661,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -458758,16 +487954,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -458798,15 +487994,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -459091,16 +488287,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -459131,15 +488327,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -459424,16 +488620,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -459464,15 +488660,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -459757,16 +488953,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -459797,15 +488993,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -460090,16 +489286,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -460130,15 +489326,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -460423,16 +489619,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -460463,15 +489659,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -460756,16 +489952,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -460796,15 +489992,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -461089,16 +490285,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -461129,15 +490325,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -461422,16 +490618,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -461462,15 +490658,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -461755,16 +490951,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -461795,15 +490991,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -462088,16 +491284,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -462128,15 +491324,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -462421,16 +491617,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -462461,15 +491657,15 @@ "placeholderColor": "hsl(356, 43.4%, 16.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -462754,16 +491950,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -462794,15 +491990,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -463087,16 +492283,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -463127,15 +492323,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -463420,16 +492616,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -463460,15 +492656,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -463753,16 +492949,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(357, 34.4%, 12.0%)", "color2": "hsl(356, 43.4%, 16.4%)", "color3": "hsl(356, 47.6%, 19.2%)", @@ -463793,15 +492989,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -464086,16 +493282,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -464126,15 +493322,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -464419,16 +493615,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -464459,15 +493655,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -464752,16 +493948,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -464792,15 +493988,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -465085,16 +494281,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -465125,15 +494321,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -465418,16 +494614,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -465458,15 +494654,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -465751,16 +494947,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -465791,15 +494987,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -466084,16 +495280,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -466124,15 +495320,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -466417,16 +495613,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -466457,15 +495653,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -466750,16 +495946,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -466790,15 +495986,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -467083,16 +496279,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -467123,15 +496319,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -467416,16 +496612,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -467456,15 +496652,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -467749,16 +496945,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -467789,15 +496985,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -468082,16 +497278,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -468122,15 +497318,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -468415,16 +497611,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -468455,15 +497651,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -468748,16 +497944,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -468788,15 +497984,15 @@ "placeholderColor": "hsl(358, 75.0%, 59.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -469081,16 +498277,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -469121,15 +498317,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -469414,16 +498610,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -469454,15 +498650,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -469747,16 +498943,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 43.4%, 16.4%)", "color2": "hsl(356, 47.6%, 19.2%)", "color3": "hsl(356, 51.1%, 21.9%)", @@ -469787,15 +498983,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -470080,16 +499276,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -470120,15 +499316,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -470413,16 +499609,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -470453,15 +499649,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -470746,16 +499942,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -470786,15 +499982,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -471079,16 +500275,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -471119,15 +500315,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -471412,16 +500608,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -471452,15 +500648,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -471745,16 +500941,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -471785,15 +500981,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -472078,16 +501274,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -472118,15 +501314,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -472411,16 +501607,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -472451,15 +501647,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -472744,16 +501940,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -472784,15 +501980,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -473077,16 +502273,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -473117,15 +502313,15 @@ "placeholderColor": "hsl(356, 55.2%, 25.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -473410,16 +502606,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -473450,15 +502646,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -473743,16 +502939,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -473783,15 +502979,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -474076,16 +503272,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -474116,15 +503312,15 @@ "placeholderColor": "hsl(356, 47.6%, 19.2%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -474409,16 +503605,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -474449,15 +503645,15 @@ "placeholderColor": "hsl(356, 51.1%, 21.9%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -474742,16 +503938,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -474782,15 +503978,15 @@ "placeholderColor": "hsl(358, 85.3%, 64.0%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -475075,16 +504271,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -475115,15 +504311,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -475408,16 +504604,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -475448,15 +504644,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -475741,16 +504937,16 @@ "yellow10Dark": "hsl(54, 100%, 68.0%)", "yellow11Dark": "hsl(48, 100%, 47.0%)", "yellow12Dark": "hsl(53, 100%, 91.0%)", - "primary": "#FF5A5F", - "accent": "#FFB6C1", - "accentSoft": "#FFE5EC", - "success": "#06D6A0", - "warning": "#F5C542", - "danger": "#E04848", + "primary": "#FF5C5C", + "accent": "#3D5AFE", + "accentSoft": "#E8ECFF", + "success": "#22C55E", + "warning": "#FBBF24", + "danger": "#EF4444", "surface": "#ffffff", - "muted": "#F4ECE8", - "border": "#F2E4DA", - "text": "#1F2937", + "muted": "#FFF6F0", + "border": "#F3D6C9", + "text": "#0B132B", "color1": "hsl(356, 47.6%, 19.2%)", "color2": "hsl(356, 51.1%, 21.9%)", "color3": "hsl(356, 55.2%, 25.9%)", @@ -475781,15 +504977,15 @@ "placeholderColor": "hsl(358, 65.0%, 40.4%)", "blue1": "hsl(212, 35.0%, 9.2%)", "blue2": "hsl(216, 50.0%, 11.8%)", - "blue3": "#2B1D23", + "blue3": "#1B2550", "blue4": "hsl(214, 65.8%, 17.9%)", "blue5": "hsl(213, 71.2%, 20.2%)", - "blue6": "#5A2D34", + "blue6": "#3D5AFE", "blue7": "hsl(211, 85.1%, 27.4%)", "blue8": "hsl(211, 89.7%, 34.1%)", "blue9": "hsl(206, 100%, 50.0%)", - "blue10": "#FF7A7F", - "blue11": "#FFB3B6", + "blue10": "#FF5C5C", + "blue11": "#FF8A8A", "blue12": "hsl(206, 98.0%, 95.8%)", "gray1": "hsl(0, 0%, 8.5%)", "gray2": "hsl(0, 0%, 11.0%)", @@ -477232,42 +506428,42 @@ "isVar": true, "key": "$primary", "name": "c-color-primary", - "val": "#FF5A5F", + "val": "#FF5C5C", "variable": "var(--c-color-primary)" }, "accent": { "isVar": true, "key": "$accent", "name": "c-color-accent", - "val": "#FFB6C1", + "val": "#3D5AFE", "variable": "var(--c-color-accent)" }, "accentSoft": { "isVar": true, "key": "$accentSoft", "name": "c-color-accentSoft", - "val": "#FFE5EC", + "val": "#E8ECFF", "variable": "var(--c-color-accentSoft)" }, "success": { "isVar": true, "key": "$success", "name": "c-color-success", - "val": "#06D6A0", + "val": "#22C55E", "variable": "var(--c-color-success)" }, "warning": { "isVar": true, "key": "$warning", "name": "c-color-warning", - "val": "#F5C542", + "val": "#FBBF24", "variable": "var(--c-color-warning)" }, "danger": { "isVar": true, "key": "$danger", "name": "c-color-danger", - "val": "#E04848", + "val": "#EF4444", "variable": "var(--c-color-danger)" }, "surface": { @@ -477281,21 +506477,21 @@ "isVar": true, "key": "$muted", "name": "c-color-muted", - "val": "#F4ECE8", + "val": "#FFF6F0", "variable": "var(--c-color-muted)" }, "border": { "isVar": true, "key": "$border", "name": "c-color-border", - "val": "#F2E4DA", + "val": "#F3D6C9", "variable": "var(--c-color-border)" }, "text": { "isVar": true, "key": "$text", "name": "c-color-text", - "val": "#1F2937", + "val": "#0B132B", "variable": "var(--c-color-text)" } }, @@ -479542,42 +508738,42 @@ "isVar": true, "key": "$primary", "name": "c-color-primary", - "val": "#FF5A5F", + "val": "#FF5C5C", "variable": "var(--c-color-primary)" }, "$color.accent": { "isVar": true, "key": "$accent", "name": "c-color-accent", - "val": "#FFB6C1", + "val": "#3D5AFE", "variable": "var(--c-color-accent)" }, "$color.accentSoft": { "isVar": true, "key": "$accentSoft", "name": "c-color-accentSoft", - "val": "#FFE5EC", + "val": "#E8ECFF", "variable": "var(--c-color-accentSoft)" }, "$color.success": { "isVar": true, "key": "$success", "name": "c-color-success", - "val": "#06D6A0", + "val": "#22C55E", "variable": "var(--c-color-success)" }, "$color.warning": { "isVar": true, "key": "$warning", "name": "c-color-warning", - "val": "#F5C542", + "val": "#FBBF24", "variable": "var(--c-color-warning)" }, "$color.danger": { "isVar": true, "key": "$danger", "name": "c-color-danger", - "val": "#E04848", + "val": "#EF4444", "variable": "var(--c-color-danger)" }, "$color.surface": { @@ -479591,21 +508787,21 @@ "isVar": true, "key": "$muted", "name": "c-color-muted", - "val": "#F4ECE8", + "val": "#FFF6F0", "variable": "var(--c-color-muted)" }, "$color.border": { "isVar": true, "key": "$border", "name": "c-color-border", - "val": "#F2E4DA", + "val": "#F3D6C9", "variable": "var(--c-color-border)" }, "$color.text": { "isVar": true, "key": "$text", "name": "c-color-text", - "val": "#1F2937", + "val": "#0B132B", "variable": "var(--c-color-text)" }, "$radius.0": { diff --git a/public/fonts/google/archivo-black/ArchivoBlack-400-normal.ttf b/public/fonts/google/archivo-black/ArchivoBlack-400-normal.ttf new file mode 100644 index 0000000..ebadf62 Binary files /dev/null and b/public/fonts/google/archivo-black/ArchivoBlack-400-normal.ttf differ diff --git a/public/fonts/google/fonts.css b/public/fonts/google/fonts.css index 855ed0f..5bb41e3 100644 --- a/public/fonts/google/fonts.css +++ b/public/fonts/google/fonts.css @@ -1,490 +1,106 @@ /* Auto-generated by fonts:sync-google */ @font-face { - font-family: 'Roboto'; + font-family: 'Manifest Font'; font-style: normal; font-weight: 400; font-display: swap; - src: url('/fonts/google/roboto/Roboto-400-normal.ttf') format('truetype'); + src: url('/fonts/google/manifest-font/regular.woff2') format('woff2'); } @font-face { - font-family: 'Roboto'; + font-family: 'Plus Jakarta Sans'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-normal.ttf') format('truetype'); +} + +@font-face { + font-family: 'Plus Jakarta Sans'; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-italic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Plus Jakarta Sans'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-normal.ttf') format('truetype'); +} + +@font-face { + font-family: 'Plus Jakarta Sans'; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-italic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Plus Jakarta Sans'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-normal.ttf') format('truetype'); +} + +@font-face { + font-family: 'Plus Jakarta Sans'; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-italic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 700; font-display: swap; - src: url('/fonts/google/roboto/Roboto-700-normal.ttf') format('truetype'); + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-normal.ttf') format('truetype'); } @font-face { - font-family: 'Open Sans'; + font-family: 'Plus Jakarta Sans'; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url('/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-italic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Space Grotesk'; font-style: normal; font-weight: 400; font-display: swap; - src: url('/fonts/google/open-sans/OpenSans-400-normal.ttf') format('truetype'); + src: url('/fonts/google/space-grotesk/SpaceGrotesk-400-normal.ttf') format('truetype'); } @font-face { - font-family: 'Open Sans'; + font-family: 'Space Grotesk'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url('/fonts/google/space-grotesk/SpaceGrotesk-500-normal.ttf') format('truetype'); +} + +@font-face { + font-family: 'Space Grotesk'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url('/fonts/google/space-grotesk/SpaceGrotesk-600-normal.ttf') format('truetype'); +} + +@font-face { + font-family: 'Space Grotesk'; font-style: normal; font-weight: 700; font-display: swap; - src: url('/fonts/google/open-sans/OpenSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/noto-sans-jp/NotoSansJp-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans JP'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/noto-sans-jp/NotoSansJp-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/lato/Lato-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/lato/Lato-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Montserrat'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/montserrat/Montserrat-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Montserrat'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/montserrat/Montserrat-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/inter/Inter-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/inter/Inter-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Poppins'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/poppins/Poppins-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Poppins'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/poppins/Poppins-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Material Icons'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/material-icons/MaterialIcons-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Roboto Condensed'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/roboto-condensed/RobotoCondensed-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Roboto Condensed'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/roboto-condensed/RobotoCondensed-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Roboto Mono'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/roboto-mono/RobotoMono-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Roboto Mono'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/roboto-mono/RobotoMono-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Arimo'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/arimo/Arimo-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Arimo'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/arimo/Arimo-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Oswald'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/oswald/Oswald-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Oswald'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/oswald/Oswald-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/noto-sans/NotoSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/noto-sans/NotoSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/raleway/Raleway-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/raleway/Raleway-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Nunito Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/nunito-sans/NunitoSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Nunito Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/nunito-sans/NunitoSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Nunito'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/nunito/Nunito-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Nunito'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/nunito/Nunito-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Playfair Display'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/playfair-display/PlayfairDisplay-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Playfair Display'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/playfair-display/PlayfairDisplay-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Ubuntu'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/ubuntu/Ubuntu-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Ubuntu'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/ubuntu/Ubuntu-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Rubik'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/rubik/Rubik-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Rubik'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/rubik/Rubik-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans KR'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/noto-sans-kr/NotoSansKr-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans KR'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/noto-sans-kr/NotoSansKr-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Roboto Slab'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/roboto-slab/RobotoSlab-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Roboto Slab'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/roboto-slab/RobotoSlab-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'DM Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/dm-sans/DmSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'DM Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/dm-sans/DmSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Kanit'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/kanit/Kanit-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Kanit'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/kanit/Kanit-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Merriweather'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/merriweather/Merriweather-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Merriweather'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/merriweather/Merriweather-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Work Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/work-sans/WorkSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Work Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/work-sans/WorkSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/pt-sans/PtSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/pt-sans/PtSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Material Symbols Outlined'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/material-symbols-outlined/MaterialSymbolsOutlined-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Material Symbols Outlined'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/material-symbols-outlined/MaterialSymbolsOutlined-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Lora'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/lora/Lora-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Lora'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/lora/Lora-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Quicksand'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/quicksand/Quicksand-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Quicksand'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/quicksand/Quicksand-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Mulish'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/mulish/Mulish-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Mulish'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/mulish/Mulish-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans TC'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/noto-sans-tc/NotoSansTc-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Sans TC'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/noto-sans-tc/NotoSansTc-700-normal.ttf') format('truetype'); + src: url('/fonts/google/space-grotesk/SpaceGrotesk-700-normal.ttf') format('truetype'); } @font-face { @@ -520,337 +136,9 @@ } @font-face { - font-family: 'Figtree'; + font-family: 'Archivo Black'; font-style: normal; font-weight: 400; font-display: swap; - src: url('/fonts/google/figtree/Figtree-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Figtree'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/figtree/Figtree-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Inconsolata'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/inconsolata/Inconsolata-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Inconsolata'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/inconsolata/Inconsolata-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'IBM Plex Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/ibm-plex-sans/IbmPlexSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'IBM Plex Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/ibm-plex-sans/IbmPlexSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fira Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/fira-sans/FiraSans-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fira Sans'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/fira-sans/FiraSans-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Barlow'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/barlow/Barlow-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Barlow'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/barlow/Barlow-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Outfit'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/outfit/Outfit-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Outfit'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/outfit/Outfit-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Source Sans 3'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/source-sans-3/SourceSans3-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Source Sans 3'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/source-sans-3/SourceSans3-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Bebas Neue'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/bebas-neue/BebasNeue-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Titillium Web'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/titillium-web/TitilliumWeb-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Titillium Web'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/titillium-web/TitilliumWeb-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Karla'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/karla/Karla-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Karla'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/karla/Karla-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Material Icons Outlined'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/material-icons-outlined/MaterialIconsOutlined-400-normal.otf') format('opentype'); -} - -@font-face { - font-family: 'PT Serif'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/pt-serif/PtSerif-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'PT Serif'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/pt-serif/PtSerif-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Serif'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/noto-serif/NotoSerif-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Noto Serif'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/noto-serif/NotoSerif-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Jost'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/jost/Jost-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Jost'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/jost/Jost-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Prompt'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/prompt/Prompt-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Prompt'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/prompt/Prompt-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Heebo'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/heebo/Heebo-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Heebo'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/heebo/Heebo-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Saira'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/saira/Saira-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Saira'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/saira/Saira-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Archivo'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/archivo/Archivo-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Archivo'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/archivo/Archivo-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-400-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-400-italic.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: normal; - font-weight: 500; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-500-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: italic; - font-weight: 500; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-500-italic.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: normal; - font-weight: 600; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-600-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: italic; - font-weight: 600; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-600-italic.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-700-normal.ttf') format('truetype'); -} - -@font-face { - font-family: 'Fraunces'; - font-style: italic; - font-weight: 700; - font-display: swap; - src: url('/fonts/google/fraunces/Fraunces-700-italic.ttf') format('truetype'); + src: url('/fonts/google/archivo-black/ArchivoBlack-400-normal.ttf') format('truetype'); } diff --git a/public/fonts/google/manifest.json b/public/fonts/google/manifest.json index 4c80e15..e3e19ad 100644 --- a/public/fonts/google/manifest.json +++ b/public/fonts/google/manifest.json @@ -1 +1,149 @@ -{"fonts":[{"family":"Manifest Font","category":"sans-serif","variants":[{"variant":"regular","weight":400,"style":"normal","url":"\/fonts\/google\/manifest-font\/regular.woff2"}]}]} \ No newline at end of file +{ + "generated_at": "2026-01-15T21:06:13+01:00", + "source": "google-webfonts", + "count": 5, + "fonts": [ + { + "family": "Manifest Font", + "category": "sans-serif", + "variants": [ + { + "variant": "regular", + "weight": 400, + "style": "normal", + "url": "/fonts/google/manifest-font/regular.woff2" + } + ] + }, + { + "family": "Plus Jakarta Sans", + "slug": "plus-jakarta-sans", + "category": "sans-serif", + "variants": [ + { + "variant": "regular", + "weight": 400, + "style": "normal", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-normal.ttf" + }, + { + "variant": "italic", + "weight": 400, + "style": "italic", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-italic.ttf" + }, + { + "variant": 500, + "weight": 500, + "style": "normal", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-normal.ttf" + }, + { + "variant": "500italic", + "weight": 500, + "style": "italic", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-italic.ttf" + }, + { + "variant": 600, + "weight": 600, + "style": "normal", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-normal.ttf" + }, + { + "variant": "600italic", + "weight": 600, + "style": "italic", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-italic.ttf" + }, + { + "variant": 700, + "weight": 700, + "style": "normal", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-normal.ttf" + }, + { + "variant": "700italic", + "weight": 700, + "style": "italic", + "url": "/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-italic.ttf" + } + ] + }, + { + "family": "Space Grotesk", + "slug": "space-grotesk", + "category": "sans-serif", + "variants": [ + { + "variant": "regular", + "weight": 400, + "style": "normal", + "url": "/fonts/google/space-grotesk/SpaceGrotesk-400-normal.ttf" + }, + { + "variant": 500, + "weight": 500, + "style": "normal", + "url": "/fonts/google/space-grotesk/SpaceGrotesk-500-normal.ttf" + }, + { + "variant": 600, + "weight": 600, + "style": "normal", + "url": "/fonts/google/space-grotesk/SpaceGrotesk-600-normal.ttf" + }, + { + "variant": 700, + "weight": 700, + "style": "normal", + "url": "/fonts/google/space-grotesk/SpaceGrotesk-700-normal.ttf" + } + ] + }, + { + "family": "Manrope", + "slug": "manrope", + "category": "sans-serif", + "variants": [ + { + "variant": "regular", + "weight": 400, + "style": "normal", + "url": "/fonts/google/manrope/Manrope-400-normal.ttf" + }, + { + "variant": 500, + "weight": 500, + "style": "normal", + "url": "/fonts/google/manrope/Manrope-500-normal.ttf" + }, + { + "variant": 600, + "weight": 600, + "style": "normal", + "url": "/fonts/google/manrope/Manrope-600-normal.ttf" + }, + { + "variant": 700, + "weight": 700, + "style": "normal", + "url": "/fonts/google/manrope/Manrope-700-normal.ttf" + } + ] + }, + { + "family": "Archivo Black", + "slug": "archivo-black", + "category": "sans-serif", + "variants": [ + { + "variant": "regular", + "weight": 400, + "style": "normal", + "url": "/fonts/google/archivo-black/ArchivoBlack-400-normal.ttf" + } + ] + } + ] +} \ No newline at end of file diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-italic.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-italic.ttf new file mode 100644 index 0000000..392a6fc Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-italic.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-normal.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-normal.ttf new file mode 100644 index 0000000..a68ad8d Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-400-normal.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-italic.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-italic.ttf new file mode 100644 index 0000000..1f65ded Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-italic.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-normal.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-normal.ttf new file mode 100644 index 0000000..f72e9c8 Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-500-normal.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-italic.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-italic.ttf new file mode 100644 index 0000000..83354d8 Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-italic.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-normal.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-normal.ttf new file mode 100644 index 0000000..e675450 Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-600-normal.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-italic.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-italic.ttf new file mode 100644 index 0000000..ebd7f01 Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-italic.ttf differ diff --git a/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-normal.ttf b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-normal.ttf new file mode 100644 index 0000000..0ff3da5 Binary files /dev/null and b/public/fonts/google/plus-jakarta-sans/PlusJakartaSans-700-normal.ttf differ diff --git a/public/fonts/google/space-grotesk/SpaceGrotesk-400-normal.ttf b/public/fonts/google/space-grotesk/SpaceGrotesk-400-normal.ttf new file mode 100644 index 0000000..8215f81 Binary files /dev/null and b/public/fonts/google/space-grotesk/SpaceGrotesk-400-normal.ttf differ diff --git a/public/fonts/google/space-grotesk/SpaceGrotesk-500-normal.ttf b/public/fonts/google/space-grotesk/SpaceGrotesk-500-normal.ttf new file mode 100644 index 0000000..e530cf8 Binary files /dev/null and b/public/fonts/google/space-grotesk/SpaceGrotesk-500-normal.ttf differ diff --git a/public/fonts/google/space-grotesk/SpaceGrotesk-600-normal.ttf b/public/fonts/google/space-grotesk/SpaceGrotesk-600-normal.ttf new file mode 100644 index 0000000..e05b967 Binary files /dev/null and b/public/fonts/google/space-grotesk/SpaceGrotesk-600-normal.ttf differ diff --git a/public/fonts/google/space-grotesk/SpaceGrotesk-700-normal.ttf b/public/fonts/google/space-grotesk/SpaceGrotesk-700-normal.ttf new file mode 100644 index 0000000..8a8611a Binary files /dev/null and b/public/fonts/google/space-grotesk/SpaceGrotesk-700-normal.ttf differ diff --git a/resources/js/admin/main.tsx b/resources/js/admin/main.tsx index 15ace48..1424acb 100644 --- a/resources/js/admin/main.tsx +++ b/resources/js/admin/main.tsx @@ -85,7 +85,7 @@ function AdminApp() { )} > -