@metamask-previews/design-system-react-native 0.14.0-preview.4ce710b → 0.15.0-preview.a73a010

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.
Files changed (157) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/dist/components/BannerAlert/BannerAlert.constants.cjs +8 -8
  3. package/dist/components/BannerAlert/BannerAlert.constants.cjs.map +1 -1
  4. package/dist/components/BannerAlert/BannerAlert.constants.d.cts +2 -2
  5. package/dist/components/BannerAlert/BannerAlert.constants.d.cts.map +1 -1
  6. package/dist/components/BannerAlert/BannerAlert.constants.d.mts +2 -2
  7. package/dist/components/BannerAlert/BannerAlert.constants.d.mts.map +1 -1
  8. package/dist/components/BannerAlert/BannerAlert.constants.mjs +2 -2
  9. package/dist/components/BannerAlert/BannerAlert.constants.mjs.map +1 -1
  10. package/dist/components/BannerBase/BannerBase.cjs +4 -4
  11. package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
  12. package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
  13. package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
  14. package/dist/components/BannerBase/BannerBase.mjs +2 -2
  15. package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
  16. package/dist/components/Box/Box.constants.cjs.map +1 -1
  17. package/dist/components/Box/Box.constants.d.cts +1 -1
  18. package/dist/components/Box/Box.constants.d.cts.map +1 -1
  19. package/dist/components/Box/Box.constants.d.mts +1 -1
  20. package/dist/components/Box/Box.constants.d.mts.map +1 -1
  21. package/dist/components/Box/Box.constants.mjs.map +1 -1
  22. package/dist/components/Box/Box.types.cjs.map +1 -1
  23. package/dist/components/Box/Box.types.d.cts +3 -107
  24. package/dist/components/Box/Box.types.d.cts.map +1 -1
  25. package/dist/components/Box/Box.types.d.mts +3 -107
  26. package/dist/components/Box/Box.types.d.mts.map +1 -1
  27. package/dist/components/Box/Box.types.mjs.map +1 -1
  28. package/dist/components/Box/index.cjs +7 -7
  29. package/dist/components/Box/index.cjs.map +1 -1
  30. package/dist/components/Box/index.d.cts +1 -2
  31. package/dist/components/Box/index.d.cts.map +1 -1
  32. package/dist/components/Box/index.d.mts +1 -2
  33. package/dist/components/Box/index.d.mts.map +1 -1
  34. package/dist/components/Box/index.mjs +1 -1
  35. package/dist/components/Box/index.mjs.map +1 -1
  36. package/dist/components/BoxHorizontal/BoxHorizontal.cjs +2 -2
  37. package/dist/components/BoxHorizontal/BoxHorizontal.cjs.map +1 -1
  38. package/dist/components/BoxHorizontal/BoxHorizontal.d.cts.map +1 -1
  39. package/dist/components/BoxHorizontal/BoxHorizontal.d.mts.map +1 -1
  40. package/dist/components/BoxHorizontal/BoxHorizontal.mjs +1 -1
  41. package/dist/components/BoxHorizontal/BoxHorizontal.mjs.map +1 -1
  42. package/dist/components/BoxVertical/BoxVertical.cjs +2 -2
  43. package/dist/components/BoxVertical/BoxVertical.cjs.map +1 -1
  44. package/dist/components/BoxVertical/BoxVertical.d.cts.map +1 -1
  45. package/dist/components/BoxVertical/BoxVertical.d.mts.map +1 -1
  46. package/dist/components/BoxVertical/BoxVertical.mjs +1 -1
  47. package/dist/components/BoxVertical/BoxVertical.mjs.map +1 -1
  48. package/dist/components/Icon/Icon.assets.cjs +2 -0
  49. package/dist/components/Icon/Icon.assets.cjs.map +1 -1
  50. package/dist/components/Icon/Icon.assets.d.cts.map +1 -1
  51. package/dist/components/Icon/Icon.assets.d.mts.map +1 -1
  52. package/dist/components/Icon/Icon.assets.mjs +2 -0
  53. package/dist/components/Icon/Icon.assets.mjs.map +1 -1
  54. package/dist/components/Icon/assets/no-photography.svg +1 -0
  55. package/dist/components/Input/Input.cjs +3 -3
  56. package/dist/components/Input/Input.cjs.map +1 -1
  57. package/dist/components/Input/Input.constants.cjs +15 -15
  58. package/dist/components/Input/Input.constants.cjs.map +1 -1
  59. package/dist/components/Input/Input.constants.d.cts +1 -1
  60. package/dist/components/Input/Input.constants.d.cts.map +1 -1
  61. package/dist/components/Input/Input.constants.d.mts +1 -1
  62. package/dist/components/Input/Input.constants.d.mts.map +1 -1
  63. package/dist/components/Input/Input.constants.mjs +1 -1
  64. package/dist/components/Input/Input.constants.mjs.map +1 -1
  65. package/dist/components/Input/Input.d.cts +1 -1
  66. package/dist/components/Input/Input.d.cts.map +1 -1
  67. package/dist/components/Input/Input.d.mts +1 -1
  68. package/dist/components/Input/Input.d.mts.map +1 -1
  69. package/dist/components/Input/Input.mjs +1 -1
  70. package/dist/components/Input/Input.mjs.map +1 -1
  71. package/dist/components/Input/Input.types.cjs.map +1 -1
  72. package/dist/components/Input/Input.types.d.cts +1 -1
  73. package/dist/components/Input/Input.types.d.cts.map +1 -1
  74. package/dist/components/Input/Input.types.d.mts +1 -1
  75. package/dist/components/Input/Input.types.d.mts.map +1 -1
  76. package/dist/components/Input/Input.types.mjs.map +1 -1
  77. package/dist/components/KeyValueColumn/KeyValueColumn.cjs +43 -0
  78. package/dist/components/KeyValueColumn/KeyValueColumn.cjs.map +1 -0
  79. package/dist/components/KeyValueColumn/KeyValueColumn.d.cts +7 -0
  80. package/dist/components/KeyValueColumn/KeyValueColumn.d.cts.map +1 -0
  81. package/dist/components/KeyValueColumn/KeyValueColumn.d.mts +7 -0
  82. package/dist/components/KeyValueColumn/KeyValueColumn.d.mts.map +1 -0
  83. package/dist/components/KeyValueColumn/KeyValueColumn.mjs +43 -0
  84. package/dist/components/KeyValueColumn/KeyValueColumn.mjs.map +1 -0
  85. package/dist/components/KeyValueColumn/KeyValueColumn.types.cjs +3 -0
  86. package/dist/components/KeyValueColumn/KeyValueColumn.types.cjs.map +1 -0
  87. package/dist/components/KeyValueColumn/KeyValueColumn.types.d.cts +17 -0
  88. package/dist/components/KeyValueColumn/KeyValueColumn.types.d.cts.map +1 -0
  89. package/dist/components/KeyValueColumn/KeyValueColumn.types.d.mts +17 -0
  90. package/dist/components/KeyValueColumn/KeyValueColumn.types.d.mts.map +1 -0
  91. package/dist/components/KeyValueColumn/KeyValueColumn.types.mjs +2 -0
  92. package/dist/components/KeyValueColumn/KeyValueColumn.types.mjs.map +1 -0
  93. package/dist/components/KeyValueColumn/index.cjs +6 -0
  94. package/dist/components/KeyValueColumn/index.cjs.map +1 -0
  95. package/dist/components/KeyValueColumn/index.d.cts +3 -0
  96. package/dist/components/KeyValueColumn/index.d.cts.map +1 -0
  97. package/dist/components/KeyValueColumn/index.d.mts +3 -0
  98. package/dist/components/KeyValueColumn/index.d.mts.map +1 -0
  99. package/dist/components/KeyValueColumn/index.mjs +2 -0
  100. package/dist/components/KeyValueColumn/index.mjs.map +1 -0
  101. package/dist/components/Text/Text.cjs +4 -4
  102. package/dist/components/Text/Text.cjs.map +1 -1
  103. package/dist/components/Text/Text.constants.cjs +23 -18
  104. package/dist/components/Text/Text.constants.cjs.map +1 -1
  105. package/dist/components/Text/Text.constants.d.cts +1 -1
  106. package/dist/components/Text/Text.constants.d.cts.map +1 -1
  107. package/dist/components/Text/Text.constants.d.mts +1 -1
  108. package/dist/components/Text/Text.constants.d.mts.map +1 -1
  109. package/dist/components/Text/Text.constants.mjs +20 -15
  110. package/dist/components/Text/Text.constants.mjs.map +1 -1
  111. package/dist/components/Text/Text.d.cts.map +1 -1
  112. package/dist/components/Text/Text.d.mts.map +1 -1
  113. package/dist/components/Text/Text.mjs +1 -1
  114. package/dist/components/Text/Text.mjs.map +1 -1
  115. package/dist/components/Text/Text.types.cjs.map +1 -1
  116. package/dist/components/Text/Text.types.d.cts +35 -3
  117. package/dist/components/Text/Text.types.d.cts.map +1 -1
  118. package/dist/components/Text/Text.types.d.mts +35 -3
  119. package/dist/components/Text/Text.types.d.mts.map +1 -1
  120. package/dist/components/Text/Text.types.mjs.map +1 -1
  121. package/dist/components/Text/index.cjs +7 -7
  122. package/dist/components/Text/index.cjs.map +1 -1
  123. package/dist/components/Text/index.d.cts +1 -1
  124. package/dist/components/Text/index.d.cts.map +1 -1
  125. package/dist/components/Text/index.d.mts +1 -1
  126. package/dist/components/Text/index.d.mts.map +1 -1
  127. package/dist/components/Text/index.mjs +1 -1
  128. package/dist/components/Text/index.mjs.map +1 -1
  129. package/dist/components/TextButton/TextButton.cjs +3 -3
  130. package/dist/components/TextButton/TextButton.cjs.map +1 -1
  131. package/dist/components/TextButton/TextButton.d.cts.map +1 -1
  132. package/dist/components/TextButton/TextButton.d.mts.map +1 -1
  133. package/dist/components/TextButton/TextButton.mjs +1 -1
  134. package/dist/components/TextButton/TextButton.mjs.map +1 -1
  135. package/dist/components/TextField/TextField.cjs +2 -2
  136. package/dist/components/TextField/TextField.cjs.map +1 -1
  137. package/dist/components/TextField/TextField.d.cts.map +1 -1
  138. package/dist/components/TextField/TextField.d.mts.map +1 -1
  139. package/dist/components/TextField/TextField.mjs +1 -1
  140. package/dist/components/TextField/TextField.mjs.map +1 -1
  141. package/dist/components/index.cjs +4 -2
  142. package/dist/components/index.cjs.map +1 -1
  143. package/dist/components/index.d.cts +2 -0
  144. package/dist/components/index.d.cts.map +1 -1
  145. package/dist/components/index.d.mts +2 -0
  146. package/dist/components/index.d.mts.map +1 -1
  147. package/dist/components/index.mjs +1 -0
  148. package/dist/components/index.mjs.map +1 -1
  149. package/dist/types/index.cjs +109 -173
  150. package/dist/types/index.cjs.map +1 -1
  151. package/dist/types/index.d.cts +99 -174
  152. package/dist/types/index.d.cts.map +1 -1
  153. package/dist/types/index.d.mts +99 -174
  154. package/dist/types/index.d.mts.map +1 -1
  155. package/dist/types/index.mjs +108 -172
  156. package/dist/types/index.mjs.map +1 -1
  157. package/package.json +4 -4
@@ -23,180 +23,6 @@ export declare enum AvatarIconSeverity {
23
23
  Error = "error",
24
24
  Warning = "warning"
25
25
  }
26
- /**
27
- * Box - all spacing-related props
28
- */
29
- export type BoxSpacing = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
30
- /**
31
- * Box - border width values (only valid Tailwind CSS border width utilities)
32
- */
33
- export type BoxBorderWidth = 0 | 1 | 2 | 4 | 8;
34
- /**
35
- * Box - flexDirection
36
- */
37
- export declare enum BoxFlexDirection {
38
- Row = "flex-row",
39
- RowReverse = "flex-row-reverse",
40
- Column = "flex-col",
41
- ColumnReverse = "flex-col-reverse"
42
- }
43
- /**
44
- * Box - flexWrap
45
- */
46
- export declare enum BoxFlexWrap {
47
- NoWrap = "flex-nowrap",
48
- Wrap = "flex-wrap",
49
- WrapReverse = "flex-wrap-reverse"
50
- }
51
- /**
52
- * Box - alignItems
53
- */
54
- export declare enum BoxAlignItems {
55
- Start = "items-start",
56
- Center = "items-center",
57
- End = "items-end",
58
- Stretch = "items-stretch",
59
- Baseline = "items-baseline"
60
- }
61
- /**
62
- * Box - justifyContent
63
- */
64
- export declare enum BoxJustifyContent {
65
- Start = "justify-start",
66
- Center = "justify-center",
67
- End = "justify-end",
68
- Between = "justify-between",
69
- Around = "justify-around",
70
- Evenly = "justify-evenly"
71
- }
72
- /**
73
- * Box - backgroundColor
74
- */
75
- export declare enum BoxBackgroundColor {
76
- /** Default background color */
77
- BackgroundDefault = "bg-default",
78
- /** Alternative background color */
79
- BackgroundAlternative = "bg-alternative",
80
- /** Section background color */
81
- BackgroundSection = "bg-section",
82
- /** Subsection background color */
83
- BackgroundSubsection = "bg-subsection",
84
- /** Muted background color */
85
- BackgroundMuted = "bg-muted",
86
- /** Primary default background color */
87
- PrimaryDefault = "bg-primary-default",
88
- /** Primary alternative background color */
89
- PrimaryAlternative = "bg-primary-alternative",
90
- /** Primary muted background color */
91
- PrimaryMuted = "bg-primary-muted",
92
- /** Primary inverse background color */
93
- PrimaryInverse = "bg-primary-inverse",
94
- /** Error default background color */
95
- ErrorDefault = "bg-error-default",
96
- /** Error alternative background color */
97
- ErrorAlternative = "bg-error-alternative",
98
- /** Error muted background color */
99
- ErrorMuted = "bg-error-muted",
100
- /** Error inverse background color */
101
- ErrorInverse = "bg-error-inverse",
102
- /** Warning default background color */
103
- WarningDefault = "bg-warning-default",
104
- /** Warning alternative background color */
105
- WarningAlternative = "bg-warning-alternative",
106
- /** Warning muted background color */
107
- WarningMuted = "bg-warning-muted",
108
- /** Warning inverse background color */
109
- WarningInverse = "bg-warning-inverse",
110
- /** Success default background color */
111
- SuccessDefault = "bg-success-default",
112
- /** Success alternative background color */
113
- SuccessAlternative = "bg-success-alternative",
114
- /** Success muted background color */
115
- SuccessMuted = "bg-success-muted",
116
- /** Success inverse background color */
117
- SuccessInverse = "bg-success-inverse",
118
- /** Info default background color */
119
- InfoDefault = "bg-info-default",
120
- /** Info muted background color */
121
- InfoMuted = "bg-info-muted",
122
- /** Info inverse background color */
123
- InfoInverse = "bg-info-inverse",
124
- /** Flask default background color */
125
- FlaskDefault = "bg-flask-default",
126
- /** Flask inverse background color */
127
- FlaskInverse = "bg-flask-inverse",
128
- /** Overlay alternative background color */
129
- OverlayAlternative = "bg-overlay-alternative",
130
- /** Overlay default background color */
131
- OverlayDefault = "bg-overlay-default",
132
- /** Overlay inverse background color */
133
- OverlayInverse = "bg-overlay-inverse",
134
- /** Transparent background color */
135
- Transparent = "bg-transparent"
136
- }
137
- /**
138
- * Box - borderColor
139
- */
140
- export declare enum BoxBorderColor {
141
- /** Background default for cut out effect*/
142
- BackgroundDefault = "border-background-default",
143
- /** Default border color */
144
- BorderDefault = "border-default",
145
- /** Muted border color */
146
- BorderMuted = "border-muted",
147
- /** Primary default border color */
148
- PrimaryDefault = "border-primary-default",
149
- /** Primary alternative border color */
150
- PrimaryAlternative = "border-primary-alternative",
151
- /** Primary muted border color */
152
- PrimaryMuted = "border-primary-muted",
153
- /** Primary inverse border color */
154
- PrimaryInverse = "border-primary-inverse",
155
- /** Error default border color */
156
- ErrorDefault = "border-error-default",
157
- /** Error alternative border color */
158
- ErrorAlternative = "border-error-alternative",
159
- /** Error muted border color */
160
- ErrorMuted = "border-error-muted",
161
- /** Error inverse border color */
162
- ErrorInverse = "border-error-inverse",
163
- /** Warning default border color */
164
- WarningDefault = "border-warning-default",
165
- /** Warning alternative border color */
166
- WarningAlternative = "border-warning-alternative",
167
- /** Warning muted border color */
168
- WarningMuted = "border-warning-muted",
169
- /** Warning inverse border color */
170
- WarningInverse = "border-warning-inverse",
171
- /** Success default border color */
172
- SuccessDefault = "border-success-default",
173
- /** Success alternative border color */
174
- SuccessAlternative = "border-success-alternative",
175
- /** Success muted border color */
176
- SuccessMuted = "border-success-muted",
177
- /** Success inverse border color */
178
- SuccessInverse = "border-success-inverse",
179
- /** Info default border color */
180
- InfoDefault = "border-info-default",
181
- /** Info alternative border color */
182
- InfoAlternative = "border-info-alternative",
183
- /** Info muted border color */
184
- InfoMuted = "border-info-muted",
185
- /** Info inverse border color */
186
- InfoInverse = "border-info-inverse",
187
- /** Flask default border color */
188
- FlaskDefault = "border-flask-default",
189
- /** Flask inverse border color */
190
- FlaskInverse = "border-flask-inverse",
191
- /** Overlay alternative border color */
192
- OverlayAlternative = "border-overlay-alternative",
193
- /** Overlay default border color */
194
- OverlayDefault = "border-overlay-default",
195
- /** Overlay inverse border color */
196
- OverlayInverse = "border-overlay-inverse",
197
- /** Transparent border color */
198
- Transparent = "border-transparent"
199
- }
200
26
  /**
201
27
  * ButtonBase - size
202
28
  */
@@ -252,6 +78,104 @@ export declare enum ButtonIconVariant {
252
78
  Filled = "filled",
253
79
  Floating = "floating"
254
80
  }
81
+ /**
82
+ * Text - variant
83
+ */
84
+ export declare enum TextVariant {
85
+ DisplayLg = "display-lg",
86
+ DisplayMd = "display-md",
87
+ HeadingLg = "heading-lg",
88
+ HeadingMd = "heading-md",
89
+ HeadingSm = "heading-sm",
90
+ BodyLg = "body-lg",
91
+ BodyMd = "body-md",
92
+ BodySm = "body-sm",
93
+ BodyXs = "body-xs",
94
+ PageHeading = "page-heading",
95
+ SectionHeading = "section-heading",
96
+ ButtonLabelMd = "button-label-md",
97
+ ButtonLabelLg = "button-label-lg",
98
+ AmountDisplayLg = "amount-display-lg"
99
+ }
100
+ /**
101
+ * Text - color
102
+ */
103
+ export declare enum TextColor {
104
+ /** For default neutral text. */
105
+ TextDefault = "text-default",
106
+ /** For softer contrast neutral text */
107
+ TextAlternative = "text-alternative",
108
+ /** For the softest contrast neutral text (not accessible) */
109
+ TextMuted = "text-muted",
110
+ /** For elements used on top of overlay/alternative. */
111
+ OverlayInverse = "text-overlay-inverse",
112
+ /** For interactive, active, and selected semantics. */
113
+ PrimaryDefault = "text-primary-default",
114
+ /** For softer variants of primary text. */
115
+ PrimaryAlternative = "text-primary-alternative",
116
+ /** For elements used on top of primary/default. */
117
+ PrimaryInverse = "text-primary-inverse",
118
+ /** For primary text in a pressed state. */
119
+ PrimaryDefaultPressed = "text-primary-default-pressed",
120
+ /** For critical alert text. */
121
+ ErrorDefault = "text-error-default",
122
+ /** For stronger contrast error text. */
123
+ ErrorAlternative = "text-error-alternative",
124
+ /** For elements used on top of error/default. */
125
+ ErrorInverse = "text-error-inverse",
126
+ /** For critical alert text in a pressed state. */
127
+ ErrorDefaultPressed = "text-error-default-pressed",
128
+ /** For caution alert text. */
129
+ WarningDefault = "text-warning-default",
130
+ /** For elements used on top of warning/default. */
131
+ WarningInverse = "text-warning-inverse",
132
+ /** For caution text in a pressed state. */
133
+ WarningDefaultPressed = "text-warning-default-pressed",
134
+ /** For positive semantic text. */
135
+ SuccessDefault = "text-success-default",
136
+ /** For elements used on top of success/default. */
137
+ SuccessInverse = "text-success-inverse",
138
+ /** For positive text in a pressed state. */
139
+ SuccessDefaultPressed = "text-success-default-pressed",
140
+ /** For informational read-only text. */
141
+ InfoDefault = "text-info-default",
142
+ /** For elements used on top of info/default. */
143
+ InfoInverse = "text-info-inverse",
144
+ /** Make the text color transparent. */
145
+ Transparent = "text-transparent"
146
+ }
147
+ /**
148
+ * Text - fontWeight
149
+ */
150
+ export declare enum FontWeight {
151
+ /**
152
+ * Weight - 600
153
+ */
154
+ Bold = "600",
155
+ /**
156
+ * Weight - 500
157
+ */
158
+ Medium = "500",
159
+ /**
160
+ * Weight - 400
161
+ */
162
+ Regular = "400"
163
+ }
164
+ /**
165
+ * Text - fontStyle
166
+ */
167
+ export declare enum FontStyle {
168
+ Italic = "italic",
169
+ Normal = "normal"
170
+ }
171
+ /**
172
+ * Text - fontFamily
173
+ */
174
+ export declare enum FontFamily {
175
+ Default = "default",
176
+ Accent = "accent",
177
+ Hero = "hero"
178
+ }
255
179
  /**
256
180
  * Icon - color
257
181
  */
@@ -480,6 +404,7 @@ export declare enum IconName {
480
404
  MoreVertical = "MoreVertical",
481
405
  MountainFlag = "MountainFlag",
482
406
  MusicNote = "MusicNote",
407
+ NoPhotography = "NoPhotography",
483
408
  Notification = "Notification",
484
409
  PageInfo = "PageInfo",
485
410
  Palette = "Palette",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,eAAe,GAChB,gDAAgD;AACjD,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,gDAAgD;AAC9F,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,gDAAgD;AAC5F,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,gDAAgD;AAC3F,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,gDAAgD;AAC9F,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,gDAAgD;AAEvF;;GAEG;AACH,oBAAY,kBAAkB;IAC5B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,UAAU;CAChB;AAED;;GAEG;AACH,oBAAY,kBAAkB;IAC5B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IAEnB,KAAK,UAAU;IACf,OAAO,YAAY;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAE9E;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAE/C;;GAEG;AACH,oBAAY,gBAAgB;IAC1B,GAAG,aAAa;IAChB,UAAU,qBAAqB;IAC/B,MAAM,aAAa;IACnB,aAAa,qBAAqB;CACnC;AAED;;GAEG;AACH,oBAAY,WAAW;IACrB,MAAM,gBAAgB;IACtB,IAAI,cAAc;IAClB,WAAW,sBAAsB;CAClC;AAED;;GAEG;AACH,oBAAY,aAAa;IACvB,KAAK,gBAAgB;IACrB,MAAM,iBAAiB;IACvB,GAAG,cAAc;IACjB,OAAO,kBAAkB;IACzB,QAAQ,mBAAmB;CAC5B;AAED;;GAEG;AACH,oBAAY,iBAAiB;IAC3B,KAAK,kBAAkB;IACvB,MAAM,mBAAmB;IACzB,GAAG,gBAAgB;IACnB,OAAO,oBAAoB;IAC3B,MAAM,mBAAmB;IACzB,MAAM,mBAAmB;CAC1B;AAED;;GAEG;AACH,oBAAY,kBAAkB;IAC5B,+BAA+B;IAC/B,iBAAiB,eAAe;IAChC,mCAAmC;IACnC,qBAAqB,mBAAmB;IACxC,+BAA+B;IAC/B,iBAAiB,eAAe;IAChC,kCAAkC;IAClC,oBAAoB,kBAAkB;IACtC,6BAA6B;IAC7B,eAAe,aAAa;IAC5B,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,2CAA2C;IAC3C,kBAAkB,2BAA2B;IAC7C,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,yCAAyC;IACzC,gBAAgB,yBAAyB;IACzC,mCAAmC;IACnC,UAAU,mBAAmB;IAC7B,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,2CAA2C;IAC3C,kBAAkB,2BAA2B;IAC7C,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,2CAA2C;IAC3C,kBAAkB,2BAA2B;IAC7C,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,oCAAoC;IACpC,WAAW,oBAAoB;IAC/B,kCAAkC;IAClC,SAAS,kBAAkB;IAC3B,oCAAoC;IACpC,WAAW,oBAAoB;IAC/B,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,qCAAqC;IACrC,YAAY,qBAAqB;IACjC,2CAA2C;IAC3C,kBAAkB,2BAA2B;IAC7C,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,uCAAuC;IACvC,cAAc,uBAAuB;IACrC,mCAAmC;IACnC,WAAW,mBAAmB;CAC/B;AAED;;GAEG;AACH,oBAAY,cAAc;IACxB,2CAA2C;IAC3C,iBAAiB,8BAA8B;IAC/C,2BAA2B;IAC3B,aAAa,mBAAmB;IAChC,yBAAyB;IACzB,WAAW,iBAAiB;IAC5B,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,uCAAuC;IACvC,kBAAkB,+BAA+B;IACjD,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,qCAAqC;IACrC,gBAAgB,6BAA6B;IAC7C,+BAA+B;IAC/B,UAAU,uBAAuB;IACjC,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,uCAAuC;IACvC,kBAAkB,+BAA+B;IACjD,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,uCAAuC;IACvC,kBAAkB,+BAA+B;IACjD,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,gCAAgC;IAChC,WAAW,wBAAwB;IACnC,oCAAoC;IACpC,eAAe,4BAA4B;IAC3C,8BAA8B;IAC9B,SAAS,sBAAsB;IAC/B,gCAAgC;IAChC,WAAW,wBAAwB;IACnC,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,iCAAiC;IACjC,YAAY,yBAAyB;IACrC,uCAAuC;IACvC,kBAAkB,+BAA+B;IACjD,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,mCAAmC;IACnC,cAAc,2BAA2B;IACzC,+BAA+B;IAC/B,WAAW,uBAAuB;CACnC;AAED;;GAEG;AACH,oBAAY,cAAc;IACxB;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;CACV;AACD,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,CAAC;AACxC,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,CAAC;AAC/C,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,CAAC;AACjD,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,CAAC;AAChD,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,CAAC;AAE5C;;GAEG;AACH,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB;AAED;;GAEG;AACH,oBAAY,cAAc;IACxB;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;CACV;AAED;;GAEG;AACH,oBAAY,iBAAiB;IAC3B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;CACtB;AAED;;GAEG;AACH,oBAAY,SAAS;IACnB,gCAAgC;IAChC,WAAW,sBAAsB;IACjC,+BAA+B;IAC/B,eAAe,0BAA0B;IACzC,8DAA8D;IAC9D,SAAS,oBAAoB;IAC7B,sFAAsF;IACtF,cAAc,yBAAyB;IACvC,kGAAkG;IAClG,cAAc,yBAAyB;IACvC,0DAA0D;IAC1D,kBAAkB,6BAA6B;IAC/C,kFAAkF;IAClF,cAAc,yBAAyB;IACvC,0DAA0D;IAC1D,qBAAqB,iCAAiC;IACtD,uFAAuF;IACvF,YAAY,uBAAuB;IACnC,4CAA4C;IAC5C,gBAAgB,2BAA2B;IAC3C,gFAAgF;IAChF,YAAY,uBAAuB;IACnC,8DAA8D;IAC9D,mBAAmB,+BAA+B;IAClD,sFAAsF;IACtF,cAAc,yBAAyB;IACvC,kFAAkF;IAClF,cAAc,yBAAyB;IACvC,6DAA6D;IAC7D,qBAAqB,iCAAiC;IACtD,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,kFAAkF;IAClF,cAAc,yBAAyB;IACvC,wDAAwD;IACxD,qBAAqB,iCAAiC;IACtD,uFAAuF;IACvF,WAAW,sBAAsB;IACjC,+EAA+E;IAC/E,WAAW,sBAAsB;CAClC;AAED;;GAEG;AACH,oBAAY,QAAQ;IAClB,yBAAyB;IACzB,EAAE,OAAO;IACT,mBAAmB;IACnB,EAAE,OAAO;IACT,8BAA8B;IAC9B,EAAE,OAAO;IACT,mBAAmB;IACnB,EAAE,OAAO;IACT,yBAAyB;IACzB,EAAE,OAAO;CACV;AAOD;;GAEG;AAEH,oBAAY,QAAQ;IAClB,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,GAAG,QAAQ;IACX,UAAU,eAAe;IACzB,EAAE,OAAO;IACT,cAAc,mBAAmB;IACjC,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,gBAAgB,qBAAqB;IACrC,SAAS,cAAc;IACvB,mBAAmB,wBAAwB;IAC3C,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,KAAK,UAAU;IACf,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,cAAc,mBAAmB;IACjC,MAAM,WAAW;IACjB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,GAAG,QAAQ;IACX,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,YAAY,iBAAiB;IAC7B,UAAU,eAAe;IACzB,iBAAiB,sBAAsB;IACvC,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,qBAAqB,0BAA0B;IAC/C,gBAAgB,qBAAqB;IACrC,kBAAkB,uBAAuB;IACzC,sBAAsB,2BAA2B;IACjD,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,KAAK,UAAU;IACf,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,cAAc,mBAAmB;IACjC,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,gBAAgB,qBAAqB;IACrC,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,CAAC,MAAM;CACR"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
@@ -23,180 +23,6 @@ export declare enum AvatarIconSeverity {
23
23
  Error = "error",
24
24
  Warning = "warning"
25
25
  }
26
- /**
27
- * Box - all spacing-related props
28
- */
29
- export type BoxSpacing = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
30
- /**
31
- * Box - border width values (only valid Tailwind CSS border width utilities)
32
- */
33
- export type BoxBorderWidth = 0 | 1 | 2 | 4 | 8;
34
- /**
35
- * Box - flexDirection
36
- */
37
- export declare enum BoxFlexDirection {
38
- Row = "flex-row",
39
- RowReverse = "flex-row-reverse",
40
- Column = "flex-col",
41
- ColumnReverse = "flex-col-reverse"
42
- }
43
- /**
44
- * Box - flexWrap
45
- */
46
- export declare enum BoxFlexWrap {
47
- NoWrap = "flex-nowrap",
48
- Wrap = "flex-wrap",
49
- WrapReverse = "flex-wrap-reverse"
50
- }
51
- /**
52
- * Box - alignItems
53
- */
54
- export declare enum BoxAlignItems {
55
- Start = "items-start",
56
- Center = "items-center",
57
- End = "items-end",
58
- Stretch = "items-stretch",
59
- Baseline = "items-baseline"
60
- }
61
- /**
62
- * Box - justifyContent
63
- */
64
- export declare enum BoxJustifyContent {
65
- Start = "justify-start",
66
- Center = "justify-center",
67
- End = "justify-end",
68
- Between = "justify-between",
69
- Around = "justify-around",
70
- Evenly = "justify-evenly"
71
- }
72
- /**
73
- * Box - backgroundColor
74
- */
75
- export declare enum BoxBackgroundColor {
76
- /** Default background color */
77
- BackgroundDefault = "bg-default",
78
- /** Alternative background color */
79
- BackgroundAlternative = "bg-alternative",
80
- /** Section background color */
81
- BackgroundSection = "bg-section",
82
- /** Subsection background color */
83
- BackgroundSubsection = "bg-subsection",
84
- /** Muted background color */
85
- BackgroundMuted = "bg-muted",
86
- /** Primary default background color */
87
- PrimaryDefault = "bg-primary-default",
88
- /** Primary alternative background color */
89
- PrimaryAlternative = "bg-primary-alternative",
90
- /** Primary muted background color */
91
- PrimaryMuted = "bg-primary-muted",
92
- /** Primary inverse background color */
93
- PrimaryInverse = "bg-primary-inverse",
94
- /** Error default background color */
95
- ErrorDefault = "bg-error-default",
96
- /** Error alternative background color */
97
- ErrorAlternative = "bg-error-alternative",
98
- /** Error muted background color */
99
- ErrorMuted = "bg-error-muted",
100
- /** Error inverse background color */
101
- ErrorInverse = "bg-error-inverse",
102
- /** Warning default background color */
103
- WarningDefault = "bg-warning-default",
104
- /** Warning alternative background color */
105
- WarningAlternative = "bg-warning-alternative",
106
- /** Warning muted background color */
107
- WarningMuted = "bg-warning-muted",
108
- /** Warning inverse background color */
109
- WarningInverse = "bg-warning-inverse",
110
- /** Success default background color */
111
- SuccessDefault = "bg-success-default",
112
- /** Success alternative background color */
113
- SuccessAlternative = "bg-success-alternative",
114
- /** Success muted background color */
115
- SuccessMuted = "bg-success-muted",
116
- /** Success inverse background color */
117
- SuccessInverse = "bg-success-inverse",
118
- /** Info default background color */
119
- InfoDefault = "bg-info-default",
120
- /** Info muted background color */
121
- InfoMuted = "bg-info-muted",
122
- /** Info inverse background color */
123
- InfoInverse = "bg-info-inverse",
124
- /** Flask default background color */
125
- FlaskDefault = "bg-flask-default",
126
- /** Flask inverse background color */
127
- FlaskInverse = "bg-flask-inverse",
128
- /** Overlay alternative background color */
129
- OverlayAlternative = "bg-overlay-alternative",
130
- /** Overlay default background color */
131
- OverlayDefault = "bg-overlay-default",
132
- /** Overlay inverse background color */
133
- OverlayInverse = "bg-overlay-inverse",
134
- /** Transparent background color */
135
- Transparent = "bg-transparent"
136
- }
137
- /**
138
- * Box - borderColor
139
- */
140
- export declare enum BoxBorderColor {
141
- /** Background default for cut out effect*/
142
- BackgroundDefault = "border-background-default",
143
- /** Default border color */
144
- BorderDefault = "border-default",
145
- /** Muted border color */
146
- BorderMuted = "border-muted",
147
- /** Primary default border color */
148
- PrimaryDefault = "border-primary-default",
149
- /** Primary alternative border color */
150
- PrimaryAlternative = "border-primary-alternative",
151
- /** Primary muted border color */
152
- PrimaryMuted = "border-primary-muted",
153
- /** Primary inverse border color */
154
- PrimaryInverse = "border-primary-inverse",
155
- /** Error default border color */
156
- ErrorDefault = "border-error-default",
157
- /** Error alternative border color */
158
- ErrorAlternative = "border-error-alternative",
159
- /** Error muted border color */
160
- ErrorMuted = "border-error-muted",
161
- /** Error inverse border color */
162
- ErrorInverse = "border-error-inverse",
163
- /** Warning default border color */
164
- WarningDefault = "border-warning-default",
165
- /** Warning alternative border color */
166
- WarningAlternative = "border-warning-alternative",
167
- /** Warning muted border color */
168
- WarningMuted = "border-warning-muted",
169
- /** Warning inverse border color */
170
- WarningInverse = "border-warning-inverse",
171
- /** Success default border color */
172
- SuccessDefault = "border-success-default",
173
- /** Success alternative border color */
174
- SuccessAlternative = "border-success-alternative",
175
- /** Success muted border color */
176
- SuccessMuted = "border-success-muted",
177
- /** Success inverse border color */
178
- SuccessInverse = "border-success-inverse",
179
- /** Info default border color */
180
- InfoDefault = "border-info-default",
181
- /** Info alternative border color */
182
- InfoAlternative = "border-info-alternative",
183
- /** Info muted border color */
184
- InfoMuted = "border-info-muted",
185
- /** Info inverse border color */
186
- InfoInverse = "border-info-inverse",
187
- /** Flask default border color */
188
- FlaskDefault = "border-flask-default",
189
- /** Flask inverse border color */
190
- FlaskInverse = "border-flask-inverse",
191
- /** Overlay alternative border color */
192
- OverlayAlternative = "border-overlay-alternative",
193
- /** Overlay default border color */
194
- OverlayDefault = "border-overlay-default",
195
- /** Overlay inverse border color */
196
- OverlayInverse = "border-overlay-inverse",
197
- /** Transparent border color */
198
- Transparent = "border-transparent"
199
- }
200
26
  /**
201
27
  * ButtonBase - size
202
28
  */
@@ -252,6 +78,104 @@ export declare enum ButtonIconVariant {
252
78
  Filled = "filled",
253
79
  Floating = "floating"
254
80
  }
81
+ /**
82
+ * Text - variant
83
+ */
84
+ export declare enum TextVariant {
85
+ DisplayLg = "display-lg",
86
+ DisplayMd = "display-md",
87
+ HeadingLg = "heading-lg",
88
+ HeadingMd = "heading-md",
89
+ HeadingSm = "heading-sm",
90
+ BodyLg = "body-lg",
91
+ BodyMd = "body-md",
92
+ BodySm = "body-sm",
93
+ BodyXs = "body-xs",
94
+ PageHeading = "page-heading",
95
+ SectionHeading = "section-heading",
96
+ ButtonLabelMd = "button-label-md",
97
+ ButtonLabelLg = "button-label-lg",
98
+ AmountDisplayLg = "amount-display-lg"
99
+ }
100
+ /**
101
+ * Text - color
102
+ */
103
+ export declare enum TextColor {
104
+ /** For default neutral text. */
105
+ TextDefault = "text-default",
106
+ /** For softer contrast neutral text */
107
+ TextAlternative = "text-alternative",
108
+ /** For the softest contrast neutral text (not accessible) */
109
+ TextMuted = "text-muted",
110
+ /** For elements used on top of overlay/alternative. */
111
+ OverlayInverse = "text-overlay-inverse",
112
+ /** For interactive, active, and selected semantics. */
113
+ PrimaryDefault = "text-primary-default",
114
+ /** For softer variants of primary text. */
115
+ PrimaryAlternative = "text-primary-alternative",
116
+ /** For elements used on top of primary/default. */
117
+ PrimaryInverse = "text-primary-inverse",
118
+ /** For primary text in a pressed state. */
119
+ PrimaryDefaultPressed = "text-primary-default-pressed",
120
+ /** For critical alert text. */
121
+ ErrorDefault = "text-error-default",
122
+ /** For stronger contrast error text. */
123
+ ErrorAlternative = "text-error-alternative",
124
+ /** For elements used on top of error/default. */
125
+ ErrorInverse = "text-error-inverse",
126
+ /** For critical alert text in a pressed state. */
127
+ ErrorDefaultPressed = "text-error-default-pressed",
128
+ /** For caution alert text. */
129
+ WarningDefault = "text-warning-default",
130
+ /** For elements used on top of warning/default. */
131
+ WarningInverse = "text-warning-inverse",
132
+ /** For caution text in a pressed state. */
133
+ WarningDefaultPressed = "text-warning-default-pressed",
134
+ /** For positive semantic text. */
135
+ SuccessDefault = "text-success-default",
136
+ /** For elements used on top of success/default. */
137
+ SuccessInverse = "text-success-inverse",
138
+ /** For positive text in a pressed state. */
139
+ SuccessDefaultPressed = "text-success-default-pressed",
140
+ /** For informational read-only text. */
141
+ InfoDefault = "text-info-default",
142
+ /** For elements used on top of info/default. */
143
+ InfoInverse = "text-info-inverse",
144
+ /** Make the text color transparent. */
145
+ Transparent = "text-transparent"
146
+ }
147
+ /**
148
+ * Text - fontWeight
149
+ */
150
+ export declare enum FontWeight {
151
+ /**
152
+ * Weight - 600
153
+ */
154
+ Bold = "600",
155
+ /**
156
+ * Weight - 500
157
+ */
158
+ Medium = "500",
159
+ /**
160
+ * Weight - 400
161
+ */
162
+ Regular = "400"
163
+ }
164
+ /**
165
+ * Text - fontStyle
166
+ */
167
+ export declare enum FontStyle {
168
+ Italic = "italic",
169
+ Normal = "normal"
170
+ }
171
+ /**
172
+ * Text - fontFamily
173
+ */
174
+ export declare enum FontFamily {
175
+ Default = "default",
176
+ Accent = "accent",
177
+ Hero = "hero"
178
+ }
255
179
  /**
256
180
  * Icon - color
257
181
  */
@@ -480,6 +404,7 @@ export declare enum IconName {
480
404
  MoreVertical = "MoreVertical",
481
405
  MountainFlag = "MountainFlag",
482
406
  MusicNote = "MusicNote",
407
+ NoPhotography = "NoPhotography",
483
408
  Notification = "Notification",
484
409
  PageInfo = "PageInfo",
485
410
  Palette = "Palette",