@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.
@@ -61,16 +61,8 @@
61
61
  min-height: var(--p-inputtext-lg-min-height);
62
62
  }
63
63
 
64
- .p-message {
65
- min-height: var(--p-message-content-min-height);
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {