@florid-kit/components 2.5.3 → 2.5.4
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/index.js +5 -1
- package/index.mjs +5 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4819,9 +4819,13 @@
|
|
|
4819
4819
|
font-family: var(--font-family-loccitane-sans);
|
|
4820
4820
|
font-size: var(--font-size-100);
|
|
4821
4821
|
font-weight: var(--font-weight-400);
|
|
4822
|
-
line-height: var(--line-height-
|
|
4822
|
+
line-height: var(--line-height-160);
|
|
4823
4823
|
color: var(--feedback-text-color);
|
|
4824
4824
|
}
|
|
4825
|
+
|
|
4826
|
+
:host([framed]) .text {
|
|
4827
|
+
line-height: var(--line-height-200);
|
|
4828
|
+
}
|
|
4825
4829
|
`;W1([r({type:String,reflect:!0})],L1.prototype,"variant",2);W1([r({type:Boolean,reflect:!0})],L1.prototype,"framed",2);W1([r({type:Boolean,reflect:!0})],L1.prototype,"longtext",2);W1([r({type:String})],L1.prototype,"text",2);L1=W1([u("o-feedback-message")],L1);/**
|
|
4826
4830
|
* @license
|
|
4827
4831
|
* Copyright 2020 Google LLC
|
package/index.mjs
CHANGED
|
@@ -7928,9 +7928,13 @@ L1.styles = C`
|
|
|
7928
7928
|
font-family: var(--font-family-loccitane-sans);
|
|
7929
7929
|
font-size: var(--font-size-100);
|
|
7930
7930
|
font-weight: var(--font-weight-400);
|
|
7931
|
-
line-height: var(--line-height-
|
|
7931
|
+
line-height: var(--line-height-160);
|
|
7932
7932
|
color: var(--feedback-text-color);
|
|
7933
7933
|
}
|
|
7934
|
+
|
|
7935
|
+
:host([framed]) .text {
|
|
7936
|
+
line-height: var(--line-height-200);
|
|
7937
|
+
}
|
|
7934
7938
|
`;
|
|
7935
7939
|
W1([
|
|
7936
7940
|
r({ type: String, reflect: !0 })
|