@fastkit/vui 0.7.44 → 0.7.48

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.
@@ -30,6 +30,9 @@
30
30
  --typo-base-height: 1.5;
31
31
  --typo-base-spacing: 0em;
32
32
 
33
+ // medium
34
+ --typo-medium-weight: 500;
35
+
33
36
  // h1
34
37
  --typo-h1-size: 2.5rem;
35
38
  --typo-h1-weight: 500;
@@ -123,6 +126,22 @@
123
126
  // --typo-overline-height: 2.66;
124
127
  // --typo-overline-spacing: 0.08333em;
125
128
 
129
+ // =============================================
130
+ // chips
131
+ // =============================================
132
+ --chip-padding: 0.875em;
133
+ --chip-font-weight: var(--typo-base-weight);
134
+ --chip-height-xs: 16px;
135
+ --chip-font-size-xs: 10px;
136
+ --chip-height-sm: 24px;
137
+ --chip-font-size-sm: 12px;
138
+ --chip-height-md: 32px;
139
+ --chip-font-size-md: 14px;
140
+ --chip-height-lg: 54px;
141
+ --chip-font-size-lg: 16px;
142
+ --chip-height-xl: 66px;
143
+ --chip-font-size-xl: 18px;
144
+
126
145
  // =============================================
127
146
  // controls
128
147
  // =============================================