@innovastudio/contentbox 1.5.57 → 1.5.58

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.57",
4
+ "version": "1.5.58",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -47,7 +47,7 @@
47
47
  "webpack-dev-server": "^4.0.0"
48
48
  },
49
49
  "dependencies": {
50
- "@innovastudio/contentbuilder": "^1.4.65",
50
+ "@innovastudio/contentbuilder": "^1.4.66",
51
51
  "js-beautify": "^1.14.0"
52
52
  }
53
53
  }
@@ -92475,34 +92475,25 @@ class Dictation {
92475
92475
  margin-bottom: 2.2rem;
92476
92476
  display: flex;
92477
92477
  flex: none;
92478
- width: 255px;
92478
+ width: 350px;
92479
92479
  height: auto;
92480
92480
  flex-direction: column;
92481
92481
  justify-content: space-between;
92482
92482
  border-radius: 0.25rem;
92483
92483
  border: 1px solid rgb(156 163 175/.75);
92484
92484
  padding: 1.5rem 2rem;
92485
+ box-sizing: border-box;
92485
92486
  letter-spacing: .025em;
92486
92487
  box-shadow: 5px 5px 0px rgb(0 0 0 / 3%);
92487
- font-size: 20px;
92488
+ font-size: 19px;
92488
92489
  font-weight: 300;
92489
92490
  font-family: sans-serif;
92490
92491
  line-height: 1.3;
92491
92492
  cursor:pointer;
92492
92493
  transition: all 0.3s ease;
92493
92494
  }
92494
- /*
92495
- .is-modal.commandlist .is-modal-content > div > div:focus {
92496
- outline: #5fa1f0 2px solid;
92497
- outline-offset: 2px;
92498
- }
92499
- */
92500
92495
  .is-modal.commandlist .is-modal-content > div > div:hover {
92501
92496
  background: rgba(0, 0, 0, 0.03);
92502
- /*
92503
- outline: #5fa1f0 2px solid;
92504
- border: 1px solid transparent;
92505
- */
92506
92497
  }
92507
92498
  .dark .is-modal.commandlist .is-modal-content > div > div:hover {
92508
92499
  background: rgba(255, 255, 255, 0.05);