@fluid-topics/ft-reader-feedback 1.0.40 → 1.0.42
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.
|
@@ -958,7 +958,7 @@ const ue=Symbol.for(""),be=t=>{if((null==t?void 0:t.r)===ue)return null==t?void
|
|
|
958
958
|
color: ${ii.colorOnSurface};
|
|
959
959
|
|
|
960
960
|
padding: 0 ${ii.horizontalSpacing};
|
|
961
|
-
margin: calc(${ii.verticalSpacing} + ${ii.labelSize} / 2) 0
|
|
961
|
+
margin: calc(${ii.verticalSpacing} + ${ii.labelSize} / 2) 0 ${ii.verticalSpacing} 0;
|
|
962
962
|
|
|
963
963
|
border: none;
|
|
964
964
|
background: none;
|
|
@@ -985,7 +985,7 @@ const ue=Symbol.for(""),be=t=>{if((null==t?void 0:t.r)===ue)return null==t?void
|
|
|
985
985
|
|
|
986
986
|
.ft-text-area--filled:not(.ft-text-area--no-label) .ft-text-area--input {
|
|
987
987
|
align-self: stretch;
|
|
988
|
-
margin-bottom:
|
|
988
|
+
margin-bottom: ${ii.verticalSpacing};
|
|
989
989
|
margin-top: calc(${ii.labelSize} + 2 * ${ii.verticalSpacing});
|
|
990
990
|
}
|
|
991
991
|
|
|
@@ -1070,7 +1070,7 @@ const Ao=yo(class extends go{constructor(t){var e;if(super(t),t.type!==vo||"clas
|
|
|
1070
1070
|
color: ${ir.colorOnSurface};
|
|
1071
1071
|
|
|
1072
1072
|
padding: 0 ${ir.horizontalSpacing};
|
|
1073
|
-
margin: calc(${ir.verticalSpacing} + ${ir.labelSize} / 2) 0
|
|
1073
|
+
margin: calc(${ir.verticalSpacing} + ${ir.labelSize} / 2) 0 ${ir.verticalSpacing} 0;
|
|
1074
1074
|
|
|
1075
1075
|
border: none;
|
|
1076
1076
|
background: none;
|
|
@@ -1097,7 +1097,7 @@ const Ao=yo(class extends go{constructor(t){var e;if(super(t),t.type!==vo||"clas
|
|
|
1097
1097
|
|
|
1098
1098
|
.ft-text-area--filled:not(.ft-text-area--no-label) .ft-text-area--input {
|
|
1099
1099
|
align-self: stretch;
|
|
1100
|
-
margin-bottom:
|
|
1100
|
+
margin-bottom: ${ir.verticalSpacing};
|
|
1101
1101
|
margin-top: calc(${ir.labelSize} + 2 * ${ir.verticalSpacing});
|
|
1102
1102
|
}
|
|
1103
1103
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-feedback",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"description": "Feedback forms for a map and its topics in an integrated reader",
|
|
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-app-context": "1.0.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "1.0.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.0.42",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "1.0.42",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.0.42",
|
|
25
25
|
"lit": "2.7.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "8d5d152b4d5499b0501061b4f8ee5eb427ac6aa7"
|
|
28
28
|
}
|