@tipp/ui 1.6.26 → 1.6.28
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/app/index.cjs +426 -430
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +8 -8
- package/dist/app/platform/coach-question-list.cjs +82 -86
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +4 -4
- package/dist/app/platform/contents-card.cjs +66 -70
- package/dist/app/platform/contents-card.cjs.map +1 -1
- package/dist/app/platform/contents-card.js +4 -4
- package/dist/app/platform/edit-coaching-time.cjs +155 -159
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +6 -6
- package/dist/app/platform/edit-service-type.cjs +142 -146
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +6 -6
- package/dist/app/platform/goal-manage-card-edit.cjs +150 -154
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +5 -5
- package/dist/app/platform/goal-manage-card-read.cjs +124 -128
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +4 -4
- package/dist/app/platform/on-offline-radio-card.cjs +130 -134
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +5 -5
- package/dist/app/platform/report-card.cjs +85 -89
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +4 -4
- package/dist/app/platform/reservation-card.cjs +187 -191
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +5 -5
- package/dist/app/platform/session-card.cjs +210 -214
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +8 -8
- package/dist/app/platform/session-review-simple-read.cjs +85 -89
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +4 -4
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +116 -120
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +4 -4
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +93 -97
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +4 -4
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +96 -100
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +4 -4
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +82 -86
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +4 -4
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +92 -96
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +4 -4
- package/dist/app/platform/userInfos/utils.cjs +84 -88
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +4 -4
- package/dist/atoms/dialog.cjs +2 -2
- package/dist/atoms/dialog.cjs.map +1 -1
- package/dist/atoms/dialog.js +1 -1
- package/dist/atoms/ellipsis-tooltip.cjs +42 -101
- package/dist/atoms/ellipsis-tooltip.cjs.map +1 -1
- package/dist/atoms/ellipsis-tooltip.js +3 -4
- package/dist/atoms/index.cjs +146 -170
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.d.cts +1 -5
- package/dist/atoms/index.d.ts +1 -5
- package/dist/atoms/index.js +5 -11
- package/dist/atoms/scroll-area.cjs +1 -2
- package/dist/atoms/scroll-area.cjs.map +1 -1
- package/dist/atoms/scroll-area.d.cts +1 -10
- package/dist/atoms/scroll-area.d.ts +1 -10
- package/dist/atoms/scroll-area.js +1 -1
- package/dist/atoms/tooltip.cjs +3 -67
- package/dist/atoms/tooltip.cjs.map +1 -1
- package/dist/atoms/tooltip.d.cts +1 -9
- package/dist/atoms/tooltip.d.ts +1 -9
- package/dist/atoms/tooltip.js +3 -9
- package/dist/chunk-4ZLXDFP3.js +145 -0
- package/dist/chunk-4ZLXDFP3.js.map +1 -0
- package/dist/chunk-5L3GY3OV.js +106 -0
- package/dist/chunk-5L3GY3OV.js.map +1 -0
- package/dist/chunk-7QGUMO7V.js +54 -0
- package/dist/chunk-7QGUMO7V.js.map +1 -0
- package/dist/chunk-B3TMWAJI.js +145 -0
- package/dist/chunk-B3TMWAJI.js.map +1 -0
- package/dist/chunk-B6JJT4VK.js +174 -0
- package/dist/chunk-B6JJT4VK.js.map +1 -0
- package/dist/chunk-DDXBIVPL.js +54 -0
- package/dist/chunk-DDXBIVPL.js.map +1 -0
- package/dist/chunk-L75KKLZS.js +106 -0
- package/dist/chunk-L75KKLZS.js.map +1 -0
- package/dist/chunk-ME5XT4JY.js +145 -0
- package/dist/chunk-ME5XT4JY.js.map +1 -0
- package/dist/chunk-UAUXUQWQ.js +174 -0
- package/dist/chunk-UAUXUQWQ.js.map +1 -0
- package/dist/chunk-WKQZJK7O.js +357 -0
- package/dist/chunk-WKQZJK7O.js.map +1 -0
- package/dist/index.cjs +643 -667
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.js +9 -15
- package/dist/molecules/date-picker/date-picker-button.cjs +96 -100
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.js +4 -4
- package/dist/molecules/expand-table/index.cjs +134 -138
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +4 -4
- package/dist/molecules/expand-table/row.cjs +91 -95
- package/dist/molecules/expand-table/row.cjs.map +1 -1
- package/dist/molecules/expand-table/row.js +4 -4
- package/dist/molecules/index.cjs +314 -319
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +5 -5
- package/dist/molecules/navigation.cjs +82 -86
- package/dist/molecules/navigation.cjs.map +1 -1
- package/dist/molecules/navigation.js +4 -4
- package/dist/molecules/radio-button-card.cjs +86 -90
- package/dist/molecules/radio-button-card.cjs.map +1 -1
- package/dist/molecules/radio-button-card.js +4 -4
- package/dist/molecules/tag-selector.cjs +97 -102
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +5 -5
- package/dist/molecules/time-select.cjs +84 -88
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +4 -4
- package/package.json +1 -1
- package/src/atoms/dialog.tsx +2 -2
- package/src/atoms/ellipsis-tooltip.tsx +20 -39
- package/src/atoms/scroll-area.tsx +1 -8
- package/src/atoms/tooltip.tsx +1 -72
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AlertDialog, AspectRatio, Blockquote, BlockquoteProps, Box, BoxProps, Callout, CheckboxCards, Code, CodeProps, Container, ContainerProps, DataList, Em, EmProps, Flex, FlexProps, Grid, GridProps, HoverCard, IconButton, IconButtonProps, Inset, InsetProps, Kbd, KbdProps, Popover, Progress, ProgressProps, Quote, QuoteProps, Radio, RadioCards, RadioGroup, RadioProps, Button as RadixButton, ButtonProps as RadixButtonProps, Heading as RadixHeading, ScrollAreaProps, Section, SectionProps, SegmentedControl, Separator, SeparatorProps, Skeleton, SkeletonProps, Spinner, SpinnerProps, Strong, StrongProps, Switch, SwitchProps, TabNav, Tabs, useThemeContext } from '@radix-ui/themes';
|
|
1
|
+
export { AlertDialog, AspectRatio, Blockquote, BlockquoteProps, Box, BoxProps, Callout, CheckboxCards, Code, CodeProps, Container, ContainerProps, DataList, Em, EmProps, Flex, FlexProps, Grid, GridProps, HoverCard, IconButton, IconButtonProps, Inset, InsetProps, Kbd, KbdProps, Popover, Progress, ProgressProps, Quote, QuoteProps, Radio, RadioCards, RadioGroup, RadioProps, Button as RadixButton, ButtonProps as RadixButtonProps, Heading as RadixHeading, ScrollArea, ScrollAreaProps, Section, SectionProps, SegmentedControl, Separator, SeparatorProps, Skeleton, SkeletonProps, Spinner, SpinnerProps, Strong, StrongProps, Switch, SwitchProps, TabNav, Tabs, Tooltip, TooltipProps, useThemeContext } from '@radix-ui/themes';
|
|
2
2
|
export { Avatar, AvatarProps } from './atoms/avatar.cjs';
|
|
3
3
|
export { Badge, BadgeProps } from './atoms/badge.cjs';
|
|
4
4
|
export { Button } from './atoms/button.cjs';
|
|
@@ -10,12 +10,10 @@ export { Dialog } from './atoms/dialog.cjs';
|
|
|
10
10
|
export { DropdownMenu } from './atoms/dropdown-menu.cjs';
|
|
11
11
|
export { Heading, HeadingProps } from './atoms/heading.cjs';
|
|
12
12
|
export { Link, LinkProps } from './atoms/link.cjs';
|
|
13
|
-
export { ScrollArea } from './atoms/scroll-area.cjs';
|
|
14
13
|
export { ContentProps, Select, SelectRootProps } from './atoms/select.cjs';
|
|
15
14
|
export { TextArea, TextAreaProps } from './atoms/text-area.cjs';
|
|
16
15
|
export { Typo, TypoProps } from './atoms/typo.cjs';
|
|
17
16
|
export { RootProps, SlotProps, TextField } from './atoms/text-field.cjs';
|
|
18
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './atoms/tooltip.cjs';
|
|
19
17
|
export { Collapse, CollapseProps } from './atoms/collapse.cjs';
|
|
20
18
|
export { Pagination, PaginationProps } from './atoms/pagination.cjs';
|
|
21
19
|
export { FieldErrorWrapper, FieldErrorWrapperProps } from './atoms/field-error-wrapper.cjs';
|
|
@@ -81,8 +79,6 @@ export { CoachingCustomerInfoProps } from './app/platform/userInfos/utils.cjs';
|
|
|
81
79
|
import 'react';
|
|
82
80
|
import '@radix-ui/themes/dist/esm/props/prop-def.js';
|
|
83
81
|
import '@radix-ui/react-dialog';
|
|
84
|
-
import '@radix-ui/react-tooltip';
|
|
85
|
-
import '@radix-ui/react-popover';
|
|
86
82
|
import '@radix-ui/react-form';
|
|
87
83
|
import 'react-datepicker';
|
|
88
84
|
import './icons/types.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AlertDialog, AspectRatio, Blockquote, BlockquoteProps, Box, BoxProps, Callout, CheckboxCards, Code, CodeProps, Container, ContainerProps, DataList, Em, EmProps, Flex, FlexProps, Grid, GridProps, HoverCard, IconButton, IconButtonProps, Inset, InsetProps, Kbd, KbdProps, Popover, Progress, ProgressProps, Quote, QuoteProps, Radio, RadioCards, RadioGroup, RadioProps, Button as RadixButton, ButtonProps as RadixButtonProps, Heading as RadixHeading, ScrollAreaProps, Section, SectionProps, SegmentedControl, Separator, SeparatorProps, Skeleton, SkeletonProps, Spinner, SpinnerProps, Strong, StrongProps, Switch, SwitchProps, TabNav, Tabs, useThemeContext } from '@radix-ui/themes';
|
|
1
|
+
export { AlertDialog, AspectRatio, Blockquote, BlockquoteProps, Box, BoxProps, Callout, CheckboxCards, Code, CodeProps, Container, ContainerProps, DataList, Em, EmProps, Flex, FlexProps, Grid, GridProps, HoverCard, IconButton, IconButtonProps, Inset, InsetProps, Kbd, KbdProps, Popover, Progress, ProgressProps, Quote, QuoteProps, Radio, RadioCards, RadioGroup, RadioProps, Button as RadixButton, ButtonProps as RadixButtonProps, Heading as RadixHeading, ScrollArea, ScrollAreaProps, Section, SectionProps, SegmentedControl, Separator, SeparatorProps, Skeleton, SkeletonProps, Spinner, SpinnerProps, Strong, StrongProps, Switch, SwitchProps, TabNav, Tabs, Tooltip, TooltipProps, useThemeContext } from '@radix-ui/themes';
|
|
2
2
|
export { Avatar, AvatarProps } from './atoms/avatar.js';
|
|
3
3
|
export { Badge, BadgeProps } from './atoms/badge.js';
|
|
4
4
|
export { Button } from './atoms/button.js';
|
|
@@ -10,12 +10,10 @@ export { Dialog } from './atoms/dialog.js';
|
|
|
10
10
|
export { DropdownMenu } from './atoms/dropdown-menu.js';
|
|
11
11
|
export { Heading, HeadingProps } from './atoms/heading.js';
|
|
12
12
|
export { Link, LinkProps } from './atoms/link.js';
|
|
13
|
-
export { ScrollArea } from './atoms/scroll-area.js';
|
|
14
13
|
export { ContentProps, Select, SelectRootProps } from './atoms/select.js';
|
|
15
14
|
export { TextArea, TextAreaProps } from './atoms/text-area.js';
|
|
16
15
|
export { Typo, TypoProps } from './atoms/typo.js';
|
|
17
16
|
export { RootProps, SlotProps, TextField } from './atoms/text-field.js';
|
|
18
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './atoms/tooltip.js';
|
|
19
17
|
export { Collapse, CollapseProps } from './atoms/collapse.js';
|
|
20
18
|
export { Pagination, PaginationProps } from './atoms/pagination.js';
|
|
21
19
|
export { FieldErrorWrapper, FieldErrorWrapperProps } from './atoms/field-error-wrapper.js';
|
|
@@ -81,8 +79,6 @@ export { CoachingCustomerInfoProps } from './app/platform/userInfos/utils.js';
|
|
|
81
79
|
import 'react';
|
|
82
80
|
import '@radix-ui/themes/dist/esm/props/prop-def.js';
|
|
83
81
|
import '@radix-ui/react-dialog';
|
|
84
|
-
import '@radix-ui/react-tooltip';
|
|
85
|
-
import '@radix-ui/react-popover';
|
|
86
82
|
import '@radix-ui/react-form';
|
|
87
83
|
import 'react-datepicker';
|
|
88
84
|
import './icons/types.js';
|
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
} from "./chunk-5RXSBHAF.js";
|
|
36
36
|
import {
|
|
37
37
|
SessionCard
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-ME5XT4JY.js";
|
|
39
39
|
import {
|
|
40
40
|
SessionReviewSimpleRead
|
|
41
41
|
} from "./chunk-GEWPH2WM.js";
|
|
@@ -50,10 +50,10 @@ import {
|
|
|
50
50
|
} from "./chunk-4DB5HWFL.js";
|
|
51
51
|
import {
|
|
52
52
|
EditCoachingTime
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-B6JJT4VK.js";
|
|
54
54
|
import {
|
|
55
55
|
EditServiceType
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-DDXBIVPL.js";
|
|
57
57
|
import {
|
|
58
58
|
OnOfflineRadioCard
|
|
59
59
|
} from "./chunk-4UV3GA6V.js";
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
} from "./chunk-7LJELULM.js";
|
|
81
81
|
import {
|
|
82
82
|
TagSelector
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-66W7PUJN.js";
|
|
84
84
|
import {
|
|
85
85
|
TimeSelect
|
|
86
86
|
} from "./chunk-YPYQISJB.js";
|
|
@@ -182,7 +182,7 @@ import {
|
|
|
182
182
|
} from "./chunk-FPD73OHW.js";
|
|
183
183
|
import {
|
|
184
184
|
ScrollArea
|
|
185
|
-
} from "./chunk-
|
|
185
|
+
} from "./chunk-MUPK4L3U.js";
|
|
186
186
|
import {
|
|
187
187
|
Grid
|
|
188
188
|
} from "./chunk-EGEQY3KT.js";
|
|
@@ -203,7 +203,7 @@ import {
|
|
|
203
203
|
} from "./chunk-VTJZMOSP.js";
|
|
204
204
|
import {
|
|
205
205
|
Dialog
|
|
206
|
-
} from "./chunk-
|
|
206
|
+
} from "./chunk-5L3GY3OV.js";
|
|
207
207
|
import {
|
|
208
208
|
Heading
|
|
209
209
|
} from "./chunk-HJB3AASV.js";
|
|
@@ -230,13 +230,10 @@ import {
|
|
|
230
230
|
} from "./chunk-4WFMOFN2.js";
|
|
231
231
|
import {
|
|
232
232
|
EllipsisTooltip
|
|
233
|
-
} from "./chunk-
|
|
233
|
+
} from "./chunk-WKFZ5MMN.js";
|
|
234
234
|
import {
|
|
235
|
-
Tooltip
|
|
236
|
-
|
|
237
|
-
TooltipProvider,
|
|
238
|
-
TooltipTrigger
|
|
239
|
-
} from "./chunk-JRPA2S7O.js";
|
|
235
|
+
Tooltip
|
|
236
|
+
} from "./chunk-ACVANQJ4.js";
|
|
240
237
|
import {
|
|
241
238
|
Em
|
|
242
239
|
} from "./chunk-2DZ2Y3JI.js";
|
|
@@ -534,9 +531,6 @@ export {
|
|
|
534
531
|
TimerIcon,
|
|
535
532
|
ToastContainer,
|
|
536
533
|
Tooltip,
|
|
537
|
-
TooltipContent,
|
|
538
|
-
TooltipProvider,
|
|
539
|
-
TooltipTrigger,
|
|
540
534
|
TrashIcon,
|
|
541
535
|
TriangleArrowDownIcon,
|
|
542
536
|
TriangleArrowUpIcon,
|