ionbase-ui 0.27.0 → 0.29.0
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/AvatarGradient.d.ts +9 -6
- package/dist/components/AvatarGradient.d.ts.map +1 -1
- package/dist/components/AvatarGradient.js +1 -1
- package/dist/components/AvatarGradient.js.map +1 -1
- package/dist/components/ScrollProgress.d.ts.map +1 -1
- package/dist/components/ScrollProgress.js +2 -2
- package/dist/components/ScrollProgress.js.map +1 -1
- package/dist/figma-descriptions.json +30 -30
- package/dist/figma-map.json +5 -7
- package/dist/meta/AvatarGradient.json +35 -72
- package/dist/meta/Button.json +4 -0
- package/dist/meta/ScrollProgress.json +13 -4
- package/dist/meta/components.json +53 -77
- package/dist/meta/contrast.json +532 -576
- package/dist/meta/index.json +3 -4
- package/dist/meta/patterns/index.json +1 -1
- package/dist/styles/avatar-gradient.css +87 -95
- package/dist/styles/button.css +47 -18
- package/dist/styles/scroll-progress.css +81 -24
- package/dist/styles/tokens/base.css +26 -26
- package/dist/styles/tokens/theme-dark.css +6 -6
- package/dist/tokens/index.d.ts +10 -10
- package/dist/tokens/index.js +10 -10
- package/llms.txt +1 -1
- package/package.json +1 -1
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
--color-red-200: #fed2d2;
|
|
31
31
|
--color-red-300: #ffadad;
|
|
32
32
|
--color-red-400: #f56b6b;
|
|
33
|
-
--color-red-500: #
|
|
34
|
-
--color-red-600: #
|
|
35
|
-
--color-red-700: #
|
|
36
|
-
--color-red-800: #
|
|
37
|
-
--color-red-900: #
|
|
33
|
+
--color-red-500: #eb3737;
|
|
34
|
+
--color-red-600: #c61616;
|
|
35
|
+
--color-red-700: #ad1515;
|
|
36
|
+
--color-red-800: #850e0e;
|
|
37
|
+
--color-red-900: #650a0a;
|
|
38
38
|
--color-orange-50: #fff4e5;
|
|
39
39
|
--color-orange-100: #ffeed6;
|
|
40
40
|
--color-orange-200: #fedbb4;
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
--color-pink-200: #fbd0e8;
|
|
81
81
|
--color-pink-300: #f9a9d5;
|
|
82
82
|
--color-pink-400: #f773b7;
|
|
83
|
-
--color-pink-500: #
|
|
84
|
-
--color-pink-600: #
|
|
85
|
-
--color-pink-700: #
|
|
86
|
-
--color-pink-800: #
|
|
87
|
-
--color-pink-900: #
|
|
83
|
+
--color-pink-500: #df2679;
|
|
84
|
+
--color-pink-600: #c3135c;
|
|
85
|
+
--color-pink-700: #a0134b;
|
|
86
|
+
--color-pink-800: #881141;
|
|
87
|
+
--color-pink-900: #5a0427;
|
|
88
88
|
--color-alpha-black-05: rgba(0, 0, 0, 0.05);
|
|
89
89
|
--color-alpha-black-10: rgba(0, 0, 0, 0.1);
|
|
90
90
|
--color-alpha-black-40: rgba(0, 0, 0, 0.4);
|
|
@@ -199,11 +199,11 @@
|
|
|
199
199
|
--error-200: #fed2d2;
|
|
200
200
|
--error-300: #ffadad;
|
|
201
201
|
--error-400: #f56b6b;
|
|
202
|
-
--error-500: #
|
|
203
|
-
--error-600: #
|
|
204
|
-
--error-700: #
|
|
205
|
-
--error-800: #
|
|
206
|
-
--error-900: #
|
|
202
|
+
--error-500: #eb3737;
|
|
203
|
+
--error-600: #c61616;
|
|
204
|
+
--error-700: #ad1515;
|
|
205
|
+
--error-800: #850e0e;
|
|
206
|
+
--error-900: #650a0a;
|
|
207
207
|
--information-50: #f6f1f8;
|
|
208
208
|
--information-100: #f1e8fd;
|
|
209
209
|
--information-200: #dfd4fc;
|
|
@@ -218,9 +218,9 @@
|
|
|
218
218
|
--chart-2: #14994e;
|
|
219
219
|
--chart-3: #5a4cd6;
|
|
220
220
|
--chart-4: #ea5600;
|
|
221
|
-
--chart-5: #
|
|
221
|
+
--chart-5: #df2679;
|
|
222
222
|
--chart-6: #a97a14;
|
|
223
|
-
--chart-7: #
|
|
223
|
+
--chart-7: #eb3737;
|
|
224
224
|
--chart-8: #6b7280;
|
|
225
225
|
--base-white: #ffffff;
|
|
226
226
|
--base-black: #000000;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
--text-on-color: #ffffff;
|
|
262
262
|
--text-inverse: #f6f8f9;
|
|
263
263
|
--text-primary: #1c62e3;
|
|
264
|
-
--text-error: #
|
|
264
|
+
--text-error: #ad1515;
|
|
265
265
|
--text-success: #076426;
|
|
266
266
|
--text-warning: #af3e0e;
|
|
267
267
|
--text-information: #4715b2;
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
--icon-on-color: #ffffff;
|
|
279
279
|
--icon-inverse: #f6f8f9;
|
|
280
280
|
--icon-primary: #1c62e3;
|
|
281
|
-
--icon-error: #
|
|
281
|
+
--icon-error: #c61616;
|
|
282
282
|
--icon-success: #0d7d38;
|
|
283
283
|
--icon-warning: #af3e0e;
|
|
284
284
|
--icon-information: #4f3cc8;
|
|
@@ -306,9 +306,9 @@
|
|
|
306
306
|
--surface-primary-subtle: #ebf7ff;
|
|
307
307
|
--surface-primary-subtle-hover: #e2f1fd;
|
|
308
308
|
--surface-primary-tint: #e2f1fd;
|
|
309
|
-
--surface-error: #
|
|
310
|
-
--surface-error-hover: #
|
|
311
|
-
--surface-error-pressed: #
|
|
309
|
+
--surface-error: #c61616;
|
|
310
|
+
--surface-error-hover: #ad1515;
|
|
311
|
+
--surface-error-pressed: #850e0e;
|
|
312
312
|
--surface-error-subtle: #fef1f1;
|
|
313
313
|
--surface-error-subtle-hover: #fee7e7;
|
|
314
314
|
--surface-error-tint: #fee7e7;
|
|
@@ -340,8 +340,8 @@
|
|
|
340
340
|
--border-primary: #286ef0;
|
|
341
341
|
--border-primary-strong: #1541b2;
|
|
342
342
|
--border-primary-subtle: #c7e4fa;
|
|
343
|
-
--border-error: #
|
|
344
|
-
--border-error-strong: #
|
|
343
|
+
--border-error: #eb3737;
|
|
344
|
+
--border-error-strong: #ad1515;
|
|
345
345
|
--border-error-subtle: #fed2d2;
|
|
346
346
|
--border-success: #14994e;
|
|
347
347
|
--border-success-strong: #076426;
|
|
@@ -353,9 +353,9 @@
|
|
|
353
353
|
--border-information-strong: #4715b2;
|
|
354
354
|
--border-information-subtle: #dfd4fc;
|
|
355
355
|
--border-focus: #286ef0;
|
|
356
|
-
--border-focus-error: #
|
|
356
|
+
--border-focus-error: #eb3737;
|
|
357
357
|
--ring-focus: #286ef0;
|
|
358
|
-
--ring-error: #
|
|
358
|
+
--ring-error: #eb3737;
|
|
359
359
|
--ring-offset: #ffffff;
|
|
360
360
|
--grid-margin: 80px;
|
|
361
361
|
--grid-gutter: 24px;
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
--surface-primary-subtle: #071e69;
|
|
54
54
|
--surface-primary-subtle-hover: #0e2d8b;
|
|
55
55
|
--surface-primary-tint: #0e2d8b;
|
|
56
|
-
--surface-error: #
|
|
56
|
+
--surface-error: #eb3737;
|
|
57
57
|
--surface-error-hover: #f56b6b;
|
|
58
58
|
--surface-error-pressed: #ffadad;
|
|
59
|
-
--surface-error-subtle: #
|
|
60
|
-
--surface-error-subtle-hover: #
|
|
61
|
-
--surface-error-tint: #
|
|
59
|
+
--surface-error-subtle: #650a0a;
|
|
60
|
+
--surface-error-subtle-hover: #850e0e;
|
|
61
|
+
--surface-error-tint: #850e0e;
|
|
62
62
|
--surface-success: #14994e;
|
|
63
63
|
--surface-success-hover: #39b378;
|
|
64
64
|
--surface-success-pressed: #82d8b4;
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
--border-primary-strong: #1c62e3;
|
|
89
89
|
--border-primary-subtle: #0e2d8b;
|
|
90
90
|
--border-error: #f56b6b;
|
|
91
|
-
--border-error-strong: #
|
|
92
|
-
--border-error-subtle: #
|
|
91
|
+
--border-error-strong: #c61616;
|
|
92
|
+
--border-error-subtle: #850e0e;
|
|
93
93
|
--border-success: #39b378;
|
|
94
94
|
--border-success-strong: #0d7d38;
|
|
95
95
|
--border-success-subtle: #054d1a;
|
package/dist/tokens/index.d.ts
CHANGED
|
@@ -1446,19 +1446,19 @@ export declare const tokenValues: {
|
|
|
1446
1446
|
readonly Value: "#f56b6b";
|
|
1447
1447
|
};
|
|
1448
1448
|
readonly "color/red/500": {
|
|
1449
|
-
readonly Value: "#
|
|
1449
|
+
readonly Value: "#eb3737";
|
|
1450
1450
|
};
|
|
1451
1451
|
readonly "color/red/600": {
|
|
1452
|
-
readonly Value: "#
|
|
1452
|
+
readonly Value: "#c61616";
|
|
1453
1453
|
};
|
|
1454
1454
|
readonly "color/red/700": {
|
|
1455
|
-
readonly Value: "#
|
|
1455
|
+
readonly Value: "#ad1515";
|
|
1456
1456
|
};
|
|
1457
1457
|
readonly "color/red/800": {
|
|
1458
|
-
readonly Value: "#
|
|
1458
|
+
readonly Value: "#850e0e";
|
|
1459
1459
|
};
|
|
1460
1460
|
readonly "color/red/900": {
|
|
1461
|
-
readonly Value: "#
|
|
1461
|
+
readonly Value: "#650a0a";
|
|
1462
1462
|
};
|
|
1463
1463
|
readonly "color/orange/50": {
|
|
1464
1464
|
readonly Value: "#fff4e5";
|
|
@@ -1596,19 +1596,19 @@ export declare const tokenValues: {
|
|
|
1596
1596
|
readonly Value: "#f773b7";
|
|
1597
1597
|
};
|
|
1598
1598
|
readonly "color/pink/500": {
|
|
1599
|
-
readonly Value: "#
|
|
1599
|
+
readonly Value: "#df2679";
|
|
1600
1600
|
};
|
|
1601
1601
|
readonly "color/pink/600": {
|
|
1602
|
-
readonly Value: "#
|
|
1602
|
+
readonly Value: "#c3135c";
|
|
1603
1603
|
};
|
|
1604
1604
|
readonly "color/pink/700": {
|
|
1605
|
-
readonly Value: "#
|
|
1605
|
+
readonly Value: "#a0134b";
|
|
1606
1606
|
};
|
|
1607
1607
|
readonly "color/pink/800": {
|
|
1608
|
-
readonly Value: "#
|
|
1608
|
+
readonly Value: "#881141";
|
|
1609
1609
|
};
|
|
1610
1610
|
readonly "color/pink/900": {
|
|
1611
|
-
readonly Value: "#
|
|
1611
|
+
readonly Value: "#5a0427";
|
|
1612
1612
|
};
|
|
1613
1613
|
readonly "spacing/0": {
|
|
1614
1614
|
readonly Value: 0;
|
package/dist/tokens/index.js
CHANGED
|
@@ -1047,19 +1047,19 @@ export const tokenValues = {
|
|
|
1047
1047
|
"Value": "#f56b6b"
|
|
1048
1048
|
},
|
|
1049
1049
|
"color/red/500": {
|
|
1050
|
-
"Value": "#
|
|
1050
|
+
"Value": "#eb3737"
|
|
1051
1051
|
},
|
|
1052
1052
|
"color/red/600": {
|
|
1053
|
-
"Value": "#
|
|
1053
|
+
"Value": "#c61616"
|
|
1054
1054
|
},
|
|
1055
1055
|
"color/red/700": {
|
|
1056
|
-
"Value": "#
|
|
1056
|
+
"Value": "#ad1515"
|
|
1057
1057
|
},
|
|
1058
1058
|
"color/red/800": {
|
|
1059
|
-
"Value": "#
|
|
1059
|
+
"Value": "#850e0e"
|
|
1060
1060
|
},
|
|
1061
1061
|
"color/red/900": {
|
|
1062
|
-
"Value": "#
|
|
1062
|
+
"Value": "#650a0a"
|
|
1063
1063
|
},
|
|
1064
1064
|
"color/orange/50": {
|
|
1065
1065
|
"Value": "#fff4e5"
|
|
@@ -1197,19 +1197,19 @@ export const tokenValues = {
|
|
|
1197
1197
|
"Value": "#f773b7"
|
|
1198
1198
|
},
|
|
1199
1199
|
"color/pink/500": {
|
|
1200
|
-
"Value": "#
|
|
1200
|
+
"Value": "#df2679"
|
|
1201
1201
|
},
|
|
1202
1202
|
"color/pink/600": {
|
|
1203
|
-
"Value": "#
|
|
1203
|
+
"Value": "#c3135c"
|
|
1204
1204
|
},
|
|
1205
1205
|
"color/pink/700": {
|
|
1206
|
-
"Value": "#
|
|
1206
|
+
"Value": "#a0134b"
|
|
1207
1207
|
},
|
|
1208
1208
|
"color/pink/800": {
|
|
1209
|
-
"Value": "#
|
|
1209
|
+
"Value": "#881141"
|
|
1210
1210
|
},
|
|
1211
1211
|
"color/pink/900": {
|
|
1212
|
-
"Value": "#
|
|
1212
|
+
"Value": "#5a0427"
|
|
1213
1213
|
},
|
|
1214
1214
|
"spacing/0": {
|
|
1215
1215
|
"Value": 0
|
package/llms.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> IonBase is a React design system for enterprise SaaS, built to be consumed by an agent rather than read by a developer. Every component ships a machine-readable contract carrying the judgement a type signature cannot: when to use it, what to use instead, the anti-patterns, and what it guarantees for accessibility versus what it requires of you.
|
|
4
4
|
|
|
5
|
-
Version 0.
|
|
5
|
+
Version 0.29.0. 45 components.
|
|
6
6
|
|
|
7
7
|
## Read these, in this order
|
|
8
8
|
|