ionbase-ui 0.27.0 → 0.28.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/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/components.json +40 -73
- package/dist/meta/contrast.json +517 -589
- 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/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
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.28.0. 45 components.
|
|
6
6
|
|
|
7
7
|
## Read these, in this order
|
|
8
8
|
|