@bitrise/bitkit-v2 0.3.185 → 0.3.186

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.
@@ -1,12 +1,14 @@
1
+ import { rem } from "../themeUtils.js";
1
2
  import { defineRecipe } from "@chakra-ui/react/styled-system";
2
3
  //#region lib/theme/recipes/DefinitionTooltip.recipe.ts
3
4
  var definitionTooltipRecipe = defineRecipe({
4
5
  className: "definition-tooltip",
5
6
  base: {
6
- borderBottom: "1px dotted",
7
- borderBottomColor: "sys/neutral/bold",
8
- borderRadius: "2",
9
- "&:hover": { borderBottomColor: "sys/purple/base" }
7
+ textStyle: "body/lg/regular",
8
+ textDecoration: "underline dotted",
9
+ textDecorationColor: "sys/neutral/bold",
10
+ textUnderlineOffset: rem(6),
11
+ "&:hover": { textDecorationColor: "sys/purple/base" }
10
12
  },
11
13
  variants: { method: {
12
14
  click: { cursor: "pointer" },
@@ -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 borderBottom: '1px dotted',\n borderBottomColor: 'sys/neutral/bold',\n borderRadius: '2',\n '&:hover': {\n borderBottomColor: 'sys/purple/base',\n },\n },\n variants: {\n method: {\n click: {\n cursor: 'pointer',\n },\n hover: {\n cursor: 'default',\n },\n },\n },\n});\n\nexport default definitionTooltipRecipe;\n"],"mappings":";;AAEA,IAAM,0BAA0B,aAAa;CAC3C,WAAW;CACX,MAAM;EACJ,cAAc;EACd,mBAAmB;EACnB,cAAc;EACd,WAAW,EACT,mBAAmB,mBACpB;EACF;CACD,UAAU,EACR,QAAQ;EACN,OAAO,EACL,QAAQ,WACT;EACD,OAAO,EACL,QAAQ,WACT;EACF,EACF;CACF,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\nimport { rem } from '../themeUtils';\n\nconst definitionTooltipRecipe = defineRecipe({\n className: 'definition-tooltip',\n base: {\n textStyle: 'body/lg/regular',\n textDecoration: 'underline dotted',\n textDecorationColor: 'sys/neutral/bold',\n textUnderlineOffset: rem(6),\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 },\n});\n\nexport default definitionTooltipRecipe;\n"],"mappings":";;;AAIA,IAAM,0BAA0B,aAAa;CAC3C,WAAW;CACX,MAAM;EACJ,WAAW;EACX,gBAAgB;EAChB,qBAAqB;EACrB,qBAAqB,IAAI,EAAE;EAC3B,WAAW,EACT,qBAAqB,mBACtB;EACF;CACD,UAAU,EACR,QAAQ;EACN,OAAO,EACL,QAAQ,WACT;EACD,OAAO,EACL,QAAQ,WACT;EACF,EACF;CACF,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.185",
4
+ "version": "0.3.186",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",