@jk-core/components 0.0.4 → 0.0.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/.eslintrc.json +63 -0
- package/.stylelintrc.json +29 -0
- package/package.json +5 -11
- package/src/styles/color.scss +1 -0
- package/tsconfig.json +13 -0
- package/vite.config.ts +58 -0
- package/dist/Calendar/components/DayTile/index.d.ts +0 -11
- package/dist/Calendar/components/MonthTile/index.d.ts +0 -9
- package/dist/Calendar/components/YearTile/index.d.ts +0 -8
- package/dist/Calendar/hooks/useCalendarNav.d.ts +0 -14
- package/dist/Calendar/hooks/useDateSelect.d.ts +0 -14
- package/dist/Calendar/index.d.ts +0 -12
- package/dist/Calendar/type.d.ts +0 -5
- package/dist/Calendar/utils/getWeeksInMonth.d.ts +0 -5
- package/dist/Calendar/utils/isInRange.d.ts +0 -3
- package/dist/Calendar/utils/isSameDay.d.ts +0 -3
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -1007
- package/dist/index.js.map +0 -1
- package/dist/index.umd.cjs +0 -31
- package/dist/index.umd.cjs.map +0 -1
- package/dist/style.css +0 -1
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._calendar_14h3e_1{width:100%;min-width:300px;border:1px solid var(--G-30);border-radius:10px;overflow:hidden;color:var(--G-80);background-color:var(--white)}._calendar__close_14h3e_10{display:flex;justify-content:flex-end;align-items:center;padding:5px 5px 0 0}._calendar__close_14h3e_10 svg{width:15px;height:15px;cursor:pointer}._view_14h3e_22{position:relative;margin:0 auto;width:90%;display:flex;justify-content:space-between;align-items:center;background-color:#f3f4f8;border-radius:10px}._view__block_14h3e_32{position:absolute;background-color:#fff;left:0;height:100%;border:2px solid var(--G-30);width:33.3%;border-radius:10px;transition:.3s}._view__block--second_14h3e_42{left:33%}._view__block--last_14h3e_45{left:66.6%}._view__selector_14h3e_48{position:relative;height:40px;flex:1 0;display:flex;align-items:center;justify-content:center;color:var(--G-60);font-size:1em;font-weight:400}._view__selector--selected_14h3e_59{color:var(--G-80);font-size:1em;font-weight:600}._nav_14h3e_65{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 5px;border-bottom:1px solid var(--G-30);font-size:1.3em;font-weight:400}._nav__button_14h3e_75{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;border-radius:100%}._nav__button_14h3e_75:active{background-color:var(--G-30)}._nav__button_14h3e_75:disabled{cursor:not-allowed;fill:var(--G-40);background-color:transparent}._nav__label_14h3e_92{flex:1 0;display:flex;align-items:center;justify-content:space-around;font-size:1.1em;font-weight:400}._nav__label--date_14h3e_100{display:flex;align-items:center;justify-content:center;border-radius:5px;padding:5px 10px;font-size:1.2em;font-weight:400}._nav__label--date_14h3e_100 svg{width:15px;height:15px}._nav__label--date-selected_14h3e_113{background-color:var(--S-10)}._body_1resx_1{min-height:310px;padding:5px;background-color:var(--white)}._body__tile_1resx_6{display:flex;flex-direction:column;justify-content:space-between;gap:5px}._body__weeks_1resx_12{display:flex;justify-content:space-between;font-weight:400;font-size:1em}._body__weeks--date_1resx_18{flex:1 0;display:flex;justify-content:center;align-items:center;min-width:40px;padding:5px 0}._body__week_1resx_12{display:flex;justify-content:space-between}._body__day_1resx_30{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-width:40px;min-height:40px;border-radius:100%;padding:5px;border:none;font-weight:400;font-size:1em}@media (min-width: 1396px){._body__day_1resx_30:hover{background-color:var(--G-5)}}._body__day_1resx_30:active{background-color:var(--G-10)}._body__day--today_1resx_52{color:var(--P-50);font-weight:600}._body__day--selected_1resx_56{background-color:var(--P-50)!important;color:var(--white)!important;font-weight:600}._body__day--before_1resx_61{color:var(--G-40)}._body__day--tile_1resx_64{border-radius:10px;gap:5px}._body_qfvl8_1{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:5px;min-height:310px;padding:5px;background-color:var(--white)}._body__month_qfvl8_10{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px;border-radius:10px}._body__month_qfvl8_10 svg{width:15px;height:15px;cursor:pointer}._body__month_qfvl8_10:active{background-color:var(--G-10)}._body__month--selected_qfvl8_26{background-color:var(--P-50)!important;color:var(--white)!important}._body__month--today_qfvl8_30{color:var(--P-50);font-weight:600}._body__month--tile_qfvl8_34{justify-content:flex-start;gap:5px}._body_todeq_1{min-height:310px;padding:5px;background-color:var(--white);position:relative;height:310px;display:flex;flex-direction:column;align-items:center;overflow:auto;gap:10px}._body_todeq_1::-webkit-scrollbar{display:none}._body__blank_todeq_16{height:calc(50% - 40px);flex-shrink:0}._body__blank_todeq_16:last-child{height:50%}._body__year_todeq_23{min-width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40px;border-radius:6px;flex-shrink:0;overflow:hidden;font-weight:400;font-size:1.2em}@media (min-width: 1396px){._body__year_todeq_23:hover{background-color:var(--P-5)}}._body__year_todeq_23:active{background-color:var(--P-10)}._body__year--border_todeq_44{border:1px solid var(--G-30);background-color:var(--P-5)}@media (min-width: 1396px){._body__year--border_todeq_44:hover{background-color:var(--P-10)}}._body__year--year_todeq_53{height:40px;display:flex;align-items:center;justify-content:center}._body__year--selected_todeq_59{color:var(--white);background-color:var(--P-50)!important}._body__year--tile_todeq_63{display:flex;align-items:center;justify-content:center;min-height:40px;color:var(--G-80);width:100%;background-color:var(--white);border-top:var(--P-50)}:root{--white: #ffffff;--black: #000000;--P-5: #eff5ff;--P-10: #d3e1fb;--P-20: #a7c4f7;--P-30: #7ca6f3;--P-40: #5089ef;--P-50: #246beb;--P-60: #1d56bc;--P-70: #16408d;--P-90: #07152f;--P-100: #000000;--S-5: #edf1f5;--S-10: #cdd7e4;--S-20: #b4c4d6;--S-30: #99b0cb;--S-40: #2a5c96;--S-50: #003675;--S-60: #002b5e;--S-70: #002036;--S-80: #00162f;--S-90: #000b17;--G-5: #f8f8f8;--G-10: #f0f0f0;--G-20: #e4e4e4;--G-30: #d8d8d8;--G-40: #c6c6c6;--G-50: #8e8e8e;--G-60: #717171;--G-70: #555555;--G-80: #2d2d2d;--G-90: #1d1d1d;--Point-5: #fdf2f3;--Point-10: #f8d6d8;--Point-20: #f5a3a8;--Point-30: #f1747c;--Point-40: #ec4651;--Point-50: #e71825;--Point-60: #b9131e;--Point-70: #8b0e16;--Point-80: #5c0a0f;--Point-90: #2e0507;--Warning-5: #fff8e9;--Warning-10: #ffeac1;--Warning-20: #ffe2a7;--Warning-30: #ffd47c;--Warning-40: #ffc550;--Warning-50: #ffb724;--Warning-60: #98690a;--Warning-70: #66490e;--Warning-80: #4d370b;--Warning-90: #332507;--Success-5: #eef7f0;--Success-10: #cee9d4;--Success-20: #b2dcbb;--Success-30: #8cca99;--Success-40: #33a14b;--Success-50: #008a1e;--Success-60: #006e18;--Success-70: #005312;--Success-80: #00370c;--Success-90: #002207;--Info-5: #e9f0ff;--Info-10: #d4e1ff;--Info-20: #a9c3ff;--Info-30: #7da4ff;--Info-40: #5286ff;--Info-50: #2768ff;--Info-60: #1f53cc;--Info-70: #173e99;--Info-80: #0c1f4d;--Info-90: #040a1a;--Red: #e40000;--Red2: #ffe4e4;--Green: #2fb400;--Green-2: #d7ffe0;--Orange: #ff8800;--Orange-5: #ffead1;--Orange-10: #ffdacc;--Orange-30: #ff8f66;--Orange-40: #ff6a33;--Orange-50: #ff4500;--Orange-60: #d53209;--Orange-70: #992900;--Orange-80: #661c00;--Orange-90: #330e00;--Modal-Shadow: #0000005a;--Modal-Background: #6666663a}
|