@univerjs/action-recorder 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. package/lib/index.css +1 -1
  2. package/package.json +10 -28
package/lib/index.css CHANGED
@@ -1 +1 @@
1
- *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:initial;scrollbar-width:initial}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.univer-action-recorder-panel{position:fixed;bottom:80px;width:512px;height:64px;border-radius:var(--border-radius-xl);background-color:rgb(var(--bg-color-secondary));z-index:1000;left:50%;transform:translate(-50%);box-shadow:var(--box-shadow-lg);padding-left:var(--padding-xl);padding-right:var(--padding-xl);display:flex;align-items:center}.univer-action-recorder-panel-icon{flex-grow:0;flex-shrink:0;font-size:var(--font-size-xxl);width:var(--font-size-xxl);height:var(--font-size-xxl);margin-right:var(--margin-xs)}@keyframes univer-recording{0%{color:rgb(var(--text-color))}40%{color:red}60%{color:red}to{color:rgb(var(--text-color))}}.univer-action-recorder-panel-icon-recording>svg>g>path:first-of-type{animation:univer-recording 2s infinite}.univer-action-recorder-panel-title{flex-grow:1;font-size:var(--font-size-xs)}.univer-action-recorder-panel-actions{display:flex;flex-grow:0;flex-shrink:0;width:260px;justify-content:space-between}.univer-action-recorder-panel-actions>button{width:80px}
1
+ .univer-action-recorder-panel{position:fixed;bottom:80px;width:512px;height:64px;border-radius:var(--border-radius-xl);background-color:rgb(var(--bg-color-secondary));z-index:1000;left:50%;transform:translate(-50%);box-shadow:var(--box-shadow-lg);padding-left:var(--padding-xl);padding-right:var(--padding-xl);display:flex;align-items:center}.univer-action-recorder-panel-icon{flex-grow:0;flex-shrink:0;font-size:var(--font-size-xxl);width:var(--font-size-xxl);height:var(--font-size-xxl);margin-right:var(--margin-xs)}@keyframes univer-recording{0%{color:rgb(var(--text-color))}40%{color:red}60%{color:red}to{color:rgb(var(--text-color))}}.univer-action-recorder-panel-icon-recording>svg>g>path:first-of-type{animation:univer-recording 2s infinite}.univer-action-recorder-panel-title{flex-grow:1;font-size:var(--font-size-xs)}.univer-action-recorder-panel-actions{display:flex;flex-grow:0;flex-shrink:0;width:260px;justify-content:space-between}.univer-action-recorder-panel-actions>button{width:80px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/action-recorder",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -52,41 +52,23 @@
52
52
  "rxjs": ">=7.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@univerjs/icons": "^0.2.8",
55
+ "@univerjs/icons": "^0.2.10",
56
56
  "clsx": "^2.1.1",
57
- "@univerjs/core": "0.5.2",
58
- "@univerjs/design": "0.5.2",
59
- "@univerjs/sheets-filter": "0.5.2",
60
- "@univerjs/sheets": "0.5.2",
61
- "@univerjs/ui": "0.5.2",
62
- "@univerjs/sheets-ui": "0.5.2"
57
+ "@univerjs/design": "0.5.3",
58
+ "@univerjs/sheets": "0.5.3",
59
+ "@univerjs/sheets-filter": "0.5.3",
60
+ "@univerjs/sheets-ui": "0.5.3",
61
+ "@univerjs/ui": "0.5.3",
62
+ "@univerjs/core": "0.5.3"
63
63
  },
64
64
  "devDependencies": {
65
65
  "less": "^4.2.1",
66
66
  "react": "18.3.1",
67
67
  "rxjs": "^7.8.1",
68
68
  "typescript": "^5.7.2",
69
- "vite": "^6.0.3",
69
+ "vite": "^6.0.6",
70
70
  "vitest": "^2.1.8",
71
- "@univerjs-infra/shared": "0.5.2"
72
- },
73
- "space": {
74
- ".": {
75
- "import": "./lib/es/index.js",
76
- "require": "./lib/cjs/index.js",
77
- "types": "./lib/types/index.d.ts"
78
- },
79
- "./*": {
80
- "import": "./lib/es/*",
81
- "require": "./lib/cjs/*",
82
- "types": "./lib/types/index.d.ts"
83
- },
84
- "./locale/*": {
85
- "import": "./lib/es/locale/*.js",
86
- "require": "./lib/cjs/locale/*.js",
87
- "types": "./lib/types/locale/*.d.ts"
88
- },
89
- "./lib/*": "./lib/*"
71
+ "@univerjs-infra/shared": "0.5.3"
90
72
  },
91
73
  "scripts": {
92
74
  "test": "vitest run",