@kaizen/components 2.2.2 → 2.2.3

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
@@ -148,6 +148,7 @@
148
148
  font-family: var(--typography-heading-1-font-family);
149
149
  font-weight: var(--typography-heading-1-font-weight);
150
150
  letter-spacing: var(--typography-heading-3-letter-spacing);
151
+ overflow-wrap: normal;
151
152
  }
152
153
 
153
154
  .Avatar-module_initials__85roP.Avatar-module_longName__02zNk::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -95,6 +95,7 @@
95
95
  font-family: var(--typography-heading-1-font-family);
96
96
  font-weight: var(--typography-heading-1-font-weight);
97
97
  letter-spacing: var(--typography-heading-3-letter-spacing);
98
+ overflow-wrap: normal;
98
99
  }
99
100
 
100
101
  .initials.longName::before {