dce-reactkit 3.0.0-beta.20 → 3.0.0-beta.21

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/cjs/index.js CHANGED
@@ -872,8 +872,8 @@ const style = `
872
872
  border-top-right-radius: 0.3rem;
873
873
 
874
874
  /* Add Text Padding */
875
- padding-left: 0.3rem;
876
- padding-right: 0.3rem;
875
+ padding-left: 0.5rem;
876
+ padding-right: 0.5rem;
877
877
 
878
878
  /* Match Background Color of Box */
879
879
  background: #fdfdfd;
package/dist/esm/index.js CHANGED
@@ -864,8 +864,8 @@ const style = `
864
864
  border-top-right-radius: 0.3rem;
865
865
 
866
866
  /* Add Text Padding */
867
- padding-left: 0.3rem;
868
- padding-right: 0.3rem;
867
+ padding-left: 0.5rem;
868
+ padding-right: 0.5rem;
869
869
 
870
870
  /* Match Background Color of Box */
871
871
  background: #fdfdfd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.0.0-beta.20",
3
+ "version": "3.0.0-beta.21",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -73,8 +73,8 @@ const style = `
73
73
  border-top-right-radius: 0.3rem;
74
74
 
75
75
  /* Add Text Padding */
76
- padding-left: 0.3rem;
77
- padding-right: 0.3rem;
76
+ padding-left: 0.5rem;
77
+ padding-right: 0.5rem;
78
78
 
79
79
  /* Match Background Color of Box */
80
80
  background: #fdfdfd;