@serendie/ui 2.1.0 → 2.1.1-dev.202508070322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/dist/client.d.ts +1 -0
- package/dist/client.js +117 -0
- package/dist/components/Accordion/Accordion.d.ts +1 -1
- package/dist/components/Accordion/Accordion.js +6 -8
- package/dist/components/Accordion/AccordionGroup.js +2 -6
- package/dist/components/Avatar/Avatar.js +11 -13
- package/dist/components/Badge/Badge.js +8 -10
- package/dist/components/Banner/Banner.d.ts +1 -1
- package/dist/components/Banner/Banner.js +6 -8
- package/dist/components/BottomNavigation/BottomNavigation.js +10 -11
- package/dist/components/BottomNavigation/BottomNavigationItem.d.ts +1 -1
- package/dist/components/BottomNavigation/BottomNavigationItem.js +6 -8
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Button.js +13 -15
- package/dist/components/CheckBox/CheckBox.js +10 -11
- package/dist/components/ChoiceBox/ChoiceBox.js +20 -22
- package/dist/components/DashboardWidget/DashboardWidget.js +11 -13
- package/dist/components/DataTable/table/BodyCell.js +2 -4
- package/dist/components/DataTable/table/HeaderCell.js +6 -7
- package/dist/components/DataTable/table/HeaderCheckbox.js +8 -9
- package/dist/components/DataTable/table/HeaderRow.js +2 -3
- package/dist/components/DataTable/table/Root.js +4 -6
- package/dist/components/DataTable/table/Row.js +2 -4
- package/dist/components/DataTable/table/Tr.js +6 -7
- package/dist/components/Divider/Divider.js +6 -8
- package/dist/components/Drawer/Drawer.js +11 -13
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +13 -15
- package/dist/components/IconButton/IconButton.d.ts +3 -3
- package/dist/components/IconButton/IconButton.js +6 -8
- package/dist/components/List/ListItem.js +7 -8
- package/dist/components/ModalDialog/ModalDialog.js +12 -14
- package/dist/components/NotificationBadge/NotificationBadge.js +6 -8
- package/dist/components/Pagination/Pagination.d.ts +1 -1
- package/dist/components/Pagination/Pagination.js +8 -10
- package/dist/components/ProgressIndicator/ProgressIndicator.js +9 -11
- package/dist/components/RadioButton/RadioButton.d.ts +1 -1
- package/dist/components/RadioButton/RadioButton.js +14 -15
- package/dist/components/Search/Search.d.ts +1 -1
- package/dist/components/Search/Search.js +17 -21
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Select/Select.js +16 -17
- package/dist/components/Switch/Switch.js +13 -14
- package/dist/components/Tabs/TabItem.d.ts +1 -1
- package/dist/components/Tabs/TabItem.js +8 -10
- package/dist/components/Tabs/Tabs.js +8 -10
- package/dist/components/TextArea/TextArea.js +8 -10
- package/dist/components/TextField/TextField.js +6 -7
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.js +8 -10
- package/dist/components/Tooltip/Tooltip.js +17 -19
- package/dist/components/TopAppBar/TopAppBar.js +14 -16
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/use-avatar.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/use-checkbox.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/use-dialog.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/use-pagination.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/presence/use-presence.js +2 -2
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/use-radio-group.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/switch/use-switch.js +3 -3
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/use-tabs.js +3 -3
- package/dist/node_modules/@serendie/design-token/dist/panda-tokens.js +326 -326
- package/dist/node_modules/@serendie/design-token/dist/tokens.js +326 -326
- package/dist/node_modules/@zag-js/checkbox/dist/index.js +10 -10
- package/dist/node_modules/@zag-js/combobox/dist/index.js +4 -4
- package/dist/node_modules/@zag-js/menu/dist/index.js +31 -31
- package/dist/node_modules/@zag-js/radio-group/dist/index.js +10 -10
- package/dist/node_modules/@zag-js/select/dist/index.js +11 -11
- package/dist/node_modules/@zag-js/switch/dist/index.js +10 -10
- package/dist/node_modules/@zag-js/tabs/dist/index.js +12 -12
- package/dist/node_modules/@zag-js/toast/dist/index.js +5 -5
- package/dist/node_modules/@zag-js/tooltip/dist/index.js +4 -4
- package/dist/styled-system/css/css.js +3 -3
- package/dist/styled-system/jsx/factory.js +12 -12
- package/dist/styled-system/patterns/box.js +3 -4
- package/dist/styled-system/tokens/index.js +71 -71
- package/dist/styles.css +1 -1
- package/package.json +9 -1
- package/styled-system/themes/theme-asagi.json +1 -1
- package/styled-system/themes/theme-kurikawa.json +1 -1
- package/styled-system/themes/theme-sumire.json +1 -1
- package/styled-system/themes/theme-tsutsuji.json +1 -1
- package/styled-system/tokens/index.js +71 -71
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { contains as q, MAX_Z_INDEX as X, raf as N, dataAttr as D, addDomEvent as L } from "../../dom-query/dist/index.js";
|
|
2
2
|
import { createAnatomy as Q } from "../../anatomy/dist/index.js";
|
|
3
3
|
import { createMachine as K, createGuards as Y } from "../../core/dist/index.js";
|
|
4
4
|
import { trackDismissableBranch as Z } from "../../dismissable/dist/index.js";
|
|
@@ -288,7 +288,7 @@ var lt = K({
|
|
|
288
288
|
});
|
|
289
289
|
},
|
|
290
290
|
trackHotKeyPress({ prop: t, send: e }) {
|
|
291
|
-
return
|
|
291
|
+
return L(document, "keydown", (s) => {
|
|
292
292
|
const { hotkey: r } = t("store").attrs;
|
|
293
293
|
r.every((c) => s[c] || s.code === c) && e({ type: "DOC.HOTKEY" });
|
|
294
294
|
}, { capture: !0 });
|
|
@@ -297,7 +297,7 @@ var lt = K({
|
|
|
297
297
|
const { pauseOnPageIdle: s } = t("store").attrs;
|
|
298
298
|
if (!s) return;
|
|
299
299
|
const r = i.getDoc();
|
|
300
|
-
return
|
|
300
|
+
return L(r, "visibilitychange", () => {
|
|
301
301
|
const a = r.visibilityState === "hidden";
|
|
302
302
|
e({ type: a ? "PAUSE_ALL" : "RESUME_ALL" });
|
|
303
303
|
});
|
|
@@ -604,7 +604,7 @@ var { not: ut } = Y(), Ot = K({
|
|
|
604
604
|
},
|
|
605
605
|
trackHeight({ scope: t, prop: e }) {
|
|
606
606
|
let i;
|
|
607
|
-
return
|
|
607
|
+
return N(() => {
|
|
608
608
|
const s = U(t);
|
|
609
609
|
if (!s) return;
|
|
610
610
|
const r = () => {
|
|
@@ -629,7 +629,7 @@ var { not: ut } = Y(), Ot = K({
|
|
|
629
629
|
},
|
|
630
630
|
actions: {
|
|
631
631
|
setMounted({ context: t }) {
|
|
632
|
-
|
|
632
|
+
N(() => {
|
|
633
633
|
t.set("mounted", !0);
|
|
634
634
|
});
|
|
635
635
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createAnatomy as M } from "../../anatomy/dist/index.js";
|
|
2
|
-
import { addDomEvent as u, getOverflowAncestors as D,
|
|
2
|
+
import { addDomEvent as u, getOverflowAncestors as D, dataAttr as E, isLeftClick as I, isComposingEvent as V } from "../../dom-query/dist/index.js";
|
|
3
3
|
import { trackFocusVisible as T, isFocusVisible as S } from "../../focus-visible/dist/index.js";
|
|
4
4
|
import { getPlacement as k, getPlacementStyles as F } from "../../popper/dist/index.js";
|
|
5
5
|
import { subscribe as A, proxy as G } from "../../store/dist/index.js";
|
|
@@ -36,7 +36,7 @@ function X(e, t) {
|
|
|
36
36
|
...d.trigger.attrs,
|
|
37
37
|
id: h,
|
|
38
38
|
dir: n("dir"),
|
|
39
|
-
"data-expanded":
|
|
39
|
+
"data-expanded": E(p),
|
|
40
40
|
"data-state": p ? "open" : "closed",
|
|
41
41
|
"aria-describedby": p ? y : void 0,
|
|
42
42
|
onClick(i) {
|
|
@@ -51,7 +51,7 @@ function X(e, t) {
|
|
|
51
51
|
i.defaultPrevented || c || f === l.id && r({ type: "close", src: "trigger.blur" });
|
|
52
52
|
},
|
|
53
53
|
onPointerDown(i) {
|
|
54
|
-
i.defaultPrevented || c ||
|
|
54
|
+
i.defaultPrevented || c || I(i) && n("closeOnPointerDown") && f === l.id && r({ type: "close", src: "trigger.pointerdown" });
|
|
55
55
|
},
|
|
56
56
|
onPointerMove(i) {
|
|
57
57
|
i.defaultPrevented || c || i.pointerType !== "touch" && r({ type: "pointer.move" });
|
|
@@ -416,7 +416,7 @@ var { and: N, not: C } = L(), Y = K({
|
|
|
416
416
|
}), () => o == null ? void 0 : o();
|
|
417
417
|
},
|
|
418
418
|
trackEscapeKey: ({ send: e, prop: t }) => t("closeOnEscape") ? u(document, "keydown", (s) => {
|
|
419
|
-
|
|
419
|
+
V(s) || s.key === "Escape" && (s.stopPropagation(), e({ type: "close", src: "keydown.escape" }));
|
|
420
420
|
}, !0) : void 0,
|
|
421
421
|
waitForOpenDelay: ({ send: e, prop: t }) => {
|
|
422
422
|
const o = setTimeout(() => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createCss as b, createMergeCss as g, hypenateProperty as p, withoutSpace as m } from "../helpers.js";
|
|
2
2
|
import { finalizeConditions as h, sortConditions as f } from "./conditions.js";
|
|
3
3
|
const u = "aspectRatio:asp,boxDecorationBreak:bx-db,zIndex:z,boxSizing:bx-s,objectPosition:obj-p,objectFit:obj-f,overscrollBehavior:ovs-b,overscrollBehaviorX:ovs-bx,overscrollBehaviorY:ovs-by,position:pos/1,top:top,left:left,inset:inset,insetInline:inset-x/insetX,insetBlock:inset-y/insetY,insetBlockEnd:inset-be,insetBlockStart:inset-bs,insetInlineEnd:inset-e/insetEnd/end,insetInlineStart:inset-s/insetStart/start,right:right,bottom:bottom,float:float,visibility:vis,display:d,hideFrom:hide,hideBelow:show,flexBasis:flex-b,flex:flex,flexDirection:flex-d/flexDir,flexGrow:flex-g,flexShrink:flex-sh,gridTemplateColumns:grid-tc,gridTemplateRows:grid-tr,gridColumn:grid-c,gridRow:grid-r,gridColumnStart:grid-cs,gridColumnEnd:grid-ce,gridAutoFlow:grid-af,gridAutoColumns:grid-ac,gridAutoRows:grid-ar,gap:gap,gridGap:grid-g,gridRowGap:grid-rg,gridColumnGap:grid-cg,rowGap:rg,columnGap:cg,justifyContent:jc,alignContent:ac,alignItems:ai,alignSelf:as,padding:p/1,paddingLeft:pl/1,paddingRight:pr/1,paddingTop:pt/1,paddingBottom:pb/1,paddingBlock:py/1/paddingY,paddingBlockEnd:pbe,paddingBlockStart:pbs,paddingInline:px/paddingX/1,paddingInlineEnd:pe/1/paddingEnd,paddingInlineStart:ps/1/paddingStart,marginLeft:ml/1,marginRight:mr/1,marginTop:mt/1,marginBottom:mb/1,margin:m/1,marginBlock:my/1/marginY,marginBlockEnd:mbe,marginBlockStart:mbs,marginInline:mx/1/marginX,marginInlineEnd:me/1/marginEnd,marginInlineStart:ms/1/marginStart,spaceX:sx,spaceY:sy,outlineWidth:ring-w/ringWidth,outlineColor:ring-c/ringColor,outline:ring/1,outlineOffset:ring-o/ringOffset,divideX:dvd-x,divideY:dvd-y,divideColor:dvd-c,divideStyle:dvd-s,width:w/1,inlineSize:w-is,minWidth:min-w/minW,minInlineSize:min-w-is,maxWidth:max-w/maxW,maxInlineSize:max-w-is,height:h/1,blockSize:h-bs,minHeight:min-h/minH,minBlockSize:min-h-bs,maxHeight:max-h/maxH,maxBlockSize:max-b,color:c,fontFamily:ff,fontSize:fs,fontSizeAdjust:fs-a,fontPalette:fp,fontKerning:fk,fontFeatureSettings:ff-s,fontWeight:fw,fontSmoothing:fsmt,fontVariant:fv,fontVariantAlternates:fv-alt,fontVariantCaps:fv-caps,fontVariationSettings:fv-s,fontVariantNumeric:fv-num,letterSpacing:ls,lineHeight:lh,textAlign:ta,textDecoration:td,textDecorationColor:td-c,textEmphasisColor:te-c,textDecorationStyle:td-s,textDecorationThickness:td-t,textUnderlineOffset:tu-o,textTransform:tt,textIndent:ti,textShadow:tsh,textShadowColor:tsh-c/textShadowColor,textOverflow:tov,verticalAlign:va,wordBreak:wb,textWrap:tw,truncate:trunc,lineClamp:lc,listStyleType:li-t,listStylePosition:li-pos,listStyleImage:li-img,listStyle:li-s,backgroundPosition:bg-p/bgPosition,backgroundPositionX:bg-p-x/bgPositionX,backgroundPositionY:bg-p-y/bgPositionY,backgroundAttachment:bg-a/bgAttachment,backgroundClip:bg-cp/bgClip,background:bg/1,backgroundColor:bg-c/bgColor,backgroundOrigin:bg-o/bgOrigin,backgroundImage:bg-i/bgImage,backgroundRepeat:bg-r/bgRepeat,backgroundBlendMode:bg-bm/bgBlendMode,backgroundSize:bg-s/bgSize,backgroundGradient:bg-grad/bgGradient,textGradient:txt-grad,gradientFromPosition:grad-from-pos,gradientToPosition:grad-to-pos,gradientFrom:grad-from,gradientTo:grad-to,gradientVia:grad-via,gradientViaPosition:grad-via-pos,borderRadius:bdr/rounded,borderTopLeftRadius:bdr-tl/roundedTopLeft,borderTopRightRadius:bdr-tr/roundedTopRight,borderBottomRightRadius:bdr-br/roundedBottomRight,borderBottomLeftRadius:bdr-bl/roundedBottomLeft,borderTopRadius:bdr-t/roundedTop,borderRightRadius:bdr-r/roundedRight,borderBottomRadius:bdr-b/roundedBottom,borderLeftRadius:bdr-l/roundedLeft,borderStartStartRadius:bdr-ss/roundedStartStart,borderStartEndRadius:bdr-se/roundedStartEnd,borderStartRadius:bdr-s/roundedStart,borderEndStartRadius:bdr-es/roundedEndStart,borderEndEndRadius:bdr-ee/roundedEndEnd,borderEndRadius:bdr-e/roundedEnd,border:bd,borderWidth:bd-w,borderTopWidth:bd-t-w,borderLeftWidth:bd-l-w,borderRightWidth:bd-r-w,borderBottomWidth:bd-b-w,borderColor:bd-c,borderInline:bd-x/borderX,borderInlineWidth:bd-x-w/borderXWidth,borderInlineColor:bd-x-c/borderXColor,borderBlock:bd-y/borderY,borderBlockWidth:bd-y-w/borderYWidth,borderBlockColor:bd-y-c/borderYColor,borderLeft:bd-l,borderLeftColor:bd-l-c,borderInlineStart:bd-s/borderStart,borderInlineStartWidth:bd-s-w/borderStartWidth,borderInlineStartColor:bd-s-c/borderStartColor,borderRight:bd-r,borderRightColor:bd-r-c,borderInlineEnd:bd-e/borderEnd,borderInlineEndWidth:bd-e-w/borderEndWidth,borderInlineEndColor:bd-e-c/borderEndColor,borderTop:bd-t,borderTopColor:bd-t-c,borderBottom:bd-b,borderBottomColor:bd-b-c,borderBlockEnd:bd-be,borderBlockEndColor:bd-be-c,borderBlockStart:bd-bs,borderBlockStartColor:bd-bs-c,opacity:op,boxShadow:bx-sh/shadow,boxShadowColor:bx-sh-c/shadowColor,mixBlendMode:mix-bm,filter:filter,brightness:brightness,contrast:contrast,grayscale:grayscale,hueRotate:hue-rotate,invert:invert,saturate:saturate,sepia:sepia,dropShadow:drop-shadow,blur:blur,backdropFilter:bkdp,backdropBlur:bkdp-blur,backdropBrightness:bkdp-brightness,backdropContrast:bkdp-contrast,backdropGrayscale:bkdp-grayscale,backdropHueRotate:bkdp-hue-rotate,backdropInvert:bkdp-invert,backdropOpacity:bkdp-opacity,backdropSaturate:bkdp-saturate,backdropSepia:bkdp-sepia,borderCollapse:bd-cl,borderSpacing:bd-sp,borderSpacingX:bd-sx,borderSpacingY:bd-sy,tableLayout:tbl,transitionTimingFunction:trs-tmf,transitionDelay:trs-dly,transitionDuration:trs-dur,transitionProperty:trs-prop,transition:trs,animation:anim,animationName:anim-n,animationTimingFunction:anim-tmf,animationDuration:anim-dur,animationDelay:anim-dly,animationPlayState:anim-ps,animationComposition:anim-comp,animationFillMode:anim-fm,animationDirection:anim-dir,animationIterationCount:anim-ic,animationRange:anim-r,animationState:anim-s,animationRangeStart:anim-rs,animationRangeEnd:anim-re,animationTimeline:anim-tl,transformOrigin:trf-o,transformBox:trf-b,transformStyle:trf-s,transform:trf,rotate:rotate,rotateX:rotate-x,rotateY:rotate-y,rotateZ:rotate-z,scale:scale,scaleX:scale-x,scaleY:scale-y,translate:translate,translateX:translate-x/x,translateY:translate-y/y,translateZ:translate-z/z,accentColor:ac-c,caretColor:ca-c,scrollBehavior:scr-bhv,scrollbar:scr-bar,scrollbarColor:scr-bar-c,scrollbarGutter:scr-bar-g,scrollbarWidth:scr-bar-w,scrollMargin:scr-m,scrollMarginLeft:scr-ml,scrollMarginRight:scr-mr,scrollMarginTop:scr-mt,scrollMarginBottom:scr-mb,scrollMarginBlock:scr-my/scrollMarginY,scrollMarginBlockEnd:scr-mbe,scrollMarginBlockStart:scr-mbt,scrollMarginInline:scr-mx/scrollMarginX,scrollMarginInlineEnd:scr-me,scrollMarginInlineStart:scr-ms,scrollPadding:scr-p,scrollPaddingBlock:scr-py/scrollPaddingY,scrollPaddingBlockStart:scr-pbs,scrollPaddingBlockEnd:scr-pbe,scrollPaddingInline:scr-px/scrollPaddingX,scrollPaddingInlineEnd:scr-pe,scrollPaddingInlineStart:scr-ps,scrollPaddingLeft:scr-pl,scrollPaddingRight:scr-pr,scrollPaddingTop:scr-pt,scrollPaddingBottom:scr-pb,scrollSnapAlign:scr-sa,scrollSnapStop:scrs-s,scrollSnapType:scrs-t,scrollSnapStrictness:scrs-strt,scrollSnapMargin:scrs-m,scrollSnapMarginTop:scrs-mt,scrollSnapMarginBottom:scrs-mb,scrollSnapMarginLeft:scrs-ml,scrollSnapMarginRight:scrs-mr,scrollSnapCoordinate:scrs-c,scrollSnapDestination:scrs-d,scrollSnapPointsX:scrs-px,scrollSnapPointsY:scrs-py,scrollSnapTypeX:scrs-tx,scrollSnapTypeY:scrs-ty,scrollTimeline:scrtl,scrollTimelineAxis:scrtl-a,scrollTimelineName:scrtl-n,touchAction:tch-a,userSelect:us,overflow:ov,overflowWrap:ov-wrap,overflowX:ov-x,overflowY:ov-y,overflowAnchor:ov-a,overflowBlock:ov-b,overflowInline:ov-i,overflowClipBox:ovcp-bx,overflowClipMargin:ovcp-m,overscrollBehaviorBlock:ovs-bb,overscrollBehaviorInline:ovs-bi,fill:fill,stroke:stk,strokeWidth:stk-w,strokeDasharray:stk-dsh,strokeDashoffset:stk-do,strokeLinecap:stk-lc,strokeLinejoin:stk-lj,strokeMiterlimit:stk-ml,strokeOpacity:stk-op,srOnly:sr,debug:debug,appearance:ap,backfaceVisibility:bfv,clipPath:cp-path,hyphens:hy,mask:msk,maskImage:msk-i,maskSize:msk-s,textSizeAdjust:txt-adj,container:cq,containerName:cq-n,containerType:cq-t,cursor:cursor,textStyle:textStyle", d = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
|
|
4
4
|
u.split(",").forEach((r) => {
|
|
@@ -22,9 +22,9 @@ const a = (r) => s.get(r) || r, l = {
|
|
|
22
22
|
toHash: (r, t) => t(r.join(":")),
|
|
23
23
|
resolveShorthand: a
|
|
24
24
|
}
|
|
25
|
-
}, S =
|
|
25
|
+
}, S = b(l), k = (...r) => S(c(...r));
|
|
26
26
|
k.raw = (...r) => c(...r);
|
|
27
|
-
const { mergeCss: c } =
|
|
27
|
+
const { mergeCss: c } = g(l);
|
|
28
28
|
export {
|
|
29
29
|
k as css,
|
|
30
30
|
c as mergeCss
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { forwardRef as J, useMemo as w, createElement as L } from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultShouldForwardProp as R, composeCvaFn as T, composeShouldForwardProps as $, getDisplayName as g } from "./factory-helper.js";
|
|
3
|
+
import { splitProps as q, normalizeHTMLProps as h } from "../helpers.js";
|
|
4
|
+
import { isCssProperty as B } from "./is-valid-prop.js";
|
|
5
|
+
import { cva as G } from "../css/cva.js";
|
|
3
6
|
import { cx as F } from "../css/cx.js";
|
|
4
|
-
import {
|
|
5
|
-
import { splitProps as T, normalizeHTMLProps as S } from "../helpers.js";
|
|
6
|
-
import { defaultShouldForwardProp as $, composeCvaFn as g, composeShouldForwardProps as q, getDisplayName as B } from "./factory-helper.js";
|
|
7
|
-
import { isCssProperty as G } from "./is-valid-prop.js";
|
|
7
|
+
import { css as S } from "../css/css.js";
|
|
8
8
|
function m(o, s = {}, r = {}) {
|
|
9
|
-
const n = s.__cva__ || s.__recipe__ ? s :
|
|
9
|
+
const n = s.__cva__ || s.__recipe__ ? s : G(s), b = r.shouldForwardProp || R, u = (i) => b(i, n.variantKeys), N = Object.assign(
|
|
10
10
|
r.dataAttr && s.__name__ ? { "data-recipe": s.__name__ } : {},
|
|
11
11
|
r.defaultProps
|
|
12
|
-
), t =
|
|
13
|
-
const { as: C = _, children: E, ...P } = M, a = w(() => Object.assign({}, N, P), [P]), [K, V, c, y, k] = w(() =>
|
|
12
|
+
), t = T(o.__cva__, n), v = $(o, u), _ = o.__base__ || o, e = /* @__PURE__ */ J(function(M, j) {
|
|
13
|
+
const { as: C = _, children: E, ...P } = M, a = w(() => Object.assign({}, N, P), [P]), [K, V, c, y, k] = w(() => q(a, h.keys, v, t.variantKeys, B), [a]);
|
|
14
14
|
function z() {
|
|
15
15
|
var f;
|
|
16
16
|
const { css: p, ...l } = y, d = (f = t.__getCompoundVariantCss__) == null ? void 0 : f.call(t, c);
|
|
17
|
-
return F(t(c, !1),
|
|
17
|
+
return F(t(c, !1), S(d, l, p), a.className);
|
|
18
18
|
}
|
|
19
19
|
function A() {
|
|
20
20
|
const { css: p, ...l } = y, d = t.raw(c);
|
|
21
|
-
return F(
|
|
21
|
+
return F(S(d, l, p), a.className);
|
|
22
22
|
}
|
|
23
23
|
const H = s.__recipe__ ? z : A;
|
|
24
24
|
return L(C, {
|
|
25
25
|
ref: j,
|
|
26
26
|
...V,
|
|
27
27
|
...k,
|
|
28
|
-
...
|
|
28
|
+
...h(K),
|
|
29
29
|
className: H()
|
|
30
30
|
}, a.children ?? E);
|
|
31
|
-
}), x =
|
|
31
|
+
}), x = g(_);
|
|
32
32
|
return e.displayName = `styled.${x}`, e.__cva__ = t, e.__base__ = _, e.__shouldForwardProps__ = u, e;
|
|
33
33
|
}
|
|
34
34
|
function I() {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { getPatternStyles as
|
|
2
|
-
import "../css/css.js";
|
|
1
|
+
import { getPatternStyles as o, patternFns as e } from "../helpers.js";
|
|
3
2
|
const r = {
|
|
4
3
|
transform(t) {
|
|
5
4
|
return t;
|
|
6
5
|
}
|
|
7
6
|
}, a = (t = {}) => {
|
|
8
|
-
const
|
|
9
|
-
return r.transform(
|
|
7
|
+
const n = o(r, t);
|
|
8
|
+
return r.transform(n, e);
|
|
10
9
|
};
|
|
11
10
|
export {
|
|
12
11
|
a as getBoxStyle
|
|
@@ -24,19 +24,19 @@ const l = {
|
|
|
24
24
|
variable: "var(--colors-sd-reference-color-scale-transparency-wh60)"
|
|
25
25
|
},
|
|
26
26
|
"colors.sd.reference.color.scale.gray.100": {
|
|
27
|
-
value: "#
|
|
27
|
+
value: "#F0F0F0",
|
|
28
28
|
variable: "var(--colors-sd-reference-color-scale-gray-100)"
|
|
29
29
|
},
|
|
30
30
|
"colors.sd.reference.color.scale.gray.200": {
|
|
31
|
-
value: "#
|
|
31
|
+
value: "#E4E4E3",
|
|
32
32
|
variable: "var(--colors-sd-reference-color-scale-gray-200)"
|
|
33
33
|
},
|
|
34
34
|
"colors.sd.reference.color.scale.gray.300": {
|
|
35
|
-
value: "#
|
|
35
|
+
value: "#D1D0CD",
|
|
36
36
|
variable: "var(--colors-sd-reference-color-scale-gray-300)"
|
|
37
37
|
},
|
|
38
38
|
"colors.sd.reference.color.scale.gray.400": {
|
|
39
|
-
value: "#
|
|
39
|
+
value: "#B1B0AE",
|
|
40
40
|
variable: "var(--colors-sd-reference-color-scale-gray-400)"
|
|
41
41
|
},
|
|
42
42
|
"colors.sd.reference.color.scale.gray.500": {
|
|
@@ -44,15 +44,15 @@ const l = {
|
|
|
44
44
|
variable: "var(--colors-sd-reference-color-scale-gray-500)"
|
|
45
45
|
},
|
|
46
46
|
"colors.sd.reference.color.scale.gray.600": {
|
|
47
|
-
value: "#
|
|
47
|
+
value: "#6F6F6F",
|
|
48
48
|
variable: "var(--colors-sd-reference-color-scale-gray-600)"
|
|
49
49
|
},
|
|
50
50
|
"colors.sd.reference.color.scale.gray.700": {
|
|
51
|
-
value: "#
|
|
51
|
+
value: "#575757",
|
|
52
52
|
variable: "var(--colors-sd-reference-color-scale-gray-700)"
|
|
53
53
|
},
|
|
54
54
|
"colors.sd.reference.color.scale.gray.800": {
|
|
55
|
-
value: "#
|
|
55
|
+
value: "#424242",
|
|
56
56
|
variable: "var(--colors-sd-reference-color-scale-gray-800)"
|
|
57
57
|
},
|
|
58
58
|
"colors.sd.reference.color.scale.gray.900": {
|
|
@@ -68,11 +68,11 @@ const l = {
|
|
|
68
68
|
variable: "var(--colors-sd-reference-color-scale-red-100)"
|
|
69
69
|
},
|
|
70
70
|
"colors.sd.reference.color.scale.red.200": {
|
|
71
|
-
value: "#
|
|
71
|
+
value: "#FFDCDA",
|
|
72
72
|
variable: "var(--colors-sd-reference-color-scale-red-200)"
|
|
73
73
|
},
|
|
74
74
|
"colors.sd.reference.color.scale.red.300": {
|
|
75
|
-
value: "#
|
|
75
|
+
value: "#FFC0BB",
|
|
76
76
|
variable: "var(--colors-sd-reference-color-scale-red-300)"
|
|
77
77
|
},
|
|
78
78
|
"colors.sd.reference.color.scale.red.400": {
|
|
@@ -80,11 +80,11 @@ const l = {
|
|
|
80
80
|
variable: "var(--colors-sd-reference-color-scale-red-400)"
|
|
81
81
|
},
|
|
82
82
|
"colors.sd.reference.color.scale.red.500": {
|
|
83
|
-
value: "#
|
|
83
|
+
value: "#F64157",
|
|
84
84
|
variable: "var(--colors-sd-reference-color-scale-red-500)"
|
|
85
85
|
},
|
|
86
86
|
"colors.sd.reference.color.scale.red.600": {
|
|
87
|
-
value: "#
|
|
87
|
+
value: "#D00138",
|
|
88
88
|
variable: "var(--colors-sd-reference-color-scale-red-600)"
|
|
89
89
|
},
|
|
90
90
|
"colors.sd.reference.color.scale.red.700": {
|
|
@@ -96,11 +96,11 @@ const l = {
|
|
|
96
96
|
variable: "var(--colors-sd-reference-color-scale-red-800)"
|
|
97
97
|
},
|
|
98
98
|
"colors.sd.reference.color.scale.red.900": {
|
|
99
|
-
value: "#
|
|
99
|
+
value: "#600114",
|
|
100
100
|
variable: "var(--colors-sd-reference-color-scale-red-900)"
|
|
101
101
|
},
|
|
102
102
|
"colors.sd.reference.color.scale.red.1000": {
|
|
103
|
-
value: "#
|
|
103
|
+
value: "#400109",
|
|
104
104
|
variable: "var(--colors-sd-reference-color-scale-red-1000)"
|
|
105
105
|
},
|
|
106
106
|
"colors.sd.reference.color.scale.chestnut.100": {
|
|
@@ -108,31 +108,31 @@ const l = {
|
|
|
108
108
|
variable: "var(--colors-sd-reference-color-scale-chestnut-100)"
|
|
109
109
|
},
|
|
110
110
|
"colors.sd.reference.color.scale.chestnut.200": {
|
|
111
|
-
value: "#
|
|
111
|
+
value: "#FDDDCE",
|
|
112
112
|
variable: "var(--colors-sd-reference-color-scale-chestnut-200)"
|
|
113
113
|
},
|
|
114
114
|
"colors.sd.reference.color.scale.chestnut.300": {
|
|
115
|
-
value: "#
|
|
115
|
+
value: "#FCC4AB",
|
|
116
116
|
variable: "var(--colors-sd-reference-color-scale-chestnut-300)"
|
|
117
117
|
},
|
|
118
118
|
"colors.sd.reference.color.scale.chestnut.400": {
|
|
119
|
-
value: "#
|
|
119
|
+
value: "#F49972",
|
|
120
120
|
variable: "var(--colors-sd-reference-color-scale-chestnut-400)"
|
|
121
121
|
},
|
|
122
122
|
"colors.sd.reference.color.scale.chestnut.500": {
|
|
123
|
-
value: "#
|
|
123
|
+
value: "#DC6733",
|
|
124
124
|
variable: "var(--colors-sd-reference-color-scale-chestnut-500)"
|
|
125
125
|
},
|
|
126
126
|
"colors.sd.reference.color.scale.chestnut.600": {
|
|
127
|
-
value: "#
|
|
127
|
+
value: "#B54E1B",
|
|
128
128
|
variable: "var(--colors-sd-reference-color-scale-chestnut-600)"
|
|
129
129
|
},
|
|
130
130
|
"colors.sd.reference.color.scale.chestnut.700": {
|
|
131
|
-
value: "#
|
|
131
|
+
value: "#8F3D15",
|
|
132
132
|
variable: "var(--colors-sd-reference-color-scale-chestnut-700)"
|
|
133
133
|
},
|
|
134
134
|
"colors.sd.reference.color.scale.chestnut.800": {
|
|
135
|
-
value: "#
|
|
135
|
+
value: "#702D0D",
|
|
136
136
|
variable: "var(--colors-sd-reference-color-scale-chestnut-800)"
|
|
137
137
|
},
|
|
138
138
|
"colors.sd.reference.color.scale.chestnut.900": {
|
|
@@ -144,35 +144,35 @@ const l = {
|
|
|
144
144
|
variable: "var(--colors-sd-reference-color-scale-chestnut-1000)"
|
|
145
145
|
},
|
|
146
146
|
"colors.sd.reference.color.scale.beige.100": {
|
|
147
|
-
value: "#
|
|
147
|
+
value: "#FDF5EC",
|
|
148
148
|
variable: "var(--colors-sd-reference-color-scale-beige-100)"
|
|
149
149
|
},
|
|
150
150
|
"colors.sd.reference.color.scale.beige.200": {
|
|
151
|
-
value: "#
|
|
151
|
+
value: "#F6E0C6",
|
|
152
152
|
variable: "var(--colors-sd-reference-color-scale-beige-200)"
|
|
153
153
|
},
|
|
154
154
|
"colors.sd.reference.color.scale.beige.300": {
|
|
155
|
-
value: "#
|
|
155
|
+
value: "#F0CC9E",
|
|
156
156
|
variable: "var(--colors-sd-reference-color-scale-beige-300)"
|
|
157
157
|
},
|
|
158
158
|
"colors.sd.reference.color.scale.beige.400": {
|
|
159
|
-
value: "#
|
|
159
|
+
value: "#DEB074",
|
|
160
160
|
variable: "var(--colors-sd-reference-color-scale-beige-400)"
|
|
161
161
|
},
|
|
162
162
|
"colors.sd.reference.color.scale.beige.500": {
|
|
163
|
-
value: "#
|
|
163
|
+
value: "#AE8144",
|
|
164
164
|
variable: "var(--colors-sd-reference-color-scale-beige-500)"
|
|
165
165
|
},
|
|
166
166
|
"colors.sd.reference.color.scale.beige.600": {
|
|
167
|
-
value: "#
|
|
167
|
+
value: "#8D6735",
|
|
168
168
|
variable: "var(--colors-sd-reference-color-scale-beige-600)"
|
|
169
169
|
},
|
|
170
170
|
"colors.sd.reference.color.scale.beige.700": {
|
|
171
|
-
value: "#
|
|
171
|
+
value: "#70522A",
|
|
172
172
|
variable: "var(--colors-sd-reference-color-scale-beige-700)"
|
|
173
173
|
},
|
|
174
174
|
"colors.sd.reference.color.scale.beige.800": {
|
|
175
|
-
value: "#
|
|
175
|
+
value: "#573F1D",
|
|
176
176
|
variable: "var(--colors-sd-reference-color-scale-beige-800)"
|
|
177
177
|
},
|
|
178
178
|
"colors.sd.reference.color.scale.beige.900": {
|
|
@@ -184,35 +184,35 @@ const l = {
|
|
|
184
184
|
variable: "var(--colors-sd-reference-color-scale-beige-1000)"
|
|
185
185
|
},
|
|
186
186
|
"colors.sd.reference.color.scale.yellow.100": {
|
|
187
|
-
value: "#
|
|
187
|
+
value: "#FAF4E3",
|
|
188
188
|
variable: "var(--colors-sd-reference-color-scale-yellow-100)"
|
|
189
189
|
},
|
|
190
190
|
"colors.sd.reference.color.scale.yellow.200": {
|
|
191
|
-
value: "#
|
|
191
|
+
value: "#FCE998",
|
|
192
192
|
variable: "var(--colors-sd-reference-color-scale-yellow-200)"
|
|
193
193
|
},
|
|
194
194
|
"colors.sd.reference.color.scale.yellow.300": {
|
|
195
|
-
value: "#
|
|
195
|
+
value: "#EDD857",
|
|
196
196
|
variable: "var(--colors-sd-reference-color-scale-yellow-300)"
|
|
197
197
|
},
|
|
198
198
|
"colors.sd.reference.color.scale.yellow.400": {
|
|
199
|
-
value: "#
|
|
199
|
+
value: "#DEC400",
|
|
200
200
|
variable: "var(--colors-sd-reference-color-scale-yellow-400)"
|
|
201
201
|
},
|
|
202
202
|
"colors.sd.reference.color.scale.yellow.500": {
|
|
203
|
-
value: "#
|
|
203
|
+
value: "#A78E00",
|
|
204
204
|
variable: "var(--colors-sd-reference-color-scale-yellow-500)"
|
|
205
205
|
},
|
|
206
206
|
"colors.sd.reference.color.scale.yellow.600": {
|
|
207
|
-
value: "#
|
|
207
|
+
value: "#816E00",
|
|
208
208
|
variable: "var(--colors-sd-reference-color-scale-yellow-600)"
|
|
209
209
|
},
|
|
210
210
|
"colors.sd.reference.color.scale.yellow.700": {
|
|
211
|
-
value: "#
|
|
211
|
+
value: "#645600",
|
|
212
212
|
variable: "var(--colors-sd-reference-color-scale-yellow-700)"
|
|
213
213
|
},
|
|
214
214
|
"colors.sd.reference.color.scale.yellow.800": {
|
|
215
|
-
value: "#
|
|
215
|
+
value: "#514400",
|
|
216
216
|
variable: "var(--colors-sd-reference-color-scale-yellow-800)"
|
|
217
217
|
},
|
|
218
218
|
"colors.sd.reference.color.scale.yellow.900": {
|
|
@@ -224,35 +224,35 @@ const l = {
|
|
|
224
224
|
variable: "var(--colors-sd-reference-color-scale-yellow-1000)"
|
|
225
225
|
},
|
|
226
226
|
"colors.sd.reference.color.scale.green.100": {
|
|
227
|
-
value: "#
|
|
227
|
+
value: "#DBF5EA",
|
|
228
228
|
variable: "var(--colors-sd-reference-color-scale-green-100)"
|
|
229
229
|
},
|
|
230
230
|
"colors.sd.reference.color.scale.green.200": {
|
|
231
|
-
value: "#
|
|
231
|
+
value: "#BCEEDD",
|
|
232
232
|
variable: "var(--colors-sd-reference-color-scale-green-200)"
|
|
233
233
|
},
|
|
234
234
|
"colors.sd.reference.color.scale.green.300": {
|
|
235
|
-
value: "#
|
|
235
|
+
value: "#90E4C7",
|
|
236
236
|
variable: "var(--colors-sd-reference-color-scale-green-300)"
|
|
237
237
|
},
|
|
238
238
|
"colors.sd.reference.color.scale.green.400": {
|
|
239
|
-
value: "#
|
|
239
|
+
value: "#46D2A2",
|
|
240
240
|
variable: "var(--colors-sd-reference-color-scale-green-400)"
|
|
241
241
|
},
|
|
242
242
|
"colors.sd.reference.color.scale.green.500": {
|
|
243
|
-
value: "#
|
|
243
|
+
value: "#2EAB80",
|
|
244
244
|
variable: "var(--colors-sd-reference-color-scale-green-500)"
|
|
245
245
|
},
|
|
246
246
|
"colors.sd.reference.color.scale.green.600": {
|
|
247
|
-
value: "#
|
|
247
|
+
value: "#2C7C60",
|
|
248
248
|
variable: "var(--colors-sd-reference-color-scale-green-600)"
|
|
249
249
|
},
|
|
250
250
|
"colors.sd.reference.color.scale.green.700": {
|
|
251
|
-
value: "#
|
|
251
|
+
value: "#146348",
|
|
252
252
|
variable: "var(--colors-sd-reference-color-scale-green-700)"
|
|
253
253
|
},
|
|
254
254
|
"colors.sd.reference.color.scale.green.800": {
|
|
255
|
-
value: "#
|
|
255
|
+
value: "#174A38",
|
|
256
256
|
variable: "var(--colors-sd-reference-color-scale-green-800)"
|
|
257
257
|
},
|
|
258
258
|
"colors.sd.reference.color.scale.green.900": {
|
|
@@ -268,31 +268,31 @@ const l = {
|
|
|
268
268
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-100)"
|
|
269
269
|
},
|
|
270
270
|
"colors.sd.reference.color.scale.skyBlue.200": {
|
|
271
|
-
value: "#
|
|
271
|
+
value: "#C2EAEF",
|
|
272
272
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-200)"
|
|
273
273
|
},
|
|
274
274
|
"colors.sd.reference.color.scale.skyBlue.300": {
|
|
275
|
-
value: "#
|
|
275
|
+
value: "#8DDDE3",
|
|
276
276
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-300)"
|
|
277
277
|
},
|
|
278
278
|
"colors.sd.reference.color.scale.skyBlue.400": {
|
|
279
|
-
value: "#
|
|
279
|
+
value: "#4ACBD4",
|
|
280
280
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-400)"
|
|
281
281
|
},
|
|
282
282
|
"colors.sd.reference.color.scale.skyBlue.500": {
|
|
283
|
-
value: "#
|
|
283
|
+
value: "#00A0AC",
|
|
284
284
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-500)"
|
|
285
285
|
},
|
|
286
286
|
"colors.sd.reference.color.scale.skyBlue.600": {
|
|
287
|
-
value: "#
|
|
287
|
+
value: "#007882",
|
|
288
288
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-600)"
|
|
289
289
|
},
|
|
290
290
|
"colors.sd.reference.color.scale.skyBlue.700": {
|
|
291
|
-
value: "#
|
|
291
|
+
value: "#006066",
|
|
292
292
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-700)"
|
|
293
293
|
},
|
|
294
294
|
"colors.sd.reference.color.scale.skyBlue.800": {
|
|
295
|
-
value: "#
|
|
295
|
+
value: "#004A4F",
|
|
296
296
|
variable: "var(--colors-sd-reference-color-scale-sky-blue-800)"
|
|
297
297
|
},
|
|
298
298
|
"colors.sd.reference.color.scale.skyBlue.900": {
|
|
@@ -308,11 +308,11 @@ const l = {
|
|
|
308
308
|
variable: "var(--colors-sd-reference-color-scale-blue-100)"
|
|
309
309
|
},
|
|
310
310
|
"colors.sd.reference.color.scale.blue.200": {
|
|
311
|
-
value: "#
|
|
311
|
+
value: "#DDE3FF",
|
|
312
312
|
variable: "var(--colors-sd-reference-color-scale-blue-200)"
|
|
313
313
|
},
|
|
314
314
|
"colors.sd.reference.color.scale.blue.300": {
|
|
315
|
-
value: "#
|
|
315
|
+
value: "#C0CFFD",
|
|
316
316
|
variable: "var(--colors-sd-reference-color-scale-blue-300)"
|
|
317
317
|
},
|
|
318
318
|
"colors.sd.reference.color.scale.blue.400": {
|
|
@@ -320,15 +320,15 @@ const l = {
|
|
|
320
320
|
variable: "var(--colors-sd-reference-color-scale-blue-400)"
|
|
321
321
|
},
|
|
322
322
|
"colors.sd.reference.color.scale.blue.500": {
|
|
323
|
-
value: "#
|
|
323
|
+
value: "#3B86F9",
|
|
324
324
|
variable: "var(--colors-sd-reference-color-scale-blue-500)"
|
|
325
325
|
},
|
|
326
326
|
"colors.sd.reference.color.scale.blue.600": {
|
|
327
|
-
value: "#
|
|
327
|
+
value: "#056AD8",
|
|
328
328
|
variable: "var(--colors-sd-reference-color-scale-blue-600)"
|
|
329
329
|
},
|
|
330
330
|
"colors.sd.reference.color.scale.blue.700": {
|
|
331
|
-
value: "#
|
|
331
|
+
value: "#0353AA",
|
|
332
332
|
variable: "var(--colors-sd-reference-color-scale-blue-700)"
|
|
333
333
|
},
|
|
334
334
|
"colors.sd.reference.color.scale.blue.800": {
|
|
@@ -348,11 +348,11 @@ const l = {
|
|
|
348
348
|
variable: "var(--colors-sd-reference-color-scale-purple-100)"
|
|
349
349
|
},
|
|
350
350
|
"colors.sd.reference.color.scale.purple.200": {
|
|
351
|
-
value: "#
|
|
351
|
+
value: "#EEDEF2",
|
|
352
352
|
variable: "var(--colors-sd-reference-color-scale-purple-200)"
|
|
353
353
|
},
|
|
354
354
|
"colors.sd.reference.color.scale.purple.300": {
|
|
355
|
-
value: "#
|
|
355
|
+
value: "#E1C7E7",
|
|
356
356
|
variable: "var(--colors-sd-reference-color-scale-purple-300)"
|
|
357
357
|
},
|
|
358
358
|
"colors.sd.reference.color.scale.purple.400": {
|
|
@@ -360,19 +360,19 @@ const l = {
|
|
|
360
360
|
variable: "var(--colors-sd-reference-color-scale-purple-400)"
|
|
361
361
|
},
|
|
362
362
|
"colors.sd.reference.color.scale.purple.500": {
|
|
363
|
-
value: "#
|
|
363
|
+
value: "#B36CCD",
|
|
364
364
|
variable: "var(--colors-sd-reference-color-scale-purple-500)"
|
|
365
365
|
},
|
|
366
366
|
"colors.sd.reference.color.scale.purple.600": {
|
|
367
|
-
value: "#
|
|
367
|
+
value: "#9751B0",
|
|
368
368
|
variable: "var(--colors-sd-reference-color-scale-purple-600)"
|
|
369
369
|
},
|
|
370
370
|
"colors.sd.reference.color.scale.purple.700": {
|
|
371
|
-
value: "#
|
|
371
|
+
value: "#7C3694",
|
|
372
372
|
variable: "var(--colors-sd-reference-color-scale-purple-700)"
|
|
373
373
|
},
|
|
374
374
|
"colors.sd.reference.color.scale.purple.800": {
|
|
375
|
-
value: "#
|
|
375
|
+
value: "#5F2B70",
|
|
376
376
|
variable: "var(--colors-sd-reference-color-scale-purple-800)"
|
|
377
377
|
},
|
|
378
378
|
"colors.sd.reference.color.scale.purple.900": {
|
|
@@ -384,35 +384,35 @@ const l = {
|
|
|
384
384
|
variable: "var(--colors-sd-reference-color-scale-purple-1000)"
|
|
385
385
|
},
|
|
386
386
|
"colors.sd.reference.color.scale.pink.100": {
|
|
387
|
-
value: "#
|
|
387
|
+
value: "#FFF4F8",
|
|
388
388
|
variable: "var(--colors-sd-reference-color-scale-pink-100)"
|
|
389
389
|
},
|
|
390
390
|
"colors.sd.reference.color.scale.pink.200": {
|
|
391
|
-
value: "#
|
|
391
|
+
value: "#F9DCE5",
|
|
392
392
|
variable: "var(--colors-sd-reference-color-scale-pink-200)"
|
|
393
393
|
},
|
|
394
394
|
"colors.sd.reference.color.scale.pink.300": {
|
|
395
|
-
value: "#
|
|
395
|
+
value: "#F3C4D3",
|
|
396
396
|
variable: "var(--colors-sd-reference-color-scale-pink-300)"
|
|
397
397
|
},
|
|
398
398
|
"colors.sd.reference.color.scale.pink.400": {
|
|
399
|
-
value: "#
|
|
399
|
+
value: "#F691B6",
|
|
400
400
|
variable: "var(--colors-sd-reference-color-scale-pink-400)"
|
|
401
401
|
},
|
|
402
402
|
"colors.sd.reference.color.scale.pink.500": {
|
|
403
|
-
value: "#
|
|
403
|
+
value: "#E2568F",
|
|
404
404
|
variable: "var(--colors-sd-reference-color-scale-pink-500)"
|
|
405
405
|
},
|
|
406
406
|
"colors.sd.reference.color.scale.pink.600": {
|
|
407
|
-
value: "#
|
|
407
|
+
value: "#B9346C",
|
|
408
408
|
variable: "var(--colors-sd-reference-color-scale-pink-600)"
|
|
409
409
|
},
|
|
410
410
|
"colors.sd.reference.color.scale.pink.700": {
|
|
411
|
-
value: "#
|
|
411
|
+
value: "#9B2657",
|
|
412
412
|
variable: "var(--colors-sd-reference-color-scale-pink-700)"
|
|
413
413
|
},
|
|
414
414
|
"colors.sd.reference.color.scale.pink.800": {
|
|
415
|
-
value: "#
|
|
415
|
+
value: "#761A42",
|
|
416
416
|
variable: "var(--colors-sd-reference-color-scale-pink-800)"
|
|
417
417
|
},
|
|
418
418
|
"colors.sd.reference.color.scale.pink.900": {
|
|
@@ -420,7 +420,7 @@ const l = {
|
|
|
420
420
|
variable: "var(--colors-sd-reference-color-scale-pink-900)"
|
|
421
421
|
},
|
|
422
422
|
"colors.sd.reference.color.scale.pink.1000": {
|
|
423
|
-
value: "#
|
|
423
|
+
value: "#3E0F24",
|
|
424
424
|
variable: "var(--colors-sd-reference-color-scale-pink-1000)"
|
|
425
425
|
},
|
|
426
426
|
"colors.sd.system.color.impression.primary": {
|