@bcc-code/design-tokens 5.1.0 → 5.1.2
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/build/bcc/css/auto.css +1 -3
- package/build/bcc/css/dark.css +1 -1
- package/build/bcc/css/tailwind-auto.css +1 -1
- package/build/bcc/css/tailwind-dark.css +1 -1
- package/build/bcc/js/dark.js +1 -1
- package/build/primevue/component-dark.js +18 -18
- package/build/primevue/component-light.js +18 -18
- package/build/primevue/config.js +308 -329
- package/build/primevue/overrides.css +2 -29
- package/package.json +1 -1
|
@@ -61,16 +61,8 @@
|
|
|
61
61
|
min-height: var(--p-inputtext-lg-min-height);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.p-message {
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.p-message-sm {
|
|
69
|
-
min-height: var(--p-message-content-sm-min-height);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.p-message-lg {
|
|
73
|
-
min-height: var(--p-message-content-lg-min-height);
|
|
64
|
+
.p-message-text {
|
|
65
|
+
line-height: var(--p-message-text-line-height);
|
|
74
66
|
}
|
|
75
67
|
|
|
76
68
|
.p-multiselect {
|
|
@@ -128,31 +120,12 @@
|
|
|
128
120
|
gap: var(--p-select-option-gap);
|
|
129
121
|
}
|
|
130
122
|
|
|
131
|
-
.p-tag-sm {
|
|
132
|
-
font-size: var(--p-tag-sm-font-size);
|
|
133
|
-
padding: var(--p-tag-sm-padding);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.p-tag-lg {
|
|
137
|
-
font-size: var(--p-tag-lg-font-size);
|
|
138
|
-
padding: var(--p-tag-lg-padding);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.p-tag-sm .p-tag-icon {
|
|
142
|
-
font-size: var(--p-tag-sm-icon-size);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.p-tag-lg .p-tag-icon {
|
|
146
|
-
font-size: var(--p-tag-lg-icon-size);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
123
|
.p-textarea {
|
|
150
124
|
min-height: var(--p-textarea-min-height);
|
|
151
125
|
}
|
|
152
126
|
|
|
153
127
|
.p-togglebutton {
|
|
154
128
|
min-height: var(--p-togglebutton-min-height);
|
|
155
|
-
line-height: var(--p-togglebutton-line-height);
|
|
156
129
|
}
|
|
157
130
|
|
|
158
131
|
.p-togglebutton .p-togglebutton-sm {
|