@bitrise/bitkit-v2 0.3.229 → 0.3.230

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.
@@ -13,9 +13,11 @@ declare const definitionTooltipRecipe: import('@chakra-ui/react').RecipeDefiniti
13
13
  };
14
14
  md: {
15
15
  textStyle: "body/md/regular";
16
+ textUnderlineOffset: "0.25em";
16
17
  };
17
18
  sm: {
18
19
  textStyle: "body/sm/regular";
20
+ textUnderlineOffset: "0.25em";
19
21
  };
20
22
  };
21
23
  }>;
@@ -19,8 +19,14 @@ var definitionTooltipRecipe = defineRecipe({
19
19
  },
20
20
  textSize: {
21
21
  lg: { textStyle: "body/lg/regular" },
22
- md: { textStyle: "body/md/regular" },
23
- sm: { textStyle: "body/sm/regular" }
22
+ md: {
23
+ textStyle: "body/md/regular",
24
+ textUnderlineOffset: "0.25em"
25
+ },
26
+ sm: {
27
+ textStyle: "body/sm/regular",
28
+ textUnderlineOffset: "0.25em"
29
+ }
24
30
  }
25
31
  },
26
32
  defaultVariants: { textSize: "lg" }
@@ -1 +1 @@
1
- {"version":3,"file":"DefinitionTooltip.recipe.js","names":[],"sources":["../../../lib/theme/recipes/DefinitionTooltip.recipe.ts"],"sourcesContent":["import { defineRecipe } from '@chakra-ui/react/styled-system';\n\nconst definitionTooltipRecipe = defineRecipe({\n className: 'definition-tooltip',\n base: {\n color: 'inherit',\n font: 'inherit',\n letterSpacing: 'inherit',\n maxWidth: '100%',\n textDecoration: 'underline dotted',\n textDecorationColor: 'sys/neutral/bold',\n textUnderlineOffset: '0.375em',\n '&:hover': {\n textDecorationColor: 'sys/purple/base',\n },\n },\n variants: {\n method: {\n click: {\n cursor: 'pointer',\n },\n hover: {\n cursor: 'default',\n },\n },\n textSize: {\n lg: { textStyle: 'body/lg/regular' },\n md: { textStyle: 'body/md/regular' },\n sm: { textStyle: 'body/sm/regular' },\n },\n },\n defaultVariants: {\n textSize: 'lg',\n },\n});\n\nexport default definitionTooltipRecipe;\n"],"mappings":";;AAEA,IAAM,0BAA0B,aAAa;CAC3C,WAAW;CACX,MAAM;EACJ,OAAO;EACP,MAAM;EACN,eAAe;EACf,UAAU;EACV,gBAAgB;EAChB,qBAAqB;EACrB,qBAAqB;EACrB,WAAW,EACT,qBAAqB,kBACvB;CACF;CACA,UAAU;EACR,QAAQ;GACN,OAAO,EACL,QAAQ,UACV;GACA,OAAO,EACL,QAAQ,UACV;EACF;EACA,UAAU;GACR,IAAI,EAAE,WAAW,kBAAkB;GACnC,IAAI,EAAE,WAAW,kBAAkB;GACnC,IAAI,EAAE,WAAW,kBAAkB;EACrC;CACF;CACA,iBAAiB,EACf,UAAU,KACZ;AACF,CAAC"}
1
+ {"version":3,"file":"DefinitionTooltip.recipe.js","names":[],"sources":["../../../lib/theme/recipes/DefinitionTooltip.recipe.ts"],"sourcesContent":["import { defineRecipe } from '@chakra-ui/react/styled-system';\n\nconst definitionTooltipRecipe = defineRecipe({\n className: 'definition-tooltip',\n base: {\n color: 'inherit',\n font: 'inherit',\n letterSpacing: 'inherit',\n maxWidth: '100%',\n textDecoration: 'underline dotted',\n textDecorationColor: 'sys/neutral/bold',\n textUnderlineOffset: '0.375em',\n '&:hover': {\n textDecorationColor: 'sys/purple/base',\n },\n },\n variants: {\n method: {\n click: {\n cursor: 'pointer',\n },\n hover: {\n cursor: 'default',\n },\n },\n textSize: {\n lg: { textStyle: 'body/lg/regular' },\n md: { textStyle: 'body/md/regular', textUnderlineOffset: '0.25em' },\n sm: { textStyle: 'body/sm/regular', textUnderlineOffset: '0.25em' },\n },\n },\n defaultVariants: {\n textSize: 'lg',\n },\n});\n\nexport default definitionTooltipRecipe;\n"],"mappings":";;AAEA,IAAM,0BAA0B,aAAa;CAC3C,WAAW;CACX,MAAM;EACJ,OAAO;EACP,MAAM;EACN,eAAe;EACf,UAAU;EACV,gBAAgB;EAChB,qBAAqB;EACrB,qBAAqB;EACrB,WAAW,EACT,qBAAqB,kBACvB;CACF;CACA,UAAU;EACR,QAAQ;GACN,OAAO,EACL,QAAQ,UACV;GACA,OAAO,EACL,QAAQ,UACV;EACF;EACA,UAAU;GACR,IAAI,EAAE,WAAW,kBAAkB;GACnC,IAAI;IAAE,WAAW;IAAmB,qBAAqB;GAAS;GAClE,IAAI;IAAE,WAAW;IAAmB,qBAAqB;GAAS;EACpE;CACF;CACA,iBAAiB,EACf,UAAU,KACZ;AACF,CAAC"}
@@ -153,9 +153,11 @@ declare const recipes: {
153
153
  };
154
154
  md: {
155
155
  textStyle: "body/md/regular";
156
+ textUnderlineOffset: "0.25em";
156
157
  };
157
158
  sm: {
158
159
  textStyle: "body/sm/regular";
160
+ textUnderlineOffset: "0.25em";
159
161
  };
160
162
  };
161
163
  }>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.229",
4
+ "version": "0.3.230",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",