@kimdw-rtk/ui 0.1.4 → 0.1.6
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/components/Accordion/Accordion.js +1 -1
- package/dist/components/Accordion/AccordionContent.js +1 -1
- package/dist/components/Accordion/AccordionTrigger.js +1 -1
- package/dist/components/Alert/index.d.ts.map +1 -1
- package/dist/components/Alert/index.js +1 -0
- package/dist/components/Box/index.js +2 -2
- package/dist/components/Button/index.js +2 -2
- package/dist/components/Card/Card.js +2 -2
- package/dist/components/Card/CardContent.js +1 -1
- package/dist/components/Card/CardHeader.js +1 -1
- package/dist/components/Card/CardInteraction.js +1 -1
- package/dist/components/Card/CardThumbnail.js +1 -1
- package/dist/components/Chip/Chip.js +2 -2
- package/dist/components/Container/index.js +2 -2
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dialog/DialogContent.js +1 -1
- package/dist/components/Dialog/DialogHeader.js +1 -1
- package/dist/components/Flex/index.js +2 -2
- package/dist/components/Navigation/NavigationAside.js +1 -1
- package/dist/components/Navigation/NavigationBar.js +2 -2
- package/dist/components/Navigation/NavigationContainer.js +1 -1
- package/dist/components/Navigation/NavigationDrawer.js +1 -1
- package/dist/components/Navigation/NavigationItem.js +1 -1
- package/dist/components/Navigation/NavigationLogo.js +1 -1
- package/dist/components/Navigation/NavigationMenu.js +2 -2
- package/dist/components/Portal/index.d.ts +7 -0
- package/dist/components/Portal/index.d.ts.map +1 -0
- package/dist/components/Portal/index.js +10 -0
- package/dist/components/Range/Range.js +2 -2
- package/dist/components/ScrollArea/ScrollArea.js +2 -2
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/SelectOption.js +1 -1
- package/dist/components/Select/SelectOptionList.js +2 -2
- package/dist/components/Select/SelectTrigger.js +1 -1
- package/dist/components/Skeleton/index.js +1 -1
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableCell.js +1 -1
- package/dist/components/Table/TableHead.js +1 -1
- package/dist/components/Table/TableRow.js +1 -1
- package/dist/components/Tabs/TabsList.js +1 -1
- package/dist/components/Tabs/TabsTrigger.js +1 -1
- package/dist/components/TextField/index.js +2 -2
- package/dist/components/Toast/index.js +2 -2
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +3 -6
- package/dist/components/Typography/index.js +3 -3
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/contexts/UIProvider.d.ts +1 -1
- package/dist/contexts/UIProvider.d.ts.map +1 -1
- package/dist/contexts/UIProvider.js +3 -2
- package/dist/hooks/useContainer/ContainerProvider.d.ts +1 -1
- package/dist/hooks/useContainer/ContainerProvider.d.ts.map +1 -1
- package/dist/hooks/useContainer/index.d.ts +1 -1
- package/dist/hooks/useContainer/index.d.ts.map +1 -1
- package/dist/hooks/useContainer/index.js +1 -3
- package/dist/hooks/useRipple/index.js +1 -1
- package/dist/hooks/useToast/ToastContainer.js +1 -1
- package/dist/hooks/useToast/ToastProvider.d.ts.map +1 -1
- package/dist/hooks/useToast/ToastProvider.js +3 -6
- package/dist/hooks/useToast/index.d.ts.map +1 -1
- package/dist/hooks/useToast/index.js +1 -0
- package/dist/index.js +18 -17
- package/dist/styles/sx.js +1 -1
- package/dist/tokens/index.js +6 -0
- package/dist/utils/sprinklesUtils.js +1 -1
- package/package.json +10 -6
- package/dist/tests/uiTest.d.ts +0 -3
- package/dist/tests/uiTest.d.ts.map +0 -1
- /package/dist/components/Accordion/{Accordion.css.js → Accordion.css.vanilla.js} +0 -0
- /package/dist/components/Accordion/{AccordionContent.css.js → AccordionContent.css.vanilla.js} +0 -0
- /package/dist/components/Accordion/{AccordionTrigger.css.js → AccordionTrigger.css.vanilla.js} +0 -0
- /package/dist/components/Box/{Box.css.js → Box.css.vanilla.js} +0 -0
- /package/dist/components/Button/{Button.css.js → Button.css.vanilla.js} +0 -0
- /package/dist/components/Card/{Card.css.js → Card.css.vanilla.js} +0 -0
- /package/dist/components/Card/{CardContent.css.js → CardContent.css.vanilla.js} +0 -0
- /package/dist/components/Card/{CardHeader.css.js → CardHeader.css.vanilla.js} +0 -0
- /package/dist/components/Card/{CardInteraction.css.js → CardInteraction.css.vanilla.js} +0 -0
- /package/dist/components/Card/{CardThumbnail.css.js → CardThumbnail.css.vanilla.js} +0 -0
- /package/dist/components/Chip/{Chip.css.js → Chip.css.vanilla.js} +0 -0
- /package/dist/components/Container/{Container.css.js → Container.css.vanilla.js} +0 -0
- /package/dist/components/Dialog/{Dialog.css.js → Dialog.css.vanilla.js} +0 -0
- /package/dist/components/Dialog/{DialogContent.css.js → DialogContent.css.vanilla.js} +0 -0
- /package/dist/components/Dialog/{DialogHeader.css.js → DialogHeader.css.vanilla.js} +0 -0
- /package/dist/components/Flex/{Flex.css.js → Flex.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationAside.css.js → NavigationAside.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationBar.css.js → NavigationBar.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationContainer.css.js → NavigationContainer.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationDrawer.css.js → NavigationDrawer.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationItem.css.js → NavigationItem.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationLogo.css.js → NavigationLogo.css.vanilla.js} +0 -0
- /package/dist/components/Navigation/{NavigationMenu.css.js → NavigationMenu.css.vanilla.js} +0 -0
- /package/dist/components/Range/{Range.css.js → Range.css.vanilla.js} +0 -0
- /package/dist/components/ScrollArea/{ScrollArea.css.js → ScrollArea.css.vanilla.js} +0 -0
- /package/dist/components/Select/{Select.css.js → Select.css.vanilla.js} +0 -0
- /package/dist/components/Select/{SelectOption.css.js → SelectOption.css.vanilla.js} +0 -0
- /package/dist/components/Select/{SelectOptionList.css.js → SelectOptionList.css.vanilla.js} +0 -0
- /package/dist/components/Select/{SelectTrigger.css.js → SelectTrigger.css.vanilla.js} +0 -0
- /package/dist/components/Skeleton/{Skeleton.css.js → Skeleton.css.vanilla.js} +0 -0
- /package/dist/components/Table/{Table.css.js → Table.css.vanilla.js} +0 -0
- /package/dist/components/Table/{TableCell.css.js → TableCell.css.vanilla.js} +0 -0
- /package/dist/components/Table/{TableHead.css.js → TableHead.css.vanilla.js} +0 -0
- /package/dist/components/Table/{TableRow.css.js → TableRow.css.vanilla.js} +0 -0
- /package/dist/components/Tabs/{TabsList.css.js → TabsList.css.vanilla.js} +0 -0
- /package/dist/components/Tabs/{TabsTrigger.css.js → TabsTrigger.css.vanilla.js} +0 -0
- /package/dist/components/TextField/{TextField.css.js → TextField.css.vanilla.js} +0 -0
- /package/dist/components/Toast/{Toast.css.js → Toast.css.vanilla.js} +0 -0
- /package/dist/components/Tooltip/{Tooltip.css.js → Tooltip.css.vanilla.js} +0 -0
- /package/dist/components/Typography/{Typography.css.js → Typography.css.vanilla.js} +0 -0
- /package/dist/hooks/useRipple/{ripple.css.js → ripple.css.vanilla.js} +0 -0
- /package/dist/hooks/useToast/{ToastContainer.css.js → ToastContainer.css.vanilla.js} +0 -0
- /package/dist/styles/{layers.css.js → layers.css.vanilla.js} +0 -0
- /package/dist/styles/{overlay.css.js → overlay.css.vanilla.js} +0 -0
- /package/dist/styles/{sprinkles.css.js → sprinkles.css.vanilla.js} +0 -0
- /package/dist/themes/{darkTheme.css.js → darkTheme.css.vanilla.js} +0 -0
- /package/dist/themes/{lightTheme.css.js → lightTheme.css.vanilla.js} +0 -0
- /package/dist/themes/{theme.css.js → theme.css.vanilla.js} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, useReducer } from 'react';
|
|
4
4
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
5
|
-
import { accordion } from './Accordion.css.js';
|
|
5
|
+
import { accordion } from './Accordion.css.vanilla.js';
|
|
6
6
|
import { accordionReducer, AccordionContext } from './AccordionContext.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useRef, useContext, useLayoutEffect, useEffect } from 'react';
|
|
4
|
-
import { container, inner } from './AccordionContent.css.js';
|
|
4
|
+
import { container, inner } from './AccordionContent.css.vanilla.js';
|
|
5
5
|
import { AccordionContext } from './AccordionContext.js';
|
|
6
6
|
|
|
7
7
|
const AccordionContent = ({ children }) => {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useContext } from 'react';
|
|
4
4
|
import { AccordionContext } from './AccordionContext.js';
|
|
5
|
-
import { triggerContainer, arrow } from './AccordionTrigger.css.js';
|
|
5
|
+
import { triggerContainer, arrow } from './AccordionTrigger.css.vanilla.js';
|
|
6
6
|
import ChevronDown from '../../node_modules/.pnpm/lucide-react@0.503.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevron-down.js';
|
|
7
7
|
|
|
8
8
|
const AccordionTrigger = ({ children, iconPosition = 'right', }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,UAAU,UAAU;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,KAAK,GAAI,cAAc,UAAU,4CAc7C,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { box } from './Box.css.js';
|
|
4
|
+
import { box } from './Box.css.vanilla.js';
|
|
5
5
|
import { omitSprinkles, filterSprinkles } from '../../utils/sprinklesUtils.js';
|
|
6
|
-
import { sprinkles } from '../../styles/sprinkles.css.js';
|
|
6
|
+
import { sprinkles } from '../../styles/sprinkles.css.vanilla.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
9
9
|
const Box = forwardRef(({ children, flex = false, rounded = false, className, sx: propSx, ...props }, ref) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, useRef } from 'react';
|
|
4
4
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
5
|
-
import { icon, span, button } from './Button.css.js';
|
|
6
|
-
import * as Button_css from './Button.css.js';
|
|
5
|
+
import { icon, span, button } from './Button.css.vanilla.js';
|
|
6
|
+
import * as Button_css from './Button.css.vanilla.js';
|
|
7
7
|
export { Button_css as buttonCss };
|
|
8
8
|
import { useRipple } from '../../hooks/useRipple/index.js';
|
|
9
9
|
import { sx } from '../../styles/sx.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { card } from './Card.css.js';
|
|
5
|
-
import * as Card_css from './Card.css.js';
|
|
4
|
+
import { card } from './Card.css.vanilla.js';
|
|
5
|
+
import * as Card_css from './Card.css.vanilla.js';
|
|
6
6
|
export { Card_css as cardCss };
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { cardContent } from './CardContent.css.js';
|
|
4
|
+
import { cardContent } from './CardContent.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const CardContent = forwardRef(({ className, sx: propSx, ...props }, ref) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { cardHeader } from './CardHeader.css.js';
|
|
4
|
+
import { cardHeader } from './CardHeader.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const CardHeader = forwardRef(({ className, sx: propSx, ...props }, ref) => {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
5
|
-
import { cardInteraction } from './CardInteraction.css.js';
|
|
5
|
+
import { cardInteraction } from './CardInteraction.css.vanilla.js';
|
|
6
6
|
import { useRipple } from '../../hooks/useRipple/index.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { thumbnail } from './CardThumbnail.css.js';
|
|
4
|
+
import { thumbnail } from './CardThumbnail.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const CardThumbnail = forwardRef(({ className, sx: propSx, ...props }, ref) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { chip } from './Chip.css.js';
|
|
5
|
-
import * as Chip_css from './Chip.css.js';
|
|
4
|
+
import { chip } from './Chip.css.vanilla.js';
|
|
5
|
+
import * as Chip_css from './Chip.css.vanilla.js';
|
|
6
6
|
export { Chip_css as chipCss };
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { container } from './Container.css.js';
|
|
4
|
+
import { container } from './Container.css.vanilla.js';
|
|
5
5
|
import { omitSprinkles, filterSprinkles } from '../../utils/sprinklesUtils.js';
|
|
6
|
-
import { sprinkles } from '../../styles/sprinkles.css.js';
|
|
6
|
+
import { sprinkles } from '../../styles/sprinkles.css.vanilla.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
9
9
|
const Container = forwardRef(({ children, className, size, sx: propSx, ...props }, ref) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { container } from './Dialog.css.js';
|
|
4
|
+
import { container } from './Dialog.css.vanilla.js';
|
|
5
5
|
import { Box } from '../Box/index.js';
|
|
6
6
|
import { sx } from '../../styles/sx.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { container } from './DialogContent.css.js';
|
|
4
|
+
import { container } from './DialogContent.css.vanilla.js';
|
|
5
5
|
import { Box } from '../Box/index.js';
|
|
6
6
|
import { sx } from '../../styles/sx.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { close, container } from './DialogHeader.css.js';
|
|
4
|
+
import { close, container } from './DialogHeader.css.vanilla.js';
|
|
5
5
|
import X from '../../node_modules/.pnpm/lucide-react@0.503.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/x.js';
|
|
6
6
|
import { Box } from '../Box/index.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { flex } from './Flex.css.js';
|
|
4
|
+
import { flex } from './Flex.css.vanilla.js';
|
|
5
5
|
import { omitSprinkles, filterSprinkles } from '../../utils/sprinklesUtils.js';
|
|
6
|
-
import { sprinkles } from '../../styles/sprinkles.css.js';
|
|
6
|
+
import { sprinkles } from '../../styles/sprinkles.css.vanilla.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
9
9
|
const Flex = forwardRef(({ children, className, sx: propSx, ...props }, ref) => {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
5
|
-
import { wide } from './NavigationAside.css.js';
|
|
5
|
+
import { wide } from './NavigationAside.css.vanilla.js';
|
|
6
6
|
import { sx } from '../../styles/sx.js';
|
|
7
7
|
|
|
8
8
|
const NavigationAside = forwardRef(({ children, className, sx: propSx, ...props }, ref) => {
|
|
@@ -3,8 +3,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
import { useIsScrolled } from '@kimdw-rtk/utils';
|
|
5
5
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
6
|
-
import { navigationBar } from './NavigationBar.css.js';
|
|
7
|
-
import * as NavigationBar_css from './NavigationBar.css.js';
|
|
6
|
+
import { navigationBar } from './NavigationBar.css.vanilla.js';
|
|
7
|
+
import * as NavigationBar_css from './NavigationBar.css.vanilla.js';
|
|
8
8
|
export { NavigationBar_css as navigationBarCss };
|
|
9
9
|
import { sx } from '../../styles/sx.js';
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { container } from './NavigationContainer.css.js';
|
|
4
|
+
import { container } from './NavigationContainer.css.vanilla.js';
|
|
5
5
|
import { Container } from '../Container/index.js';
|
|
6
6
|
import { sx } from '../../styles/sx.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, useEffect } from 'react';
|
|
4
|
-
import { wide, narrow, popup } from './NavigationDrawer.css.js';
|
|
4
|
+
import { wide, narrow, popup } from './NavigationDrawer.css.vanilla.js';
|
|
5
5
|
import X from '../../node_modules/.pnpm/lucide-react@0.503.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/x.js';
|
|
6
6
|
import AlignJustify from '../../node_modules/.pnpm/lucide-react@0.503.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/align-justify.js';
|
|
7
7
|
import { Button } from '../Button/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { container } from './NavigationItem.css.js';
|
|
4
|
+
import { container } from './NavigationItem.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const NavigationItem = forwardRef(({ style, className, sx: propSx, isSelected = false, ...props }, ref) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { navigationLogo } from './NavigationLogo.css.js';
|
|
4
|
+
import { navigationLogo } from './NavigationLogo.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const NavigationLogo = forwardRef(({ className, sx: propSx, ...props }, ref) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { navigationMenu } from './NavigationMenu.css.js';
|
|
5
|
-
import * as NavigationMenu_css from './NavigationMenu.css.js';
|
|
4
|
+
import { navigationMenu } from './NavigationMenu.css.vanilla.js';
|
|
5
|
+
import * as NavigationMenu_css from './NavigationMenu.css.vanilla.js';
|
|
6
6
|
export { NavigationMenu_css as navigationMenuCss };
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,UAAU,WAAW;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,MAAM,GAAI,cAAc,WAAW,wCAI/C,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { createPortal } from 'react-dom';
|
|
3
|
+
import { useContainer } from '../../hooks/useContainer/index.js';
|
|
4
|
+
|
|
5
|
+
const Portal = ({ children }) => {
|
|
6
|
+
const container = useContainer();
|
|
7
|
+
return container !== undefined && createPortal(children, container);
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { Portal };
|
|
@@ -3,8 +3,8 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, useRef, useEffect } from 'react';
|
|
4
4
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
5
5
|
import { usePointerSlider } from '../../hooks/usePointerSlider/index.js';
|
|
6
|
-
import { bar, fill, thumb, range } from './Range.css.js';
|
|
7
|
-
import * as Range_css from './Range.css.js';
|
|
6
|
+
import { bar, fill, thumb, range } from './Range.css.vanilla.js';
|
|
7
|
+
import * as Range_css from './Range.css.vanilla.js';
|
|
8
8
|
export { Range_css as rangeCss };
|
|
9
9
|
import { sx } from '../../styles/sx.js';
|
|
10
10
|
|
|
@@ -4,8 +4,8 @@ import { forwardRef, useRef, useState, useEffect } from 'react';
|
|
|
4
4
|
import { useCombinedRefs } from '@kimdw-rtk/utils';
|
|
5
5
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
6
6
|
import { useMouseScroll } from '../../hooks/useMouseScroll/index.js';
|
|
7
|
-
import { wrapper, scrollArea, maskBoth, maskLeft, maskRight } from './ScrollArea.css.js';
|
|
8
|
-
import * as ScrollArea_css from './ScrollArea.css.js';
|
|
7
|
+
import { wrapper, scrollArea, maskBoth, maskLeft, maskRight } from './ScrollArea.css.vanilla.js';
|
|
8
|
+
import * as ScrollArea_css from './ScrollArea.css.vanilla.js';
|
|
9
9
|
export { ScrollArea_css as scrollAreaCss };
|
|
10
10
|
import { sx } from '../../styles/sx.js';
|
|
11
11
|
|
|
@@ -3,8 +3,8 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, useRef, useReducer, useEffect } from 'react';
|
|
4
4
|
import { useCombinedRefs } from '@kimdw-rtk/utils';
|
|
5
5
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
6
|
-
import { select } from './Select.css.js';
|
|
7
|
-
import * as Select_css from './Select.css.js';
|
|
6
|
+
import { select } from './Select.css.vanilla.js';
|
|
7
|
+
import * as Select_css from './Select.css.vanilla.js';
|
|
8
8
|
export { Select_css as selectCss };
|
|
9
9
|
import { selectReducer, SelectContext } from './SelectContext.js';
|
|
10
10
|
import SelectOptionList from './SelectOptionList.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useContext, useEffect } from 'react';
|
|
4
4
|
import { SelectContext } from './SelectContext.js';
|
|
5
|
-
import { selectOption } from './SelectOption.css.js';
|
|
5
|
+
import { selectOption } from './SelectOption.css.vanilla.js';
|
|
6
6
|
|
|
7
7
|
const SelectOption = ({ children, value }) => {
|
|
8
8
|
const selectContext = useContext(SelectContext);
|
|
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useContext, useRef, useMemo } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
4
|
import { SelectContext } from './SelectContext.js';
|
|
5
|
-
import { container } from './SelectOptionList.css.js';
|
|
6
|
-
import { sprinkles } from '../../styles/sprinkles.css.js';
|
|
5
|
+
import { container } from './SelectOptionList.css.vanilla.js';
|
|
6
|
+
import { sprinkles } from '../../styles/sprinkles.css.vanilla.js';
|
|
7
7
|
|
|
8
8
|
const SelectOptionList = ({ children }) => {
|
|
9
9
|
const selectContext = useContext(SelectContext);
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useContext } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
4
|
import { SelectContext } from './SelectContext.js';
|
|
5
|
-
import { children, icon, selectTrigger } from './SelectTrigger.css.js';
|
|
5
|
+
import { children, icon, selectTrigger } from './SelectTrigger.css.vanilla.js';
|
|
6
6
|
import ChevronDown from '../../node_modules/.pnpm/lucide-react@0.503.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevron-down.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { skeleton } from './Skeleton.css.js';
|
|
4
|
+
import { skeleton } from './Skeleton.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const Skeleton = forwardRef(({ className, width, height, style, sx: propSx, ...props }, ref) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { striped, table } from './Table.css.js';
|
|
5
|
-
import * as Table_css from './Table.css.js';
|
|
4
|
+
import { striped, table } from './Table.css.vanilla.js';
|
|
5
|
+
import * as Table_css from './Table.css.vanilla.js';
|
|
6
6
|
export { Table_css as tableCss };
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
3
|
-
import { tableCell } from './TableCell.css.js';
|
|
3
|
+
import { tableCell } from './TableCell.css.vanilla.js';
|
|
4
4
|
import { sx } from '../../styles/sx.js';
|
|
5
5
|
|
|
6
6
|
const TableCell = ({ width, textAlign, style, className, sx: propSx, ...props }) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
3
|
-
import { tableHead } from './TableHead.css.js';
|
|
3
|
+
import { tableHead } from './TableHead.css.vanilla.js';
|
|
4
4
|
import { sx } from '../../styles/sx.js';
|
|
5
5
|
|
|
6
6
|
const TableHead = ({ width, textAlign, style, className, sx: propSx, ...props }) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
3
|
-
import { interactive } from './TableRow.css.js';
|
|
3
|
+
import { interactive } from './TableRow.css.vanilla.js';
|
|
4
4
|
import { sx } from '../../styles/sx.js';
|
|
5
5
|
|
|
6
6
|
const TableRow = ({ isInteractive = false, className, sx: propSx, ...props }) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { container } from './TabsList.css.js';
|
|
4
|
+
import { container } from './TabsList.css.vanilla.js';
|
|
5
5
|
import { sx } from '../../styles/sx.js';
|
|
6
6
|
|
|
7
7
|
const TabsList = forwardRef(({ children, className, sx: propSx, ...props }, ref) => {
|
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, useContext } from 'react';
|
|
4
4
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
5
5
|
import { TabsContext } from './TabsProvider.js';
|
|
6
|
-
import { container } from './TabsTrigger.css.js';
|
|
6
|
+
import { container } from './TabsTrigger.css.vanilla.js';
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
9
9
|
const TabsTrigger = forwardRef(({ children, value, className, sx: propSx, ...props }, ref) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { textField } from './TextField.css.js';
|
|
5
|
-
import * as TextField_css from './TextField.css.js';
|
|
4
|
+
import { textField } from './TextField.css.vanilla.js';
|
|
5
|
+
import * as TextField_css from './TextField.css.vanilla.js';
|
|
6
6
|
export { TextField_css as textFieldCss };
|
|
7
7
|
import { sx } from '../../styles/sx.js';
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { progress, toast } from './Toast.css.js';
|
|
5
|
-
import * as Toast_css from './Toast.css.js';
|
|
4
|
+
import { progress, toast } from './Toast.css.vanilla.js';
|
|
5
|
+
import * as Toast_css from './Toast.css.vanilla.js';
|
|
6
6
|
export { Toast_css as toastCss };
|
|
7
7
|
import { Box } from '../Box/index.js';
|
|
8
8
|
import { sx } from '../../styles/sx.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,mBAAmB,EACxB,KAAK,YAAY,EACjB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,mBAAmB,EACxB,KAAK,YAAY,EACjB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAGf,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAE1C,OAAO,KAAK,CAAC,MAAM,eAAe,CAAC;AAEnC,UAAU,YACR,SAAQ,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC;IAC7D,QAAQ,EAAE,YAAY,CAAC;QACrB,aAAa,CAAC,EAAE,mBAAmB,CAAC;QACpC,YAAY,CAAC,EAAE,mBAAmB,CAAC;KACpC,CAAC,CAAC;IACH,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,eAAO,MAAM,OAAO,GAAI,6BAAoC,YAAY,4CAsCvE,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, cloneElement } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { useContainer } from '../../hooks/useContainer/index.js';
|
|
4
|
+
import { tooltip } from './Tooltip.css.vanilla.js';
|
|
5
|
+
import { Portal } from '../Portal/index.js';
|
|
7
6
|
|
|
8
7
|
const Tooltip = ({ children, content, size = 'sm' }) => {
|
|
9
8
|
const [isVisible, setIsVisible] = useState(false);
|
|
@@ -11,7 +10,6 @@ const Tooltip = ({ children, content, size = 'sm' }) => {
|
|
|
11
10
|
x: 0,
|
|
12
11
|
y: 0,
|
|
13
12
|
});
|
|
14
|
-
const container = useContainer();
|
|
15
13
|
const handlePointerOver = (e) => {
|
|
16
14
|
const rect = e.currentTarget.getBoundingClientRect();
|
|
17
15
|
setIsVisible(true);
|
|
@@ -25,8 +23,7 @@ const Tooltip = ({ children, content, size = 'sm' }) => {
|
|
|
25
23
|
return (jsxs(Fragment, { children: [cloneElement(children, {
|
|
26
24
|
onPointerOver: handlePointerOver,
|
|
27
25
|
onPointerOut: handlePointerOut,
|
|
28
|
-
}), isVisible &&
|
|
29
|
-
createPortal(jsx("div", { className: tooltip({ size }), style: { top: position.y, left: position.x }, children: content }), container)] }));
|
|
26
|
+
}), isVisible && (jsx(Portal, { children: jsx("div", { className: tooltip({ size }), style: { top: position.y, left: position.x }, children: content }) }))] }));
|
|
30
27
|
};
|
|
31
28
|
|
|
32
29
|
export { Tooltip };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { clsx } from '../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js';
|
|
4
|
-
import { typography } from './Typography.css.js';
|
|
5
|
-
import * as Typography_css from './Typography.css.js';
|
|
4
|
+
import { typography } from './Typography.css.vanilla.js';
|
|
5
|
+
import * as Typography_css from './Typography.css.vanilla.js';
|
|
6
6
|
export { Typography_css as typographyCss };
|
|
7
|
-
import { sprinkles } from '../../styles/sprinkles.css.js';
|
|
7
|
+
import { sprinkles } from '../../styles/sprinkles.css.vanilla.js';
|
|
8
8
|
|
|
9
9
|
const Typography = forwardRef(({ children, as: Component = 'p', className, color = 'foreground', fontSize = 'md', fontWeight = 'normal', lineHeight, textAlign, letterSpacing, wordBreak, gradientFrom, gradientTo, isEllipsis = false, isGradient = false, sx, ...props }, ref) => {
|
|
10
10
|
return (jsx(Component, { ref: ref, className: clsx(typography({ isEllipsis, isGradient }), sprinkles({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
@@ -2,7 +2,7 @@ import type { ReactNode } from 'react';
|
|
|
2
2
|
import { type OverlayOption } from '@kimdw-rtk/utils';
|
|
3
3
|
interface UIProviderProps {
|
|
4
4
|
children: ReactNode;
|
|
5
|
-
container
|
|
5
|
+
container?: HTMLElement;
|
|
6
6
|
overlayUnmountOn?: OverlayOption['unmountOn'];
|
|
7
7
|
}
|
|
8
8
|
export declare const UIProvider: ({ children, container, overlayUnmountOn, }: UIProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UIProvider.d.ts","sourceRoot":"","sources":["../../src/contexts/UIProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAmB,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"UIProvider.d.ts","sourceRoot":"","sources":["../../src/contexts/UIProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAmB,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOvE,UAAU,eAAe;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,gBAAgB,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;CAC/C;AAED,eAAO,MAAM,UAAU,GAAI,4CAIxB,eAAe,4CAgBjB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { OverlayProvider } from '@kimdw-rtk/utils';
|
|
4
|
-
import * as overlay_css from '../styles/overlay.css.js';
|
|
4
|
+
import * as overlay_css from '../styles/overlay.css.vanilla.js';
|
|
5
5
|
import { ContainerProvider } from '../hooks/useContainer/ContainerProvider.js';
|
|
6
6
|
import { ToastProvider } from '../hooks/useToast/ToastProvider.js';
|
|
7
|
+
import { Portal } from '../components/Portal/index.js';
|
|
7
8
|
|
|
8
9
|
const UIProvider = ({ children, container, overlayUnmountOn = 'transitionEnd', }) => {
|
|
9
|
-
return (jsx(ContainerProvider, { container: container, children: jsx(ToastProvider, { children: jsx(OverlayProvider, { className: { ...overlay_css },
|
|
10
|
+
return (jsx(ContainerProvider, { container: container, children: jsx(ToastProvider, { children: jsx(OverlayProvider, { className: { ...overlay_css }, renderOverlay: (overlayChildren) => (jsx(Portal, { children: overlayChildren })), unmountOn: overlayUnmountOn, children: children }) }) }));
|
|
10
11
|
};
|
|
11
12
|
|
|
12
13
|
export { UIProvider };
|
|
@@ -2,7 +2,7 @@ import { type ReactNode } from 'react';
|
|
|
2
2
|
export declare const ContainerContext: import("react").Context<HTMLElement | undefined>;
|
|
3
3
|
interface ContainerProviderProps {
|
|
4
4
|
children: ReactNode;
|
|
5
|
-
container
|
|
5
|
+
container?: HTMLElement;
|
|
6
6
|
}
|
|
7
7
|
export declare const ContainerProvider: ({ children, container, }: ContainerProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContainerProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/useContainer/ContainerProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,eAAO,MAAM,gBAAgB,kDAE5B,CAAC;AAEF,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"ContainerProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/useContainer/ContainerProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,eAAO,MAAM,gBAAgB,kDAE5B,CAAC;AAEF,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB;AAED,eAAO,MAAM,iBAAiB,GAAI,0BAG/B,sBAAsB,4CAMxB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const useContainer: () => HTMLElement;
|
|
1
|
+
export declare const useContainer: () => HTMLElement | undefined;
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useContainer/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useContainer/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,+BAIxB,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { useContext } from 'react';
|
|
2
3
|
import { ContainerContext } from './ContainerProvider.js';
|
|
3
4
|
|
|
4
5
|
const useContainer = () => {
|
|
5
6
|
const containerContext = useContext(ContainerContext);
|
|
6
|
-
if (!containerContext) {
|
|
7
|
-
throw new Error('useContainer must be used within a ContainerProvider');
|
|
8
|
-
}
|
|
9
7
|
return containerContext;
|
|
10
8
|
};
|
|
11
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useRef, useEffect, useMemo } from 'react';
|
|
4
|
-
import { ripple, colorVar } from './ripple.css.js';
|
|
4
|
+
import { ripple, colorVar } from './ripple.css.vanilla.js';
|
|
5
5
|
|
|
6
6
|
const useRipple = (ref) => {
|
|
7
7
|
const rippleRef = useRef(null);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { container } from './ToastContainer.css.js';
|
|
2
|
+
import { container } from './ToastContainer.css.vanilla.js';
|
|
3
3
|
|
|
4
4
|
const ToastContainer = ({ children }) => {
|
|
5
5
|
return jsx("div", { className: container, children: children });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToastProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/useToast/ToastProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAML,KAAK,cAAc,EACnB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ToastProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/useToast/ToastProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAML,KAAK,cAAc,EACnB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAIf,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAC;AAI5C,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC;IAC9C,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,MAAM,CAAC;IAC9C,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9B;AAED,eAAO,MAAM,YAAY,uDAExB,CAAC;AAEF,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAID,eAAO,MAAM,aAAa,GAAI,gCAG3B,kBAAkB,4CAsFpB,CAAC"}
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { createContext, useState, useRef, useCallback, useMemo } from 'react';
|
|
4
|
-
import { createPortal } from 'react-dom';
|
|
5
4
|
import { TransitionGroup, CSSTransition } from '@kimdw-rtk/animation';
|
|
6
|
-
import { useContainer } from '../useContainer/index.js';
|
|
7
5
|
import { ToastContainer } from './ToastContainer.js';
|
|
6
|
+
import { Portal } from '../../components/Portal/index.js';
|
|
8
7
|
import { Toast } from '../../components/Toast/index.js';
|
|
9
8
|
|
|
10
9
|
const ToastContext = createContext(undefined);
|
|
11
10
|
const DEFAULT_TOAST_DURATION = 5000;
|
|
12
11
|
const ToastProvider = ({ children, defaultDuration = DEFAULT_TOAST_DURATION, }) => {
|
|
13
|
-
const container = useContainer();
|
|
14
12
|
const [toasts, setToasts] = useState([]);
|
|
15
13
|
const idRef = useRef(0);
|
|
16
14
|
const remove = useCallback((id) => {
|
|
@@ -39,8 +37,7 @@ const ToastProvider = ({ children, defaultDuration = DEFAULT_TOAST_DURATION, })
|
|
|
39
37
|
}
|
|
40
38
|
toast.onClick(toast.id);
|
|
41
39
|
};
|
|
42
|
-
return (jsxs(ToastContext.Provider, { value: useMemo(() => ({ push, remove }), [push, remove]), children: [children,
|
|
43
|
-
createPortal(jsx(ToastContainer, { children: jsx(TransitionGroup, { children: toasts.map((toast) => (jsx(CSSTransition, { animate: {
|
|
40
|
+
return (jsxs(ToastContext.Provider, { value: useMemo(() => ({ push, remove }), [push, remove]), children: [children, jsx(Portal, { children: jsx(ToastContainer, { children: jsx(TransitionGroup, { children: toasts.map((toast) => (jsx(CSSTransition, { animate: {
|
|
44
41
|
opacity: 1,
|
|
45
42
|
transform: 'translateY(0)',
|
|
46
43
|
height: '3.5rem',
|
|
@@ -48,7 +45,7 @@ const ToastProvider = ({ children, defaultDuration = DEFAULT_TOAST_DURATION, })
|
|
|
48
45
|
opacity: 0,
|
|
49
46
|
transform: 'translateY(1rem)',
|
|
50
47
|
height: '0',
|
|
51
|
-
}, style: { display: 'flex', flexDirection: 'column-reverse' }, children: jsx(Toast, { color: toast.color, duration: toast.autoClose ? toast.duration : 0, onClick: () => handleToastClick(toast), children: toast.message }) }, toast.id))) }) })
|
|
48
|
+
}, style: { display: 'flex', flexDirection: 'column-reverse' }, children: jsx(Toast, { color: toast.color, duration: toast.autoClose ? toast.duration : 0, onClick: () => handleToastClick(toast), children: toast.message }) }, toast.id))) }) }) })] }));
|
|
52
49
|
};
|
|
53
50
|
|
|
54
51
|
export { ToastContext, ToastProvider };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useToast/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useToast/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;CAUpB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -4,17 +4,17 @@ export { AccordionTrigger } from './components/Accordion/AccordionTrigger.js';
|
|
|
4
4
|
export { Alert } from './components/Alert/index.js';
|
|
5
5
|
export { Box } from './components/Box/index.js';
|
|
6
6
|
export { Button } from './components/Button/index.js';
|
|
7
|
-
import * as Button_css from './components/Button/Button.css.js';
|
|
7
|
+
import * as Button_css from './components/Button/Button.css.vanilla.js';
|
|
8
8
|
export { Button_css as buttonCss };
|
|
9
9
|
export { Card } from './components/Card/Card.js';
|
|
10
|
-
import * as Card_css from './components/Card/Card.css.js';
|
|
10
|
+
import * as Card_css from './components/Card/Card.css.vanilla.js';
|
|
11
11
|
export { Card_css as cardCss };
|
|
12
12
|
export { CardContent } from './components/Card/CardContent.js';
|
|
13
13
|
export { CardHeader } from './components/Card/CardHeader.js';
|
|
14
14
|
export { CardInteraction } from './components/Card/CardInteraction.js';
|
|
15
15
|
export { CardThumbnail } from './components/Card/CardThumbnail.js';
|
|
16
16
|
export { Chip } from './components/Chip/Chip.js';
|
|
17
|
-
import * as Chip_css from './components/Chip/Chip.css.js';
|
|
17
|
+
import * as Chip_css from './components/Chip/Chip.css.vanilla.js';
|
|
18
18
|
export { Chip_css as chipCss };
|
|
19
19
|
export { Confirm } from './components/Confirm/index.js';
|
|
20
20
|
export { Container } from './components/Container/index.js';
|
|
@@ -25,29 +25,30 @@ export { DialogHeader } from './components/Dialog/DialogHeader.js';
|
|
|
25
25
|
export { Flex } from './components/Flex/index.js';
|
|
26
26
|
export { NavigationAside } from './components/Navigation/NavigationAside.js';
|
|
27
27
|
export { NavigationBar } from './components/Navigation/NavigationBar.js';
|
|
28
|
-
import * as NavigationBar_css from './components/Navigation/NavigationBar.css.js';
|
|
28
|
+
import * as NavigationBar_css from './components/Navigation/NavigationBar.css.vanilla.js';
|
|
29
29
|
export { NavigationBar_css as navigationBarCss };
|
|
30
30
|
export { NavigationContainer } from './components/Navigation/NavigationContainer.js';
|
|
31
31
|
export { NavigationDrawer } from './components/Navigation/NavigationDrawer.js';
|
|
32
32
|
export { NavigationItem } from './components/Navigation/NavigationItem.js';
|
|
33
33
|
export { NavigationLogo } from './components/Navigation/NavigationLogo.js';
|
|
34
34
|
export { NavigationMenu } from './components/Navigation/NavigationMenu.js';
|
|
35
|
-
import * as NavigationMenu_css from './components/Navigation/NavigationMenu.css.js';
|
|
35
|
+
import * as NavigationMenu_css from './components/Navigation/NavigationMenu.css.vanilla.js';
|
|
36
36
|
export { NavigationMenu_css as navigationMenuCss };
|
|
37
|
+
export { Portal } from './components/Portal/index.js';
|
|
37
38
|
export { Range } from './components/Range/Range.js';
|
|
38
|
-
import * as Range_css from './components/Range/Range.css.js';
|
|
39
|
+
import * as Range_css from './components/Range/Range.css.vanilla.js';
|
|
39
40
|
export { Range_css as rangeCss };
|
|
40
41
|
export { ScrollArea } from './components/ScrollArea/ScrollArea.js';
|
|
41
|
-
import * as ScrollArea_css from './components/ScrollArea/ScrollArea.css.js';
|
|
42
|
+
import * as ScrollArea_css from './components/ScrollArea/ScrollArea.css.vanilla.js';
|
|
42
43
|
export { ScrollArea_css as scrollAreaCss };
|
|
43
44
|
export { Select } from './components/Select/Select.js';
|
|
44
|
-
import * as Select_css from './components/Select/Select.css.js';
|
|
45
|
+
import * as Select_css from './components/Select/Select.css.vanilla.js';
|
|
45
46
|
export { Select_css as selectCss };
|
|
46
47
|
export { SelectOption } from './components/Select/SelectOption.js';
|
|
47
48
|
export { Separator } from './components/Separator/index.js';
|
|
48
49
|
export { Skeleton } from './components/Skeleton/index.js';
|
|
49
50
|
export { Table } from './components/Table/Table.js';
|
|
50
|
-
import * as Table_css from './components/Table/Table.css.js';
|
|
51
|
+
import * as Table_css from './components/Table/Table.css.vanilla.js';
|
|
51
52
|
export { Table_css as tableCss };
|
|
52
53
|
export { TableBody } from './components/Table/TableBody.js';
|
|
53
54
|
export { TableCell } from './components/Table/TableCell.js';
|
|
@@ -59,14 +60,14 @@ export { TabsContent } from './components/Tabs/TabsContent.js';
|
|
|
59
60
|
export { TabsList } from './components/Tabs/TabsList.js';
|
|
60
61
|
export { TabsTrigger } from './components/Tabs/TabsTrigger.js';
|
|
61
62
|
export { TextField } from './components/TextField/index.js';
|
|
62
|
-
import * as TextField_css from './components/TextField/TextField.css.js';
|
|
63
|
+
import * as TextField_css from './components/TextField/TextField.css.vanilla.js';
|
|
63
64
|
export { TextField_css as textFieldCss };
|
|
64
65
|
export { Toast } from './components/Toast/index.js';
|
|
65
|
-
import * as Toast_css from './components/Toast/Toast.css.js';
|
|
66
|
+
import * as Toast_css from './components/Toast/Toast.css.vanilla.js';
|
|
66
67
|
export { Toast_css as toastCss };
|
|
67
68
|
export { Tooltip } from './components/Tooltip/index.js';
|
|
68
69
|
export { Typography } from './components/Typography/index.js';
|
|
69
|
-
import * as Typography_css from './components/Typography/Typography.css.js';
|
|
70
|
+
import * as Typography_css from './components/Typography/Typography.css.vanilla.js';
|
|
70
71
|
export { Typography_css as typographyCss };
|
|
71
72
|
export { UIProvider } from './contexts/UIProvider.js';
|
|
72
73
|
export { useContainer } from './hooks/useContainer/index.js';
|
|
@@ -76,12 +77,12 @@ export { usePointerSlider } from './hooks/usePointerSlider/index.js';
|
|
|
76
77
|
export { useRipple } from './hooks/useRipple/index.js';
|
|
77
78
|
export { useToast } from './hooks/useToast/index.js';
|
|
78
79
|
export { ToastContext, ToastProvider } from './hooks/useToast/ToastProvider.js';
|
|
79
|
-
export { componentsLayer, sprinklesLayer } from './styles/layers.css.js';
|
|
80
|
-
export { boxProperties, colorProperties, gradientFrom, gradientTo, miscProperties, sprinkles, typographyProperties } from './styles/sprinkles.css.js';
|
|
80
|
+
export { componentsLayer, sprinklesLayer } from './styles/layers.css.vanilla.js';
|
|
81
|
+
export { boxProperties, colorProperties, gradientFrom, gradientTo, miscProperties, sprinkles, typographyProperties } from './styles/sprinkles.css.vanilla.js';
|
|
81
82
|
export { sx } from './styles/sx.js';
|
|
82
|
-
export { theme } from './themes/theme.css.js';
|
|
83
|
-
export { darkThemeVars } from './themes/darkTheme.css.js';
|
|
84
|
-
export { lightThemeVars } from './themes/lightTheme.css.js';
|
|
83
|
+
export { theme } from './themes/theme.css.vanilla.js';
|
|
84
|
+
export { darkThemeVars } from './themes/darkTheme.css.vanilla.js';
|
|
85
|
+
export { lightThemeVars } from './themes/lightTheme.css.vanilla.js';
|
|
85
86
|
export { darkColor, lightColor } from './tokens/scale/color.js';
|
|
86
87
|
export { breakpoint } from './tokens/semantic/breakpoint.js';
|
|
87
88
|
export { semanticColor } from './tokens/semantic/color.js';
|
package/dist/styles/sx.js
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { darkColor, lightColor } from './scale/color.js';
|
|
2
|
+
export { breakpoint } from './semantic/breakpoint.js';
|
|
3
|
+
export { semanticColor } from './semantic/color.js';
|
|
4
|
+
export { spacing } from './semantic/spacing.js';
|
|
5
|
+
export { typography } from './semantic/typography.js';
|
|
6
|
+
export { width } from './semantic/width.js';
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kimdw-rtk/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"imports": {
|
|
7
|
-
"#*": "./dist/*/index.js"
|
|
8
|
-
"#styleUtils": "./dist/utils/styleUtils.css.js"
|
|
7
|
+
"#*": "./dist/*/index.js"
|
|
9
8
|
},
|
|
10
9
|
"exports": {
|
|
11
10
|
".": {
|
|
@@ -13,8 +12,12 @@
|
|
|
13
12
|
"types": "./dist/index.d.ts"
|
|
14
13
|
},
|
|
15
14
|
"./theme": {
|
|
16
|
-
"module": "./dist/themes/theme.css.js",
|
|
15
|
+
"module": "./dist/themes/theme.css.vanilla.js",
|
|
17
16
|
"types": "./dist/themes/theme.css.d.ts"
|
|
17
|
+
},
|
|
18
|
+
"./token": {
|
|
19
|
+
"module": "./dist/tokens/index.js",
|
|
20
|
+
"types": "./dist/tokens/index.d.ts"
|
|
18
21
|
}
|
|
19
22
|
},
|
|
20
23
|
"files": [
|
|
@@ -22,6 +25,7 @@
|
|
|
22
25
|
"README.md"
|
|
23
26
|
],
|
|
24
27
|
"dependencies": {
|
|
28
|
+
"@testing-library/user-event": "^14.6.1",
|
|
25
29
|
"@vanilla-extract/css": "^1.17.0",
|
|
26
30
|
"@vanilla-extract/dynamic": "^2.1.0",
|
|
27
31
|
"@vanilla-extract/recipes": "^0.5.0",
|
|
@@ -32,8 +36,8 @@
|
|
|
32
36
|
"peerDependencies": {
|
|
33
37
|
"react": "^18.0.0 || ^19.0.0",
|
|
34
38
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
35
|
-
"@kimdw-rtk/animation": "^0.1.
|
|
36
|
-
"@kimdw-rtk/utils": "0.1.
|
|
39
|
+
"@kimdw-rtk/animation": "^0.1.3",
|
|
40
|
+
"@kimdw-rtk/utils": "0.1.3"
|
|
37
41
|
},
|
|
38
42
|
"devDependencies": {
|
|
39
43
|
"@babel/preset-env": "^7.26.9",
|
package/dist/tests/uiTest.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiTest.d.ts","sourceRoot":"","sources":["../../src/tests/uiTest.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,MAAM,GAAI,CAAC,SAAS,WAAW,EAE1C,WAAW,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EACnC,MAAM,MAAM,SA4Cb,CAAC"}
|
|
File without changes
|
/package/dist/components/Accordion/{AccordionContent.css.js → AccordionContent.css.vanilla.js}
RENAMED
|
File without changes
|
/package/dist/components/Accordion/{AccordionTrigger.css.js → AccordionTrigger.css.vanilla.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/Navigation/{NavigationAside.css.js → NavigationAside.css.vanilla.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/Navigation/{NavigationDrawer.css.js → NavigationDrawer.css.vanilla.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|