smarthr-ui 38.1.0 → 38.2.0
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/esm/components/Balloon/Balloon.d.ts +84 -14
- package/esm/components/Balloon/Balloon.js +111 -133
- package/esm/components/Balloon/Balloon.js.map +1 -1
- package/esm/components/NotificationBar/NotificationBar.d.ts +9 -7
- package/esm/components/NotificationBar/NotificationBar.js +30 -11
- package/esm/components/NotificationBar/NotificationBar.js.map +1 -1
- package/esm/components/Pagination/PaginationControllerItem.js.map +1 -1
- package/esm/components/Table/Td.js +37 -51
- package/esm/components/Table/Td.js.map +1 -1
- package/esm/components/Table/useReelShadow.d.ts +64 -0
- package/esm/components/Table/useReelShadow.js +26 -0
- package/esm/components/Table/useReelShadow.js.map +1 -1
- package/esm/components/Textarea/Textarea.js.map +1 -1
- package/esm/hooks/useTailwindTheme.d.ts +5 -0
- package/esm/smarthr-ui-preset.d.ts +5 -0
- package/esm/smarthr-ui-preset.js +5 -0
- package/esm/smarthr-ui-preset.js.map +1 -1
- package/lib/components/Balloon/Balloon.d.ts +84 -14
- package/lib/components/Balloon/Balloon.js +112 -137
- package/lib/components/Balloon/Balloon.js.map +1 -1
- package/lib/components/NotificationBar/NotificationBar.d.ts +9 -7
- package/lib/components/NotificationBar/NotificationBar.js +30 -11
- package/lib/components/NotificationBar/NotificationBar.js.map +1 -1
- package/lib/components/Pagination/PaginationControllerItem.js.map +1 -1
- package/lib/components/Table/Td.js +36 -53
- package/lib/components/Table/Td.js.map +1 -1
- package/lib/components/Table/useReelShadow.d.ts +64 -0
- package/lib/components/Table/useReelShadow.js +27 -1
- package/lib/components/Table/useReelShadow.js.map +1 -1
- package/lib/components/Textarea/Textarea.js.map +1 -1
- package/lib/hooks/useTailwindTheme.d.ts +5 -0
- package/lib/smarthr-ui-preset.d.ts +5 -0
- package/lib/smarthr-ui-preset.js +5 -0
- package/lib/smarthr-ui-preset.js.map +1 -1
- package/package.json +22 -22
- package/smarthr-ui.css +412 -0
|
@@ -1,17 +1,87 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { ComponentPropsWithoutRef, FC, PropsWithChildren } from 'react';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
declare const balloon: import("tailwind-variants").TVReturnType<{
|
|
4
|
+
horizontal: {
|
|
5
|
+
center: string[];
|
|
6
|
+
right: string;
|
|
7
|
+
left: string;
|
|
8
|
+
};
|
|
9
|
+
vertical: {
|
|
10
|
+
top: string[];
|
|
11
|
+
bottom: string[];
|
|
12
|
+
middle: string[];
|
|
13
|
+
};
|
|
14
|
+
}, undefined, string[], import("tailwind-variants/dist/config").TVConfig<{
|
|
15
|
+
horizontal: {
|
|
16
|
+
center: string[];
|
|
17
|
+
right: string;
|
|
18
|
+
left: string;
|
|
19
|
+
};
|
|
20
|
+
vertical: {
|
|
21
|
+
top: string[];
|
|
22
|
+
bottom: string[];
|
|
23
|
+
middle: string[];
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
horizontal: {
|
|
27
|
+
center: string[];
|
|
28
|
+
right: string;
|
|
29
|
+
left: string;
|
|
30
|
+
};
|
|
31
|
+
vertical: {
|
|
32
|
+
top: string[];
|
|
33
|
+
bottom: string[];
|
|
34
|
+
middle: string[];
|
|
35
|
+
};
|
|
36
|
+
}>, {
|
|
37
|
+
horizontal: {
|
|
38
|
+
center: string[];
|
|
39
|
+
right: string;
|
|
40
|
+
left: string;
|
|
41
|
+
};
|
|
42
|
+
vertical: {
|
|
43
|
+
top: string[];
|
|
44
|
+
bottom: string[];
|
|
45
|
+
middle: string[];
|
|
46
|
+
};
|
|
47
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
48
|
+
horizontal: {
|
|
49
|
+
center: string[];
|
|
50
|
+
right: string;
|
|
51
|
+
left: string;
|
|
52
|
+
};
|
|
53
|
+
vertical: {
|
|
54
|
+
top: string[];
|
|
55
|
+
bottom: string[];
|
|
56
|
+
middle: string[];
|
|
57
|
+
};
|
|
58
|
+
}, undefined, string[], import("tailwind-variants/dist/config").TVConfig<{
|
|
59
|
+
horizontal: {
|
|
60
|
+
center: string[];
|
|
61
|
+
right: string;
|
|
62
|
+
left: string;
|
|
63
|
+
};
|
|
64
|
+
vertical: {
|
|
65
|
+
top: string[];
|
|
66
|
+
bottom: string[];
|
|
67
|
+
middle: string[];
|
|
68
|
+
};
|
|
69
|
+
}, {
|
|
70
|
+
horizontal: {
|
|
71
|
+
center: string[];
|
|
72
|
+
right: string;
|
|
73
|
+
left: string;
|
|
74
|
+
};
|
|
75
|
+
vertical: {
|
|
76
|
+
top: string[];
|
|
77
|
+
bottom: string[];
|
|
78
|
+
middle: string[];
|
|
79
|
+
};
|
|
80
|
+
}>, unknown, unknown, undefined>>;
|
|
81
|
+
export type Props = PropsWithChildren<VariantProps<typeof balloon> & {
|
|
12
82
|
/** レンダリングするタグ */
|
|
13
83
|
as?: 'div' | 'span';
|
|
14
|
-
}
|
|
15
|
-
type ElementProps = Omit<
|
|
16
|
-
export declare const Balloon:
|
|
84
|
+
}>;
|
|
85
|
+
type ElementProps = Omit<ComponentPropsWithoutRef<'div'>, keyof Props>;
|
|
86
|
+
export declare const Balloon: FC<Props & ElementProps>;
|
|
17
87
|
export {};
|
|
@@ -1,136 +1,114 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import
|
|
3
|
-
import { useTheme } from '../../hooks/useTheme';
|
|
4
|
-
import { useClassNames } from './useClassNames';
|
|
5
|
-
export const Balloon = ({ horizontal, vertical, className = '', ...props }) => {
|
|
6
|
-
if (horizontal === 'center' && vertical === 'middle') {
|
|
7
|
-
throw new Error('"vertical" can not be specified as "middle" when "horizontal" is "center".');
|
|
8
|
-
}
|
|
9
|
-
const themes = useTheme();
|
|
10
|
-
const { wrapper } = useClassNames();
|
|
11
|
-
const classNames = `${horizontal} ${vertical} ${className} ${wrapper}`;
|
|
12
|
-
return React.createElement(Base, { ...props, className: classNames, themes: themes });
|
|
13
|
-
};
|
|
1
|
+
import React, { useMemo } from 'react';
|
|
2
|
+
import { tv } from 'tailwind-variants';
|
|
14
3
|
// HINT: trianble部分はRetinaディスプレイなどで途切れてしまう場合があるので
|
|
15
4
|
// 1pxほど大きめに描画してbody部分と被るようにしています。
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
clip-path: polygon(0 0, 100% 50%, 0 100%);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
&::before {
|
|
129
|
-
right: -5px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
`;
|
|
134
|
-
}}
|
|
135
|
-
`;
|
|
5
|
+
const balloon = tv({
|
|
6
|
+
base: [
|
|
7
|
+
'smarthr-ui-Balloon',
|
|
8
|
+
'shr-relative',
|
|
9
|
+
'shr-inline-block',
|
|
10
|
+
'shr-text-sm',
|
|
11
|
+
'shr-rounded-s',
|
|
12
|
+
/* drop-shadow は spread-radius を受け付けないので shadow.LAYER2 に近い値をハードコーディングしている */
|
|
13
|
+
'shr-drop-shadow-[0_2px_2.5px_theme(colors.transparency.30)]',
|
|
14
|
+
'shr-whitespace-nowrap',
|
|
15
|
+
'shr-bg-white',
|
|
16
|
+
'shr-text-black',
|
|
17
|
+
'after:shr-block',
|
|
18
|
+
'after:shr-absolute',
|
|
19
|
+
'after:shr-content-[""]',
|
|
20
|
+
'after:shr-bg-white',
|
|
21
|
+
'contrast-more:shr-border',
|
|
22
|
+
'contrast-more:shr-border-solid',
|
|
23
|
+
'contrast-more:shr-border-highContrast',
|
|
24
|
+
'contrast-more:before:shr-block',
|
|
25
|
+
'contrast-more:before:shr-absolute',
|
|
26
|
+
'contrast-more:before:shr-content-[""]',
|
|
27
|
+
'contrast-more:before:shr-bg-black',
|
|
28
|
+
],
|
|
29
|
+
variants: {
|
|
30
|
+
horizontal: {
|
|
31
|
+
center: [
|
|
32
|
+
'before:shr-left-1/2',
|
|
33
|
+
'before:-shr-translate-x-[5px]',
|
|
34
|
+
'after:shr-left-1/2',
|
|
35
|
+
'after:-shr-translate-x-[5px]',
|
|
36
|
+
],
|
|
37
|
+
right: '',
|
|
38
|
+
left: '',
|
|
39
|
+
},
|
|
40
|
+
vertical: {
|
|
41
|
+
top: [
|
|
42
|
+
'before:-shr-top-[5px]',
|
|
43
|
+
'before:shr-w-[10px]',
|
|
44
|
+
'before:shr-h-[5px]',
|
|
45
|
+
'before:[clip-path:polygon(50%_0,100%_100%,0_100%)]',
|
|
46
|
+
'after:-shr-top-0.25',
|
|
47
|
+
'after:shr-w-[10px]',
|
|
48
|
+
'after:shr-h-[5px]',
|
|
49
|
+
'after:[clip-path:polygon(50%_0,100%_100%,0_100%)]',
|
|
50
|
+
],
|
|
51
|
+
bottom: [
|
|
52
|
+
'before:-shr-bottom-[5px]',
|
|
53
|
+
'before:shr-w-[10px]',
|
|
54
|
+
'before:shr-h-[5px]',
|
|
55
|
+
'before:[clip-path:polygon(0_0,100%_0,50%_100%)]',
|
|
56
|
+
'after:-shr-bottom-0.25',
|
|
57
|
+
'after:shr-w-[10px]',
|
|
58
|
+
'after:shr-h-[5px]',
|
|
59
|
+
'after:[clip-path:polygon(0_0,100%_0,50%_100%)]',
|
|
60
|
+
],
|
|
61
|
+
middle: [
|
|
62
|
+
'before:shr-top-1/2',
|
|
63
|
+
'before:-shr-translate-y-[5px]',
|
|
64
|
+
'after:shr-top-1/2',
|
|
65
|
+
'after:-shr-translate-y-[5px]',
|
|
66
|
+
],
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
compoundVariants: [
|
|
70
|
+
{
|
|
71
|
+
vertical: ['top', 'bottom'],
|
|
72
|
+
horizontal: 'left',
|
|
73
|
+
className: ['before:shr-left-1.5', 'after:shr-left-1.5'],
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
vertical: ['top', 'bottom'],
|
|
77
|
+
horizontal: 'right',
|
|
78
|
+
className: ['before:shr-right-1.5', 'after:shr-right-1.5'],
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
vertical: 'middle',
|
|
82
|
+
horizontal: 'left',
|
|
83
|
+
className: [
|
|
84
|
+
'before:-shr-left-[5px]',
|
|
85
|
+
'before:shr-w-[5px]',
|
|
86
|
+
'before:shr-h-[10px]',
|
|
87
|
+
'before:[clip-path:polygon(100%_0,100%_100%,0_50%)]',
|
|
88
|
+
'after:-shr-left-0.25',
|
|
89
|
+
'after:shr-w-[5px]',
|
|
90
|
+
'after:shr-h-[10px]',
|
|
91
|
+
'after:[clip-path:polygon(100%_0,100%_100%,0_50%)]',
|
|
92
|
+
],
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
vertical: 'middle',
|
|
96
|
+
horizontal: 'right',
|
|
97
|
+
className: [
|
|
98
|
+
'before:-shr-right-[5px]',
|
|
99
|
+
'before:shr-w-[5px]',
|
|
100
|
+
'before:shr-h-[10px]',
|
|
101
|
+
'before:[clip-path:polygon(0_0,100%_50%,0_100%)]',
|
|
102
|
+
'after:-shr-right-0.25',
|
|
103
|
+
'after:shr-w-[5px]',
|
|
104
|
+
'after:shr-h-[10px]',
|
|
105
|
+
'after:[clip-path:polygon(0_0,100%_50%,0_100%)]',
|
|
106
|
+
],
|
|
107
|
+
},
|
|
108
|
+
],
|
|
109
|
+
});
|
|
110
|
+
export const Balloon = ({ horizontal, vertical, className, as: Component = 'div', ...props }) => {
|
|
111
|
+
const styles = useMemo(() => balloon({ horizontal, vertical, className }), [className, horizontal, vertical]);
|
|
112
|
+
return React.createElement(Component, { ...props, className: styles });
|
|
113
|
+
};
|
|
136
114
|
//# sourceMappingURL=Balloon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Balloon.js","sourceRoot":"","sources":["../../../src/components/Balloon/Balloon.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Balloon.js","sourceRoot":"","sources":["../../../src/components/Balloon/Balloon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAmD,OAAO,EAAE,MAAM,OAAO,CAAA;AACvF,OAAO,EAAgB,EAAE,EAAE,MAAM,mBAAmB,CAAA;AAEpD,iDAAiD;AACjD,kCAAkC;AAClC,MAAM,OAAO,GAAG,EAAE,CAAC;IACjB,IAAI,EAAE;QACJ,oBAAoB;QACpB,cAAc;QACd,kBAAkB;QAClB,aAAa;QACb,eAAe;QACf,4EAA4E;QAC5E,6DAA6D;QAC7D,uBAAuB;QACvB,cAAc;QACd,gBAAgB;QAChB,iBAAiB;QACjB,oBAAoB;QACpB,wBAAwB;QACxB,oBAAoB;QACpB,0BAA0B;QAC1B,gCAAgC;QAChC,uCAAuC;QACvC,gCAAgC;QAChC,mCAAmC;QACnC,uCAAuC;QACvC,mCAAmC;KACpC;IACD,QAAQ,EAAE;QACR,UAAU,EAAE;YACV,MAAM,EAAE;gBACN,qBAAqB;gBACrB,+BAA+B;gBAC/B,oBAAoB;gBACpB,8BAA8B;aAC/B;YACD,KAAK,EAAE,EAAE;YACT,IAAI,EAAE,EAAE;SACT;QACD,QAAQ,EAAE;YACR,GAAG,EAAE;gBACH,uBAAuB;gBACvB,qBAAqB;gBACrB,oBAAoB;gBACpB,oDAAoD;gBACpD,qBAAqB;gBACrB,oBAAoB;gBACpB,mBAAmB;gBACnB,mDAAmD;aACpD;YACD,MAAM,EAAE;gBACN,0BAA0B;gBAC1B,qBAAqB;gBACrB,oBAAoB;gBACpB,iDAAiD;gBACjD,wBAAwB;gBACxB,oBAAoB;gBACpB,mBAAmB;gBACnB,gDAAgD;aACjD;YACD,MAAM,EAAE;gBACN,oBAAoB;gBACpB,+BAA+B;gBAC/B,mBAAmB;gBACnB,8BAA8B;aAC/B;SACF;KACF;IACD,gBAAgB,EAAE;QAChB;YACE,QAAQ,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC;YAC3B,UAAU,EAAE,MAAM;YAClB,SAAS,EAAE,CAAC,qBAAqB,EAAE,oBAAoB,CAAC;SACzD;QACD;YACE,QAAQ,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC;YAC3B,UAAU,EAAE,OAAO;YACnB,SAAS,EAAE,CAAC,sBAAsB,EAAE,qBAAqB,CAAC;SAC3D;QACD;YACE,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,MAAM;YAClB,SAAS,EAAE;gBACT,wBAAwB;gBACxB,oBAAoB;gBACpB,qBAAqB;gBACrB,oDAAoD;gBACpD,sBAAsB;gBACtB,mBAAmB;gBACnB,oBAAoB;gBACpB,mDAAmD;aACpD;SACF;QACD;YACE,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,OAAO;YACnB,SAAS,EAAE;gBACT,yBAAyB;gBACzB,oBAAoB;gBACpB,qBAAqB;gBACrB,iDAAiD;gBACjD,uBAAuB;gBACvB,mBAAmB;gBACnB,oBAAoB;gBACpB,gDAAgD;aACjD;SACF;KACF;CACF,CAAC,CAAA;AAWF,MAAM,CAAC,MAAM,OAAO,GAA6B,CAAC,EAChD,UAAU,EACV,QAAQ,EACR,SAAS,EACT,EAAE,EAAE,SAAS,GAAG,KAAK,EACrB,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,MAAM,GAAG,OAAO,CACpB,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAClD,CAAC,SAAS,EAAE,UAAU,EAAE,QAAQ,CAAC,CAClC,CAAA;IAED,OAAO,oBAAC,SAAS,OAAK,KAAK,EAAE,SAAS,EAAE,MAAM,GAAI,CAAA;AACpD,CAAC,CAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import React, {
|
|
1
|
+
import React, { ComponentProps, ComponentPropsWithoutRef, PropsWithChildren } from 'react';
|
|
2
|
+
import { Base as shrBase } from '../Base';
|
|
2
3
|
export declare const messageTypes: readonly ["info", "success", "error", "warning"];
|
|
3
|
-
type Props = {
|
|
4
|
+
type Props = PropsWithChildren<{
|
|
4
5
|
/** メッセージの種類 */
|
|
5
6
|
type: (typeof messageTypes)[number];
|
|
6
7
|
/** 強調するかどうか */
|
|
@@ -11,11 +12,12 @@ type Props = {
|
|
|
11
12
|
message: React.ReactNode;
|
|
12
13
|
/** 閉じるボタン押下時に発火させる関数 */
|
|
13
14
|
onClose?: () => void;
|
|
14
|
-
/** アクション群 */
|
|
15
|
-
children?: React.ReactNode;
|
|
16
15
|
/** role 属性 */
|
|
17
16
|
role?: 'alert' | 'status';
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
/** 下地 */
|
|
18
|
+
base?: 'none' | 'base';
|
|
19
|
+
}>;
|
|
20
|
+
type ElementProps = Omit<ComponentPropsWithoutRef<'div'>, keyof Props>;
|
|
21
|
+
type BaseProps = Pick<ComponentProps<typeof shrBase>, 'layer'>;
|
|
22
|
+
export declare const NotificationBar: React.FC<Props & ElementProps & BaseProps>;
|
|
21
23
|
export {};
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import React, { useMemo } from 'react';
|
|
2
2
|
import styled, { css, keyframes } from 'styled-components';
|
|
3
3
|
import { useTheme } from '../../hooks/useTheme';
|
|
4
|
+
import { Base as shrBase } from '../Base';
|
|
4
5
|
import { Button } from '../Button';
|
|
5
6
|
import { FaCheckCircleIcon, FaExclamationCircleIcon, FaExclamationTriangleIcon, FaInfoCircleIcon, FaTimesIcon, WarningIcon, } from '../Icon';
|
|
6
7
|
import { Cluster } from '../Layout';
|
|
7
8
|
import { Text } from '../Text';
|
|
8
9
|
import { useClassNames } from './useClassNames';
|
|
9
10
|
export const messageTypes = ['info', 'success', 'error', 'warning'];
|
|
10
|
-
export const NotificationBar = ({ type, bold = false, message, onClose, children, role = type === 'info' ? 'status' : 'alert', className = '', ...props }) => {
|
|
11
|
+
export const NotificationBar = ({ type, bold = false, message, onClose, children, role = type === 'info' ? 'status' : 'alert', base = 'none', layer, className = '', ...props }) => {
|
|
11
12
|
const theme = useTheme();
|
|
12
13
|
const { color } = theme;
|
|
13
14
|
const classNames = useClassNames();
|
|
@@ -62,22 +63,40 @@ export const NotificationBar = ({ type, bold = false, message, onClose, children
|
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
65
|
}, [color, type, bold]);
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
66
|
+
const { baseComponent: WrapBase, baseProps } = useMemo(() => base === 'base'
|
|
67
|
+
? {
|
|
68
|
+
baseComponent: Base,
|
|
69
|
+
baseProps: {
|
|
70
|
+
layer,
|
|
71
|
+
},
|
|
72
|
+
}
|
|
73
|
+
: {
|
|
74
|
+
baseComponent: React.Fragment,
|
|
75
|
+
baseProps: {},
|
|
76
|
+
}, [base, layer]);
|
|
77
|
+
return (React.createElement(WrapBase, { ...baseProps },
|
|
78
|
+
React.createElement(Wrapper, { ...props, className: `${type} ${classNames.wrapper}${className && ` ${className}`}`, role: role, themes: theme, colorSet: colorSet, onBase: base === 'base' },
|
|
79
|
+
React.createElement(MessageArea, { themes: theme, className: classNames.messageArea },
|
|
80
|
+
React.createElement(IconLayout, null,
|
|
81
|
+
React.createElement(Icon, { color: iconColor })),
|
|
82
|
+
React.createElement(StyledText, { leading: "TIGHT" }, message)),
|
|
83
|
+
React.createElement(ActionArea, { themes: theme, className: classNames.actionArea },
|
|
84
|
+
children && (React.createElement(ActionWrapper, { themes: theme, className: classNames.actions, align: "center", justify: "flex-end" }, children)),
|
|
85
|
+
onClose && (React.createElement(CloseButton, { variant: "text", colorSet: colorSet, themes: theme, onClick: onClose, className: classNames.closeButton, size: "s" },
|
|
86
|
+
React.createElement(FaTimesIcon, { alt: "\u9589\u3058\u308B" })))))));
|
|
74
87
|
};
|
|
75
|
-
const
|
|
88
|
+
const Base = styled(shrBase).attrs({ overflow: 'hidden' }) ``;
|
|
89
|
+
const Wrapper = styled.div(({ themes: { color, fontSize, leading, space }, colorSet: { fgColor = color.TEXT_BLACK, bgColor = color.WHITE }, onBase, animate, }) => css `
|
|
76
90
|
display: flex;
|
|
77
91
|
gap: ${space(1)};
|
|
78
92
|
align-items: center;
|
|
79
93
|
background-color: ${bgColor};
|
|
80
94
|
padding: ${space(0.75)};
|
|
95
|
+
${onBase &&
|
|
96
|
+
css `
|
|
97
|
+
padding-block: ${space(1)};
|
|
98
|
+
padding-inline: ${space(1.5)} ${space(1)};
|
|
99
|
+
`}
|
|
81
100
|
color: ${fgColor};
|
|
82
101
|
${animate &&
|
|
83
102
|
css `
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationBar.js","sourceRoot":"","sources":["../../../src/components/NotificationBar/NotificationBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"NotificationBar.js","sourceRoot":"","sources":["../../../src/components/NotificationBar/NotificationBar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginationControllerItem.js","sourceRoot":"","sources":["../../../src/components/Pagination/PaginationControllerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAc,MAAM,OAAO,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,GAEnB,MAAM,SAAS,CAAA;AAEhB,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAU7C,MAAM,YAAY,GAAG,CACnB,SAA0B,EAC1B,MAAe,EAIf,EAAE,CACF,SAAS,KAAK,MAAM;IAClB,CAAC,CAAC,MAAM;QACN,CAAC,CAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,GAAG,EAAE,KAAK,EAAE;QAC7C,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,GAAG,EAAE,IAAI,EAAE;IAC1C,CAAC,CAAC,MAAM;
|
|
1
|
+
{"version":3,"file":"PaginationControllerItem.js","sourceRoot":"","sources":["../../../src/components/Pagination/PaginationControllerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAc,MAAM,OAAO,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,GAEnB,MAAM,SAAS,CAAA;AAEhB,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAU7C,MAAM,YAAY,GAAG,CACnB,SAA0B,EAC1B,MAAe,EAIf,EAAE,CACF,SAAS,KAAK,MAAM;IAClB,CAAC,CAAC,MAAM;QACN,CAAC,CAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,GAAG,EAAE,KAAK,EAAE;QAC7C,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,GAAG,EAAE,IAAI,EAAE;IAC1C,CAAC,CAAC,MAAM;QACN,CAAC,CAAC,EAAE,IAAI,EAAE,sBAAsB,EAAE,GAAG,EAAE,KAAK,EAAE;QAC9C,CAAC,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,GAAG,EAAE,IAAI,EAAE,CAAA;AAE/C,MAAM,CAAC,MAAM,wBAAwB,GAAe,CAAC,EACnD,SAAS,EACT,QAAQ,EACR,MAAM,GAAG,KAAK,EACd,UAAU,EACV,OAAO,GACR,EAAE,EAAE;IACH,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAA;IACxB,MAAM,EAAE,IAAI,EAAE,GAAG,SAAS,EAAE,GAAG,YAAY,CAAC,SAAS,EAAE,MAAM,CAAC,CAAA;IAE9D,OAAO,CACL,oBAAC,UAAU,IACT,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,EAClC,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,KAAK,gBACD,SAAS,CAAC,GAAG;QAEzB,oBAAC,IAAI,IACH,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EACpE,GAAG,EAAE,SAAS,CAAC,GAAG,GAClB,CACS,CACd,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -1,54 +1,40 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { useTdClassNames } from './useClassNames';
|
|
5
|
-
import { useReelShadow } from './useReelShadow';
|
|
1
|
+
import React, { useMemo } from 'react';
|
|
2
|
+
import { tv } from 'tailwind-variants';
|
|
3
|
+
import { reelShadowStyle } from './useReelShadow';
|
|
6
4
|
export const Td = ({ nullable = false, fixed = false, className = '', ...props }) => {
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
return
|
|
5
|
+
const styles = useMemo(() => {
|
|
6
|
+
const tdStyles = td({ nullable, fixed, className });
|
|
7
|
+
const reelShadowStyles = fixed ? reelShadowStyle({ direction: 'right' }) : '';
|
|
8
|
+
return `${tdStyles} ${reelShadowStyles}`.trim();
|
|
9
|
+
}, [className, fixed, nullable]);
|
|
10
|
+
return React.createElement("td", { ...props, className: `${fixed ? 'fixedElement' : ''} ${styles}` });
|
|
13
11
|
};
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
position: sticky;
|
|
43
|
-
right: 0;
|
|
44
|
-
background-color: ${color.WHITE};
|
|
45
|
-
|
|
46
|
-
&::after {
|
|
47
|
-
opacity: 1;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
`}
|
|
51
|
-
`;
|
|
52
|
-
}};
|
|
53
|
-
`;
|
|
12
|
+
const td = tv({
|
|
13
|
+
base: [
|
|
14
|
+
'smarthr-ui-Td',
|
|
15
|
+
'shr-text-black',
|
|
16
|
+
'shr-h-[calc(1em_*_theme(lineHeight.normal))]',
|
|
17
|
+
'shr-px-1',
|
|
18
|
+
'shr-py-0.5',
|
|
19
|
+
'shr-border-t',
|
|
20
|
+
'shr-border-solid',
|
|
21
|
+
'shr-border-default',
|
|
22
|
+
'shr-text-base',
|
|
23
|
+
'shr-leading-normal',
|
|
24
|
+
'shr-align-middle',
|
|
25
|
+
],
|
|
26
|
+
variants: {
|
|
27
|
+
nullable: {
|
|
28
|
+
true: "empty:after:shr-content-['-----']",
|
|
29
|
+
},
|
|
30
|
+
fixed: {
|
|
31
|
+
true: [
|
|
32
|
+
'[&.fixed]:shr-sticky',
|
|
33
|
+
'[&.fixed]:shr-right-0',
|
|
34
|
+
'[&.fixed]:shr-bg-white',
|
|
35
|
+
'[&.fixed]:after:shr-opacity-100',
|
|
36
|
+
],
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
});
|
|
54
40
|
//# sourceMappingURL=Td.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Td.js","sourceRoot":"","sources":["../../../src/components/Table/Td.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Td.js","sourceRoot":"","sources":["../../../src/components/Table/Td.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAA2C,OAAO,EAAE,MAAM,OAAO,CAAA;AAC/E,OAAO,EAAE,EAAE,EAAE,MAAM,mBAAmB,CAAA;AAEtC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAUjD,MAAM,CAAC,MAAM,EAAE,GAA6B,CAAC,EAC3C,QAAQ,GAAG,KAAK,EAChB,KAAK,GAAG,KAAK,EACb,SAAS,GAAG,EAAE,EACd,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,EAAE;QAC1B,MAAM,QAAQ,GAAG,EAAE,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAA;QACnD,MAAM,gBAAgB,GAAG,KAAK,CAAC,CAAC,CAAC,eAAe,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;QAC7E,OAAO,GAAG,QAAQ,IAAI,gBAAgB,EAAE,CAAC,IAAI,EAAE,CAAA;IACjD,CAAC,EAAE,CAAC,SAAS,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAA;IAEhC,OAAO,+BAAQ,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,IAAI,MAAM,EAAE,GAAI,CAAA;AACjF,CAAC,CAAA;AAED,MAAM,EAAE,GAAG,EAAE,CAAC;IACZ,IAAI,EAAE;QACJ,eAAe;QACf,gBAAgB;QAChB,8CAA8C;QAC9C,UAAU;QACV,YAAY;QACZ,cAAc;QACd,kBAAkB;QAClB,oBAAoB;QACpB,eAAe;QACf,oBAAoB;QACpB,kBAAkB;KACnB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE;YACR,IAAI,EAAE,mCAAmC;SAC1C;QACD,KAAK,EAAE;YACL,IAAI,EAAE;gBACJ,sBAAsB;gBACtB,uBAAuB;gBACvB,wBAAwB;gBACxB,iCAAiC;aAClC;SACF;KACF;CACF,CAAC,CAAA"}
|