@fluid-topics/ft-dialog 0.3.2 → 0.3.3
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-dialog.js +4 -0
- package/build/ft-dialog.light.js +4 -0
- package/build/ft-dialog.min.js +4 -0
- package/package.json +6 -6
package/build/ft-dialog.js
CHANGED
package/build/ft-dialog.light.js
CHANGED
|
@@ -596,6 +596,10 @@ const D=Symbol.for(""),U=t=>{if((null==t?void 0:t.r)===D)return null==t?void 0:t
|
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.ft-dialog-heading {
|
|
599
|
+
text-overflow: ellipsis;
|
|
600
|
+
overflow: hidden;
|
|
601
|
+
white-space: nowrap;
|
|
602
|
+
|
|
599
603
|
display: flex;
|
|
600
604
|
align-items: center;
|
|
601
605
|
margin-bottom: 20px;
|
package/build/ft-dialog.min.js
CHANGED
|
@@ -695,6 +695,10 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
.ft-dialog-heading {
|
|
698
|
+
text-overflow: ellipsis;
|
|
699
|
+
overflow: hidden;
|
|
700
|
+
white-space: nowrap;
|
|
701
|
+
|
|
698
702
|
display: flex;
|
|
699
703
|
align-items: center;
|
|
700
704
|
margin-bottom: 20px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-dialog",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "A simple dialog component",
|
|
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-button": "0.3.
|
|
23
|
-
"@fluid-topics/ft-icon": "0.3.
|
|
24
|
-
"@fluid-topics/ft-typography": "0.3.
|
|
25
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.3",
|
|
23
|
+
"@fluid-topics/ft-icon": "0.3.3",
|
|
24
|
+
"@fluid-topics/ft-typography": "0.3.3",
|
|
25
|
+
"@fluid-topics/ft-wc-utils": "0.3.3",
|
|
26
26
|
"lit": "2.2.8"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b8846f1a72db01834c7217897043ef8cbf7d06fb"
|
|
29
29
|
}
|