@cfasim-ui/theme 0.3.16 → 0.3.17

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/base.css +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfasim-ui/theme",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "type": "module",
5
5
  "description": "CSS theming system for cfasim-ui",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  "./themes/cdc.css": "./src/themes/cdc.css"
29
29
  },
30
30
  "dependencies": {
31
- "@cfasim-ui/charts": "0.3.16",
32
- "@cfasim-ui/components": "0.3.16"
31
+ "@cfasim-ui/charts": "0.3.17",
32
+ "@cfasim-ui/components": "0.3.17"
33
33
  }
34
34
  }
package/src/base.css CHANGED
@@ -129,11 +129,6 @@ body {
129
129
  font-size: var(--font-size-md);
130
130
  }
131
131
 
132
- :root,
133
- body {
134
- overflow: hidden;
135
- }
136
-
137
132
  h1,
138
133
  h2,
139
134
  h3,