@pie-element/ebsr 10.5.6 → 10.5.7-next.2

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/module/element.js CHANGED
@@ -12267,11 +12267,11 @@ const inputStyles = {
12267
12267
  pointerEvents: 'initial !important'
12268
12268
  },
12269
12269
  focusVisibleUnchecked: {
12270
- outline: `1px solid ${color$1.focusUncheckedBorder()}`,
12270
+ outline: `2px solid ${color$1.focusUncheckedBorder()}`,
12271
12271
  backgroundColor: color$1.focusUnchecked()
12272
12272
  },
12273
12273
  focusVisibleChecked: {
12274
- outline: `1px solid ${color$1.focusCheckedBorder()}`,
12274
+ outline: `2px solid ${color$1.focusCheckedBorder()}`,
12275
12275
  backgroundColor: color$1.focusChecked()
12276
12276
  }
12277
12277
  };
package/module/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/ebsr@10.5.5</title>
5
+ <title>@pie-element/ebsr@10.5.6</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.5.5",
3
+ "version": "10.5.6",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/ebsr@10.5.5</title>
5
+ <title>@pie-element/ebsr@10.5.6</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
package/module/print.js CHANGED
@@ -12230,11 +12230,11 @@ const inputStyles = {
12230
12230
  pointerEvents: 'initial !important'
12231
12231
  },
12232
12232
  focusVisibleUnchecked: {
12233
- outline: `1px solid ${color$1.focusUncheckedBorder()}`,
12233
+ outline: `2px solid ${color$1.focusUncheckedBorder()}`,
12234
12234
  backgroundColor: color$1.focusUnchecked()
12235
12235
  },
12236
12236
  focusVisibleChecked: {
12237
- outline: `1px solid ${color$1.focusCheckedBorder()}`,
12237
+ outline: `2px solid ${color$1.focusCheckedBorder()}`,
12238
12238
  backgroundColor: color$1.focusChecked()
12239
12239
  }
12240
12240
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.5.6",
3
+ "version": "10.5.7-next.2+21ecb8bdd",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^9.16.0",
10
+ "@pie-element/multiple-choice": "^9.16.1-next.2+21ecb8bdd",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.16.0",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "694a8d0d2004d0d75a6507cac9a98a2c33ad4e5a",
19
+ "gitHead": "21ecb8bdd2ac0d202c57aeed447dda1541723cda",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },