feather-k-demo-utils 0.0.29 → 0.0.30

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.
@@ -184,11 +184,12 @@
184
184
  content: "🐛";
185
185
  content: "🐜";
186
186
  content: "🪳";
187
+ content: "🐞";
187
188
  font-size: var(--kendo-font-size-xl);
188
189
  color: var(--kendo-color-secondary);
189
190
  position: absolute;
190
191
  top: 0.25em;
191
- right: 0.5em;
192
+ right: 0.25em;
192
193
  display: block;
193
194
  margin-top: 0;
194
195
  }
@@ -235,7 +236,7 @@
235
236
  font-size: var(--kendo-font-size-xl);
236
237
  position: absolute;
237
238
  top: 0.25em;
238
- right: 0.5em;
239
+ right: 0.25em;
239
240
  display: block;
240
241
  margin-top: 0;
241
242
  }
@@ -285,7 +286,7 @@
285
286
  font-size: var(--kendo-font-size-xl);
286
287
  position: absolute;
287
288
  top: 0.25em;
288
- left: 0.5em;
289
+ left: 0.25em;
289
290
  display: block;
290
291
  margin-top: 0;
291
292
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "feather-k-demo-utils",
3
3
  "private": false,
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "type": "module",
6
6
  "main": "lib/index.es.js",
7
7
  "module": "lib/index.es.js",