@bitrise/bitkit-v2 0.3.252-beta.1704 → 0.3.252-beta.1706
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.
|
@@ -34,9 +34,9 @@ var emptyStateSlotRecipe = defineSlotRecipe({
|
|
|
34
34
|
},
|
|
35
35
|
variants: { colorVariant: {
|
|
36
36
|
white: { root: { backgroundColor: "background/primary" } },
|
|
37
|
-
|
|
37
|
+
gray: { root: { backgroundColor: "background/secondary" } }
|
|
38
38
|
} },
|
|
39
|
-
defaultVariants: { colorVariant: "
|
|
39
|
+
defaultVariants: { colorVariant: "gray" }
|
|
40
40
|
});
|
|
41
41
|
//#endregion
|
|
42
42
|
export { emptyStateSlotRecipe as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmptyState.recipe.js","names":[],"sources":["../../../lib/theme/slot-recipes/EmptyState.recipe.ts"],"sourcesContent":["import { emptyStateAnatomy } from '@chakra-ui/react/anatomy';\nimport { defineSlotRecipe } from '@chakra-ui/react/styled-system';\n\nimport { rem } from '../themeUtils';\n\nconst emptyStateSlotRecipe = defineSlotRecipe({\n slots: emptyStateAnatomy.keys(),\n className: 'empty-state',\n base: {\n root: {\n border: '1px solid',\n borderColor: 'border/minimal',\n borderRadius: '4',\n padding: ['32', '48'],\n },\n content: {\n maxWidth: rem(480),\n marginInline: 'auto',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n textAlign: 'center',\n },\n indicator: {\n color: 'icon/tertiary',\n },\n title: {\n textStyle: 'heading/h4',\n color: 'text/secondary',\n marginBlock: '8',\n },\n description: {\n textStyle: 'body/md/regular',\n color: 'text/secondary',\n '&:has(+ *)': {\n marginBlockEnd: '24',\n },\n },\n },\n\n variants: {\n colorVariant: {\n white: {\n root: {\n backgroundColor: 'background/primary',\n },\n },\n
|
|
1
|
+
{"version":3,"file":"EmptyState.recipe.js","names":[],"sources":["../../../lib/theme/slot-recipes/EmptyState.recipe.ts"],"sourcesContent":["import { emptyStateAnatomy } from '@chakra-ui/react/anatomy';\nimport { defineSlotRecipe } from '@chakra-ui/react/styled-system';\n\nimport { rem } from '../themeUtils';\n\nconst emptyStateSlotRecipe = defineSlotRecipe({\n slots: emptyStateAnatomy.keys(),\n className: 'empty-state',\n base: {\n root: {\n border: '1px solid',\n borderColor: 'border/minimal',\n borderRadius: '4',\n padding: ['32', '48'],\n },\n content: {\n maxWidth: rem(480),\n marginInline: 'auto',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n textAlign: 'center',\n },\n indicator: {\n color: 'icon/tertiary',\n },\n title: {\n textStyle: 'heading/h4',\n color: 'text/secondary',\n marginBlock: '8',\n },\n description: {\n textStyle: 'body/md/regular',\n color: 'text/secondary',\n '&:has(+ *)': {\n marginBlockEnd: '24',\n },\n },\n },\n\n variants: {\n colorVariant: {\n white: {\n root: {\n backgroundColor: 'background/primary',\n },\n },\n gray: {\n root: {\n backgroundColor: 'background/secondary',\n },\n },\n },\n },\n\n defaultVariants: {\n colorVariant: 'gray',\n },\n});\n\nexport default emptyStateSlotRecipe;\n"],"mappings":";;;;AAKA,IAAM,uBAAuB,iBAAiB;CAC5C,OAAO,kBAAkB,KAAK;CAC9B,WAAW;CACX,MAAM;EACJ,MAAM;GACJ,QAAQ;GACR,aAAa;GACb,cAAc;GACd,SAAS,CAAC,MAAM,IAAI;EACtB;EACA,SAAS;GACP,UAAU,IAAI,GAAG;GACjB,cAAc;GACd,SAAS;GACT,eAAe;GACf,YAAY;GACZ,WAAW;EACb;EACA,WAAW,EACT,OAAO,gBACT;EACA,OAAO;GACL,WAAW;GACX,OAAO;GACP,aAAa;EACf;EACA,aAAa;GACX,WAAW;GACX,OAAO;GACP,cAAc,EACZ,gBAAgB,KAClB;EACF;CACF;CAEA,UAAU,EACR,cAAc;EACZ,OAAO,EACL,MAAM,EACJ,iBAAiB,qBACnB,EACF;EACA,MAAM,EACJ,MAAM,EACJ,iBAAiB,uBACnB,EACF;CACF,EACF;CAEA,iBAAiB,EACf,cAAc,OAChB;AACF,CAAC"}
|