@tidbcloud/uikit 2.0.0-beta.118 → 2.0.0-beta.119
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @tidbcloud/uikit
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.119
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- refactor(theme/select): set default `allowDeselect` to `false` ([#421](https://github.com/tidbcloud/tidbcloud-uikit/pull/421))
|
|
8
|
+
- Revert "chore: export language type of prism" ([#420](https://github.com/tidbcloud/tidbcloud-uikit/pull/420))
|
|
9
|
+
|
|
3
10
|
## 2.0.0-beta.118
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Prism } from './Prism.cjs';
|
|
2
2
|
export type { PrismProps, PrismStylesNames } from './Prism.cjs';
|
|
3
3
|
export type { PrismStylesParams } from './Prism.styles.cjs';
|
|
4
|
-
export type { PrismTheme
|
|
4
|
+
export type { PrismTheme } from 'prism-react-renderer';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Prism } from './Prism.mjs';
|
|
2
2
|
export type { PrismProps, PrismStylesNames } from './Prism.mjs';
|
|
3
3
|
export type { PrismStylesParams } from './Prism.styles.mjs';
|
|
4
|
-
export type { PrismTheme
|
|
4
|
+
export type { PrismTheme } from 'prism-react-renderer';
|
package/dist/theme/theme.cjs
CHANGED
package/dist/theme/theme.mjs
CHANGED