@@ -58,13 +58,13 @@ export class Badge {
58
58
*
59
59
* text -> content of your Button
60
60
*
61
- * icon -> add the i tagof your icon
61
+ * icon -> add the i tag of your icon
62
62
*
63
63
* iconPosition -> left or right
64
64
*
65
65
* size -> s, m, l
66
66
*
67
- * style -> primary, cta, information, success, warning, error
67
+ * style -> primary, secondary, cta, information, success, warning, error
68
68
*
69
69
* @example
70
70
* const myButton = new Button({
@@ -135,7 +135,7 @@ export class Button {
135
135
*
136
136
* size -> s, m, l
137
137
*
138
- * style -> primary, cta , information, success, warning, error
138
+ * style -> primary, accent , information, success, warning, error
139
139
*
140
140
* title -> add the title
141
141
*
@@ -195,7 +195,7 @@ export class Link {
195
195
*
196
196
* parent -> class or id of your target element, when null its document.body
197
197
*
198
- * style -> primary, cta , information, success, warning, error
198
+ * style -> primary, accent , information, success, warning, error
199
199
*
200
200
* animation -> linnear, eased
201
201
*
@@ -251,7 +251,7 @@ export class Spinner {
251
251
*
252
252
* text -> add your message text
253
253
*
254
- * style -> primary, cta , information, success, warning, error
254
+ * style -> primary, accent , information, success, warning, error
255
255
*
256
256
* position -> left-top, left-bottom, right-top, right-bottom
257
257
*
@@ -322,7 +322,7 @@ export class Toast {
322
322
*
323
323
* size -> xs, s, m, l, xl
324
324
*
325
- * style -> primary, cta , information, success, warning, error
325
+ * style -> primary, accent , information, success, warning, error
326
326
*
327
327
* progress -> set the progress of the par width a number
328
328
*
0 commit comments