@schematichq/schematic-components 0.7.0 → 0.7.1
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/dist/schematic-components.cjs.js +253 -235
- package/dist/schematic-components.d.ts +14 -840
- package/dist/schematic-components.esm.js +253 -235
- package/package.json +4 -4
|
@@ -1,69 +1,15 @@
|
|
|
1
|
-
import { AnchorHTMLAttributes } from 'react';
|
|
2
|
-
import { AreaHTMLAttributes } from 'react';
|
|
3
|
-
import { AudioHTMLAttributes } from 'react';
|
|
4
|
-
import { BaseHTMLAttributes } from 'react';
|
|
5
|
-
import { BaseObject } from 'styled-components/dist/types';
|
|
6
|
-
import { BlockquoteHTMLAttributes } from 'react';
|
|
7
|
-
import { ButtonHTMLAttributes } from 'react';
|
|
8
|
-
import { CanvasHTMLAttributes } from 'react';
|
|
9
|
-
import { ColgroupHTMLAttributes } from 'react';
|
|
10
|
-
import { ColHTMLAttributes } from 'react';
|
|
11
1
|
import { Component } from 'react';
|
|
12
|
-
import { ComponentClass } from 'react';
|
|
13
2
|
import { Context } from 'react';
|
|
14
3
|
import * as Craft from '@craftjs/core';
|
|
15
|
-
import { DataHTMLAttributes } from 'react';
|
|
16
|
-
import { DelHTMLAttributes } from 'react';
|
|
17
4
|
import { DetailedHTMLProps } from 'react';
|
|
18
|
-
import { DetailsHTMLAttributes } from 'react';
|
|
19
|
-
import { DialogHTMLAttributes } from 'react';
|
|
20
|
-
import { EmbedHTMLAttributes } from 'react';
|
|
21
|
-
import { ExoticComponentWithDisplayName } from 'styled-components/dist/types';
|
|
22
5
|
import { FastOmit } from 'styled-components';
|
|
23
|
-
import { FieldsetHTMLAttributes } from 'react';
|
|
24
|
-
import { FormHTMLAttributes } from 'react';
|
|
25
6
|
import { ForwardRefExoticComponent } from 'react';
|
|
26
|
-
import { FunctionComponent } from 'react';
|
|
27
7
|
import { HTMLAttributes } from 'react';
|
|
28
|
-
import { HtmlHTMLAttributes } from 'react';
|
|
29
|
-
import { IframeHTMLAttributes } from 'react';
|
|
30
|
-
import { ImgHTMLAttributes } from 'react';
|
|
31
8
|
import { InputHTMLAttributes } from 'react';
|
|
32
|
-
import { InsHTMLAttributes } from 'react';
|
|
33
9
|
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
34
10
|
import { JSX } from 'react/jsx-runtime';
|
|
35
|
-
import { KeygenHTMLAttributes } from 'react';
|
|
36
|
-
import { LabelHTMLAttributes } from 'react';
|
|
37
|
-
import { LiHTMLAttributes } from 'react';
|
|
38
|
-
import { LinkHTMLAttributes } from 'react';
|
|
39
|
-
import { MapHTMLAttributes } from 'react';
|
|
40
|
-
import { MenuHTMLAttributes } from 'react';
|
|
41
|
-
import { MetaHTMLAttributes } from 'react';
|
|
42
|
-
import { MeterHTMLAttributes } from 'react';
|
|
43
|
-
import { ObjectHTMLAttributes } from 'react';
|
|
44
|
-
import { OlHTMLAttributes } from 'react';
|
|
45
|
-
import { OptgroupHTMLAttributes } from 'react';
|
|
46
|
-
import { OptionHTMLAttributes } from 'react';
|
|
47
|
-
import { OutputHTMLAttributes } from 'react';
|
|
48
|
-
import { ParamHTMLAttributes } from 'react';
|
|
49
|
-
import { ProgressHTMLAttributes } from 'react';
|
|
50
|
-
import { QuoteHTMLAttributes } from 'react';
|
|
51
11
|
import { RefAttributes } from 'react';
|
|
52
|
-
import { ScriptHTMLAttributes } from 'react';
|
|
53
|
-
import { SelectHTMLAttributes } from 'react';
|
|
54
|
-
import { SourceHTMLAttributes } from 'react';
|
|
55
|
-
import { StyleHTMLAttributes } from 'react';
|
|
56
12
|
import { Substitute } from 'styled-components/dist/types';
|
|
57
|
-
import { SVGLineElementAttributes } from 'react';
|
|
58
|
-
import { SVGProps } from 'react';
|
|
59
|
-
import { SVGTextElementAttributes } from 'react';
|
|
60
|
-
import { TableHTMLAttributes } from 'react';
|
|
61
|
-
import { TdHTMLAttributes } from 'react';
|
|
62
|
-
import { TextareaHTMLAttributes } from 'react';
|
|
63
|
-
import { ThHTMLAttributes } from 'react';
|
|
64
|
-
import { TimeHTMLAttributes } from 'react';
|
|
65
|
-
import { TrackHTMLAttributes } from 'react';
|
|
66
|
-
import { VideoHTMLAttributes } from 'react';
|
|
67
13
|
|
|
68
14
|
declare interface ApiResponse<T> {
|
|
69
15
|
raw: Response;
|
|
@@ -1791,16 +1737,7 @@ declare interface Consume {
|
|
|
1791
1737
|
contentType: string;
|
|
1792
1738
|
}
|
|
1793
1739
|
|
|
1794
|
-
export declare const Container: IStyledComponentBase<"web", FastOmit<
|
|
1795
|
-
$viewport?: {
|
|
1796
|
-
sm?: TransientCSSProperties;
|
|
1797
|
-
md?: TransientCSSProperties;
|
|
1798
|
-
lg?: TransientCSSProperties;
|
|
1799
|
-
xl?: TransientCSSProperties;
|
|
1800
|
-
"2xl"?: TransientCSSProperties;
|
|
1801
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
1802
|
-
};
|
|
1803
|
-
}, never>> & string;
|
|
1740
|
+
export declare const Container: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
1804
1741
|
|
|
1805
1742
|
/**
|
|
1806
1743
|
* Schematic API
|
|
@@ -3428,6 +3365,17 @@ declare interface ModalProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
3428
3365
|
|
|
3429
3366
|
declare type ModelPropertyNaming = "camelCase" | "snake_case" | "PascalCase" | "original";
|
|
3430
3367
|
|
|
3368
|
+
export declare const Notice: IStyledComponentBase<"web", FastOmit<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
3369
|
+
$viewport?: {
|
|
3370
|
+
sm?: TransientCSSProperties;
|
|
3371
|
+
md?: TransientCSSProperties;
|
|
3372
|
+
lg?: TransientCSSProperties;
|
|
3373
|
+
xl?: TransientCSSProperties;
|
|
3374
|
+
"2xl"?: TransientCSSProperties;
|
|
3375
|
+
[key: string]: TransientCSSProperties | undefined;
|
|
3376
|
+
};
|
|
3377
|
+
}, never>> & string;
|
|
3378
|
+
|
|
3431
3379
|
export declare const PaymentMethod: ForwardRefExoticComponent<ElementProps & RecursivePartial<DesignProps_4> & HTMLAttributes<HTMLDivElement> & {
|
|
3432
3380
|
portal?: HTMLElement | null;
|
|
3433
3381
|
allowEdit?: boolean;
|
|
@@ -4519,781 +4467,7 @@ declare interface StripeEmbedInfo {
|
|
|
4519
4467
|
|
|
4520
4468
|
export declare const StyledCard: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4521
4469
|
|
|
4522
|
-
declare const Text_2: IStyledComponentBase<"web", Substitute<FastOmit<Substitute<
|
|
4523
|
-
$viewport?: {
|
|
4524
|
-
sm?: TransientCSSProperties;
|
|
4525
|
-
md?: TransientCSSProperties;
|
|
4526
|
-
lg?: TransientCSSProperties;
|
|
4527
|
-
xl?: TransientCSSProperties;
|
|
4528
|
-
"2xl"?: TransientCSSProperties;
|
|
4529
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4530
|
-
};
|
|
4531
|
-
}, DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4532
|
-
$viewport?: {
|
|
4533
|
-
sm?: TransientCSSProperties;
|
|
4534
|
-
md?: TransientCSSProperties;
|
|
4535
|
-
lg?: TransientCSSProperties;
|
|
4536
|
-
xl?: TransientCSSProperties;
|
|
4537
|
-
"2xl"?: TransientCSSProperties;
|
|
4538
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4539
|
-
};
|
|
4540
|
-
}, DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4541
|
-
$viewport?: {
|
|
4542
|
-
sm?: TransientCSSProperties;
|
|
4543
|
-
md?: TransientCSSProperties;
|
|
4544
|
-
lg?: TransientCSSProperties;
|
|
4545
|
-
xl?: TransientCSSProperties;
|
|
4546
|
-
"2xl"?: TransientCSSProperties;
|
|
4547
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4548
|
-
};
|
|
4549
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4550
|
-
$viewport?: {
|
|
4551
|
-
sm?: TransientCSSProperties;
|
|
4552
|
-
md?: TransientCSSProperties;
|
|
4553
|
-
lg?: TransientCSSProperties;
|
|
4554
|
-
xl?: TransientCSSProperties;
|
|
4555
|
-
"2xl"?: TransientCSSProperties;
|
|
4556
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4557
|
-
};
|
|
4558
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4559
|
-
$viewport?: {
|
|
4560
|
-
sm?: TransientCSSProperties;
|
|
4561
|
-
md?: TransientCSSProperties;
|
|
4562
|
-
lg?: TransientCSSProperties;
|
|
4563
|
-
xl?: TransientCSSProperties;
|
|
4564
|
-
"2xl"?: TransientCSSProperties;
|
|
4565
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4566
|
-
};
|
|
4567
|
-
}, DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4568
|
-
$viewport?: {
|
|
4569
|
-
sm?: TransientCSSProperties;
|
|
4570
|
-
md?: TransientCSSProperties;
|
|
4571
|
-
lg?: TransientCSSProperties;
|
|
4572
|
-
xl?: TransientCSSProperties;
|
|
4573
|
-
"2xl"?: TransientCSSProperties;
|
|
4574
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4575
|
-
};
|
|
4576
|
-
}, SVGProps<SVGClipPathElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4577
|
-
$viewport?: {
|
|
4578
|
-
sm?: TransientCSSProperties;
|
|
4579
|
-
md?: TransientCSSProperties;
|
|
4580
|
-
lg?: TransientCSSProperties;
|
|
4581
|
-
xl?: TransientCSSProperties;
|
|
4582
|
-
"2xl"?: TransientCSSProperties;
|
|
4583
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4584
|
-
};
|
|
4585
|
-
}, SVGProps<SVGMaskElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4586
|
-
$viewport?: {
|
|
4587
|
-
sm?: TransientCSSProperties;
|
|
4588
|
-
md?: TransientCSSProperties;
|
|
4589
|
-
lg?: TransientCSSProperties;
|
|
4590
|
-
xl?: TransientCSSProperties;
|
|
4591
|
-
"2xl"?: TransientCSSProperties;
|
|
4592
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4593
|
-
};
|
|
4594
|
-
}, SVGProps<SVGMarkerElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4595
|
-
$viewport?: {
|
|
4596
|
-
sm?: TransientCSSProperties;
|
|
4597
|
-
md?: TransientCSSProperties;
|
|
4598
|
-
lg?: TransientCSSProperties;
|
|
4599
|
-
xl?: TransientCSSProperties;
|
|
4600
|
-
"2xl"?: TransientCSSProperties;
|
|
4601
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4602
|
-
};
|
|
4603
|
-
}, DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4604
|
-
$viewport?: {
|
|
4605
|
-
sm?: TransientCSSProperties;
|
|
4606
|
-
md?: TransientCSSProperties;
|
|
4607
|
-
lg?: TransientCSSProperties;
|
|
4608
|
-
xl?: TransientCSSProperties;
|
|
4609
|
-
"2xl"?: TransientCSSProperties;
|
|
4610
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4611
|
-
};
|
|
4612
|
-
}, DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4613
|
-
$viewport?: {
|
|
4614
|
-
sm?: TransientCSSProperties;
|
|
4615
|
-
md?: TransientCSSProperties;
|
|
4616
|
-
lg?: TransientCSSProperties;
|
|
4617
|
-
xl?: TransientCSSProperties;
|
|
4618
|
-
"2xl"?: TransientCSSProperties;
|
|
4619
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4620
|
-
};
|
|
4621
|
-
}, DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4622
|
-
$viewport?: {
|
|
4623
|
-
sm?: TransientCSSProperties;
|
|
4624
|
-
md?: TransientCSSProperties;
|
|
4625
|
-
lg?: TransientCSSProperties;
|
|
4626
|
-
xl?: TransientCSSProperties;
|
|
4627
|
-
"2xl"?: TransientCSSProperties;
|
|
4628
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4629
|
-
};
|
|
4630
|
-
}, DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4631
|
-
$viewport?: {
|
|
4632
|
-
sm?: TransientCSSProperties;
|
|
4633
|
-
md?: TransientCSSProperties;
|
|
4634
|
-
lg?: TransientCSSProperties;
|
|
4635
|
-
xl?: TransientCSSProperties;
|
|
4636
|
-
"2xl"?: TransientCSSProperties;
|
|
4637
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4638
|
-
};
|
|
4639
|
-
}, DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4640
|
-
$viewport?: {
|
|
4641
|
-
sm?: TransientCSSProperties;
|
|
4642
|
-
md?: TransientCSSProperties;
|
|
4643
|
-
lg?: TransientCSSProperties;
|
|
4644
|
-
xl?: TransientCSSProperties;
|
|
4645
|
-
"2xl"?: TransientCSSProperties;
|
|
4646
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4647
|
-
};
|
|
4648
|
-
}, DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4649
|
-
$viewport?: {
|
|
4650
|
-
sm?: TransientCSSProperties;
|
|
4651
|
-
md?: TransientCSSProperties;
|
|
4652
|
-
lg?: TransientCSSProperties;
|
|
4653
|
-
xl?: TransientCSSProperties;
|
|
4654
|
-
"2xl"?: TransientCSSProperties;
|
|
4655
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4656
|
-
};
|
|
4657
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4658
|
-
$viewport?: {
|
|
4659
|
-
sm?: TransientCSSProperties;
|
|
4660
|
-
md?: TransientCSSProperties;
|
|
4661
|
-
lg?: TransientCSSProperties;
|
|
4662
|
-
xl?: TransientCSSProperties;
|
|
4663
|
-
"2xl"?: TransientCSSProperties;
|
|
4664
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4665
|
-
};
|
|
4666
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4667
|
-
$viewport?: {
|
|
4668
|
-
sm?: TransientCSSProperties;
|
|
4669
|
-
md?: TransientCSSProperties;
|
|
4670
|
-
lg?: TransientCSSProperties;
|
|
4671
|
-
xl?: TransientCSSProperties;
|
|
4672
|
-
"2xl"?: TransientCSSProperties;
|
|
4673
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4674
|
-
};
|
|
4675
|
-
}, DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4676
|
-
$viewport?: {
|
|
4677
|
-
sm?: TransientCSSProperties;
|
|
4678
|
-
md?: TransientCSSProperties;
|
|
4679
|
-
lg?: TransientCSSProperties;
|
|
4680
|
-
xl?: TransientCSSProperties;
|
|
4681
|
-
"2xl"?: TransientCSSProperties;
|
|
4682
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4683
|
-
};
|
|
4684
|
-
}, DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4685
|
-
$viewport?: {
|
|
4686
|
-
sm?: TransientCSSProperties;
|
|
4687
|
-
md?: TransientCSSProperties;
|
|
4688
|
-
lg?: TransientCSSProperties;
|
|
4689
|
-
xl?: TransientCSSProperties;
|
|
4690
|
-
"2xl"?: TransientCSSProperties;
|
|
4691
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4692
|
-
};
|
|
4693
|
-
}, DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4694
|
-
$viewport?: {
|
|
4695
|
-
sm?: TransientCSSProperties;
|
|
4696
|
-
md?: TransientCSSProperties;
|
|
4697
|
-
lg?: TransientCSSProperties;
|
|
4698
|
-
xl?: TransientCSSProperties;
|
|
4699
|
-
"2xl"?: TransientCSSProperties;
|
|
4700
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4701
|
-
};
|
|
4702
|
-
}, DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4703
|
-
$viewport?: {
|
|
4704
|
-
sm?: TransientCSSProperties;
|
|
4705
|
-
md?: TransientCSSProperties;
|
|
4706
|
-
lg?: TransientCSSProperties;
|
|
4707
|
-
xl?: TransientCSSProperties;
|
|
4708
|
-
"2xl"?: TransientCSSProperties;
|
|
4709
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4710
|
-
};
|
|
4711
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4712
|
-
$viewport?: {
|
|
4713
|
-
sm?: TransientCSSProperties;
|
|
4714
|
-
md?: TransientCSSProperties;
|
|
4715
|
-
lg?: TransientCSSProperties;
|
|
4716
|
-
xl?: TransientCSSProperties;
|
|
4717
|
-
"2xl"?: TransientCSSProperties;
|
|
4718
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4719
|
-
};
|
|
4720
|
-
}, DetailedHTMLProps<DelHTMLAttributes<HTMLModElement>, HTMLModElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4721
|
-
$viewport?: {
|
|
4722
|
-
sm?: TransientCSSProperties;
|
|
4723
|
-
md?: TransientCSSProperties;
|
|
4724
|
-
lg?: TransientCSSProperties;
|
|
4725
|
-
xl?: TransientCSSProperties;
|
|
4726
|
-
"2xl"?: TransientCSSProperties;
|
|
4727
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4728
|
-
};
|
|
4729
|
-
}, DetailedHTMLProps<DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4730
|
-
$viewport?: {
|
|
4731
|
-
sm?: TransientCSSProperties;
|
|
4732
|
-
md?: TransientCSSProperties;
|
|
4733
|
-
lg?: TransientCSSProperties;
|
|
4734
|
-
xl?: TransientCSSProperties;
|
|
4735
|
-
"2xl"?: TransientCSSProperties;
|
|
4736
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4737
|
-
};
|
|
4738
|
-
}, DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4739
|
-
$viewport?: {
|
|
4740
|
-
sm?: TransientCSSProperties;
|
|
4741
|
-
md?: TransientCSSProperties;
|
|
4742
|
-
lg?: TransientCSSProperties;
|
|
4743
|
-
xl?: TransientCSSProperties;
|
|
4744
|
-
"2xl"?: TransientCSSProperties;
|
|
4745
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4746
|
-
};
|
|
4747
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4748
|
-
$viewport?: {
|
|
4749
|
-
sm?: TransientCSSProperties;
|
|
4750
|
-
md?: TransientCSSProperties;
|
|
4751
|
-
lg?: TransientCSSProperties;
|
|
4752
|
-
xl?: TransientCSSProperties;
|
|
4753
|
-
"2xl"?: TransientCSSProperties;
|
|
4754
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4755
|
-
};
|
|
4756
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4757
|
-
$viewport?: {
|
|
4758
|
-
sm?: TransientCSSProperties;
|
|
4759
|
-
md?: TransientCSSProperties;
|
|
4760
|
-
lg?: TransientCSSProperties;
|
|
4761
|
-
xl?: TransientCSSProperties;
|
|
4762
|
-
"2xl"?: TransientCSSProperties;
|
|
4763
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4764
|
-
};
|
|
4765
|
-
}, DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4766
|
-
$viewport?: {
|
|
4767
|
-
sm?: TransientCSSProperties;
|
|
4768
|
-
md?: TransientCSSProperties;
|
|
4769
|
-
lg?: TransientCSSProperties;
|
|
4770
|
-
xl?: TransientCSSProperties;
|
|
4771
|
-
"2xl"?: TransientCSSProperties;
|
|
4772
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4773
|
-
};
|
|
4774
|
-
}, DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4775
|
-
$viewport?: {
|
|
4776
|
-
sm?: TransientCSSProperties;
|
|
4777
|
-
md?: TransientCSSProperties;
|
|
4778
|
-
lg?: TransientCSSProperties;
|
|
4779
|
-
xl?: TransientCSSProperties;
|
|
4780
|
-
"2xl"?: TransientCSSProperties;
|
|
4781
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4782
|
-
};
|
|
4783
|
-
}, DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4784
|
-
$viewport?: {
|
|
4785
|
-
sm?: TransientCSSProperties;
|
|
4786
|
-
md?: TransientCSSProperties;
|
|
4787
|
-
lg?: TransientCSSProperties;
|
|
4788
|
-
xl?: TransientCSSProperties;
|
|
4789
|
-
"2xl"?: TransientCSSProperties;
|
|
4790
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4791
|
-
};
|
|
4792
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4793
|
-
$viewport?: {
|
|
4794
|
-
sm?: TransientCSSProperties;
|
|
4795
|
-
md?: TransientCSSProperties;
|
|
4796
|
-
lg?: TransientCSSProperties;
|
|
4797
|
-
xl?: TransientCSSProperties;
|
|
4798
|
-
"2xl"?: TransientCSSProperties;
|
|
4799
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4800
|
-
};
|
|
4801
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4802
|
-
$viewport?: {
|
|
4803
|
-
sm?: TransientCSSProperties;
|
|
4804
|
-
md?: TransientCSSProperties;
|
|
4805
|
-
lg?: TransientCSSProperties;
|
|
4806
|
-
xl?: TransientCSSProperties;
|
|
4807
|
-
"2xl"?: TransientCSSProperties;
|
|
4808
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4809
|
-
};
|
|
4810
|
-
}, DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4811
|
-
$viewport?: {
|
|
4812
|
-
sm?: TransientCSSProperties;
|
|
4813
|
-
md?: TransientCSSProperties;
|
|
4814
|
-
lg?: TransientCSSProperties;
|
|
4815
|
-
xl?: TransientCSSProperties;
|
|
4816
|
-
"2xl"?: TransientCSSProperties;
|
|
4817
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4818
|
-
};
|
|
4819
|
-
}, DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4820
|
-
$viewport?: {
|
|
4821
|
-
sm?: TransientCSSProperties;
|
|
4822
|
-
md?: TransientCSSProperties;
|
|
4823
|
-
lg?: TransientCSSProperties;
|
|
4824
|
-
xl?: TransientCSSProperties;
|
|
4825
|
-
"2xl"?: TransientCSSProperties;
|
|
4826
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4827
|
-
};
|
|
4828
|
-
}, DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4829
|
-
$viewport?: {
|
|
4830
|
-
sm?: TransientCSSProperties;
|
|
4831
|
-
md?: TransientCSSProperties;
|
|
4832
|
-
lg?: TransientCSSProperties;
|
|
4833
|
-
xl?: TransientCSSProperties;
|
|
4834
|
-
"2xl"?: TransientCSSProperties;
|
|
4835
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4836
|
-
};
|
|
4837
|
-
}, DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4838
|
-
$viewport?: {
|
|
4839
|
-
sm?: TransientCSSProperties;
|
|
4840
|
-
md?: TransientCSSProperties;
|
|
4841
|
-
lg?: TransientCSSProperties;
|
|
4842
|
-
xl?: TransientCSSProperties;
|
|
4843
|
-
"2xl"?: TransientCSSProperties;
|
|
4844
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4845
|
-
};
|
|
4846
|
-
}, DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4847
|
-
$viewport?: {
|
|
4848
|
-
sm?: TransientCSSProperties;
|
|
4849
|
-
md?: TransientCSSProperties;
|
|
4850
|
-
lg?: TransientCSSProperties;
|
|
4851
|
-
xl?: TransientCSSProperties;
|
|
4852
|
-
"2xl"?: TransientCSSProperties;
|
|
4853
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4854
|
-
};
|
|
4855
|
-
}, DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4856
|
-
$viewport?: {
|
|
4857
|
-
sm?: TransientCSSProperties;
|
|
4858
|
-
md?: TransientCSSProperties;
|
|
4859
|
-
lg?: TransientCSSProperties;
|
|
4860
|
-
xl?: TransientCSSProperties;
|
|
4861
|
-
"2xl"?: TransientCSSProperties;
|
|
4862
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4863
|
-
};
|
|
4864
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4865
|
-
$viewport?: {
|
|
4866
|
-
sm?: TransientCSSProperties;
|
|
4867
|
-
md?: TransientCSSProperties;
|
|
4868
|
-
lg?: TransientCSSProperties;
|
|
4869
|
-
xl?: TransientCSSProperties;
|
|
4870
|
-
"2xl"?: TransientCSSProperties;
|
|
4871
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4872
|
-
};
|
|
4873
|
-
}, DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4874
|
-
$viewport?: {
|
|
4875
|
-
sm?: TransientCSSProperties;
|
|
4876
|
-
md?: TransientCSSProperties;
|
|
4877
|
-
lg?: TransientCSSProperties;
|
|
4878
|
-
xl?: TransientCSSProperties;
|
|
4879
|
-
"2xl"?: TransientCSSProperties;
|
|
4880
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4881
|
-
};
|
|
4882
|
-
}, DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4883
|
-
$viewport?: {
|
|
4884
|
-
sm?: TransientCSSProperties;
|
|
4885
|
-
md?: TransientCSSProperties;
|
|
4886
|
-
lg?: TransientCSSProperties;
|
|
4887
|
-
xl?: TransientCSSProperties;
|
|
4888
|
-
"2xl"?: TransientCSSProperties;
|
|
4889
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4890
|
-
};
|
|
4891
|
-
}, DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4892
|
-
$viewport?: {
|
|
4893
|
-
sm?: TransientCSSProperties;
|
|
4894
|
-
md?: TransientCSSProperties;
|
|
4895
|
-
lg?: TransientCSSProperties;
|
|
4896
|
-
xl?: TransientCSSProperties;
|
|
4897
|
-
"2xl"?: TransientCSSProperties;
|
|
4898
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4899
|
-
};
|
|
4900
|
-
}, DetailedHTMLProps<MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4901
|
-
$viewport?: {
|
|
4902
|
-
sm?: TransientCSSProperties;
|
|
4903
|
-
md?: TransientCSSProperties;
|
|
4904
|
-
lg?: TransientCSSProperties;
|
|
4905
|
-
xl?: TransientCSSProperties;
|
|
4906
|
-
"2xl"?: TransientCSSProperties;
|
|
4907
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4908
|
-
};
|
|
4909
|
-
}, DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4910
|
-
$viewport?: {
|
|
4911
|
-
sm?: TransientCSSProperties;
|
|
4912
|
-
md?: TransientCSSProperties;
|
|
4913
|
-
lg?: TransientCSSProperties;
|
|
4914
|
-
xl?: TransientCSSProperties;
|
|
4915
|
-
"2xl"?: TransientCSSProperties;
|
|
4916
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4917
|
-
};
|
|
4918
|
-
}, DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4919
|
-
$viewport?: {
|
|
4920
|
-
sm?: TransientCSSProperties;
|
|
4921
|
-
md?: TransientCSSProperties;
|
|
4922
|
-
lg?: TransientCSSProperties;
|
|
4923
|
-
xl?: TransientCSSProperties;
|
|
4924
|
-
"2xl"?: TransientCSSProperties;
|
|
4925
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4926
|
-
};
|
|
4927
|
-
}, DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4928
|
-
$viewport?: {
|
|
4929
|
-
sm?: TransientCSSProperties;
|
|
4930
|
-
md?: TransientCSSProperties;
|
|
4931
|
-
lg?: TransientCSSProperties;
|
|
4932
|
-
xl?: TransientCSSProperties;
|
|
4933
|
-
"2xl"?: TransientCSSProperties;
|
|
4934
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4935
|
-
};
|
|
4936
|
-
}, DetailedHTMLProps<OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4937
|
-
$viewport?: {
|
|
4938
|
-
sm?: TransientCSSProperties;
|
|
4939
|
-
md?: TransientCSSProperties;
|
|
4940
|
-
lg?: TransientCSSProperties;
|
|
4941
|
-
xl?: TransientCSSProperties;
|
|
4942
|
-
"2xl"?: TransientCSSProperties;
|
|
4943
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4944
|
-
};
|
|
4945
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4946
|
-
$viewport?: {
|
|
4947
|
-
sm?: TransientCSSProperties;
|
|
4948
|
-
md?: TransientCSSProperties;
|
|
4949
|
-
lg?: TransientCSSProperties;
|
|
4950
|
-
xl?: TransientCSSProperties;
|
|
4951
|
-
"2xl"?: TransientCSSProperties;
|
|
4952
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4953
|
-
};
|
|
4954
|
-
}, DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4955
|
-
$viewport?: {
|
|
4956
|
-
sm?: TransientCSSProperties;
|
|
4957
|
-
md?: TransientCSSProperties;
|
|
4958
|
-
lg?: TransientCSSProperties;
|
|
4959
|
-
xl?: TransientCSSProperties;
|
|
4960
|
-
"2xl"?: TransientCSSProperties;
|
|
4961
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4962
|
-
};
|
|
4963
|
-
}, DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4964
|
-
$viewport?: {
|
|
4965
|
-
sm?: TransientCSSProperties;
|
|
4966
|
-
md?: TransientCSSProperties;
|
|
4967
|
-
lg?: TransientCSSProperties;
|
|
4968
|
-
xl?: TransientCSSProperties;
|
|
4969
|
-
"2xl"?: TransientCSSProperties;
|
|
4970
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4971
|
-
};
|
|
4972
|
-
}, DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4973
|
-
$viewport?: {
|
|
4974
|
-
sm?: TransientCSSProperties;
|
|
4975
|
-
md?: TransientCSSProperties;
|
|
4976
|
-
lg?: TransientCSSProperties;
|
|
4977
|
-
xl?: TransientCSSProperties;
|
|
4978
|
-
"2xl"?: TransientCSSProperties;
|
|
4979
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4980
|
-
};
|
|
4981
|
-
}, DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4982
|
-
$viewport?: {
|
|
4983
|
-
sm?: TransientCSSProperties;
|
|
4984
|
-
md?: TransientCSSProperties;
|
|
4985
|
-
lg?: TransientCSSProperties;
|
|
4986
|
-
xl?: TransientCSSProperties;
|
|
4987
|
-
"2xl"?: TransientCSSProperties;
|
|
4988
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4989
|
-
};
|
|
4990
|
-
}, DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
4991
|
-
$viewport?: {
|
|
4992
|
-
sm?: TransientCSSProperties;
|
|
4993
|
-
md?: TransientCSSProperties;
|
|
4994
|
-
lg?: TransientCSSProperties;
|
|
4995
|
-
xl?: TransientCSSProperties;
|
|
4996
|
-
"2xl"?: TransientCSSProperties;
|
|
4997
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
4998
|
-
};
|
|
4999
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5000
|
-
$viewport?: {
|
|
5001
|
-
sm?: TransientCSSProperties;
|
|
5002
|
-
md?: TransientCSSProperties;
|
|
5003
|
-
lg?: TransientCSSProperties;
|
|
5004
|
-
xl?: TransientCSSProperties;
|
|
5005
|
-
"2xl"?: TransientCSSProperties;
|
|
5006
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5007
|
-
};
|
|
5008
|
-
}, DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5009
|
-
$viewport?: {
|
|
5010
|
-
sm?: TransientCSSProperties;
|
|
5011
|
-
md?: TransientCSSProperties;
|
|
5012
|
-
lg?: TransientCSSProperties;
|
|
5013
|
-
xl?: TransientCSSProperties;
|
|
5014
|
-
"2xl"?: TransientCSSProperties;
|
|
5015
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5016
|
-
};
|
|
5017
|
-
}, DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5018
|
-
$viewport?: {
|
|
5019
|
-
sm?: TransientCSSProperties;
|
|
5020
|
-
md?: TransientCSSProperties;
|
|
5021
|
-
lg?: TransientCSSProperties;
|
|
5022
|
-
xl?: TransientCSSProperties;
|
|
5023
|
-
"2xl"?: TransientCSSProperties;
|
|
5024
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5025
|
-
};
|
|
5026
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5027
|
-
$viewport?: {
|
|
5028
|
-
sm?: TransientCSSProperties;
|
|
5029
|
-
md?: TransientCSSProperties;
|
|
5030
|
-
lg?: TransientCSSProperties;
|
|
5031
|
-
xl?: TransientCSSProperties;
|
|
5032
|
-
"2xl"?: TransientCSSProperties;
|
|
5033
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5034
|
-
};
|
|
5035
|
-
}, DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5036
|
-
$viewport?: {
|
|
5037
|
-
sm?: TransientCSSProperties;
|
|
5038
|
-
md?: TransientCSSProperties;
|
|
5039
|
-
lg?: TransientCSSProperties;
|
|
5040
|
-
xl?: TransientCSSProperties;
|
|
5041
|
-
"2xl"?: TransientCSSProperties;
|
|
5042
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5043
|
-
};
|
|
5044
|
-
}, DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5045
|
-
$viewport?: {
|
|
5046
|
-
sm?: TransientCSSProperties;
|
|
5047
|
-
md?: TransientCSSProperties;
|
|
5048
|
-
lg?: TransientCSSProperties;
|
|
5049
|
-
xl?: TransientCSSProperties;
|
|
5050
|
-
"2xl"?: TransientCSSProperties;
|
|
5051
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5052
|
-
};
|
|
5053
|
-
}, DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5054
|
-
$viewport?: {
|
|
5055
|
-
sm?: TransientCSSProperties;
|
|
5056
|
-
md?: TransientCSSProperties;
|
|
5057
|
-
lg?: TransientCSSProperties;
|
|
5058
|
-
xl?: TransientCSSProperties;
|
|
5059
|
-
"2xl"?: TransientCSSProperties;
|
|
5060
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5061
|
-
};
|
|
5062
|
-
}, DetailedHTMLProps<TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5063
|
-
$viewport?: {
|
|
5064
|
-
sm?: TransientCSSProperties;
|
|
5065
|
-
md?: TransientCSSProperties;
|
|
5066
|
-
lg?: TransientCSSProperties;
|
|
5067
|
-
xl?: TransientCSSProperties;
|
|
5068
|
-
"2xl"?: TransientCSSProperties;
|
|
5069
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5070
|
-
};
|
|
5071
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5072
|
-
$viewport?: {
|
|
5073
|
-
sm?: TransientCSSProperties;
|
|
5074
|
-
md?: TransientCSSProperties;
|
|
5075
|
-
lg?: TransientCSSProperties;
|
|
5076
|
-
xl?: TransientCSSProperties;
|
|
5077
|
-
"2xl"?: TransientCSSProperties;
|
|
5078
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5079
|
-
};
|
|
5080
|
-
}, DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5081
|
-
$viewport?: {
|
|
5082
|
-
sm?: TransientCSSProperties;
|
|
5083
|
-
md?: TransientCSSProperties;
|
|
5084
|
-
lg?: TransientCSSProperties;
|
|
5085
|
-
xl?: TransientCSSProperties;
|
|
5086
|
-
"2xl"?: TransientCSSProperties;
|
|
5087
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5088
|
-
};
|
|
5089
|
-
}, DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5090
|
-
$viewport?: {
|
|
5091
|
-
sm?: TransientCSSProperties;
|
|
5092
|
-
md?: TransientCSSProperties;
|
|
5093
|
-
lg?: TransientCSSProperties;
|
|
5094
|
-
xl?: TransientCSSProperties;
|
|
5095
|
-
"2xl"?: TransientCSSProperties;
|
|
5096
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5097
|
-
};
|
|
5098
|
-
}, DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5099
|
-
$viewport?: {
|
|
5100
|
-
sm?: TransientCSSProperties;
|
|
5101
|
-
md?: TransientCSSProperties;
|
|
5102
|
-
lg?: TransientCSSProperties;
|
|
5103
|
-
xl?: TransientCSSProperties;
|
|
5104
|
-
"2xl"?: TransientCSSProperties;
|
|
5105
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5106
|
-
};
|
|
5107
|
-
}, SVGTextElementAttributes<SVGTextElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5108
|
-
$viewport?: {
|
|
5109
|
-
sm?: TransientCSSProperties;
|
|
5110
|
-
md?: TransientCSSProperties;
|
|
5111
|
-
lg?: TransientCSSProperties;
|
|
5112
|
-
xl?: TransientCSSProperties;
|
|
5113
|
-
"2xl"?: TransientCSSProperties;
|
|
5114
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5115
|
-
};
|
|
5116
|
-
}, SVGProps<SVGCircleElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5117
|
-
$viewport?: {
|
|
5118
|
-
sm?: TransientCSSProperties;
|
|
5119
|
-
md?: TransientCSSProperties;
|
|
5120
|
-
lg?: TransientCSSProperties;
|
|
5121
|
-
xl?: TransientCSSProperties;
|
|
5122
|
-
"2xl"?: TransientCSSProperties;
|
|
5123
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5124
|
-
};
|
|
5125
|
-
}, DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5126
|
-
$viewport?: {
|
|
5127
|
-
sm?: TransientCSSProperties;
|
|
5128
|
-
md?: TransientCSSProperties;
|
|
5129
|
-
lg?: TransientCSSProperties;
|
|
5130
|
-
xl?: TransientCSSProperties;
|
|
5131
|
-
"2xl"?: TransientCSSProperties;
|
|
5132
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5133
|
-
};
|
|
5134
|
-
}, DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5135
|
-
$viewport?: {
|
|
5136
|
-
sm?: TransientCSSProperties;
|
|
5137
|
-
md?: TransientCSSProperties;
|
|
5138
|
-
lg?: TransientCSSProperties;
|
|
5139
|
-
xl?: TransientCSSProperties;
|
|
5140
|
-
"2xl"?: TransientCSSProperties;
|
|
5141
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5142
|
-
};
|
|
5143
|
-
}, SVGProps<SVGUseElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5144
|
-
$viewport?: {
|
|
5145
|
-
sm?: TransientCSSProperties;
|
|
5146
|
-
md?: TransientCSSProperties;
|
|
5147
|
-
lg?: TransientCSSProperties;
|
|
5148
|
-
xl?: TransientCSSProperties;
|
|
5149
|
-
"2xl"?: TransientCSSProperties;
|
|
5150
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5151
|
-
};
|
|
5152
|
-
}, SVGProps<SVGDefsElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5153
|
-
$viewport?: {
|
|
5154
|
-
sm?: TransientCSSProperties;
|
|
5155
|
-
md?: TransientCSSProperties;
|
|
5156
|
-
lg?: TransientCSSProperties;
|
|
5157
|
-
xl?: TransientCSSProperties;
|
|
5158
|
-
"2xl"?: TransientCSSProperties;
|
|
5159
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5160
|
-
};
|
|
5161
|
-
}, SVGProps<SVGEllipseElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5162
|
-
$viewport?: {
|
|
5163
|
-
sm?: TransientCSSProperties;
|
|
5164
|
-
md?: TransientCSSProperties;
|
|
5165
|
-
lg?: TransientCSSProperties;
|
|
5166
|
-
xl?: TransientCSSProperties;
|
|
5167
|
-
"2xl"?: TransientCSSProperties;
|
|
5168
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5169
|
-
};
|
|
5170
|
-
}, SVGProps<SVGForeignObjectElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5171
|
-
$viewport?: {
|
|
5172
|
-
sm?: TransientCSSProperties;
|
|
5173
|
-
md?: TransientCSSProperties;
|
|
5174
|
-
lg?: TransientCSSProperties;
|
|
5175
|
-
xl?: TransientCSSProperties;
|
|
5176
|
-
"2xl"?: TransientCSSProperties;
|
|
5177
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5178
|
-
};
|
|
5179
|
-
}, SVGProps<SVGGElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5180
|
-
$viewport?: {
|
|
5181
|
-
sm?: TransientCSSProperties;
|
|
5182
|
-
md?: TransientCSSProperties;
|
|
5183
|
-
lg?: TransientCSSProperties;
|
|
5184
|
-
xl?: TransientCSSProperties;
|
|
5185
|
-
"2xl"?: TransientCSSProperties;
|
|
5186
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5187
|
-
};
|
|
5188
|
-
}, SVGProps<SVGImageElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5189
|
-
$viewport?: {
|
|
5190
|
-
sm?: TransientCSSProperties;
|
|
5191
|
-
md?: TransientCSSProperties;
|
|
5192
|
-
lg?: TransientCSSProperties;
|
|
5193
|
-
xl?: TransientCSSProperties;
|
|
5194
|
-
"2xl"?: TransientCSSProperties;
|
|
5195
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5196
|
-
};
|
|
5197
|
-
}, SVGLineElementAttributes<SVGLineElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5198
|
-
$viewport?: {
|
|
5199
|
-
sm?: TransientCSSProperties;
|
|
5200
|
-
md?: TransientCSSProperties;
|
|
5201
|
-
lg?: TransientCSSProperties;
|
|
5202
|
-
xl?: TransientCSSProperties;
|
|
5203
|
-
"2xl"?: TransientCSSProperties;
|
|
5204
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5205
|
-
};
|
|
5206
|
-
}, SVGProps<SVGLinearGradientElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5207
|
-
$viewport?: {
|
|
5208
|
-
sm?: TransientCSSProperties;
|
|
5209
|
-
md?: TransientCSSProperties;
|
|
5210
|
-
lg?: TransientCSSProperties;
|
|
5211
|
-
xl?: TransientCSSProperties;
|
|
5212
|
-
"2xl"?: TransientCSSProperties;
|
|
5213
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5214
|
-
};
|
|
5215
|
-
}, SVGProps<SVGPathElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5216
|
-
$viewport?: {
|
|
5217
|
-
sm?: TransientCSSProperties;
|
|
5218
|
-
md?: TransientCSSProperties;
|
|
5219
|
-
lg?: TransientCSSProperties;
|
|
5220
|
-
xl?: TransientCSSProperties;
|
|
5221
|
-
"2xl"?: TransientCSSProperties;
|
|
5222
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5223
|
-
};
|
|
5224
|
-
}, SVGProps<SVGPatternElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5225
|
-
$viewport?: {
|
|
5226
|
-
sm?: TransientCSSProperties;
|
|
5227
|
-
md?: TransientCSSProperties;
|
|
5228
|
-
lg?: TransientCSSProperties;
|
|
5229
|
-
xl?: TransientCSSProperties;
|
|
5230
|
-
"2xl"?: TransientCSSProperties;
|
|
5231
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5232
|
-
};
|
|
5233
|
-
}, SVGProps<SVGPolygonElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5234
|
-
$viewport?: {
|
|
5235
|
-
sm?: TransientCSSProperties;
|
|
5236
|
-
md?: TransientCSSProperties;
|
|
5237
|
-
lg?: TransientCSSProperties;
|
|
5238
|
-
xl?: TransientCSSProperties;
|
|
5239
|
-
"2xl"?: TransientCSSProperties;
|
|
5240
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5241
|
-
};
|
|
5242
|
-
}, SVGProps<SVGPolylineElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5243
|
-
$viewport?: {
|
|
5244
|
-
sm?: TransientCSSProperties;
|
|
5245
|
-
md?: TransientCSSProperties;
|
|
5246
|
-
lg?: TransientCSSProperties;
|
|
5247
|
-
xl?: TransientCSSProperties;
|
|
5248
|
-
"2xl"?: TransientCSSProperties;
|
|
5249
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5250
|
-
};
|
|
5251
|
-
}, SVGProps<SVGRadialGradientElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5252
|
-
$viewport?: {
|
|
5253
|
-
sm?: TransientCSSProperties;
|
|
5254
|
-
md?: TransientCSSProperties;
|
|
5255
|
-
lg?: TransientCSSProperties;
|
|
5256
|
-
xl?: TransientCSSProperties;
|
|
5257
|
-
"2xl"?: TransientCSSProperties;
|
|
5258
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5259
|
-
};
|
|
5260
|
-
}, SVGProps<SVGRectElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5261
|
-
$viewport?: {
|
|
5262
|
-
sm?: TransientCSSProperties;
|
|
5263
|
-
md?: TransientCSSProperties;
|
|
5264
|
-
lg?: TransientCSSProperties;
|
|
5265
|
-
xl?: TransientCSSProperties;
|
|
5266
|
-
"2xl"?: TransientCSSProperties;
|
|
5267
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5268
|
-
};
|
|
5269
|
-
}, SVGProps<SVGStopElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5270
|
-
$viewport?: {
|
|
5271
|
-
sm?: TransientCSSProperties;
|
|
5272
|
-
md?: TransientCSSProperties;
|
|
5273
|
-
lg?: TransientCSSProperties;
|
|
5274
|
-
xl?: TransientCSSProperties;
|
|
5275
|
-
"2xl"?: TransientCSSProperties;
|
|
5276
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5277
|
-
};
|
|
5278
|
-
}, SVGProps<SVGSVGElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5279
|
-
$viewport?: {
|
|
5280
|
-
sm?: TransientCSSProperties;
|
|
5281
|
-
md?: TransientCSSProperties;
|
|
5282
|
-
lg?: TransientCSSProperties;
|
|
5283
|
-
xl?: TransientCSSProperties;
|
|
5284
|
-
"2xl"?: TransientCSSProperties;
|
|
5285
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5286
|
-
};
|
|
5287
|
-
}, SVGProps<SVGTSpanElement>>, never> | FastOmit<Substitute<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
|
|
5288
|
-
$viewport?: {
|
|
5289
|
-
sm?: TransientCSSProperties;
|
|
5290
|
-
md?: TransientCSSProperties;
|
|
5291
|
-
lg?: TransientCSSProperties;
|
|
5292
|
-
xl?: TransientCSSProperties;
|
|
5293
|
-
"2xl"?: TransientCSSProperties;
|
|
5294
|
-
[key: string]: TransientCSSProperties | undefined;
|
|
5295
|
-
};
|
|
5296
|
-
}, Omit<any, "ref"> & RefAttributes<Component<any, any, any>>>, never> | FastOmit<any, never>, TextProps>> & (string & (BaseObject | Omit<ComponentClass<any, any>, keyof Component<any, {}, any>> | Omit<FunctionComponent<any>, keyof Component<any, {}, any>> | Omit<ExoticComponentWithDisplayName<any>, keyof Component<any, {}, any>>));
|
|
4470
|
+
declare const Text_2: IStyledComponentBase<"web", Substitute<FastOmit<Substitute<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, never>, TextProps>> & string;
|
|
5297
4471
|
export { Text_2 as Text }
|
|
5298
4472
|
|
|
5299
4473
|
declare class TextApiResponse {
|
|
@@ -5313,7 +4487,7 @@ export declare enum TextPropNames {
|
|
|
5313
4487
|
|
|
5314
4488
|
export declare type TextPropNameTypes = `${TextPropNames}`;
|
|
5315
4489
|
|
|
5316
|
-
export declare interface TextProps
|
|
4490
|
+
export declare interface TextProps {
|
|
5317
4491
|
$align?: ComponentProps["$textAlign"];
|
|
5318
4492
|
$font?: ComponentProps["$fontFamily"];
|
|
5319
4493
|
$size?: ComponentProps["$fontSize"];
|