@univerjs/slides 0.2.1 → 0.2.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/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # @univerjs/slides
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@univerjs/slides)](https://npmjs.org/package/@univerjs/slides)
4
- [![license](https://img.shields.io/npm/l/@univerjs/slides)](https://img.shields.io/npm/l/@univerjs/slides)
5
- ![i18n](https://img.shields.io/badge/zh--CN%20%7C%20en--US-cornflowerblue?label=i18n)
3
+ ## Package Overview
4
+
5
+ | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
+ | --- | --- | --- | --- | --- | :---: | :---: |
7
+ | `@univerjs/slides` | `UniveSlides` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ⭕️ |
6
8
 
7
9
  ## Introduction
8
10
 
@@ -19,3 +21,9 @@ npm install @univerjs/slides
19
21
  # Using pnpm
20
22
  pnpm add @univerjs/slides
21
23
  ```
24
+
25
+ <!-- Links -->
26
+ [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/slides?style=flat-square
27
+ [npm-version-link]: https://npmjs.com/package/@univerjs/slides
28
+ [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/slides?style=flat-square
29
+ [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/slides?style=flat-square
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/slides",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -49,8 +49,8 @@
49
49
  "peerDependencies": {
50
50
  "@wendellhu/redi": "0.15.5",
51
51
  "rxjs": ">=7.0.0",
52
- "@univerjs/core": "0.2.1",
53
- "@univerjs/engine-render": "0.2.1"
52
+ "@univerjs/core": "0.2.3",
53
+ "@univerjs/engine-render": "0.2.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@wendellhu/redi": "0.15.5",
@@ -58,9 +58,9 @@
58
58
  "typescript": "^5.5.3",
59
59
  "vite": "^5.3.3",
60
60
  "vitest": "^1.6.0",
61
- "@univerjs/core": "0.2.1",
62
- "@univerjs/shared": "0.2.1",
63
- "@univerjs/engine-render": "0.2.1"
61
+ "@univerjs/core": "0.2.3",
62
+ "@univerjs/engine-render": "0.2.3",
63
+ "@univerjs/shared": "0.2.3"
64
64
  },
65
65
  "univerSpace": {
66
66
  ".": {