@fluidattacks/design 3.16.19-pr-01 → 3.16.19
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/components/icon-button/styles.d.ts +1 -1
- package/dist/components/lottie/styles.d.ts +1 -1
- package/dist/components/modal/columns-modal/preview-panel/styles.d.ts +1 -1
- package/dist/components/modal/columns-modal/search-panel/styles.d.ts +1 -1
- package/dist/components/modal/filters-modal/filters-list/styles.d.ts +1 -1
- package/dist/components/modal/filters-modal/styles.d.ts +1 -1
- package/package.json +1 -1
|
@@ -71,6 +71,7 @@ declare const StyledIconButton: import('styled-components').IStyledComponent<"we
|
|
|
71
71
|
slot?: string | undefined | undefined;
|
|
72
72
|
style?: import('react').CSSProperties | undefined;
|
|
73
73
|
title?: string | undefined | undefined;
|
|
74
|
+
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
74
75
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
75
76
|
defaultChecked?: boolean | undefined | undefined;
|
|
76
77
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -335,7 +336,6 @@ declare const StyledIconButton: import('styled-components').IStyledComponent<"we
|
|
|
335
336
|
formNoValidate?: boolean | undefined | undefined;
|
|
336
337
|
formTarget?: string | undefined | undefined;
|
|
337
338
|
name?: string | undefined | undefined;
|
|
338
|
-
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
339
339
|
value?: string | number | readonly string[] | undefined;
|
|
340
340
|
ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
341
341
|
}> & import('styled-components').IStyledComponent<"web", import('styled-components/dist/types').Substitute<Omit<{
|
|
@@ -27,6 +27,7 @@ declare const StyledLottie: import('styled-components').IStyledComponent<"web",
|
|
|
27
27
|
summary?: string | undefined | undefined;
|
|
28
28
|
title?: string | undefined | undefined;
|
|
29
29
|
pattern?: string | undefined | undefined;
|
|
30
|
+
type?: string | undefined | undefined;
|
|
30
31
|
as?: string | undefined | undefined;
|
|
31
32
|
defaultChecked?: boolean | undefined | undefined;
|
|
32
33
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -291,7 +292,6 @@ declare const StyledLottie: import('styled-components').IStyledComponent<"web",
|
|
|
291
292
|
formNoValidate?: boolean | undefined | undefined;
|
|
292
293
|
formTarget?: string | undefined | undefined;
|
|
293
294
|
name?: string | undefined;
|
|
294
|
-
type?: string | undefined | undefined;
|
|
295
295
|
value?: string | number | readonly string[] | undefined;
|
|
296
296
|
classID?: string | undefined | undefined;
|
|
297
297
|
useMap?: string | undefined | undefined;
|
|
@@ -23,6 +23,7 @@ declare const StyledReorderItem: import('styled-components').IStyledComponent<"w
|
|
|
23
23
|
readonly summary?: string | undefined | undefined;
|
|
24
24
|
readonly title?: string | undefined | undefined;
|
|
25
25
|
readonly pattern?: string | undefined | undefined;
|
|
26
|
+
readonly type?: string | undefined | undefined;
|
|
26
27
|
readonly as?: string | undefined | undefined;
|
|
27
28
|
readonly defaultChecked?: boolean | undefined | undefined;
|
|
28
29
|
readonly defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -287,7 +288,6 @@ declare const StyledReorderItem: import('styled-components').IStyledComponent<"w
|
|
|
287
288
|
readonly formNoValidate?: boolean | undefined | undefined;
|
|
288
289
|
readonly formTarget?: string | undefined | undefined;
|
|
289
290
|
readonly name?: string | undefined | undefined;
|
|
290
|
-
readonly type?: string | undefined | undefined;
|
|
291
291
|
readonly value?: string | undefined;
|
|
292
292
|
readonly classID?: string | undefined | undefined;
|
|
293
293
|
readonly useMap?: string | undefined | undefined;
|
|
@@ -23,6 +23,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
|
|
|
23
23
|
readonly summary?: string | undefined | undefined;
|
|
24
24
|
readonly title?: string | undefined | undefined;
|
|
25
25
|
readonly pattern?: string | undefined | undefined;
|
|
26
|
+
readonly type?: string | undefined | undefined;
|
|
26
27
|
readonly as?: string | undefined | undefined;
|
|
27
28
|
readonly defaultChecked?: boolean | undefined | undefined;
|
|
28
29
|
readonly defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -287,7 +288,6 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
|
|
|
287
288
|
readonly formNoValidate?: boolean | undefined | undefined;
|
|
288
289
|
readonly formTarget?: string | undefined | undefined;
|
|
289
290
|
readonly name?: string | undefined | undefined;
|
|
290
|
-
readonly type?: string | undefined | undefined;
|
|
291
291
|
readonly value?: string | undefined;
|
|
292
292
|
readonly classID?: string | undefined | undefined;
|
|
293
293
|
readonly useMap?: string | undefined | undefined;
|
|
@@ -23,6 +23,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
|
|
|
23
23
|
readonly summary?: string | undefined | undefined;
|
|
24
24
|
readonly title?: string | undefined | undefined;
|
|
25
25
|
readonly pattern?: string | undefined | undefined;
|
|
26
|
+
readonly type?: string | undefined | undefined;
|
|
26
27
|
readonly as?: string | undefined | undefined;
|
|
27
28
|
readonly defaultChecked?: boolean | undefined | undefined;
|
|
28
29
|
readonly defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -287,7 +288,6 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
|
|
|
287
288
|
readonly formNoValidate?: boolean | undefined | undefined;
|
|
288
289
|
readonly formTarget?: string | undefined | undefined;
|
|
289
290
|
readonly name?: string | undefined | undefined;
|
|
290
|
-
readonly type?: string | undefined | undefined;
|
|
291
291
|
readonly value?: string | undefined;
|
|
292
292
|
readonly classID?: string | undefined | undefined;
|
|
293
293
|
readonly useMap?: string | undefined | undefined;
|
|
@@ -292,6 +292,7 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
|
|
|
292
292
|
readonly summary?: string | undefined | undefined;
|
|
293
293
|
readonly title?: string | undefined | undefined;
|
|
294
294
|
readonly pattern?: string | undefined | undefined;
|
|
295
|
+
readonly type?: string | undefined | undefined;
|
|
295
296
|
readonly as?: string | undefined | undefined;
|
|
296
297
|
readonly defaultChecked?: boolean | undefined | undefined;
|
|
297
298
|
readonly defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -556,7 +557,6 @@ declare const StyledList: import('styled-components').IStyledComponent<"web", {
|
|
|
556
557
|
readonly formNoValidate?: boolean | undefined | undefined;
|
|
557
558
|
readonly formTarget?: string | undefined | undefined;
|
|
558
559
|
readonly name?: string | undefined | undefined;
|
|
559
|
-
readonly type?: string | undefined | undefined;
|
|
560
560
|
readonly value?: string | undefined;
|
|
561
561
|
readonly classID?: string | undefined | undefined;
|
|
562
562
|
readonly useMap?: string | undefined | undefined;
|
package/package.json
CHANGED