@kaizen/components 2.3.5 → 2.3.6

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/dist/styles.css CHANGED
@@ -7190,6 +7190,7 @@
7190
7190
  font-weight: var(--typography-paragraph-small-font-weight, 400);
7191
7191
  line-height: var(--typography-paragraph-small-line-height, 1.125rem);
7192
7192
  white-space: nowrap;
7193
+ min-height: var(--spacing-20, 1.25rem);
7193
7194
  }
7194
7195
  .Tag-module_iconContainer__CR-xK {
7195
7196
  display: inline-flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -14,6 +14,7 @@
14
14
  font-weight: $typography-paragraph-small-font-weight;
15
15
  line-height: $typography-paragraph-small-line-height;
16
16
  white-space: nowrap;
17
+ min-height: $spacing-20;
17
18
  }
18
19
 
19
20
  .iconContainer {