@scm-manager/ui-overlays 2.46.1 → 2.46.2-20230804-103817

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,4 +1,4 @@
1
- @scm-manager/ui-overlays:build: cache hit, replaying output 69fe5f3595a691b5
1
+ @scm-manager/ui-overlays:build: cache hit, replaying output b9a6a1eda4ed2467
2
2
  @scm-manager/ui-overlays:build: $ tsup ./src/index.ts -d build --format esm,cjs --dts
3
3
  @scm-manager/ui-overlays:build: CLI Building entry: ./src/index.ts
4
4
  @scm-manager/ui-overlays:build: CLI Using tsconfig: tsconfig.json
@@ -7,9 +7,9 @@
7
7
  @scm-manager/ui-overlays:build: ESM Build start
8
8
  @scm-manager/ui-overlays:build: CJS Build start
9
9
  @scm-manager/ui-overlays:build: ESM build/index.mjs 9.97 KB
10
- @scm-manager/ui-overlays:build: ESM ⚡️ Build success in 66ms
10
+ @scm-manager/ui-overlays:build: ESM ⚡️ Build success in 70ms
11
11
  @scm-manager/ui-overlays:build: CJS build/index.js 12.91 KB
12
- @scm-manager/ui-overlays:build: CJS ⚡️ Build success in 54ms
12
+ @scm-manager/ui-overlays:build: CJS ⚡️ Build success in 56ms
13
13
  @scm-manager/ui-overlays:build: DTS Build start
14
- @scm-manager/ui-overlays:build: DTS ⚡️ Build success in 9085ms
14
+ @scm-manager/ui-overlays:build: DTS ⚡️ Build success in 9226ms
15
15
  @scm-manager/ui-overlays:build: DTS build/index.d.ts 29.95 KB
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-overlays",
3
3
  "private": false,
4
- "version": "2.46.1",
4
+ "version": "2.46.2-20230804-103817",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
7
7
  "module": "build/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "@scm-manager/eslint-config": "^2.16.0",
17
17
  "@scm-manager/prettier-config": "^2.10.1",
18
18
  "@scm-manager/tsconfig": "^2.13.0",
19
- "@scm-manager/ui-styles": "2.46.1",
19
+ "@scm-manager/ui-styles": "2.46.2-20230804-103817",
20
20
  "@storybook/addon-actions": "^6.5.10",
21
21
  "@storybook/addon-docs": "^6.5.14",
22
22
  "@storybook/addon-essentials": "^6.5.10",
@@ -44,7 +44,7 @@
44
44
  "@radix-ui/react-dropdown-menu": "2.0.1",
45
45
  "@radix-ui/react-popover": "1.0.6",
46
46
  "@radix-ui/react-tooltip": "1.0.2",
47
- "@scm-manager/ui-buttons": "2.46.1"
47
+ "@scm-manager/ui-buttons": "2.46.2-20230804-103817"
48
48
  },
49
49
  "prettier": "@scm-manager/prettier-config",
50
50
  "eslintConfig": {