update primeng version & tailwind.css
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -21,7 +21,7 @@
|
|||||||
"chart.js": "4.4.2",
|
"chart.js": "4.4.2",
|
||||||
"primeclt": "^0.1.5",
|
"primeclt": "^0.1.5",
|
||||||
"primeicons": "^7.0.0",
|
"primeicons": "^7.0.0",
|
||||||
"primeng": "^20.0.0-rc.2",
|
"primeng": "^20",
|
||||||
"rxjs": "~7.8.2",
|
"rxjs": "~7.8.2",
|
||||||
"tailwindcss-primeui": "^0.6.1",
|
"tailwindcss-primeui": "^0.6.1",
|
||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
@@ -12586,9 +12586,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/primeng": {
|
"node_modules/primeng": {
|
||||||
"version": "20.0.0-rc.2",
|
"version": "20.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/primeng/-/primeng-20.0.0-rc.2.tgz",
|
"resolved": "https://registry.npmjs.org/primeng/-/primeng-20.0.0.tgz",
|
||||||
"integrity": "sha512-cAsEYqPzMVw913+kXUE2lXia/fODQoSr1gGSHDGmNg0S6vCw/S9L3fNBnkd7LbseWrQCu+b/Ap7rpBa5/zT6iQ==",
|
"integrity": "sha512-F0r7tWqIGKInKSPxyVTXkj+XP/4mz78cWECHuu045JV0O1n7YMgi/2AuEAAqhgKOReLLkRBHB0pafEtH1tnYCQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE.md",
|
"license": "SEE LICENSE IN LICENSE.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@primeuix/styled": "^0.7.0",
|
"@primeuix/styled": "^0.7.0",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"chart.js": "4.4.2",
|
"chart.js": "4.4.2",
|
||||||
"primeclt": "^0.1.5",
|
"primeclt": "^0.1.5",
|
||||||
"primeicons": "^7.0.0",
|
"primeicons": "^7.0.0",
|
||||||
"primeng": "^20.0.0-rc.2",
|
"primeng": "^20",
|
||||||
"rxjs": "~7.8.2",
|
"rxjs": "~7.8.2",
|
||||||
"tailwindcss-primeui": "^0.6.1",
|
"tailwindcss-primeui": "^0.6.1",
|
||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
|
|||||||
@@ -1,23 +1,7 @@
|
|||||||
@layer theme, components, base, utilities;
|
|
||||||
@import 'tailwindcss';
|
@import 'tailwindcss';
|
||||||
@import 'tailwindcss-primeui';
|
@import 'tailwindcss-primeui';
|
||||||
@custom-variant dark (&:where(.app-dark, .app-dark *));
|
@custom-variant dark (&:where(.app-dark, .app-dark *));
|
||||||
|
|
||||||
@layer base {
|
|
||||||
*,
|
|
||||||
::after,
|
|
||||||
::before,
|
|
||||||
::backdrop,
|
|
||||||
::file-selector-button {
|
|
||||||
border-color: var(--color-gray-200, currentcolor);
|
|
||||||
}
|
|
||||||
|
|
||||||
button:not(:disabled),
|
|
||||||
[role="button"]:not(:disabled) {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--breakpoint-sm: 576px;
|
--breakpoint-sm: 576px;
|
||||||
--breakpoint-md: 768px;
|
--breakpoint-md: 768px;
|
||||||
|
|||||||
Reference in New Issue
Block a user