Update package.json and style.css

This commit is contained in:
Dede Fuji Abdul 2024-03-06 08:52:32 +07:00
parent 5d4d992571
commit 54189b9665
3 changed files with 1299 additions and 546 deletions

1784
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,10 +28,9 @@
"@vue/apollo-components": "^4.0.0", "@vue/apollo-components": "^4.0.0",
"@vue/apollo-composable": "^4.0.1", "@vue/apollo-composable": "^4.0.1",
"@vue/apollo-option": "^4.0.0", "@vue/apollo-option": "^4.0.0",
"@vueform/multiselect": "^2.6.6",
"axios": "^1.6.7", "axios": "^1.6.7",
"devextreme": "23.1.5", "devextreme": "23.2.4",
"devextreme-vue": "23.1.5", "devextreme-vue": "23.2.4",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"encrypt-storage": "^2.12.22", "encrypt-storage": "^2.12.22",
"exceljs": "^4.4.0", "exceljs": "^4.4.0",
@ -70,10 +69,9 @@
"postcss": "^8.4.24", "postcss": "^8.4.24",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"tailwindcss-patch": "^2.2.2",
"typescript": "~5.2.2", "typescript": "~5.2.2",
"vite": "^4.3.9", "vite": "^4.3.9",
"vitest": "^0.34.6", "vitest": "^1.3.1",
"vue-tsc": "^1.6.5" "vue-tsc": "^2.0.5"
} }
} }

View File

@ -1667,6 +1667,10 @@ body {
max-height: calc(100vh - 140px); max-height: calc(100vh - 140px);
} }
.min-h-\[32px\] {
min-height: 32px;
}
.min-h-full { .min-h-full {
min-height: 100%; min-height: 100%;
} }
@ -1675,30 +1679,6 @@ body {
min-height: 100vh; min-height: 100vh;
} }
.min-h-\[56px\] {
min-height: 56px;
}
.min-h-\[40px\] {
min-height: 40px;
}
.min-h-\[36px\] {
min-height: 36px;
}
.min-h-\[24px\] {
min-height: 24px;
}
.min-h-\[28px\] {
min-height: 28px;
}
.min-h-\[32px\] {
min-height: 32px;
}
.w-0 { .w-0 {
width: 0px; width: 0px;
} }
@ -2863,11 +2843,6 @@ body {
background-color: rgb(204 204 0 / var(--tw-bg-opacity)); background-color: rgb(204 204 0 / var(--tw-bg-opacity));
} }
.\!bg-gray-200 {
--tw-bg-opacity: 1 !important;
background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-100 { .bg-opacity-100 {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
} }
@ -3274,10 +3249,6 @@ body {
padding-top: 1.25rem; padding-top: 1.25rem;
} }
.pl-0 {
padding-left: 0px;
}
.text-left { .text-left {
text-align: left; text-align: left;
} }
@ -3813,6 +3784,12 @@ body {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
} }
.shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm { .shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
@ -3825,12 +3802,6 @@ body {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
} }
.shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-50 { .shadow-gray-50 {
--tw-shadow-color: #f9fafb; --tw-shadow-color: #f9fafb;
--tw-shadow: var(--tw-shadow-colored); --tw-shadow: var(--tw-shadow-colored);