@kaizen/components 2.0.4 → 2.0.5

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
@@ -11484,10 +11484,6 @@
11484
11484
  }
11485
11485
 
11486
11486
  @layer kz-components {
11487
- ul {
11488
- padding-inline-start: 0;
11489
- }
11490
-
11491
11487
  .ListItem-module_listItem__xGr6A {
11492
11488
  font-family: var(--typography-paragraph-body-font-family);
11493
11489
  font-weight: var(--typography-paragraph-body-font-weight);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -1,8 +1,4 @@
1
1
  @layer kz-components {
2
- ul {
3
- padding-inline-start: 0;
4
- }
5
-
6
2
  .listItem {
7
3
  font-family: var(--typography-paragraph-body-font-family);
8
4
  font-weight: var(--typography-paragraph-body-font-weight);