@fluid-topics/ft-button 0.3.15 → 0.3.16
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-button.min.js +13 -1
- package/package.json +8 -8
package/build/ft-button.min.js
CHANGED
|
@@ -81,7 +81,19 @@ var st,at;null==rt||rt(q,G),(null!==(N=globalThis.litHtmlVersions)&&void 0!==N?N
|
|
|
81
81
|
-ms-user-select: none;
|
|
82
82
|
user-select: none;
|
|
83
83
|
}
|
|
84
|
-
`;var vt,bt,xt;
|
|
84
|
+
`;var vt,bt,xt;y`
|
|
85
|
+
.ft-word-wrap {
|
|
86
|
+
white-space: normal;
|
|
87
|
+
word-wrap: break-word;
|
|
88
|
+
-ms-word-break: break-all;
|
|
89
|
+
word-break: break-all;
|
|
90
|
+
word-break: break-word;
|
|
91
|
+
-ms-hyphens: auto;
|
|
92
|
+
-moz-hyphens: auto;
|
|
93
|
+
-webkit-hyphens: auto;
|
|
94
|
+
hyphens: auto
|
|
95
|
+
}
|
|
96
|
+
`;const gt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(xt=null===(bt=null===(vt=window.safari)||void 0===vt?void 0:vt.pushNotification)||void 0===bt?void 0:bt.toString())&&void 0!==xt?xt:""),mt=1,wt=2,$t=t=>(...e)=>({_$litDirective$:t,values:e});
|
|
85
97
|
/**
|
|
86
98
|
* @license
|
|
87
99
|
* Copyright 2017 Google LLC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-button",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"description": "A generic Fluid Topics tag",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-icon": "0.3.
|
|
23
|
-
"@fluid-topics/ft-loader": "0.3.
|
|
24
|
-
"@fluid-topics/ft-ripple": "0.3.
|
|
25
|
-
"@fluid-topics/ft-tooltip": "0.3.
|
|
26
|
-
"@fluid-topics/ft-typography": "0.3.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-icon": "0.3.16",
|
|
23
|
+
"@fluid-topics/ft-loader": "0.3.16",
|
|
24
|
+
"@fluid-topics/ft-ripple": "0.3.16",
|
|
25
|
+
"@fluid-topics/ft-tooltip": "0.3.16",
|
|
26
|
+
"@fluid-topics/ft-typography": "0.3.16",
|
|
27
|
+
"@fluid-topics/ft-wc-utils": "0.3.16",
|
|
28
28
|
"lit": "2.2.8"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "0d05a101f09cb5819ee10930772a873e7e0cc87b"
|
|
31
31
|
}
|