@fluid-topics/ft-tree-selector 1.3.46 → 1.3.47
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.
|
@@ -1297,7 +1297,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
|
|
|
1297
1297
|
unbounded>
|
|
1298
1298
|
</ft-ripple>
|
|
1299
1299
|
<div class="ft-checkbox--box" part="checkbox-box">
|
|
1300
|
-
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check">
|
|
1300
|
+
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
1301
1301
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
1302
1302
|
d=${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}></path>
|
|
1303
1303
|
</svg>
|
|
@@ -1378,7 +1378,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
1378
1378
|
unbounded>
|
|
1379
1379
|
</ft-ripple>
|
|
1380
1380
|
<div class="ft-checkbox--box" part="checkbox-box">
|
|
1381
|
-
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check">
|
|
1381
|
+
<svg class="ft-checkbox--checkmark" viewBox="0 0 24 24" part="checkbox-check" aria-hidden="true">
|
|
1382
1382
|
<path class="ft-checkbox--checkmark-path" fill="none"
|
|
1383
1383
|
d=${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}></path>
|
|
1384
1384
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-tree-selector",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.47",
|
|
4
4
|
"description": "A hierarchical selector for tree\n",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "1.3.47",
|
|
23
23
|
"lit": "3.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-topics/ft-wc-test-utils": "1.3.
|
|
26
|
+
"@fluid-topics/ft-wc-test-utils": "1.3.47"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "16ac56d62f3a88a3b03cbc92bcd04dd91951a015"
|
|
29
29
|
}
|