@fluid-topics/ft-checkbox 1.3.46 → 1.3.48
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/build/ft-checkbox.js
CHANGED
|
@@ -37,7 +37,7 @@ class FtCheckbox extends FtLitElement {
|
|
|
37
37
|
unbounded>
|
|
38
38
|
</ft-ripple>
|
|
39
39
|
<div class="ft-checkbox--box" part="checkbox-box">
|
|
40
|
-
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check">
|
|
40
|
+
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
41
41
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
42
42
|
d=${(this.indeterminate && !this.checked)
|
|
43
43
|
? "M2,12 22,12"
|
|
@@ -357,7 +357,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ftds-con
|
|
|
357
357
|
unbounded>
|
|
358
358
|
</ft-ripple>
|
|
359
359
|
<div class="ft-checkbox--box" part="checkbox-box">
|
|
360
|
-
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check">
|
|
360
|
+
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
361
361
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
362
362
|
d=${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}></path>
|
|
363
363
|
</svg>
|
package/build/ft-checkbox.min.js
CHANGED
|
@@ -438,7 +438,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
|
|
|
438
438
|
unbounded>
|
|
439
439
|
</ft-ripple>
|
|
440
440
|
<div class="ft-checkbox--box" part="checkbox-box">
|
|
441
|
-
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check">
|
|
441
|
+
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
442
442
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
443
443
|
d=${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}></path>
|
|
444
444
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-checkbox",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.48",
|
|
4
4
|
"description": "A checkbox component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-ripple": "1.3.
|
|
23
|
-
"@fluid-topics/ft-typography": "1.3.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-ripple": "1.3.48",
|
|
23
|
+
"@fluid-topics/ft-typography": "1.3.48",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.3.48",
|
|
25
25
|
"lit": "3.1.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "39b6d455dce42316360287db7fb6a16e0d3eeb93"
|
|
28
28
|
}
|