nath-angular-ui 0.8.2 → 0.8.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.
|
@@ -1164,7 +1164,7 @@ class NathFloatingLabel {
|
|
|
1164
1164
|
<span class="nath-floating-label-required-star">*</span>
|
|
1165
1165
|
}
|
|
1166
1166
|
</label>
|
|
1167
|
-
`, isInline: true, styles: ["nath-floating-label,.nath-floating-label-theme{--nath-floating-label-color: var(--color-zinc-500, oklch(55.2% .016 285.938));--nath-floating-label-required: var(--color-red-500, oklch(63.7% .237 25.331));--nath-floating-label-font-size: .75rem;--nath-floating-label-top: .125rem;--nath-floating-label-left: .75rem;--nath-floating-label-padding: .
|
|
1167
|
+
`, isInline: true, styles: ["nath-floating-label,.nath-floating-label-theme{--nath-floating-label-color: var(--color-zinc-500, oklch(55.2% .016 285.938));--nath-floating-label-required: var(--color-red-500, oklch(63.7% .237 25.331));--nath-floating-label-font-size: .75rem;--nath-floating-label-top: .125rem;--nath-floating-label-left: .75rem;--nath-floating-label-padding: 1.25rem .75rem .25rem;--nath-floating-label-width: 100%}.dark nath-floating-label,.dark .nath-floating-label-theme{--nath-floating-label-color: var(--color-zinc-400, oklch(70.5% .015 286.067))}nath-floating-label{display:block;position:relative;padding:var(--nath-floating-label-padding);width:var(--nath-floating-label-width)}.nath-floating-label-text{position:absolute;top:var(--nath-floating-label-top);left:var(--nath-floating-label-left);font-size:var(--nath-floating-label-font-size);line-height:1rem;color:var(--nath-floating-label-color);transition:color .15s ease-in-out,top .15s ease-in-out;pointer-events:none}.nath-floating-label-required-star{color:var(--nath-floating-label-required);margin-left:.25rem}\n"], encapsulation: i0.ViewEncapsulation.None });
|
|
1168
1168
|
}
|
|
1169
1169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: NathFloatingLabel, decorators: [{
|
|
1170
1170
|
type: Component,
|
|
@@ -1180,7 +1180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImpor
|
|
|
1180
1180
|
</label>
|
|
1181
1181
|
`, encapsulation: ViewEncapsulation.None, host: {
|
|
1182
1182
|
class: 'nath-floating-label-theme input',
|
|
1183
|
-
}, styles: ["nath-floating-label,.nath-floating-label-theme{--nath-floating-label-color: var(--color-zinc-500, oklch(55.2% .016 285.938));--nath-floating-label-required: var(--color-red-500, oklch(63.7% .237 25.331));--nath-floating-label-font-size: .75rem;--nath-floating-label-top: .125rem;--nath-floating-label-left: .75rem;--nath-floating-label-padding: .
|
|
1183
|
+
}, styles: ["nath-floating-label,.nath-floating-label-theme{--nath-floating-label-color: var(--color-zinc-500, oklch(55.2% .016 285.938));--nath-floating-label-required: var(--color-red-500, oklch(63.7% .237 25.331));--nath-floating-label-font-size: .75rem;--nath-floating-label-top: .125rem;--nath-floating-label-left: .75rem;--nath-floating-label-padding: 1.25rem .75rem .25rem;--nath-floating-label-width: 100%}.dark nath-floating-label,.dark .nath-floating-label-theme{--nath-floating-label-color: var(--color-zinc-400, oklch(70.5% .015 286.067))}nath-floating-label{display:block;position:relative;padding:var(--nath-floating-label-padding);width:var(--nath-floating-label-width)}.nath-floating-label-text{position:absolute;top:var(--nath-floating-label-top);left:var(--nath-floating-label-left);font-size:var(--nath-floating-label-font-size);line-height:1rem;color:var(--nath-floating-label-color);transition:color .15s ease-in-out,top .15s ease-in-out;pointer-events:none}.nath-floating-label-required-star{color:var(--nath-floating-label-required);margin-left:.25rem}\n"] }]
|
|
1184
1184
|
}], propDecorators: { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: true }] }], inputId: [{ type: i0.Input, args: [{ isSignal: true, alias: "inputId", required: true }] }], labelClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelClass", required: false }] }], contentClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "contentClass", required: false }] }], required: [{ type: i0.Input, args: [{ isSignal: true, alias: "required", required: false }] }], signalField: [{ type: i0.Input, args: [{ isSignal: true, alias: "signalField", required: false }] }] } });
|
|
1185
1185
|
|
|
1186
1186
|
class NathShowErrors {
|