@seed-design/react 0.0.30 → 0.0.31
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/Icon/Icon.d.ts +1 -1
- package/lib/components/Icon/Icon.d.ts.map +1 -1
- package/lib/components/Tabs/Tabs.namespace.cjs +5 -0
- package/lib/components/Tabs/Tabs.namespace.d.ts +1 -0
- package/lib/components/Tabs/Tabs.namespace.d.ts.map +1 -1
- package/lib/components/Tabs/Tabs.namespace.js +1 -0
- package/lib/components/Tabs/index.cjs +5 -0
- package/lib/components/Tabs/index.d.ts +1 -0
- package/lib/components/Tabs/index.d.ts.map +1 -1
- package/lib/components/Tabs/index.js +1 -0
- package/lib/components/index.cjs +5 -0
- package/lib/components/index.js +1 -0
- package/lib/index.cjs +5 -0
- package/lib/index.js +1 -0
- package/package.json +4 -4
- package/src/components/Icon/Icon.tsx +1 -1
- package/src/components/Tabs/Tabs.namespace.ts +2 -0
- package/src/components/Tabs/index.ts +2 -0
|
@@ -14,7 +14,7 @@ export declare const IconRequired: ({ children, enabled, }: {
|
|
|
14
14
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export interface IconProps {
|
|
16
16
|
svg: React.ReactNode;
|
|
17
|
-
size?: Dimension | string;
|
|
17
|
+
size?: Dimension | (string & {});
|
|
18
18
|
color?: ScopedColorFg | ScopedColorPalette;
|
|
19
19
|
}
|
|
20
20
|
export declare const Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAI1F,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,2GAatB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,2GAatB,CAAC;AAIF,eAAO,MAAM,YAAY,GAAI,wBAG1B;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,4CAsDjD,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;IAErB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAI1F,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,2GAatB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,2GAatB,CAAC;AAIF,eAAO,MAAM,YAAY,GAAI,wBAG1B;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,4CAsDjD,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;IAErB,IAAI,CAAC,EAAE,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;IAEjC,KAAK,CAAC,EAAE,aAAa,GAAG,kBAAkB,CAAC;CAC5C;AAED,eAAO,MAAM,IAAI,qGA+BhB,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,EAC9C,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EAC1D,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,KAAK,OAAO,oHAe/D"}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
5
|
const Tabs = require('./Tabs.cjs');
|
|
6
|
+
const reactTabs = require('@seed-design/react-tabs');
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
@@ -13,3 +14,7 @@ exports.Indicator = Tabs.TabsIndicator;
|
|
|
13
14
|
exports.List = Tabs.TabsList;
|
|
14
15
|
exports.Root = Tabs.TabsRoot;
|
|
15
16
|
exports.Trigger = Tabs.TabsTrigger;
|
|
17
|
+
Object.defineProperty(exports, "carouselPreventDrag", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: () => reactTabs.tabsCarouselPreventDrag
|
|
20
|
+
});
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export { TabsContent as Content, TabsIndicator as Indicator, TabsList as List, TabsRoot as Root, TabsCarouselCamera as CarouselCamera, TabsCarousel as Carousel, TabsTrigger as Trigger, type TabsContentProps as ContentProps, type TabsIndicatorProps as IndicatorProps, type TabsListProps as ListProps, type TabsRootProps as RootProps, type TabsCarouselCameraProps as CarouselCameraProps, type TabsCarouselProps as CarouselProps, type TabsTriggerProps as TriggerProps, } from './Tabs';
|
|
2
|
+
export { tabsCarouselPreventDrag as carouselPreventDrag } from '@seed-design/react-tabs';
|
|
2
3
|
//# sourceMappingURL=Tabs.namespace.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,OAAO,EACtB,aAAa,IAAI,SAAS,EAC1B,QAAQ,IAAI,IAAI,EAChB,QAAQ,IAAI,IAAI,EAChB,kBAAkB,IAAI,cAAc,EACpC,YAAY,IAAI,QAAQ,EACxB,WAAW,IAAI,OAAO,EACtB,KAAK,gBAAgB,IAAI,YAAY,EACrC,KAAK,kBAAkB,IAAI,cAAc,EACzC,KAAK,aAAa,IAAI,SAAS,EAC/B,KAAK,aAAa,IAAI,SAAS,EAC/B,KAAK,uBAAuB,IAAI,mBAAmB,EACnD,KAAK,iBAAiB,IAAI,aAAa,EACvC,KAAK,gBAAgB,IAAI,YAAY,GACtC,MAAM,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"Tabs.namespace.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.namespace.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,OAAO,EACtB,aAAa,IAAI,SAAS,EAC1B,QAAQ,IAAI,IAAI,EAChB,QAAQ,IAAI,IAAI,EAChB,kBAAkB,IAAI,cAAc,EACpC,YAAY,IAAI,QAAQ,EACxB,WAAW,IAAI,OAAO,EACtB,KAAK,gBAAgB,IAAI,YAAY,EACrC,KAAK,kBAAkB,IAAI,cAAc,EACzC,KAAK,aAAa,IAAI,SAAS,EAC/B,KAAK,aAAa,IAAI,SAAS,EAC/B,KAAK,uBAAuB,IAAI,mBAAmB,EACnD,KAAK,iBAAiB,IAAI,aAAa,EACvC,KAAK,gBAAgB,IAAI,YAAY,GACtC,MAAM,QAAQ,CAAC;AAEhB,OAAO,EAAE,uBAAuB,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { TabsCarousel as Carousel, TabsCarouselCamera as CarouselCamera, TabsContent as Content, TabsIndicator as Indicator, TabsList as List, TabsRoot as Root, TabsTrigger as Trigger } from './Tabs.js';
|
|
2
|
+
export { tabsCarouselPreventDrag as carouselPreventDrag } from '@seed-design/react-tabs';
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
5
|
const Tabs = require('./Tabs.cjs');
|
|
6
|
+
const reactTabs = require('@seed-design/react-tabs');
|
|
6
7
|
const Tabs_namespace = require('./Tabs.namespace.cjs');
|
|
7
8
|
|
|
8
9
|
|
|
@@ -14,4 +15,8 @@ exports.TabsIndicator = Tabs.TabsIndicator;
|
|
|
14
15
|
exports.TabsList = Tabs.TabsList;
|
|
15
16
|
exports.TabsRoot = Tabs.TabsRoot;
|
|
16
17
|
exports.TabsTrigger = Tabs.TabsTrigger;
|
|
18
|
+
Object.defineProperty(exports, "tabsCarouselPreventDrag", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: () => reactTabs.tabsCarouselPreventDrag
|
|
21
|
+
});
|
|
17
22
|
exports.Tabs = Tabs_namespace;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { TabsContent, TabsIndicator, TabsList, TabsRoot, TabsCarouselCamera, TabsCarousel, TabsTrigger, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootProps, type TabsCarouselCameraProps, type TabsCarouselProps, type TabsTriggerProps, } from './Tabs';
|
|
2
|
+
export { tabsCarouselPreventDrag } from '@seed-design/react-tabs';
|
|
2
3
|
export * as Tabs from './Tabs.namespace';
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,QAAQ,EACR,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,GACtB,MAAM,QAAQ,CAAC;AAEhB,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,QAAQ,EACR,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,GACtB,MAAM,QAAQ,CAAC;AAEhB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAElE,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { TabsCarousel, TabsCarouselCamera, TabsContent, TabsIndicator, TabsList, TabsRoot, TabsTrigger } from './Tabs.js';
|
|
2
|
+
export { tabsCarouselPreventDrag } from '@seed-design/react-tabs';
|
|
2
3
|
import * as Tabs_namespace from './Tabs.namespace.js';
|
|
3
4
|
export { Tabs_namespace as Tabs };
|
package/lib/components/index.cjs
CHANGED
|
@@ -71,6 +71,7 @@ const Stack = require('./Stack/Stack.cjs');
|
|
|
71
71
|
const Switch = require('./Switch/Switch.cjs');
|
|
72
72
|
const Switch_namespace = require('./Switch/Switch.namespace.cjs');
|
|
73
73
|
const Tabs = require('./Tabs/Tabs.cjs');
|
|
74
|
+
const reactTabs = require('@seed-design/react-tabs');
|
|
74
75
|
const Tabs_namespace = require('./Tabs/Tabs.namespace.cjs');
|
|
75
76
|
const Text = require('./Text/Text.cjs');
|
|
76
77
|
const TextField = require('./TextField/TextField.cjs');
|
|
@@ -275,6 +276,10 @@ exports.TabsIndicator = Tabs.TabsIndicator;
|
|
|
275
276
|
exports.TabsList = Tabs.TabsList;
|
|
276
277
|
exports.TabsRoot = Tabs.TabsRoot;
|
|
277
278
|
exports.TabsTrigger = Tabs.TabsTrigger;
|
|
279
|
+
Object.defineProperty(exports, "tabsCarouselPreventDrag", {
|
|
280
|
+
enumerable: true,
|
|
281
|
+
get: () => reactTabs.tabsCarouselPreventDrag
|
|
282
|
+
});
|
|
278
283
|
exports.Tabs = Tabs_namespace;
|
|
279
284
|
exports.Text = Text.Text;
|
|
280
285
|
exports.TextFieldCharacterCount = TextField.TextFieldCharacterCount;
|
package/lib/components/index.js
CHANGED
|
@@ -86,6 +86,7 @@ export { SwitchControl, SwitchHiddenInput, SwitchLabel, SwitchRoot, SwitchThumb
|
|
|
86
86
|
import * as Switch_namespace from './Switch/Switch.namespace.js';
|
|
87
87
|
export { Switch_namespace as Switch };
|
|
88
88
|
export { TabsCarousel, TabsCarouselCamera, TabsContent, TabsIndicator, TabsList, TabsRoot, TabsTrigger } from './Tabs/Tabs.js';
|
|
89
|
+
export { tabsCarouselPreventDrag } from '@seed-design/react-tabs';
|
|
89
90
|
import * as Tabs_namespace from './Tabs/Tabs.namespace.js';
|
|
90
91
|
export { Tabs_namespace as Tabs };
|
|
91
92
|
export { Text } from './Text/Text.js';
|
package/lib/index.cjs
CHANGED
|
@@ -71,6 +71,7 @@ const Stack = require('./components/Stack/Stack.cjs');
|
|
|
71
71
|
const Switch = require('./components/Switch/Switch.cjs');
|
|
72
72
|
const Switch_namespace = require('./components/Switch/Switch.namespace.cjs');
|
|
73
73
|
const Tabs = require('./components/Tabs/Tabs.cjs');
|
|
74
|
+
const reactTabs = require('@seed-design/react-tabs');
|
|
74
75
|
const Tabs_namespace = require('./components/Tabs/Tabs.namespace.cjs');
|
|
75
76
|
const Text = require('./components/Text/Text.cjs');
|
|
76
77
|
const TextField = require('./components/TextField/TextField.cjs');
|
|
@@ -275,6 +276,10 @@ exports.TabsIndicator = Tabs.TabsIndicator;
|
|
|
275
276
|
exports.TabsList = Tabs.TabsList;
|
|
276
277
|
exports.TabsRoot = Tabs.TabsRoot;
|
|
277
278
|
exports.TabsTrigger = Tabs.TabsTrigger;
|
|
279
|
+
Object.defineProperty(exports, "tabsCarouselPreventDrag", {
|
|
280
|
+
enumerable: true,
|
|
281
|
+
get: () => reactTabs.tabsCarouselPreventDrag
|
|
282
|
+
});
|
|
278
283
|
exports.Tabs = Tabs_namespace;
|
|
279
284
|
exports.Text = Text.Text;
|
|
280
285
|
exports.TextFieldCharacterCount = TextField.TextFieldCharacterCount;
|
package/lib/index.js
CHANGED
|
@@ -86,6 +86,7 @@ export { SwitchControl, SwitchHiddenInput, SwitchLabel, SwitchRoot, SwitchThumb
|
|
|
86
86
|
import * as Switch_namespace from './components/Switch/Switch.namespace.js';
|
|
87
87
|
export { Switch_namespace as Switch };
|
|
88
88
|
export { TabsCarousel, TabsCarouselCamera, TabsContent, TabsIndicator, TabsList, TabsRoot, TabsTrigger } from './components/Tabs/Tabs.js';
|
|
89
|
+
export { tabsCarouselPreventDrag } from '@seed-design/react-tabs';
|
|
89
90
|
import * as Tabs_namespace from './components/Tabs/Tabs.namespace.js';
|
|
90
91
|
export { Tabs_namespace as Tabs };
|
|
91
92
|
export { Text } from './components/Text/Text.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seed-design/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/daangn/seed-design.git",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"@seed-design/react-segmented-control": "0.0.5",
|
|
52
52
|
"@seed-design/react-snackbar": "0.0.5",
|
|
53
53
|
"@seed-design/react-switch": "0.0.4",
|
|
54
|
-
"@seed-design/react-tabs": "0.0.
|
|
54
|
+
"@seed-design/react-tabs": "0.0.8",
|
|
55
55
|
"@seed-design/react-text-field": "0.0.4",
|
|
56
56
|
"@seed-design/react-toggle": "0.0.4",
|
|
57
57
|
"clsx": "^2.1.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@seed-design/css": "0.0.
|
|
60
|
+
"@seed-design/css": "0.0.31",
|
|
61
61
|
"react": ">=18.0.0",
|
|
62
62
|
"react-dom": ">=18.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@seed-design/css": "0.0.
|
|
65
|
+
"@seed-design/css": "0.0.31",
|
|
66
66
|
"@vitejs/plugin-react": "^4.4.1",
|
|
67
67
|
"globby": "^14.1.0",
|
|
68
68
|
"react": "^19.1.0",
|