toggle-components-library 1.34.0-beta.7 → 1.34.0-beta.8

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.34.0-beta.7",
3
+ "version": "1.34.0-beta.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  icon: {
21
21
  type: String,
22
- required: true,
22
+ required: false,
23
23
  validator: function(value) {
24
24
  return ["heatmap-icon", "email-icon", "contacts-icon"].indexOf(value) !== -1;
25
25
  }
@@ -167,10 +167,11 @@
167
167
  .toggle-comment-card {
168
168
  display: flex;
169
169
  flex-direction: row;
170
- max-width: 750px;
171
- height: 250px;
170
+ width: 100%;
171
+ height: 200px;
172
172
  border-radius: 18px;
173
173
  margin: 16px;
174
+ padding-right: 20px;
174
175
  font-size: $toggle-font-size-regular;
175
176
  font-family: $toggle-font-family;
176
177
  }
@@ -182,6 +183,7 @@
182
183
  padding: 40px 20px 20px 20px;
183
184
  color: white;
184
185
  border-radius: 30px;
186
+ width: 100%;
185
187
 
186
188
  .toggle-comment-card-text {
187
189
  text-align: left;