@koobiq/components 17.8.3 → 17.8.4

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.
@@ -45,10 +45,13 @@
45
45
  display-compact-strong: map.get($typography, display-compact-strong),
46
46
  text-big: map.get($typography, text-big),
47
47
  text-big-strong: map.get($typography, text-big-strong),
48
+ text-big-medium: map.get($typography, text-big-medium),
48
49
  text-normal: map.get($typography, text-normal),
49
50
  text-normal-strong: map.get($typography, text-normal-strong),
51
+ text-normal-medium: map.get($typography, text-normal-medium),
50
52
  text-compact: map.get($typography, text-compact),
51
53
  text-compact-strong: map.get($typography, text-compact-strong),
54
+ text-compact-medium: map.get($typography, text-compact-medium),
52
55
  caps-big: map.get($typography, caps-big),
53
56
  caps-big-strong: map.get($typography, caps-big-strong),
54
57
  caps-normal: map.get($typography, caps-normal),
@@ -280,6 +283,10 @@
280
283
  @include kbq-typography-level-to-styles_css-variables(typography, text-big-strong);
281
284
  }
282
285
 
286
+ .kbq-text-big-medium {
287
+ @include kbq-typography-level-to-styles_css-variables(typography, text-big-medium);
288
+ }
289
+
283
290
  .kbq-text-normal {
284
291
  @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
285
292
  }
@@ -288,6 +295,10 @@
288
295
  @include kbq-typography-level-to-styles_css-variables(typography, text-normal-strong);
289
296
  }
290
297
 
298
+ .kbq-text-normal-medium {
299
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal-medium);
300
+ }
301
+
291
302
  .kbq-text-compact {
292
303
  @include kbq-typography-level-to-styles_css-variables(typography, text-compact);
293
304
  }
@@ -296,6 +307,10 @@
296
307
  @include kbq-typography-level-to-styles_css-variables(typography, text-compact-strong);
297
308
  }
298
309
 
310
+ .kbq-text-compact-medium {
311
+ @include kbq-typography-level-to-styles_css-variables(typography, text-compact-medium);
312
+ }
313
+
299
314
  .kbq-caps-big {
300
315
  @include kbq-typography-level-to-styles_css-variables(typography, caps-big);
301
316
  }
@@ -1,3 +1,3 @@
1
1
  import { Version } from '@angular/core';
2
- export const VERSION = new Version('17.8.3+sha-148f75c');
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvY29yZS92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFeEMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLG9CQUFvQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBWZXJzaW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzE3LjguMytzaGEtMTQ4Zjc1YycpO1xuIl19
2
+ export const VERSION = new Version('17.8.4+sha-85da429');
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvY29yZS92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFeEMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLG9CQUFvQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBWZXJzaW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzE3LjguNCtzaGEtODVkYTQyOScpO1xuIl19
@@ -3176,7 +3176,7 @@ const KBQ_VALIDATION = new InjectionToken('KbqUseValidation', {
3176
3176
  factory: () => ({ useValidation: true })
3177
3177
  });
3178
3178
 
3179
- const VERSION = new Version('17.8.3+sha-148f75c');
3179
+ const VERSION = new Version('17.8.4+sha-85da429');
3180
3180
 
3181
3181
  /**
3182
3182
  * Generated bundle index. Do not edit.