@innovastudio/contentbuilder 1.4.65 → 1.4.66

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.65",
4
+ "version": "1.4.66",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -77373,34 +77373,25 @@ class Dictation {
77373
77373
  margin-bottom: 2.2rem;
77374
77374
  display: flex;
77375
77375
  flex: none;
77376
- width: 255px;
77376
+ width: 350px;
77377
77377
  height: auto;
77378
77378
  flex-direction: column;
77379
77379
  justify-content: space-between;
77380
77380
  border-radius: 0.25rem;
77381
77381
  border: 1px solid rgb(156 163 175/.75);
77382
77382
  padding: 1.5rem 2rem;
77383
+ box-sizing: border-box;
77383
77384
  letter-spacing: .025em;
77384
77385
  box-shadow: 5px 5px 0px rgb(0 0 0 / 3%);
77385
- font-size: 20px;
77386
+ font-size: 19px;
77386
77387
  font-weight: 300;
77387
77388
  font-family: sans-serif;
77388
77389
  line-height: 1.3;
77389
77390
  cursor:pointer;
77390
77391
  transition: all 0.3s ease;
77391
77392
  }
77392
- /*
77393
- .is-modal.commandlist .is-modal-content > div > div:focus {
77394
- outline: #5fa1f0 2px solid;
77395
- outline-offset: 2px;
77396
- }
77397
- */
77398
77393
  .is-modal.commandlist .is-modal-content > div > div:hover {
77399
77394
  background: rgba(0, 0, 0, 0.03);
77400
- /*
77401
- outline: #5fa1f0 2px solid;
77402
- border: 1px solid transparent;
77403
- */
77404
77395
  }
77405
77396
  .dark .is-modal.commandlist .is-modal-content > div > div:hover {
77406
77397
  background: rgba(255, 255, 255, 0.05);