@seed-design/react 0.0.23 → 0.0.24
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/lib/components/Portal/index.cjs +12 -0
- package/lib/components/Portal/index.d.ts +2 -0
- package/lib/components/Portal/index.d.ts.map +1 -0
- package/lib/components/Portal/index.js +1 -0
- package/lib/components/index.cjs +5 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -0
- package/lib/index.cjs +5 -0
- package/lib/index.js +1 -0
- package/package.json +4 -3
- package/src/components/Portal/index.ts +4 -0
- package/src/components/index.ts +1 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const reactPortal = require('@seed-design/react-portal');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "Portal", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: () => reactPortal.Portal
|
|
12
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,WAAW,EAChB,MAAM,GACP,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Portal } from '@seed-design/react-portal';
|
package/lib/components/index.cjs
CHANGED
|
@@ -45,6 +45,7 @@ const MannerTemp = require('./MannerTemp/MannerTemp.cjs');
|
|
|
45
45
|
const MannerTempEmote = require('./MannerTemp/MannerTempEmote.cjs');
|
|
46
46
|
const MannerTempBadge = require('./MannerTempBadge/MannerTempBadge.cjs');
|
|
47
47
|
const NotificationBadge = require('./NotificationBadge/NotificationBadge.cjs');
|
|
48
|
+
const reactPortal = require('@seed-design/react-portal');
|
|
48
49
|
const ProgressCircle = require('./ProgressCircle/ProgressCircle.cjs');
|
|
49
50
|
const ProgressCircle_namespace = require('./ProgressCircle/ProgressCircle.namespace.cjs');
|
|
50
51
|
const PullToRefresh = require('./PullToRefresh/PullToRefresh.cjs');
|
|
@@ -195,6 +196,10 @@ exports.MannerTempEmote = MannerTempEmote.MannerTempEmote;
|
|
|
195
196
|
exports.MannerTempBadge = MannerTempBadge.MannerTempBadge;
|
|
196
197
|
exports.NotificationBadge = NotificationBadge.NotificationBadge;
|
|
197
198
|
exports.NotificationBadgePositioner = NotificationBadge.NotificationBadgePositioner;
|
|
199
|
+
Object.defineProperty(exports, "Portal", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
get: () => reactPortal.Portal
|
|
202
|
+
});
|
|
198
203
|
exports.ProgressCircleRange = ProgressCircle.ProgressCircleRange;
|
|
199
204
|
exports.ProgressCircleRoot = ProgressCircle.ProgressCircleRoot;
|
|
200
205
|
exports.ProgressCircleTrack = ProgressCircle.ProgressCircleTrack;
|
|
@@ -29,6 +29,7 @@ export * from './LoadingIndicator';
|
|
|
29
29
|
export * from './MannerTemp';
|
|
30
30
|
export * from './MannerTempBadge';
|
|
31
31
|
export * from './NotificationBadge';
|
|
32
|
+
export * from './Portal';
|
|
32
33
|
export * from './ProgressCircle';
|
|
33
34
|
export * from './PullToRefresh';
|
|
34
35
|
export * from './ReactionButton';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
|
package/lib/components/index.js
CHANGED
|
@@ -52,6 +52,7 @@ export { MannerTemp } from './MannerTemp/MannerTemp.js';
|
|
|
52
52
|
export { MannerTempEmote } from './MannerTemp/MannerTempEmote.js';
|
|
53
53
|
export { MannerTempBadge } from './MannerTempBadge/MannerTempBadge.js';
|
|
54
54
|
export { NotificationBadge, NotificationBadgePositioner } from './NotificationBadge/NotificationBadge.js';
|
|
55
|
+
export { Portal } from '@seed-design/react-portal';
|
|
55
56
|
export { ProgressCircleRange, ProgressCircleRoot, ProgressCircleTrack } from './ProgressCircle/ProgressCircle.js';
|
|
56
57
|
import * as ProgressCircle_namespace from './ProgressCircle/ProgressCircle.namespace.js';
|
|
57
58
|
export { ProgressCircle_namespace as ProgressCircle };
|
package/lib/index.cjs
CHANGED
|
@@ -45,6 +45,7 @@ const MannerTemp = require('./components/MannerTemp/MannerTemp.cjs');
|
|
|
45
45
|
const MannerTempEmote = require('./components/MannerTemp/MannerTempEmote.cjs');
|
|
46
46
|
const MannerTempBadge = require('./components/MannerTempBadge/MannerTempBadge.cjs');
|
|
47
47
|
const NotificationBadge = require('./components/NotificationBadge/NotificationBadge.cjs');
|
|
48
|
+
const reactPortal = require('@seed-design/react-portal');
|
|
48
49
|
const ProgressCircle = require('./components/ProgressCircle/ProgressCircle.cjs');
|
|
49
50
|
const ProgressCircle_namespace = require('./components/ProgressCircle/ProgressCircle.namespace.cjs');
|
|
50
51
|
const PullToRefresh = require('./components/PullToRefresh/PullToRefresh.cjs');
|
|
@@ -195,6 +196,10 @@ exports.MannerTempEmote = MannerTempEmote.MannerTempEmote;
|
|
|
195
196
|
exports.MannerTempBadge = MannerTempBadge.MannerTempBadge;
|
|
196
197
|
exports.NotificationBadge = NotificationBadge.NotificationBadge;
|
|
197
198
|
exports.NotificationBadgePositioner = NotificationBadge.NotificationBadgePositioner;
|
|
199
|
+
Object.defineProperty(exports, "Portal", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
get: () => reactPortal.Portal
|
|
202
|
+
});
|
|
198
203
|
exports.ProgressCircleRange = ProgressCircle.ProgressCircleRange;
|
|
199
204
|
exports.ProgressCircleRoot = ProgressCircle.ProgressCircleRoot;
|
|
200
205
|
exports.ProgressCircleTrack = ProgressCircle.ProgressCircleTrack;
|
package/lib/index.js
CHANGED
|
@@ -52,6 +52,7 @@ export { MannerTemp } from './components/MannerTemp/MannerTemp.js';
|
|
|
52
52
|
export { MannerTempEmote } from './components/MannerTemp/MannerTempEmote.js';
|
|
53
53
|
export { MannerTempBadge } from './components/MannerTempBadge/MannerTempBadge.js';
|
|
54
54
|
export { NotificationBadge, NotificationBadgePositioner } from './components/NotificationBadge/NotificationBadge.js';
|
|
55
|
+
export { Portal } from '@seed-design/react-portal';
|
|
55
56
|
export { ProgressCircleRange, ProgressCircleRoot, ProgressCircleTrack } from './components/ProgressCircle/ProgressCircle.js';
|
|
56
57
|
import * as ProgressCircle_namespace from './components/ProgressCircle/ProgressCircle.namespace.js';
|
|
57
58
|
export { ProgressCircle_namespace as ProgressCircle };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seed-design/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/daangn/seed-design.git",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@seed-design/react-checkbox": "0.0.2",
|
|
44
44
|
"@seed-design/react-dialog": "0.0.3",
|
|
45
45
|
"@seed-design/react-popover": "0.0.5",
|
|
46
|
+
"@seed-design/react-portal": "0.0.1",
|
|
46
47
|
"@seed-design/react-primitive": "0.0.2",
|
|
47
48
|
"@seed-design/react-progress": "0.0.2",
|
|
48
49
|
"@seed-design/react-pull-to-refresh": "0.0.3",
|
|
@@ -56,12 +57,12 @@
|
|
|
56
57
|
"clsx": "^2.1.1"
|
|
57
58
|
},
|
|
58
59
|
"peerDependencies": {
|
|
59
|
-
"@seed-design/css": "0.0.
|
|
60
|
+
"@seed-design/css": "0.0.24",
|
|
60
61
|
"react": ">=18.0.0",
|
|
61
62
|
"react-dom": ">=18.0.0"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
|
-
"@seed-design/css": "0.0.
|
|
65
|
+
"@seed-design/css": "0.0.24",
|
|
65
66
|
"@vitejs/plugin-react": "^4.4.1",
|
|
66
67
|
"globby": "^14.1.0",
|
|
67
68
|
"react": "^18.3.1",
|
package/src/components/index.ts
CHANGED
|
@@ -29,6 +29,7 @@ export * from "./LoadingIndicator";
|
|
|
29
29
|
export * from "./MannerTemp";
|
|
30
30
|
export * from "./MannerTempBadge";
|
|
31
31
|
export * from "./NotificationBadge";
|
|
32
|
+
export * from "./Portal";
|
|
32
33
|
export * from "./ProgressCircle";
|
|
33
34
|
export * from "./PullToRefresh";
|
|
34
35
|
export * from "./ReactionButton";
|