primereact 7.2.0 → 7.2.1
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/calendar/calendar.cjs.js +1 -1
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +1 -1
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +1 -1
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +212 -5
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +212 -5
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +212 -5
- package/carousel/carousel.min.js +1 -1
- package/core/core.js +34 -3
- package/core/core.min.js +4 -4
- package/datatable/datatable.cjs.js +21 -16
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +1 -0
- package/datatable/datatable.esm.js +21 -16
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +21 -16
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +1 -5
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +1 -5
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +1 -5
- package/dataview/dataview.min.js +1 -1
- package/dropdown/dropdown.cjs.js +1 -1
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -1
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -1
- package/dropdown/dropdown.min.js +1 -1
- package/galleria/galleria.cjs.js +212 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +212 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +212 -5
- package/galleria/galleria.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +5 -1
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +5 -1
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +5 -1
- package/inputnumber/inputnumber.min.js +1 -1
- package/knob/knob.cjs.js +1 -1
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +1 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +1 -1
- package/knob/knob.min.js +1 -1
- package/multiselect/multiselect.cjs.js +1 -1
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +1 -1
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +1 -1
- package/multiselect/multiselect.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +142 -122
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +142 -122
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +142 -122
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +7 -2
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +254 -2
- package/resources/themes/arya-green/theme.css +254 -2
- package/resources/themes/arya-orange/theme.css +254 -2
- package/resources/themes/arya-purple/theme.css +254 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +254 -2
- package/resources/themes/bootstrap4-dark-purple/theme.css +254 -2
- package/resources/themes/bootstrap4-light-blue/theme.css +252 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +252 -0
- package/resources/themes/fluent-light/theme.css +252 -0
- package/resources/themes/lara-dark-blue/theme.css +261 -44
- package/resources/themes/lara-dark-indigo/theme.css +261 -44
- package/resources/themes/lara-dark-purple/theme.css +261 -44
- package/resources/themes/lara-dark-teal/theme.css +261 -44
- package/resources/themes/lara-light-blue/theme.css +259 -42
- package/resources/themes/lara-light-indigo/theme.css +259 -42
- package/resources/themes/lara-light-purple/theme.css +259 -42
- package/resources/themes/lara-light-teal/theme.css +259 -42
- package/resources/themes/luna-amber/theme.css +252 -0
- package/resources/themes/luna-blue/theme.css +252 -0
- package/resources/themes/luna-green/theme.css +252 -0
- package/resources/themes/luna-pink/theme.css +252 -0
- package/resources/themes/md-dark-deeppurple/theme.css +328 -2
- package/resources/themes/md-dark-indigo/theme.css +328 -2
- package/resources/themes/md-light-deeppurple/theme.css +326 -0
- package/resources/themes/md-light-indigo/theme.css +326 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +328 -2
- package/resources/themes/mdc-dark-indigo/theme.css +328 -2
- package/resources/themes/mdc-light-deeppurple/theme.css +326 -0
- package/resources/themes/mdc-light-indigo/theme.css +326 -0
- package/resources/themes/nova/theme.css +252 -0
- package/resources/themes/nova-accent/theme.css +252 -0
- package/resources/themes/nova-alt/theme.css +252 -0
- package/resources/themes/rhea/theme.css +252 -0
- package/resources/themes/saga-blue/theme.css +252 -0
- package/resources/themes/saga-green/theme.css +252 -0
- package/resources/themes/saga-orange/theme.css +252 -0
- package/resources/themes/saga-purple/theme.css +252 -0
- package/resources/themes/tailwind-light/theme.css +252 -0
- package/resources/themes/vela-blue/theme.css +254 -2
- package/resources/themes/vela-green/theme.css +254 -2
- package/resources/themes/vela-orange/theme.css +254 -2
- package/resources/themes/vela-purple/theme.css +254 -2
- package/splitbutton/splitbutton.d.ts +4 -1
- package/splitbutton/splitbutton.min.css +1 -1
- package/tabmenu/tabmenu.cjs.js +1 -1
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +1 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +1 -1
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +1 -1
- package/tabview/tabview.min.js +1 -1
- package/toolbar/toolbar.min.css +1 -1
- package/tree/tree.cjs.js +2 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +2 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +2 -1
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +3 -3
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +3 -3
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +3 -3
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +12 -10
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +8 -7
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +12 -10
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.cjs.js +26 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -0
- package/utils/utils.esm.js +26 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +26 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +15 -3
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--text-color-secondary:rgba(255, 255, 255, 0.6);
|
|
10
10
|
--primary-color:#C4B5FD;
|
|
11
11
|
--primary-color-text:#1c2127;
|
|
12
|
-
--font-family
|
|
12
|
+
--font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
13
13
|
--surface-0: #040d19;
|
|
14
14
|
--surface-50: #1d2530;
|
|
15
15
|
--surface-100: #363d47;
|
|
@@ -44,47 +44,12 @@
|
|
|
44
44
|
--maskbg: rgba(0, 0, 0, 0.4);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
@font-face {
|
|
48
|
-
font-family: "Inter";
|
|
49
|
-
font-style: normal;
|
|
50
|
-
font-weight: 300;
|
|
51
|
-
src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
|
|
52
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
53
|
-
}
|
|
54
|
-
@font-face {
|
|
55
|
-
font-family: "Inter";
|
|
56
|
-
font-style: normal;
|
|
57
|
-
font-weight: 400;
|
|
58
|
-
src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
|
|
59
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
60
|
-
}
|
|
61
|
-
@font-face {
|
|
62
|
-
font-family: "Inter";
|
|
63
|
-
font-style: normal;
|
|
64
|
-
font-weight: 500;
|
|
65
|
-
src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
|
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
67
|
-
}
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: "Inter";
|
|
70
|
-
font-style: normal;
|
|
71
|
-
font-weight: 600;
|
|
72
|
-
src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
|
|
73
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
74
|
-
}
|
|
75
|
-
@font-face {
|
|
76
|
-
font-family: "Inter";
|
|
77
|
-
font-style: normal;
|
|
78
|
-
font-weight: 700;
|
|
79
|
-
src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
|
|
80
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
81
|
-
}
|
|
82
47
|
* {
|
|
83
48
|
box-sizing: border-box;
|
|
84
49
|
}
|
|
85
50
|
|
|
86
51
|
.p-component {
|
|
87
|
-
font-family:
|
|
52
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
88
53
|
font-size: 1rem;
|
|
89
54
|
font-weight: normal;
|
|
90
55
|
}
|
|
@@ -112,7 +77,7 @@
|
|
|
112
77
|
|
|
113
78
|
.p-link {
|
|
114
79
|
font-size: 1rem;
|
|
115
|
-
font-family:
|
|
80
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
116
81
|
border-radius: 6px;
|
|
117
82
|
}
|
|
118
83
|
.p-link:focus {
|
|
@@ -271,7 +236,7 @@
|
|
|
271
236
|
padding: 0.375rem 0;
|
|
272
237
|
}
|
|
273
238
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
274
|
-
font-family:
|
|
239
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
275
240
|
font-size: 1rem;
|
|
276
241
|
color: rgba(255, 255, 255, 0.87);
|
|
277
242
|
padding: 0;
|
|
@@ -691,7 +656,7 @@
|
|
|
691
656
|
padding: 0.375rem 0;
|
|
692
657
|
}
|
|
693
658
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
694
|
-
font-family:
|
|
659
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
695
660
|
font-size: 1rem;
|
|
696
661
|
color: rgba(255, 255, 255, 0.87);
|
|
697
662
|
padding: 0;
|
|
@@ -1056,7 +1021,7 @@
|
|
|
1056
1021
|
}
|
|
1057
1022
|
|
|
1058
1023
|
.p-inputtext {
|
|
1059
|
-
font-family:
|
|
1024
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
1060
1025
|
font-size: 1rem;
|
|
1061
1026
|
color: rgba(255, 255, 255, 0.87);
|
|
1062
1027
|
background: #040d19;
|
|
@@ -2227,6 +2192,258 @@
|
|
|
2227
2192
|
border-color: transparent;
|
|
2228
2193
|
}
|
|
2229
2194
|
|
|
2195
|
+
.p-splitbutton {
|
|
2196
|
+
border-radius: 6px;
|
|
2197
|
+
}
|
|
2198
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
|
2199
|
+
background-color: transparent;
|
|
2200
|
+
color: #C4B5FD;
|
|
2201
|
+
border: 1px solid;
|
|
2202
|
+
}
|
|
2203
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2204
|
+
background: rgba(196, 181, 253, 0.04);
|
|
2205
|
+
color: #C4B5FD;
|
|
2206
|
+
}
|
|
2207
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2208
|
+
background: rgba(196, 181, 253, 0.16);
|
|
2209
|
+
color: #C4B5FD;
|
|
2210
|
+
}
|
|
2211
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
|
2212
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2213
|
+
border-color: rgba(255, 255, 255, 0.6);
|
|
2214
|
+
}
|
|
2215
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2216
|
+
background: rgba(255, 255, 255, 0.03);
|
|
2217
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2218
|
+
}
|
|
2219
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2220
|
+
background: rgba(255, 255, 255, 0.16);
|
|
2221
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2222
|
+
}
|
|
2223
|
+
.p-splitbutton.p-button-text > .p-button {
|
|
2224
|
+
background-color: transparent;
|
|
2225
|
+
color: #C4B5FD;
|
|
2226
|
+
border-color: transparent;
|
|
2227
|
+
}
|
|
2228
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2229
|
+
background: rgba(196, 181, 253, 0.04);
|
|
2230
|
+
color: #C4B5FD;
|
|
2231
|
+
border-color: transparent;
|
|
2232
|
+
}
|
|
2233
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2234
|
+
background: rgba(196, 181, 253, 0.16);
|
|
2235
|
+
color: #C4B5FD;
|
|
2236
|
+
border-color: transparent;
|
|
2237
|
+
}
|
|
2238
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
|
2239
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2240
|
+
}
|
|
2241
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2242
|
+
background: rgba(255, 255, 255, 0.03);
|
|
2243
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2244
|
+
}
|
|
2245
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2246
|
+
background: rgba(255, 255, 255, 0.16);
|
|
2247
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2248
|
+
}
|
|
2249
|
+
.p-splitbutton.p-button-raised {
|
|
2250
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
2251
|
+
}
|
|
2252
|
+
.p-splitbutton.p-button-rounded {
|
|
2253
|
+
border-radius: 2rem;
|
|
2254
|
+
}
|
|
2255
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
|
2256
|
+
border-radius: 2rem;
|
|
2257
|
+
}
|
|
2258
|
+
.p-splitbutton.p-button-sm > .p-button {
|
|
2259
|
+
font-size: 0.875rem;
|
|
2260
|
+
padding: 0.65625rem 1.09375rem;
|
|
2261
|
+
}
|
|
2262
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
|
2263
|
+
font-size: 0.875rem;
|
|
2264
|
+
}
|
|
2265
|
+
.p-splitbutton.p-button-lg > .p-button {
|
|
2266
|
+
font-size: 1.25rem;
|
|
2267
|
+
padding: 0.9375rem 1.5625rem;
|
|
2268
|
+
}
|
|
2269
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
|
2270
|
+
font-size: 1.25rem;
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2274
|
+
background-color: transparent;
|
|
2275
|
+
color: #CBD5E1;
|
|
2276
|
+
border: 1px solid;
|
|
2277
|
+
}
|
|
2278
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2279
|
+
background: rgba(203, 213, 225, 0.04);
|
|
2280
|
+
color: #CBD5E1;
|
|
2281
|
+
}
|
|
2282
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2283
|
+
background: rgba(203, 213, 225, 0.16);
|
|
2284
|
+
color: #CBD5E1;
|
|
2285
|
+
}
|
|
2286
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
|
2287
|
+
background-color: transparent;
|
|
2288
|
+
color: #CBD5E1;
|
|
2289
|
+
border-color: transparent;
|
|
2290
|
+
}
|
|
2291
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2292
|
+
background: rgba(203, 213, 225, 0.04);
|
|
2293
|
+
border-color: transparent;
|
|
2294
|
+
color: #CBD5E1;
|
|
2295
|
+
}
|
|
2296
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2297
|
+
background: rgba(203, 213, 225, 0.16);
|
|
2298
|
+
border-color: transparent;
|
|
2299
|
+
color: #CBD5E1;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2303
|
+
background-color: transparent;
|
|
2304
|
+
color: #93C5FD;
|
|
2305
|
+
border: 1px solid;
|
|
2306
|
+
}
|
|
2307
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2308
|
+
background: rgba(147, 197, 253, 0.04);
|
|
2309
|
+
color: #93C5FD;
|
|
2310
|
+
}
|
|
2311
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2312
|
+
background: rgba(147, 197, 253, 0.16);
|
|
2313
|
+
color: #93C5FD;
|
|
2314
|
+
}
|
|
2315
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
|
2316
|
+
background-color: transparent;
|
|
2317
|
+
color: #93C5FD;
|
|
2318
|
+
border-color: transparent;
|
|
2319
|
+
}
|
|
2320
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2321
|
+
background: rgba(147, 197, 253, 0.04);
|
|
2322
|
+
border-color: transparent;
|
|
2323
|
+
color: #93C5FD;
|
|
2324
|
+
}
|
|
2325
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2326
|
+
background: rgba(147, 197, 253, 0.16);
|
|
2327
|
+
border-color: transparent;
|
|
2328
|
+
color: #93C5FD;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2332
|
+
background-color: transparent;
|
|
2333
|
+
color: #86EFAC;
|
|
2334
|
+
border: 1px solid;
|
|
2335
|
+
}
|
|
2336
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2337
|
+
background: rgba(134, 239, 172, 0.04);
|
|
2338
|
+
color: #86EFAC;
|
|
2339
|
+
}
|
|
2340
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2341
|
+
background: rgba(134, 239, 172, 0.16);
|
|
2342
|
+
color: #86EFAC;
|
|
2343
|
+
}
|
|
2344
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
|
2345
|
+
background-color: transparent;
|
|
2346
|
+
color: #86EFAC;
|
|
2347
|
+
border-color: transparent;
|
|
2348
|
+
}
|
|
2349
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2350
|
+
background: rgba(134, 239, 172, 0.04);
|
|
2351
|
+
border-color: transparent;
|
|
2352
|
+
color: #86EFAC;
|
|
2353
|
+
}
|
|
2354
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2355
|
+
background: rgba(134, 239, 172, 0.16);
|
|
2356
|
+
border-color: transparent;
|
|
2357
|
+
color: #86EFAC;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2361
|
+
background-color: transparent;
|
|
2362
|
+
color: #FCD34D;
|
|
2363
|
+
border: 1px solid;
|
|
2364
|
+
}
|
|
2365
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2366
|
+
background: rgba(252, 211, 77, 0.04);
|
|
2367
|
+
color: #FCD34D;
|
|
2368
|
+
}
|
|
2369
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2370
|
+
background: rgba(252, 211, 77, 0.16);
|
|
2371
|
+
color: #FCD34D;
|
|
2372
|
+
}
|
|
2373
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
|
2374
|
+
background-color: transparent;
|
|
2375
|
+
color: #FCD34D;
|
|
2376
|
+
border-color: transparent;
|
|
2377
|
+
}
|
|
2378
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2379
|
+
background: rgba(252, 211, 77, 0.04);
|
|
2380
|
+
border-color: transparent;
|
|
2381
|
+
color: #FCD34D;
|
|
2382
|
+
}
|
|
2383
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2384
|
+
background: rgba(252, 211, 77, 0.16);
|
|
2385
|
+
border-color: transparent;
|
|
2386
|
+
color: #FCD34D;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2390
|
+
background-color: transparent;
|
|
2391
|
+
color: #D8B4FE;
|
|
2392
|
+
border: 1px solid;
|
|
2393
|
+
}
|
|
2394
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2395
|
+
background: rgba(216, 180, 254, 0.04);
|
|
2396
|
+
color: #D8B4FE;
|
|
2397
|
+
}
|
|
2398
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2399
|
+
background: rgba(216, 180, 254, 0.16);
|
|
2400
|
+
color: #D8B4FE;
|
|
2401
|
+
}
|
|
2402
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
|
2403
|
+
background-color: transparent;
|
|
2404
|
+
color: #D8B4FE;
|
|
2405
|
+
border-color: transparent;
|
|
2406
|
+
}
|
|
2407
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2408
|
+
background: rgba(216, 180, 254, 0.04);
|
|
2409
|
+
border-color: transparent;
|
|
2410
|
+
color: #D8B4FE;
|
|
2411
|
+
}
|
|
2412
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2413
|
+
background: rgba(216, 180, 254, 0.16);
|
|
2414
|
+
border-color: transparent;
|
|
2415
|
+
color: #D8B4FE;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
|
2419
|
+
background-color: transparent;
|
|
2420
|
+
color: #FCA5A5;
|
|
2421
|
+
border: 1px solid;
|
|
2422
|
+
}
|
|
2423
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2424
|
+
background: rgba(252, 165, 165, 0.04);
|
|
2425
|
+
color: #FCA5A5;
|
|
2426
|
+
}
|
|
2427
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2428
|
+
background: rgba(252, 165, 165, 0.16);
|
|
2429
|
+
color: #FCA5A5;
|
|
2430
|
+
}
|
|
2431
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
|
2432
|
+
background-color: transparent;
|
|
2433
|
+
color: #FCA5A5;
|
|
2434
|
+
border-color: transparent;
|
|
2435
|
+
}
|
|
2436
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2437
|
+
background: rgba(252, 165, 165, 0.04);
|
|
2438
|
+
border-color: transparent;
|
|
2439
|
+
color: #FCA5A5;
|
|
2440
|
+
}
|
|
2441
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2442
|
+
background: rgba(252, 165, 165, 0.16);
|
|
2443
|
+
border-color: transparent;
|
|
2444
|
+
color: #FCA5A5;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2230
2447
|
.p-speeddial-button.p-button.p-button-icon-only {
|
|
2231
2448
|
width: 4rem;
|
|
2232
2449
|
height: 4rem;
|
|
@@ -2532,7 +2749,7 @@
|
|
|
2532
2749
|
border-width: 1px;
|
|
2533
2750
|
}
|
|
2534
2751
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd {
|
|
2535
|
-
background:
|
|
2752
|
+
background: #0d1a2c;
|
|
2536
2753
|
}
|
|
2537
2754
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight {
|
|
2538
2755
|
background: rgba(196, 181, 253, 0.16);
|
|
@@ -2545,7 +2762,7 @@
|
|
|
2545
2762
|
color: rgba(255, 255, 255, 0.87);
|
|
2546
2763
|
}
|
|
2547
2764
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded {
|
|
2548
|
-
background:
|
|
2765
|
+
background: #0d1a2c;
|
|
2549
2766
|
}
|
|
2550
2767
|
.p-datatable.p-datatable-sm .p-datatable-header {
|
|
2551
2768
|
padding: 0.5rem 0.5rem;
|
|
@@ -5574,7 +5791,7 @@
|
|
|
5574
5791
|
}
|
|
5575
5792
|
.p-terminal .p-terminal-input {
|
|
5576
5793
|
font-size: 1rem;
|
|
5577
|
-
font-family:
|
|
5794
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
5578
5795
|
}
|
|
5579
5796
|
|
|
5580
5797
|
.p-badge {
|