@scm-manager/ui-components 2.31.2-20220124-083441 → 2.31.2-20220128-144434

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/src/Tooltip.tsx +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-components",
3
- "version": "2.31.2-20220124-083441",
3
+ "version": "2.31.2-20220128-144434",
4
4
  "description": "UI Components for SCM-Manager and its plugins",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "@scm-manager/jest-preset": "^2.13.0",
26
26
  "@scm-manager/prettier-config": "^2.10.1",
27
27
  "@scm-manager/tsconfig": "^2.12.0",
28
- "@scm-manager/ui-tests": "^2.31.2-20220124-083441",
28
+ "@scm-manager/ui-tests": "^2.31.2-20220128-144434",
29
29
  "@storybook/addon-actions": "^6.3.12",
30
30
  "@storybook/addon-storyshots": "^6.3.12",
31
31
  "@storybook/builder-webpack5": "^6.3.12",
@@ -66,9 +66,9 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@headlessui/react": "^1.4.3",
69
- "@scm-manager/ui-api": "^2.31.2-20220124-083441",
70
- "@scm-manager/ui-extensions": "^2.31.2-20220124-083441",
71
- "@scm-manager/ui-types": "^2.31.2-20220124-083441",
69
+ "@scm-manager/ui-api": "^2.31.2-20220128-144434",
70
+ "@scm-manager/ui-extensions": "^2.31.2-20220128-144434",
71
+ "@scm-manager/ui-types": "^2.31.2-20220128-144434",
72
72
  "classnames": "^2.2.6",
73
73
  "date-fns": "^2.4.1",
74
74
  "deepmerge": "^4.2.2",
package/src/Tooltip.tsx CHANGED
@@ -183,6 +183,7 @@ const Tooltip: FC<Props> = ({ className, message, location = "right", multiline,
183
183
  "has-text-white",
184
184
  "has-background-grey-dark",
185
185
  "has-text-weight-semibold",
186
+ "p-2",
186
187
  className
187
188
  )}
188
189
  multiline={multiline}