@scm-manager/ui-components 3.7.2 → 3.7.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-components",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "UI Components for SCM-Manager and its plugins",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -32,8 +32,8 @@
32
32
  "react-query": "^3.39.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@scm-manager/ui-tests": "3.7.2",
36
- "@scm-manager/ui-types": "3.7.2",
35
+ "@scm-manager/ui-tests": "3.7.3",
36
+ "@scm-manager/ui-types": "3.7.3",
37
37
  "@types/fetch-mock": "^7.3.1",
38
38
  "@types/react-select": "^2.0.19",
39
39
  "@types/unist": "^2.0.3",
@@ -67,17 +67,17 @@
67
67
  "@scm-manager/jest-preset": "^2.14.1",
68
68
  "@scm-manager/prettier-config": "^2.12.0",
69
69
  "@scm-manager/tsconfig": "^2.13.0",
70
- "@scm-manager/ui-syntaxhighlighting": "3.7.2",
71
- "@scm-manager/ui-shortcuts": "3.7.2",
72
- "@scm-manager/ui-text": "3.7.2"
70
+ "@scm-manager/ui-syntaxhighlighting": "3.7.3",
71
+ "@scm-manager/ui-shortcuts": "3.7.3",
72
+ "@scm-manager/ui-text": "3.7.3"
73
73
  },
74
74
  "dependencies": {
75
- "@scm-manager/ui-core": "3.7.2",
76
- "@scm-manager/ui-overlays": "3.7.2",
77
- "@scm-manager/ui-layout": "3.7.2",
78
- "@scm-manager/ui-buttons": "3.7.2",
79
- "@scm-manager/ui-api": "3.7.2",
80
- "@scm-manager/ui-extensions": "3.7.2",
75
+ "@scm-manager/ui-core": "3.7.3",
76
+ "@scm-manager/ui-overlays": "3.7.3",
77
+ "@scm-manager/ui-layout": "3.7.3",
78
+ "@scm-manager/ui-buttons": "3.7.3",
79
+ "@scm-manager/ui-api": "3.7.3",
80
+ "@scm-manager/ui-extensions": "3.7.3",
81
81
  "deepmerge": "^4.2.2",
82
82
  "hast-util-sanitize": "^3.0.2",
83
83
  "react-diff-view": "^2.4.10",
package/src/Tag.tsx CHANGED
@@ -78,6 +78,7 @@ const Tag: FC<Props> = ({
78
78
  },
79
79
  size === "small" && smallClassNames
80
80
  )}
81
+ title={title}
81
82
  >
82
83
  {showIcon}
83
84
  {label}
@@ -85187,6 +85187,7 @@ exports[`Storyshots Tag With title 1`] = `
85187
85187
  >
85188
85188
  <span
85189
85189
  className="tag is-light is-normal"
85190
+ title="good job"
85190
85191
  >
85191
85192
  hover me
85192
85193
  </span>