@ceebee/ui 1.0.0 → 1.0.1
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/dist/client.d.ts +4 -4
- package/dist/client.js +4 -4
- package/package.json +1 -2
package/dist/client.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import { ThemeConfig } from 'antd';
|
|
|
2
2
|
export * from 'antd';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { ReactNode } from 'react';
|
|
5
|
-
export { default as enUSLocale } from 'antd/locale/en_US';
|
|
6
|
-
export { default as enUSDatePickerLocale } from 'antd/
|
|
7
|
-
export { default as idIDLocale } from 'antd/locale/id_ID';
|
|
8
|
-
export { default as zhCNLocale } from 'antd/locale/zh_CN';
|
|
5
|
+
export { default as enUSLocale } from 'antd/locale/en_US.js';
|
|
6
|
+
export { default as enUSDatePickerLocale } from 'antd/lib/date-picker/locale/en_US.js';
|
|
7
|
+
export { default as idIDLocale } from 'antd/locale/id_ID.js';
|
|
8
|
+
export { default as zhCNLocale } from 'antd/locale/zh_CN.js';
|
|
9
9
|
import * as _base_ui_react from '@base-ui/react';
|
|
10
10
|
|
|
11
11
|
interface ThemeBridgeProps {
|
package/dist/client.js
CHANGED
|
@@ -3,10 +3,10 @@ import { theme, ConfigProvider, Progress } from 'antd';
|
|
|
3
3
|
export * from 'antd';
|
|
4
4
|
import { createContext, useState, useCallback, useEffect, useMemo, useContext, Children } from 'react';
|
|
5
5
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
6
|
-
export { default as enUSLocale } from 'antd/locale/en_US';
|
|
7
|
-
export { default as enUSDatePickerLocale } from 'antd/
|
|
8
|
-
export { default as idIDLocale } from 'antd/locale/id_ID';
|
|
9
|
-
export { default as zhCNLocale } from 'antd/locale/zh_CN';
|
|
6
|
+
export { default as enUSLocale } from 'antd/locale/en_US.js';
|
|
7
|
+
export { default as enUSDatePickerLocale } from 'antd/lib/date-picker/locale/en_US.js';
|
|
8
|
+
export { default as idIDLocale } from 'antd/locale/id_ID.js';
|
|
9
|
+
export { default as zhCNLocale } from 'antd/locale/zh_CN.js';
|
|
10
10
|
import { Dialog } from '@base-ui/react/dialog';
|
|
11
11
|
import { Search, Check, ChevronRight, X, PanelLeftOpen, PanelLeftClose, Info, XCircle, AlertTriangle, CheckCircle2 } from 'lucide-react';
|
|
12
12
|
import { Toast } from '@base-ui/react/toast';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceebee/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Ceebee's design system: tokens, themed primitives, motion, and onboarding.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@base-ui/react": "^1.7.0",
|
|
40
|
-
"embla-carousel-react": "^8.6.0",
|
|
41
40
|
"lucide-react": ">=0.400.0",
|
|
42
41
|
"motion": "^13.0.0",
|
|
43
42
|
"react": ">=19",
|