@kouji-ui/components 0.1.4 → 0.1.5
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/package.json
CHANGED
|
@@ -2960,7 +2960,7 @@ declare class KjIconUsageExample {
|
|
|
2960
2960
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<KjIconUsageExample, "kj-icon-usage-example", never, {}, {}, never, never, true, never>;
|
|
2961
2961
|
}
|
|
2962
2962
|
|
|
2963
|
-
type KjInputType = 'text' | 'email' | 'password' | 'number' | 'search' | 'tel' | 'url' | 'color';
|
|
2963
|
+
type KjInputType = 'text' | 'email' | 'password' | 'number' | 'search' | 'tel' | 'url' | 'color' | 'date' | 'time' | 'datetime-local';
|
|
2964
2964
|
/** Visual variants — `default` uses the field surface; `sunken` drops to
|
|
2965
2965
|
* body bg so the input pops against a card/surface parent. */
|
|
2966
2966
|
type KjInputVariant = 'default' | 'sunken';
|