@redsift/design-system 9.0.0-alpha.3 → 9.0.0-alpha.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.
package/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "version": "version-changelog ../../CHANGELOG.md && changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
34
34
  },
35
35
  "types": "index.d.ts",
36
- "version": "9.0.0-alpha.3",
36
+ "version": "9.0.0-alpha.4",
37
37
  "dependencies": {
38
38
  "@react-aria/focus": "3.12.1",
39
39
  "@react-aria/i18n": "3.7.2",
@@ -101,5 +101,5 @@
101
101
  "react-dom": ">=17",
102
102
  "styled-components": "^5.3.5"
103
103
  },
104
- "gitHead": "e598e47d8e5c5d264a303a91785c1c09374768c1"
104
+ "gitHead": "a27cbc0ef61f58aa83a8902da0dcc79841907054"
105
105
  }
package/style/index.css CHANGED
@@ -985,6 +985,10 @@ table {
985
985
  border-collapse: collapse;
986
986
  border-spacing: 0;
987
987
  }
988
+
989
+ /* * {
990
+ box-sizing: border-box;
991
+ } */
988
992
  /* Applying Design System style to native HTML tags. */
989
993
 
990
994
  body {
@@ -130,3 +130,7 @@ table {
130
130
  border-collapse: collapse;
131
131
  border-spacing: 0;
132
132
  }
133
+
134
+ /* * {
135
+ box-sizing: border-box;
136
+ } */
package/style/redsift.css CHANGED
@@ -985,6 +985,10 @@ table {
985
985
  border-collapse: collapse;
986
986
  border-spacing: 0;
987
987
  }
988
+
989
+ /* * {
990
+ box-sizing: border-box;
991
+ } */
988
992
  /* Applying Design System style to native HTML tags. */
989
993
 
990
994
  body {