@redis-ui/styles 14.5.3 → 14.6.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/index.js
CHANGED
|
@@ -567,6 +567,27 @@ const lo = {
|
|
|
567
567
|
bgColor: "transparent",
|
|
568
568
|
textColor: t.semantic.color.text.secondary300
|
|
569
569
|
}
|
|
570
|
+
},
|
|
571
|
+
upsell: {
|
|
572
|
+
normal: {
|
|
573
|
+
bgGradient: `linear-gradient(316deg, ${t.semantic.color.background.discovery500} 0%, ${t.semantic.color.background.discovery400} 78%)`,
|
|
574
|
+
textColor: t.semantic.color.text.neutral100,
|
|
575
|
+
borderColor: t.semantic.color.border.discovery600
|
|
576
|
+
},
|
|
577
|
+
hover: {
|
|
578
|
+
bgGradient: `linear-gradient(316deg, ${t.semantic.color.background.discovery500} 0%, ${t.semantic.color.background.discovery500} 78%)`,
|
|
579
|
+
borderColor: t.semantic.color.border.discovery600
|
|
580
|
+
},
|
|
581
|
+
active: {
|
|
582
|
+
bgGradient: `linear-gradient(316deg, ${t.semantic.color.background.discovery600} 0%, ${t.semantic.color.background.discovery600} 78%)`,
|
|
583
|
+
borderColor: t.semantic.color.border.discovery700
|
|
584
|
+
},
|
|
585
|
+
disabled: {
|
|
586
|
+
bgGradient: "unset",
|
|
587
|
+
bgColor: t.semantic.color.background.neutral100,
|
|
588
|
+
borderColor: t.semantic.color.border.neutral200,
|
|
589
|
+
textColor: t.semantic.color.text.neutral400
|
|
590
|
+
}
|
|
570
591
|
}
|
|
571
592
|
}
|
|
572
593
|
}, _e = {
|
|
@@ -4344,6 +4365,27 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4344
4365
|
borderColor: e.semantic.color.border.neutral600,
|
|
4345
4366
|
textColor: e.semantic.color.text.neutral600
|
|
4346
4367
|
}
|
|
4368
|
+
},
|
|
4369
|
+
upsell: {
|
|
4370
|
+
normal: {
|
|
4371
|
+
bgGradient: `linear-gradient(316deg, ${e.semantic.color.background.discovery500} 0%, ${e.semantic.color.background.discovery400} 78%)`,
|
|
4372
|
+
textColor: e.semantic.color.text.neutral100,
|
|
4373
|
+
borderColor: e.semantic.color.border.discovery600
|
|
4374
|
+
},
|
|
4375
|
+
hover: {
|
|
4376
|
+
bgGradient: `linear-gradient(316deg, ${e.semantic.color.background.discovery500} 0%, ${e.semantic.color.background.discovery500} 78%)`,
|
|
4377
|
+
borderColor: e.semantic.color.border.discovery600
|
|
4378
|
+
},
|
|
4379
|
+
active: {
|
|
4380
|
+
bgGradient: `linear-gradient(316deg, ${e.semantic.color.background.discovery600} 0%, ${e.semantic.color.background.discovery600} 78%)`,
|
|
4381
|
+
borderColor: e.semantic.color.border.discovery700
|
|
4382
|
+
},
|
|
4383
|
+
disabled: {
|
|
4384
|
+
bgGradient: "unset",
|
|
4385
|
+
bgColor: e.semantic.color.background.neutral100,
|
|
4386
|
+
borderColor: e.semantic.color.border.neutral200,
|
|
4387
|
+
textColor: e.semantic.color.text.neutral400
|
|
4388
|
+
}
|
|
4347
4389
|
}
|
|
4348
4390
|
}
|
|
4349
4391
|
}, Ia = {
|
|
@@ -7125,6 +7167,27 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7125
7167
|
borderColor: o.semantic.color.border.neutral200,
|
|
7126
7168
|
textColor: o.semantic.color.text.neutral400
|
|
7127
7169
|
}
|
|
7170
|
+
},
|
|
7171
|
+
upsell: {
|
|
7172
|
+
normal: {
|
|
7173
|
+
bgGradient: `linear-gradient(316deg, ${o.semantic.color.background.discovery500} 0%, ${o.semantic.color.background.discovery400} 78%)`,
|
|
7174
|
+
textColor: o.semantic.color.text.secondary0,
|
|
7175
|
+
borderColor: o.semantic.color.border.discovery600
|
|
7176
|
+
},
|
|
7177
|
+
hover: {
|
|
7178
|
+
bgGradient: `linear-gradient(316deg, ${o.semantic.color.background.discovery500} 0%, ${o.semantic.color.background.discovery500} 78%)`,
|
|
7179
|
+
borderColor: o.semantic.color.border.discovery600
|
|
7180
|
+
},
|
|
7181
|
+
active: {
|
|
7182
|
+
bgGradient: `linear-gradient(316deg, ${o.semantic.color.background.discovery600} 0%, ${o.semantic.color.background.discovery600} 78%)`,
|
|
7183
|
+
borderColor: o.semantic.color.border.discovery700
|
|
7184
|
+
},
|
|
7185
|
+
disabled: {
|
|
7186
|
+
bgGradient: "unset",
|
|
7187
|
+
bgColor: o.semantic.color.background.neutral100,
|
|
7188
|
+
borderColor: o.semantic.color.border.neutral200,
|
|
7189
|
+
textColor: o.semantic.color.text.neutral400
|
|
7190
|
+
}
|
|
7128
7191
|
}
|
|
7129
7192
|
}
|
|
7130
7193
|
}, An = {
|
|
@@ -9941,6 +10004,27 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9941
10004
|
borderColor: r.semantic.color.border.secondary700,
|
|
9942
10005
|
textColor: r.semantic.color.text.secondary600
|
|
9943
10006
|
}
|
|
10007
|
+
},
|
|
10008
|
+
upsell: {
|
|
10009
|
+
normal: {
|
|
10010
|
+
bgGradient: `linear-gradient(316deg, ${r.semantic.color.background.discovery500} 0%, ${r.semantic.color.background.discovery400} 78%)`,
|
|
10011
|
+
textColor: r.semantic.color.text.secondary0,
|
|
10012
|
+
borderColor: r.semantic.color.border.discovery600
|
|
10013
|
+
},
|
|
10014
|
+
hover: {
|
|
10015
|
+
bgGradient: `linear-gradient(316deg, ${r.semantic.color.background.discovery500} 0%, ${r.semantic.color.background.discovery500} 78%)`,
|
|
10016
|
+
borderColor: r.semantic.color.border.discovery600
|
|
10017
|
+
},
|
|
10018
|
+
active: {
|
|
10019
|
+
bgGradient: `linear-gradient(316deg, ${r.semantic.color.background.discovery600} 0%, ${r.semantic.color.background.discovery600} 78%)`,
|
|
10020
|
+
borderColor: r.semantic.color.border.discovery700
|
|
10021
|
+
},
|
|
10022
|
+
disabled: {
|
|
10023
|
+
bgGradient: "unset",
|
|
10024
|
+
bgColor: r.semantic.color.background.neutral100,
|
|
10025
|
+
borderColor: r.semantic.color.border.neutral200,
|
|
10026
|
+
textColor: r.semantic.color.text.neutral400
|
|
10027
|
+
}
|
|
9944
10028
|
}
|
|
9945
10029
|
}
|
|
9946
10030
|
}, Nc = {
|