@situaction/traq-ui-ste 1.1.4 → 1.1.5
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/button/Button.js +34 -34
- package/dist/components/calendar/Calendar.d.ts +17 -0
- package/dist/components/calendar/Calendar.js +1403 -0
- package/dist/components/icon-button/IconButton.js +31 -31
- package/dist/components/input/Input.js +35 -35
- package/dist/components/tag/Tag.js +33 -33
- package/dist/components/theme/variables_dark.d.ts +2 -2
- package/dist/components/theme/variables_dark.js +29 -29
- package/dist/components/theme/variables_light.d.ts +2 -2
- package/dist/components/theme/variables_light.js +31 -31
- package/dist/main.d.ts +1 -0
- package/dist/main.js +17 -15
- package/dist/styles/Button.css +1 -1
- package/dist/styles/Calendar.css +1 -0
- package/dist/styles/IconButton.css +1 -1
- package/dist/styles/Input.css +1 -1
- package/dist/styles/Tag.css +1 -1
- package/package.json +4 -2
package/dist/main.js
CHANGED
|
@@ -2,24 +2,26 @@ import { Button as e } from "./components/button/Button.js";
|
|
|
2
2
|
import { Input as m } from "./components/input/Input.js";
|
|
3
3
|
import { Tabs as x } from "./components/tabs/Tabs.js";
|
|
4
4
|
import { IconButton as T } from "./components/icon-button/IconButton.js";
|
|
5
|
-
import { Tag as
|
|
6
|
-
import { Title as
|
|
7
|
-
import { TagCounter as
|
|
8
|
-
import { Checkbox as
|
|
9
|
-
import { Tooltip as
|
|
10
|
-
import { Select as
|
|
11
|
-
import {
|
|
5
|
+
import { Tag as a } from "./components/tag/Tag.js";
|
|
6
|
+
import { Title as l } from "./components/title/Title.js";
|
|
7
|
+
import { TagCounter as h } from "./components/tag-counter/TagCounter.js";
|
|
8
|
+
import { Checkbox as C } from "./components/checkbox/Checkbox.js";
|
|
9
|
+
import { Tooltip as d } from "./components/tooltip/Tooltip.js";
|
|
10
|
+
import { Select as s } from "./components/select/Select.js";
|
|
11
|
+
import { Calendar as I } from "./components/calendar/Calendar.js";
|
|
12
|
+
import { ThemeProvider as v, useTheme as P } from "./components/theme/ThemeContext.js";
|
|
12
13
|
import './styles/main.css';export {
|
|
13
14
|
e as Button,
|
|
14
|
-
|
|
15
|
+
I as Calendar,
|
|
16
|
+
C as Checkbox,
|
|
15
17
|
T as IconButton,
|
|
16
18
|
m as Input,
|
|
17
|
-
|
|
19
|
+
s as Select,
|
|
18
20
|
x as Tabs,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
a as Tag,
|
|
22
|
+
h as TagCounter,
|
|
23
|
+
v as ThemeProvider,
|
|
24
|
+
l as Title,
|
|
25
|
+
d as Tooltip,
|
|
26
|
+
P as useTheme
|
|
25
27
|
};
|
package/dist/styles/Button.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:Urbanist-Thin;src:url(../fonts/Urbanist-Thin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Urbanist-Extra-Light;src:url(../fonts/Urbanist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Urbanist-Light;src:url(../fonts/Urbanist-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Urbanist-Regular;src:url(../fonts/Urbanist-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Urbanist;src:url(../fonts/Urbanist-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Urbanist-Back;src:url(../fonts/Urbanist-Black.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Urbanist-Semi-Bold;src:url(../fonts/Urbanist-SemiBold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Urbanist-Bold;src:url(../fonts/Urbanist-Bold.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Urbanist-Extra-Bold;src:url(../fonts/Urbanist-ExtraBold.ttf) format("truetype");font-weight:900;font-style:normal}:root,body{font-family:Urbanist,sans-serif;line-height:1;width:100vw;height:100vh}h1{font-size:1.875em;font-style:normal;font-weight:700;line-height:2.25rem}h2{font-size:1.5em;font-style:normal;font-weight:700;line-height:2rem;margin:0}h3{font-size:1.25em;font-style:normal;font-weight:700;line-height:1.75rem;margin:0}h4{font-size:1.125em;font-style:normal;font-weight:700;line-height:1.75rem;margin:0}h5{font-size:1em;font-style:normal;font-weight:700;line-height:1.5rem;margin:0}h6{font-size:.875em;font-style:normal;font-weight:700;line-height:1.25rem;margin:0}.textExtraLarge{font-size:1.25em;font-style:normal;line-height:2rem}.textLarge{font-size:1.125em;font-style:normal;line-height:1.75rem}.textMedium{font-size:1em;font-style:normal;line-height:1.5rem}.textSmall{font-size:.875em;font-style:normal;line-height:1.25rem}.textSmaller{font-size:.75em;font-style:normal;line-height:1rem}.labelExtraLarge{font-size:1.25em;font-style:normal;line-height:normal;letter-spacing:1.2px}.labelLarge{font-size:1.125em;font-style:normal;line-height:normal;letter-spacing:1.08px}.labelMedium{font-size:1em;font-style:normal;line-height:normal;letter-spacing:.96px}.labelSmall{font-size:.875em;font-style:normal;line-height:normal;letter-spacing:.84px}.labelSmaller{font-size:.75em;font-style:normal;line-height:normal;letter-spacing:.72px}.labelSmallest{font-size:.625em;font-style:normal;line-height:normal;letter-spacing:.6px}.fontWeight-100{font-weight:100}.fontWeight-200{font-weight:200}.fontWeight-300{font-weight:300}.fontWeight-400{font-weight:400}.fontWeight-500{font-weight:500}.fontWeight-600{font-weight:600}.fontWeight-700{font-weight:700}.fontWeight-800{font-weight:800}.fontWeight-900{font-weight:900}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-background);border-radius:.5rem;transition:all .3s ease;margin:.625rem;background-clip:padding-box}::-webkit-scrollbar:hover{cursor:pointer}::-webkit-scrollbar-corner{background:var(--scrollbar-background)}.
|
|
1
|
+
@font-face{font-family:Urbanist-Thin;src:url(../fonts/Urbanist-Thin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Urbanist-Extra-Light;src:url(../fonts/Urbanist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Urbanist-Light;src:url(../fonts/Urbanist-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Urbanist-Regular;src:url(../fonts/Urbanist-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Urbanist;src:url(../fonts/Urbanist-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Urbanist-Back;src:url(../fonts/Urbanist-Black.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Urbanist-Semi-Bold;src:url(../fonts/Urbanist-SemiBold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Urbanist-Bold;src:url(../fonts/Urbanist-Bold.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Urbanist-Extra-Bold;src:url(../fonts/Urbanist-ExtraBold.ttf) format("truetype");font-weight:900;font-style:normal}:root,body{font-family:Urbanist,sans-serif;line-height:1;width:100vw;height:100vh}h1{font-size:1.875em;font-style:normal;font-weight:700;line-height:2.25rem}h2{font-size:1.5em;font-style:normal;font-weight:700;line-height:2rem;margin:0}h3{font-size:1.25em;font-style:normal;font-weight:700;line-height:1.75rem;margin:0}h4{font-size:1.125em;font-style:normal;font-weight:700;line-height:1.75rem;margin:0}h5{font-size:1em;font-style:normal;font-weight:700;line-height:1.5rem;margin:0}h6{font-size:.875em;font-style:normal;font-weight:700;line-height:1.25rem;margin:0}.textExtraLarge{font-size:1.25em;font-style:normal;line-height:2rem}.textLarge{font-size:1.125em;font-style:normal;line-height:1.75rem}.textMedium{font-size:1em;font-style:normal;line-height:1.5rem}.textSmall{font-size:.875em;font-style:normal;line-height:1.25rem}.textSmaller{font-size:.75em;font-style:normal;line-height:1rem}.labelExtraLarge{font-size:1.25em;font-style:normal;line-height:normal;letter-spacing:1.2px}.labelLarge{font-size:1.125em;font-style:normal;line-height:normal;letter-spacing:1.08px}.labelMedium{font-size:1em;font-style:normal;line-height:normal;letter-spacing:.96px}.labelSmall{font-size:.875em;font-style:normal;line-height:normal;letter-spacing:.84px}.labelSmaller{font-size:.75em;font-style:normal;line-height:normal;letter-spacing:.72px}.labelSmallest{font-size:.625em;font-style:normal;line-height:normal;letter-spacing:.6px}.fontWeight-100{font-weight:100}.fontWeight-200{font-weight:200}.fontWeight-300{font-weight:300}.fontWeight-400{font-weight:400}.fontWeight-500{font-weight:500}.fontWeight-600{font-weight:600}.fontWeight-700{font-weight:700}.fontWeight-800{font-weight:800}.fontWeight-900{font-weight:900}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-background);border-radius:.5rem;transition:all .3s ease;margin:.625rem;background-clip:padding-box}::-webkit-scrollbar:hover{cursor:pointer}::-webkit-scrollbar-corner{background:var(--scrollbar-background)}._button_wt8sv_23{font-family:var(--font-family);font-weight:500;font-style:normal;line-height:1.25rem;border:0;cursor:pointer;width:fit-content}._button_wt8sv_23:focus-visible{outline:2px solid var(--button-focus-mode);outline-offset:2px}._button_wt8sv_23:disabled{background:var(--button-primary-disabled-background);color:var(--button-primary-disabled-text);border:1px solid var(--button-primary-disabled-border);cursor:initial;pointer-events:none}._button_wt8sv_23:disabled *{fill:var(--button-primary-disabled-text)}._button-primary_wt8sv_47{color:var(--button-primary-default-text);background:var(--button-primary-default-background)}._button-primary_wt8sv_47:hover{background:var(--button-primary-hover-background)}._button-primary_wt8sv_47:active{background:var(--button-primary-pressed-background);outline:none}._button-primary_wt8sv_47 *{fill:var(--button-primary-default-text)}._button-secondary_wt8sv_61{color:var(--button-secondary-default-text);border:1px solid var(--button-secondary-default-border);background:var(--button-secondary-default-background)}._button-secondary_wt8sv_61:hover{border:1px solid var(--button-secondary-hover-border);background:var(--button-secondary-hover-background)}._button-secondary_wt8sv_61:active{border:1px solid var(--button-secondary-pressed-border);background:var(--button-secondary-pressed-background)}._button-secondary_wt8sv_61 *{fill:var(--button-secondary-default-text)}._button-tertiary_wt8sv_77{color:var(--button-tertiary-default-text);background-color:transparent;border:1px solid var(--button-tertiary-default-border)}._button-tertiary_wt8sv_77:hover{border:1px solid var(--button-tertiary-hover-border);background:var(--button-tertiary-hover-background)}._button-tertiary_wt8sv_77:active{border:1px solid var(--button-tertiary-pressed-border);background:var(--button-tertiary-pressed-background)}._button-tertiary_wt8sv_77 *{fill:var(--button-tertiary-default-text)}._button-ghost_wt8sv_93{color:var(--button-ghost-default-text);background-color:transparent}._button-ghost_wt8sv_93:hover{background:var(--button-ghost-hover-background)}._button-ghost_wt8sv_93:active{background-color:var(--button-ghost-pressed-background)}._button-ghost_wt8sv_93:disabled{border:none}._button-ghost_wt8sv_93 *{fill:var(--button-ghost-default-text)}._button-text_wt8sv_109{color:var(--text-button-inactive-text);background-color:transparent;padding:0!important}._button-text_wt8sv_109:hover{color:var(--text-button-inactive-hover-text)}._button-text_wt8sv_109:disabled{border:none;background-color:transparent;color:var(--text-button-disabled-text)}._button-text-selected_wt8sv_122,._button-text-selected_wt8sv_122:hover{color:var(--text-button-active-text)}._button-error_wt8sv_128{color:var(--button-destructive-default-text);background:var(--button-destructive-default-background)}._button-error_wt8sv_128:hover{background:var(--button-destructive-hover-background)}._button-error_wt8sv_128:active{background:var(--button-destructive-pressed-background)}._button-error_wt8sv_128 *{fill:var(--button-destructive-default-text)}._button-size-xl_wt8sv_141{padding:1rem 2rem;font-size:1.125em;line-height:28px;border-radius:8px}._button-size-l_wt8sv_147{padding:.75rem 1.5rem;font-size:1em;line-height:24px;border-radius:8px}._button-size-m_wt8sv_153{padding:.5rem 1rem;font-size:.875em;line-height:22px;border-radius:4px}._button-size-s_wt8sv_159{padding:.375rem .75rem;font-size:.875em;line-height:16px;border-radius:4px}._button-size-menu_wt8sv_165{padding:.5rem;font-size:1em;line-height:24px;border-radius:4px}._button-gap-menu_wt8sv_171{gap:.5rem}._button-gap-xl_wt8sv_174{gap:12px}._button-gap-l_wt8sv_177{gap:8px}._button-gap-m_wt8sv_171,._button-gap-s_wt8sv_180{gap:4px}._flexHorizontalCenter_wt8sv_184{display:flex;justify-content:center;align-items:center;flex-direction:row}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._calendar_1hajq_6{border:1px solid var(--general-border-window);background:var(--dropdown-window-background);border-radius:.375rem;box-shadow:0 4px 16px 0 var(--shadow-color-low);padding:.375rem;box-sizing:border-box;width:280px}._calendar_1hajq_6 ._relative_1hajq_15{position:relative}._calendar_1hajq_6 ._calendarHeader_1hajq_18{display:flex;justify-content:center;align-items:center;margin-bottom:12px;gap:.25rem}._calendar_1hajq_6 ._calendarHeader_1hajq_18 span{font-weight:700}._calendar_1hajq_6 ._calendarWeekdays_1hajq_28,._calendar_1hajq_6 ._calendarGrid_1hajq_29{display:grid;grid-template-columns:repeat(7,1fr);gap:.125rem}._calendar_1hajq_6 ._calendarWeekdays_1hajq_28{color:var(--calendar-cell-base-inactiv-num);font-size:.75em;font-weight:600}._calendar_1hajq_6 ._calendarDay_1hajq_39,._calendar_1hajq_6 ._calendarWeekdays_1hajq_28 div{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}._calendar_1hajq_6 ._calendarDay_1hajq_39{border-radius:.25rem;cursor:pointer;color:var(--calendar-cell-base-default-num)}._calendar_1hajq_6 ._calendarDay_1hajq_39._today_1hajq_54{border:1px solid var(--calendar-cell-tooday-default-border)}._calendar_1hajq_6 ._calendarDay_1hajq_39._selected_1hajq_57{background:var(--calendar-cell-active-background);color:var(--calendar-cell-active-num)}._calendar_1hajq_6 ._calendarDay_1hajq_39._selected_1hajq_57:hover{background:var(--calendar-cell-active-background)}._calendar_1hajq_6 ._calendarDay_1hajq_39._disabled_1hajq_64{color:var(--calendar-cell-base-inactiv-num);pointer-events:none}._calendar_1hajq_6 ._calendarDay_1hajq_39:hover{background:var(--calendar-cell-base-hover-background)}._calendar_1hajq_6 ._calendarDay_1hajq_39._inRange_1hajq_71{background-color:var(--calendar-cell-base-hover-background)}._calendar_1hajq_6 ._dropdown_1hajq_74{position:absolute;top:32px;min-width:120px;border:1px solid var(--general-border-window);background:var(--dropdown-window-background);border-radius:.25rem;box-shadow:0 8px 36px 0 var(--shadow-color-medium);z-index:10;padding:.25rem;max-height:130px}._calendar_1hajq_6 ._yearList_1hajq_86{max-height:130px;overflow-y:auto;display:flex;flex-direction:column;gap:.125rem}._calendar_1hajq_6 ._yearItem_1hajq_93{padding:.25rem .375rem;cursor:pointer;border-radius:.125rem}._calendar_1hajq_6 ._yearItem_1hajq_93:hover{background:var(--dropdown-line-background-hover)}._calendar_1hajq_6 ._loading_1hajq_101{text-align:center;font-size:.75em;color:var(--calendar-cell-base-default-num)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._button_guiy8_23{font-family:var(--font-family);font-weight:500;border:0;cursor:pointer;line-height:1;display:inline-flex;justify-content:center;align-items:center;min-width:12px;min-height:12px;aspect-ratio:1/1}._button_guiy8_23:focus-visible{outline:2px solid var(--button-focus-mode);outline-offset:2px}._button_guiy8_23:disabled{background:var(--button-primary-disabled-background);color:var(--button-primary-disabled-text);border:1px solid var(--button-primary-disabled-border);cursor:initial;pointer-events:none}._button_guiy8_23:disabled *{fill:var(--button-primary-disabled-text)}._button-round_guiy8_51._button_guiy8_23{border-radius:50%}._button-primary_guiy8_54{color:var(--button-primary-default-text);background:var(--button-primary-default-background)}._button-primary_guiy8_54:hover{background:var(--button-primary-hover-background)}._button-primary_guiy8_54:active{background:var(--button-primary-pressed-background);outline:none}._button-primary_guiy8_54 *{fill:var(--button-primary-default-text)}._button-secondary_guiy8_68{color:var(--button-secondary-default-text);border:1px solid var(--button-secondary-default-border);background:var(--button-secondary-default-background)}._button-secondary_guiy8_68:hover{border:1px solid var(--button-secondary-hover-border);background:var(--button-secondary-hover-background)}._button-secondary_guiy8_68:active{border:1px solid var(--button-secondary-pressed-border);background:var(--button-secondary-pressed-background)}._button-secondary_guiy8_68 *{fill:var(--button-secondary-default-text)}._button-tertiary_guiy8_84{color:var(--button-tertiary-default-text);background-color:transparent;border:1px solid var(--button-tertiary-default-border)}._button-tertiary_guiy8_84:hover{border:1px solid var(--button-tertiary-hover-border);background:var(--button-tertiary-hover-background)}._button-tertiary_guiy8_84:active{border:1px solid var(--button-tertiary-pressed-border);background:var(--button-tertiary-pressed-background)}._button-tertiary_guiy8_84 *{fill:var(--button-tertiary-default-text)}._button-ghost_guiy8_100{color:var(--button-ghost-default-text);background-color:transparent}._button-ghost_guiy8_100:hover{background:var(--button-ghost-hover-background)}._button-ghost_guiy8_100:active{background-color:var(--button-ghost-pressed-background)}._button-ghost_guiy8_100:disabled{border:none}._button-ghost_guiy8_100 *{fill:var(--button-ghost-default-text)}._button-icon_guiy8_116{fill:var(--text-button-inactive-text);background-color:transparent}._button-icon_guiy8_116:hover{fill:var(--text-button-inactive-hover-text)}._button-icon_guiy8_116:disabled{border:none;background-color:transparent;fill:var(--text-button-disabled-text)}._button-icon-selected_guiy8_128,._button-icon-selected_guiy8_128:hover{fill:var(--text-button-active-text)}._button-icon_guiy8_116 svg{fill:inherit}._button-error_guiy8_137{fill:var(--button-destructive-default-text);background:var(--button-destructive-default-background)}._button-error_guiy8_137:hover{background:var(--button-destructive-hover-background)}._button-error_guiy8_137:active{background:var(--button-destructive-pressed-background)}._button-error_guiy8_137 *{fill:var(--button-destructive-default-text)}._button-size-xl_guiy8_150{border-radius:.5rem;padding:1rem;font-size:1.125em}._button-size-l_guiy8_155{border-radius:.5rem;padding:.75rem;font-size:1em}._button-size-m_guiy8_160{border-radius:.25rem;padding:.5rem;font-size:.875em}._button-size-s_guiy8_165{border-radius:.25rem;padding:.375rem;font-size:.875em}._button-size-menu_guiy8_170{padding:.5rem;font-size:1em;line-height:24px;border-radius:4px}._flexHorizontalCenter_guiy8_177{display:flex;justify-content:center;align-items:center;flex-direction:row}
|
package/dist/styles/Input.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
input{font-family:Urbanist,sans-serif;border:none;background-color:transparent;width:100%}input:focus{outline:none;box-shadow:none;border-color:transparent}input::placeholder{font-family:Urbanist,sans-serif;color:var(--input-primary-default-text)}._input-
|
|
1
|
+
input{font-family:Urbanist,sans-serif;border:none;background-color:transparent;width:100%}input:focus{outline:none;box-shadow:none;border-color:transparent}input::placeholder{font-family:Urbanist,sans-serif;color:var(--input-primary-default-text)}._input-style_ez84j_40{font-family:Urbanist,sans-serif;border:1px solid var(--input-primary-default-border);color:var(--input-primary-default-text)}._input-style_ez84j_40 input{color:var(--input-primary-actived-text)}._input-style_ez84j_40 *{fill:var(--input-primary-default-icons)}._input-style-disabled_ez84j_52{background-color:#0000000d;border-color:var(--input-primary-disabled-border);pointer-events:none}._input-style-disabled_ez84j_52 input{color:var(--input-primary-disabled-text)}._input-style-disabled_ez84j_52 *{fill:var(--input-primary-disabled-icons)}._input-style-focused_ez84j_63{color:var(--input-primary-actived-text);border-color:var(--input-primary-actived-border)}._input-style-focused_ez84j_63 *{fill:var(--icon-selector-button-default-icon)}._input-style-secondary_ez84j_70{color:var(--input-secondary-default-text);border:1px solid var(--input-secondary-default-border);background:var(--input-secondary-default-background)}._input-style-secondary_ez84j_70 input{color:var(--input-primary-actived-text)}._input-style-secondary_ez84j_70 input::placeholder{color:var(--input-secondary-default-text)}._input-style-secondary_ez84j_70 *{fill:var(--input-secondary-default-icons)}._input-style-ghost_ez84j_84{border:none}._input-style-error_ez84j_87{border-color:var(--input-primary-error-border);color:var(--input-primary-error-text)}._input-style-error_ez84j_87 input::placeholder{color:var(--input-primary-error-text)}._input-style-error_ez84j_87 *{fill:var(--input-primary-error-icons)}._input-style_ez84j_40 ._input-container_ez84j_97{position:relative;width:100%}._input-style-size-xl_ez84j_101{padding:1rem;font-size:1.125em;line-height:28px;border-radius:8px;gap:.625rem}._input-style-size-xl_ez84j_101 input{line-height:28px}._input-style-size-l_ez84j_111{padding:.75rem;font-size:1em;line-height:24px;border-radius:8px;gap:.5rem}._input-style-size-l_ez84j_111 input{line-height:24px}._input-style-size-m_ez84j_121{padding:.5rem;font-size:.875em;line-height:20px;border-radius:4px;gap:.375rem}._input-style-size-m_ez84j_121 input{line-height:20px}._input-style-size-s_ez84j_131{padding:.375rem;font-size:.875em;line-height:16px;border-radius:4px;gap:.25rem}._input-style-size-s_ez84j_131 input{line-height:16px}._input-style-radius_ez84j_141{border-radius:50px}._flexHorizontalBetween_ez84j_145{display:flex;justify-content:space-between;align-items:center;flex-direction:row}._flexHorizontal_ez84j_145{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}
|
package/dist/styles/Tag.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tag_ez0so_6{color:var(--dynamic-color-text);background-color:var(--dynamic-background);border-radius:50px;line-height:normal;gap:.25rem;font-weight:600;letter-spacing:.84px}._tag-children_ez0so_16{color:var(--dynamic-color-text);border-radius:50px;min-width:16px;min-height:16px;aspect-ratio:1/1}._tag-size-xl_ez0so_23{padding:.5rem .75rem;font-size:1.125em}._tag-size-xl-round_ez0so_27{padding:.5rem;min-width:12px;min-height:12px;aspect-ratio:1/1}._tag-size-l_ez0so_33{padding:.375rem .625rem;font-size:1em}._tag-size-l-round_ez0so_37{padding:.375rem;min-width:12px;min-height:12px;aspect-ratio:1/1}._tag-size-m_ez0so_43{padding:.25rem .5rem;font-size:.875em}._tag-size-m-round_ez0so_47{padding:.25rem;min-width:12px;min-height:12px;aspect-ratio:1/1}._tag-size-s_ez0so_53{padding:.1875rem .5rem;font-size:.75em}._tag-size-s-round_ez0so_57{padding:.125rem;min-width:12px;min-height:12px;aspect-ratio:1/1}._flexHorizontalCenter_ez0so_64{display:flex;justify-content:center;align-items:center;flex-direction:row}._flexHorizontal_ez0so_64{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@situaction/traq-ui-ste",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "library react component Situaction",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"types": "dist/main.d.ts",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^18.2.0",
|
|
32
|
-
"react-dom": "^18.2.0"
|
|
32
|
+
"react-dom": "^18.2.0",
|
|
33
|
+
"date-fns": "^3.0.0"
|
|
33
34
|
},
|
|
34
35
|
"author": "Situaction",
|
|
35
36
|
"license": "ISC",
|
|
@@ -75,6 +76,7 @@
|
|
|
75
76
|
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
76
77
|
},
|
|
77
78
|
"dependencies": {
|
|
79
|
+
"date-fns": "^4.1.0",
|
|
78
80
|
"react": "^18.2.0",
|
|
79
81
|
"react-dom": "^18.2.0",
|
|
80
82
|
"storybook-figma": "^0.1.2",
|