@pie-element/ebsr 10.5.7-next.0 → 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 +2 -2
- package/module/print.js +2 -2
- package/package.json +3 -3
package/module/element.js
CHANGED
|
@@ -12267,11 +12267,11 @@ const inputStyles = {
|
|
|
12267
12267
|
pointerEvents: 'initial !important'
|
|
12268
12268
|
},
|
|
12269
12269
|
focusVisibleUnchecked: {
|
|
12270
|
-
outline: `
|
|
12270
|
+
outline: `2px solid ${color$1.focusUncheckedBorder()}`,
|
|
12271
12271
|
backgroundColor: color$1.focusUnchecked()
|
|
12272
12272
|
},
|
|
12273
12273
|
focusVisibleChecked: {
|
|
12274
|
-
outline: `
|
|
12274
|
+
outline: `2px solid ${color$1.focusCheckedBorder()}`,
|
|
12275
12275
|
backgroundColor: color$1.focusChecked()
|
|
12276
12276
|
}
|
|
12277
12277
|
};
|
package/module/print.js
CHANGED
|
@@ -12230,11 +12230,11 @@ const inputStyles = {
|
|
|
12230
12230
|
pointerEvents: 'initial !important'
|
|
12231
12231
|
},
|
|
12232
12232
|
focusVisibleUnchecked: {
|
|
12233
|
-
outline: `
|
|
12233
|
+
outline: `2px solid ${color$1.focusUncheckedBorder()}`,
|
|
12234
12234
|
backgroundColor: color$1.focusUnchecked()
|
|
12235
12235
|
},
|
|
12236
12236
|
focusVisibleChecked: {
|
|
12237
|
-
outline: `
|
|
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.7-next.
|
|
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.1-next.
|
|
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": "
|
|
19
|
+
"gitHead": "21ecb8bdd2ac0d202c57aeed447dda1541723cda",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|