@zenpatient-org/healthspan-marketing-ui 0.2.34 → 0.2.35

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.
@@ -11,7 +11,7 @@
11
11
  padding: 64px 120px;
12
12
  display: grid;
13
13
  grid-template-columns: 1fr 1fr;
14
- grid-template-areas:
14
+ grid-template-areas:
15
15
  "gallery info"
16
16
  "gallery plans";
17
17
  column-gap: 64px;
@@ -19,7 +19,7 @@
19
19
  }
20
20
 
21
21
  .container.noPlans {
22
- grid-template-columns: 300px 1fr;
22
+ grid-template-columns: 1fr 1fr;
23
23
  grid-template-areas: "gallery info";
24
24
  column-gap: 120px;
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenpatient-org/healthspan-marketing-ui",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "description": "Design system",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",