@moderneinc/neo-styled-components 2.5.0-next.dcf3f3 → 2.5.0-next.e1d0b1
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/CodeSnippet/CodeSnippet.d.ts +2 -2
- package/dist/MarketplaceLargeCard/MarketplaceLargeCard.d.ts +8 -8
- package/dist/StatusBanner/StatusBanner.d.ts +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -13,14 +13,14 @@ export interface NeoCodeSnippetProps extends Omit<ButtonBaseProps, 'children'> {
|
|
|
13
13
|
* The visual variant of the code snippet
|
|
14
14
|
* @default "outlined"
|
|
15
15
|
*
|
|
16
|
-
* @figma
|
|
16
|
+
* @figma Theme (Dark|Light)
|
|
17
17
|
*/
|
|
18
18
|
variant?: CodeSnippetVariant;
|
|
19
19
|
/**
|
|
20
20
|
* The size of the code snippet
|
|
21
21
|
* @default "small"
|
|
22
22
|
*
|
|
23
|
-
* @figma
|
|
23
|
+
* @figma Size (Single line|multiline|inline)
|
|
24
24
|
*/
|
|
25
25
|
size?: CodeSnippetSize;
|
|
26
26
|
/**
|
|
@@ -6,13 +6,13 @@ export interface NeoMarketplaceLargeCardProps extends Omit<CardProps, 'children'
|
|
|
6
6
|
/**
|
|
7
7
|
* The visual state of the card
|
|
8
8
|
* @default "default"
|
|
9
|
-
* @figma
|
|
9
|
+
* @figma State
|
|
10
10
|
*/
|
|
11
11
|
state?: LargeCardState;
|
|
12
12
|
/**
|
|
13
13
|
* The theme variant of the card
|
|
14
14
|
* @default "light"
|
|
15
|
-
* @figma
|
|
15
|
+
* @figma Theme
|
|
16
16
|
*/
|
|
17
17
|
cardTheme?: LargeCardTheme;
|
|
18
18
|
/**
|
|
@@ -24,13 +24,13 @@ export interface NeoMarketplaceLargeCardProps extends Omit<CardProps, 'children'
|
|
|
24
24
|
/**
|
|
25
25
|
* Whether to show the gel brand icon
|
|
26
26
|
* @default true
|
|
27
|
-
* @figma Show
|
|
27
|
+
* @figma Show Gel
|
|
28
28
|
*/
|
|
29
29
|
showGel?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Whether to show the button area
|
|
32
32
|
* @default true
|
|
33
|
-
* @figma
|
|
33
|
+
* @figma Show Buttons
|
|
34
34
|
*/
|
|
35
35
|
showButtons?: boolean;
|
|
36
36
|
/**
|
|
@@ -68,11 +68,11 @@ export interface NeoMarketplaceLargeCardProps extends Omit<CardProps, 'children'
|
|
|
68
68
|
* @figma https://www.figma.com/design/fQTkGSFbYyE7LiHuQJsENC?node-id=5925-11
|
|
69
69
|
*
|
|
70
70
|
* Figma Props Mapping:
|
|
71
|
-
* -
|
|
72
|
-
* -
|
|
71
|
+
* - State → state (Default/Active/Disabled/Focused)
|
|
72
|
+
* - Theme → cardTheme (Dark/Light)
|
|
73
73
|
* - Show Icon → showIcon
|
|
74
|
-
* - Show
|
|
75
|
-
* -
|
|
74
|
+
* - Show Gel → showGel
|
|
75
|
+
* - Show Buttons → showButtons
|
|
76
76
|
*
|
|
77
77
|
* Design Tokens Used:
|
|
78
78
|
* - semanticColors.surfaces.card (#ffffff) - Light theme background
|
|
@@ -7,13 +7,13 @@ export interface NeoStatusBannerProps extends Omit<AlertProps, 'severity' | 'var
|
|
|
7
7
|
/**
|
|
8
8
|
* The severity level of the status banner
|
|
9
9
|
* @default "success"
|
|
10
|
-
* @figma
|
|
10
|
+
* @figma Intent
|
|
11
11
|
*/
|
|
12
12
|
severity?: 'success' | 'error' | 'neutral' | 'info';
|
|
13
13
|
/**
|
|
14
14
|
* The visual variant style
|
|
15
15
|
* @default "outlined"
|
|
16
|
-
* @figma
|
|
16
|
+
* @figma Theme
|
|
17
17
|
*/
|
|
18
18
|
variant?: 'outlined' | 'filled';
|
|
19
19
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -763,14 +763,14 @@ interface NeoCodeSnippetProps extends Omit<ButtonBaseProps, 'children'> {
|
|
|
763
763
|
* The visual variant of the code snippet
|
|
764
764
|
* @default "outlined"
|
|
765
765
|
*
|
|
766
|
-
* @figma
|
|
766
|
+
* @figma Theme (Dark|Light)
|
|
767
767
|
*/
|
|
768
768
|
variant?: CodeSnippetVariant;
|
|
769
769
|
/**
|
|
770
770
|
* The size of the code snippet
|
|
771
771
|
* @default "small"
|
|
772
772
|
*
|
|
773
|
-
* @figma
|
|
773
|
+
* @figma Size (Single line|multiline|inline)
|
|
774
774
|
*/
|
|
775
775
|
size?: CodeSnippetSize;
|
|
776
776
|
/**
|
|
@@ -2079,13 +2079,13 @@ interface NeoStatusBannerProps extends Omit<AlertProps, 'severity' | 'variant'>
|
|
|
2079
2079
|
/**
|
|
2080
2080
|
* The severity level of the status banner
|
|
2081
2081
|
* @default "success"
|
|
2082
|
-
* @figma
|
|
2082
|
+
* @figma Intent
|
|
2083
2083
|
*/
|
|
2084
2084
|
severity?: 'success' | 'error' | 'neutral' | 'info';
|
|
2085
2085
|
/**
|
|
2086
2086
|
* The visual variant style
|
|
2087
2087
|
* @default "outlined"
|
|
2088
|
-
* @figma
|
|
2088
|
+
* @figma Theme
|
|
2089
2089
|
*/
|
|
2090
2090
|
variant?: 'outlined' | 'filled';
|
|
2091
2091
|
/**
|
package/dist/index.esm.js
CHANGED
|
@@ -4841,11 +4841,11 @@ const ButtonsRow = styled('div')({
|
|
|
4841
4841
|
* @figma https://www.figma.com/design/fQTkGSFbYyE7LiHuQJsENC?node-id=5925-11
|
|
4842
4842
|
*
|
|
4843
4843
|
* Figma Props Mapping:
|
|
4844
|
-
* -
|
|
4845
|
-
* -
|
|
4844
|
+
* - State → state (Default/Active/Disabled/Focused)
|
|
4845
|
+
* - Theme → cardTheme (Dark/Light)
|
|
4846
4846
|
* - Show Icon → showIcon
|
|
4847
|
-
* - Show
|
|
4848
|
-
* -
|
|
4847
|
+
* - Show Gel → showGel
|
|
4848
|
+
* - Show Buttons → showButtons
|
|
4849
4849
|
*
|
|
4850
4850
|
* Design Tokens Used:
|
|
4851
4851
|
* - semanticColors.surfaces.card (#ffffff) - Light theme background
|