@aivenio/aquarium 1.72.0 → 1.73.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/_variables.scss +255 -244
- package/dist/atoms.cjs +1084 -947
- package/dist/atoms.mjs +1084 -947
- package/dist/src/atoms/Banner/Banner.js +3 -7
- package/dist/src/atoms/DataList/DataList.js +2 -2
- package/dist/src/atoms/Select/Select.js +2 -2
- package/dist/src/atoms/Toast/Toast.js +2 -2
- package/dist/src/atoms/Typography/Typography.js +3 -3
- package/dist/src/icons/award.d.ts +9 -0
- package/dist/src/icons/award.js +11 -0
- package/dist/src/icons/index.d.ts +1 -0
- package/dist/src/icons/index.js +2 -1
- package/dist/src/molecules/Box/Box.d.ts +5 -6
- package/dist/src/molecules/Box/Box.js +13 -7
- package/dist/src/molecules/Grid/Grid.js +4 -4
- package/dist/src/molecules/Section/Section.js +3 -3
- package/dist/src/molecules/Tailwindify/Tailwindify.d.ts +2 -1
- package/dist/src/molecules/Tailwindify/Tailwindify.js +1 -1
- package/dist/src/system.d.ts +1 -6
- package/dist/src/system.js +2 -11
- package/dist/src/tokens/tokens.json +647 -0
- package/dist/src/utils/breakpoints.js +3 -3
- package/dist/src/utils/useStyle.js +6 -2
- package/dist/styles.css +2074 -1473
- package/dist/system.cjs +1103 -971
- package/dist/system.mjs +1103 -973
- package/dist/tailwind.config.js +73 -161
- package/dist/tailwind.theme.json +383 -331
- package/dist/tokens.json +644 -562
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/designTokens.d.ts +12 -11
- package/dist/types/tailwindGenerated.d.ts +1 -1
- package/package.json +10 -8
- package/dist/src/js/resolveTheme.d.ts +0 -8
- package/dist/src/js/resolveTheme.js +0 -10
package/dist/atoms.mjs
CHANGED
@@ -497,6 +497,22 @@ var require_automaticUpdates = __commonJS({
|
|
497
497
|
}
|
498
498
|
});
|
499
499
|
|
500
|
+
// src/icons/award.js
|
501
|
+
var require_award = __commonJS({
|
502
|
+
"src/icons/award.js"(exports) {
|
503
|
+
"use strict";
|
504
|
+
var data = {
|
505
|
+
"body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7.303 13.495-.886 6.672 4.206-2.524c.137-.082.206-.123.279-.14a.459.459 0 01.196 0c.073.017.142.058.28.14l4.205 2.524-.885-6.673m2.719-5.244a6.417 6.417 0 11-12.834 0 6.417 6.417 0 0112.834 0Z"/>',
|
506
|
+
"left": 0,
|
507
|
+
"top": 0,
|
508
|
+
"width": 22,
|
509
|
+
"height": 22
|
510
|
+
};
|
511
|
+
exports.__esModule = true;
|
512
|
+
exports.default = data;
|
513
|
+
}
|
514
|
+
});
|
515
|
+
|
500
516
|
// src/icons/badge.js
|
501
517
|
var require_badge = __commonJS({
|
502
518
|
"src/icons/badge.js"(exports) {
|
@@ -4145,588 +4161,6 @@ var require_warningSign = __commonJS({
|
|
4145
4161
|
}
|
4146
4162
|
});
|
4147
4163
|
|
4148
|
-
// tokens.json
|
4149
|
-
var require_tokens = __commonJS({
|
4150
|
-
"tokens.json"(exports, module) {
|
4151
|
-
module.exports = {
|
4152
|
-
themes: {
|
4153
|
-
aiven: {
|
4154
|
-
colors: {
|
4155
|
-
"error-100": "#aa0000",
|
4156
|
-
"error-90": "#b90000",
|
4157
|
-
"error-80": "#c50001",
|
4158
|
-
"error-70": "#d80005",
|
4159
|
-
"error-60": "#e70000",
|
4160
|
-
"error-50": "#e62728",
|
4161
|
-
"error-40": "#e0504f",
|
4162
|
-
"error-30": "#ed7975",
|
4163
|
-
"error-20": "#ffadb3",
|
4164
|
-
"error-10": "#ffcbd2",
|
4165
|
-
"error-5": "#fee8e7",
|
4166
|
-
"error-0": "#fef2f1",
|
4167
|
-
"warning-100": "#fe6d00",
|
4168
|
-
"warning-90": "#ff9003",
|
4169
|
-
"warning-80": "#fd9f00",
|
4170
|
-
"warning-70": "#ffb300",
|
4171
|
-
"warning-60": "#ffc107",
|
4172
|
-
"warning-50": "#fdc926",
|
4173
|
-
"warning-40": "#fdd44d",
|
4174
|
-
"warning-30": "#fddf81",
|
4175
|
-
"warning-20": "#feebb2",
|
4176
|
-
"warning-10": "#fff2cd",
|
4177
|
-
"warning-5": "#fff8ea",
|
4178
|
-
"warning-0": "#fffdf9",
|
4179
|
-
"success-100": "#006f00",
|
4180
|
-
"success-90": "#008e00",
|
4181
|
-
"success-80": "#009f00",
|
4182
|
-
"success-70": "#00b300",
|
4183
|
-
"success-60": "#00c300",
|
4184
|
-
"success-50": "#40ce37",
|
4185
|
-
"success-40": "#60db57",
|
4186
|
-
"success-30": "#89eb80",
|
4187
|
-
"success-20": "#afffa7",
|
4188
|
-
"success-10": "#cbffc9",
|
4189
|
-
"success-5": "#ecf7ed",
|
4190
|
-
"success-0": "#f5faf5",
|
4191
|
-
"info-100": "#02569a",
|
4192
|
-
"info-90": "#0174ba",
|
4193
|
-
"info-80": "#0788d1",
|
4194
|
-
"info-70": "#0399e3",
|
4195
|
-
"info-60": "#02a8f3",
|
4196
|
-
"info-50": "#28b4f4",
|
4197
|
-
"info-40": "#4cc2f7",
|
4198
|
-
"info-30": "#7fd1f7",
|
4199
|
-
"info-20": "#b4e5fb",
|
4200
|
-
"info-10": "#e0f5fe",
|
4201
|
-
"info-5": "#effaff",
|
4202
|
-
"info-0": "#f9fdff",
|
4203
|
-
"grey-100": "#19191d",
|
4204
|
-
"grey-90": "#292a31",
|
4205
|
-
"grey-80": "#3a3a44",
|
4206
|
-
"grey-70": "#4a4b57",
|
4207
|
-
"grey-60": "#5a5b6a",
|
4208
|
-
"grey-50": "#787885",
|
4209
|
-
"grey-40": "#9696a0",
|
4210
|
-
"grey-30": "#b4b4bb",
|
4211
|
-
"grey-20": "#d2d2d6",
|
4212
|
-
"grey-10": "#e1e1e3",
|
4213
|
-
"grey-5": "#ededf0",
|
4214
|
-
"grey-0": "#f7f7fa",
|
4215
|
-
"secondary-100": "#e11d16",
|
4216
|
-
"secondary-90": "#eb4610",
|
4217
|
-
"secondary-80": "#f3580d",
|
4218
|
-
"secondary-70": "#f96a02",
|
4219
|
-
"secondary-60": "#ff7700",
|
4220
|
-
"secondary-50": "#fc871a",
|
4221
|
-
"secondary-40": "#fb9a3e",
|
4222
|
-
"secondary-30": "#fab26e",
|
4223
|
-
"secondary-20": "#f8c99c",
|
4224
|
-
"secondary-10": "#fee8d0",
|
4225
|
-
"secondary-5": "#fff3e8",
|
4226
|
-
"secondary-0": "#fffbf8",
|
4227
|
-
"primary-100": "#0e1652",
|
4228
|
-
"primary-90": "#222f95",
|
4229
|
-
"primary-80": "#3545be",
|
4230
|
-
"primary-70": "#5865cd",
|
4231
|
-
"primary-60": "#818eec",
|
4232
|
-
"primary-50": "#9daaee",
|
4233
|
-
"primary-40": "#b9c5ef",
|
4234
|
-
"primary-30": "#c7d1f4",
|
4235
|
-
"primary-20": "#d5ddfa",
|
4236
|
-
"primary-10": "#e3e9ff",
|
4237
|
-
"primary-5": "#f3f6ff",
|
4238
|
-
"primary-0": "#ffffff"
|
4239
|
-
},
|
4240
|
-
typography: {
|
4241
|
-
sizes: [
|
4242
|
-
{
|
4243
|
-
name: "large-heading",
|
4244
|
-
className: "typography-large-heading",
|
4245
|
-
style: {
|
4246
|
-
fontFamily: "Poppins",
|
4247
|
-
fontSize: "32px",
|
4248
|
-
fontWeight: 700,
|
4249
|
-
fontStyle: "normal",
|
4250
|
-
lineHeight: 1.375,
|
4251
|
-
textTransform: "none"
|
4252
|
-
},
|
4253
|
-
fontPostScriptName: "Poppins-Bold"
|
4254
|
-
},
|
4255
|
-
{
|
4256
|
-
name: "heading",
|
4257
|
-
className: "typography-heading",
|
4258
|
-
style: {
|
4259
|
-
fontFamily: "Poppins",
|
4260
|
-
fontSize: "24px",
|
4261
|
-
fontWeight: 700,
|
4262
|
-
fontStyle: "normal",
|
4263
|
-
lineHeight: 1.375,
|
4264
|
-
textTransform: "none"
|
4265
|
-
},
|
4266
|
-
fontPostScriptName: "Poppins-Bold"
|
4267
|
-
},
|
4268
|
-
{
|
4269
|
-
name: "subheading",
|
4270
|
-
className: "typography-subheading",
|
4271
|
-
style: {
|
4272
|
-
fontFamily: "Poppins",
|
4273
|
-
fontSize: "20px",
|
4274
|
-
fontWeight: 600,
|
4275
|
-
fontStyle: "normal",
|
4276
|
-
lineHeight: 1.375,
|
4277
|
-
textTransform: "none"
|
4278
|
-
},
|
4279
|
-
fontPostScriptName: "Poppins-Bold"
|
4280
|
-
},
|
4281
|
-
{
|
4282
|
-
name: "large-strong",
|
4283
|
-
className: "typography-large-strong",
|
4284
|
-
style: {
|
4285
|
-
fontFamily: "Inter",
|
4286
|
-
fontSize: "20px",
|
4287
|
-
fontWeight: 600,
|
4288
|
-
fontStyle: "normal",
|
4289
|
-
lineHeight: 1.58,
|
4290
|
-
textTransform: "none"
|
4291
|
-
},
|
4292
|
-
fontPostScriptName: "Inter-SemiBold"
|
4293
|
-
},
|
4294
|
-
{
|
4295
|
-
name: "large",
|
4296
|
-
className: "typography-large",
|
4297
|
-
style: {
|
4298
|
-
fontFamily: "Inter",
|
4299
|
-
fontSize: "20px",
|
4300
|
-
fontWeight: 500,
|
4301
|
-
fontStyle: "normal",
|
4302
|
-
lineHeight: 1.58,
|
4303
|
-
textTransform: "none"
|
4304
|
-
},
|
4305
|
-
fontPostScriptName: "Inter-SemiBold"
|
4306
|
-
},
|
4307
|
-
{
|
4308
|
-
name: "default-strong",
|
4309
|
-
className: "typography-default-strong",
|
4310
|
-
style: {
|
4311
|
-
fontFamily: "Inter",
|
4312
|
-
fontSize: "16px",
|
4313
|
-
fontWeight: 500,
|
4314
|
-
fontStyle: "normal",
|
4315
|
-
lineHeight: 1.5,
|
4316
|
-
textTransform: "none"
|
4317
|
-
},
|
4318
|
-
fontPostScriptName: "Inter-SemiBold"
|
4319
|
-
},
|
4320
|
-
{
|
4321
|
-
name: "default",
|
4322
|
-
className: "typography-default",
|
4323
|
-
style: {
|
4324
|
-
fontFamily: "Inter",
|
4325
|
-
fontSize: "16px",
|
4326
|
-
fontWeight: 400,
|
4327
|
-
fontStyle: "normal",
|
4328
|
-
lineHeight: 1.5,
|
4329
|
-
textTransform: "none"
|
4330
|
-
},
|
4331
|
-
fontPostScriptName: null
|
4332
|
-
},
|
4333
|
-
{
|
4334
|
-
name: "small-strong",
|
4335
|
-
className: "typography-small-strong",
|
4336
|
-
style: {
|
4337
|
-
fontFamily: "Inter",
|
4338
|
-
fontSize: "14px",
|
4339
|
-
fontWeight: 500,
|
4340
|
-
fontStyle: "normal",
|
4341
|
-
lineHeight: 1.42,
|
4342
|
-
textTransform: "none"
|
4343
|
-
},
|
4344
|
-
fontPostScriptName: "Inter-SemiBold"
|
4345
|
-
},
|
4346
|
-
{
|
4347
|
-
name: "small",
|
4348
|
-
className: "typography-small",
|
4349
|
-
style: {
|
4350
|
-
fontFamily: "Inter",
|
4351
|
-
fontSize: "14px",
|
4352
|
-
fontWeight: 400,
|
4353
|
-
fontStyle: "normal",
|
4354
|
-
lineHeight: 1.42,
|
4355
|
-
textTransform: "none"
|
4356
|
-
},
|
4357
|
-
fontPostScriptName: null
|
4358
|
-
},
|
4359
|
-
{
|
4360
|
-
name: "caption",
|
4361
|
-
className: "typography-caption",
|
4362
|
-
style: {
|
4363
|
-
fontFamily: "Inter",
|
4364
|
-
fontSize: "12px",
|
4365
|
-
fontWeight: 400,
|
4366
|
-
fontStyle: "normal",
|
4367
|
-
lineHeight: 1.26,
|
4368
|
-
textTransform: "none"
|
4369
|
-
},
|
4370
|
-
fontPostScriptName: null
|
4371
|
-
},
|
4372
|
-
{
|
4373
|
-
name: "caption-small",
|
4374
|
-
className: "typography-caption-small",
|
4375
|
-
style: {
|
4376
|
-
fontFamily: "Inter",
|
4377
|
-
fontSize: "10px",
|
4378
|
-
fontWeight: 400,
|
4379
|
-
fontStyle: "normal",
|
4380
|
-
lineHeight: 1.2,
|
4381
|
-
letterSpacing: 0,
|
4382
|
-
textTransform: "none"
|
4383
|
-
},
|
4384
|
-
fontPostScriptName: null
|
4385
|
-
},
|
4386
|
-
{
|
4387
|
-
name: "caption-default",
|
4388
|
-
className: "typography-caption-default",
|
4389
|
-
style: {
|
4390
|
-
fontFamily: "Inter",
|
4391
|
-
fontSize: "12px",
|
4392
|
-
fontWeight: 400,
|
4393
|
-
fontStyle: "normal",
|
4394
|
-
lineHeight: 1.26,
|
4395
|
-
letterSpacing: 0,
|
4396
|
-
textTransform: "none"
|
4397
|
-
},
|
4398
|
-
fontPostScriptName: null
|
4399
|
-
},
|
4400
|
-
{
|
4401
|
-
name: "overline-small",
|
4402
|
-
className: "typography-overline-small",
|
4403
|
-
style: {
|
4404
|
-
fontFamily: "Inter",
|
4405
|
-
fontSize: "10px",
|
4406
|
-
fontWeight: 400,
|
4407
|
-
fontStyle: "normal",
|
4408
|
-
lineHeight: 1,
|
4409
|
-
letterSpacing: 0,
|
4410
|
-
textTransform: "uppercase"
|
4411
|
-
},
|
4412
|
-
fontPostScriptName: null
|
4413
|
-
},
|
4414
|
-
{
|
4415
|
-
name: "overline-default",
|
4416
|
-
className: "typography-overline-default",
|
4417
|
-
style: {
|
4418
|
-
fontFamily: "Inter",
|
4419
|
-
fontSize: "12px",
|
4420
|
-
fontWeight: 400,
|
4421
|
-
fontStyle: "normal",
|
4422
|
-
lineHeight: 1,
|
4423
|
-
letterSpacing: 0,
|
4424
|
-
textTransform: "uppercase"
|
4425
|
-
},
|
4426
|
-
fontPostScriptName: null
|
4427
|
-
},
|
4428
|
-
{
|
4429
|
-
name: "button-small",
|
4430
|
-
className: "typography-button-small",
|
4431
|
-
style: {
|
4432
|
-
fontFamily: "Inter",
|
4433
|
-
fontSize: "12px",
|
4434
|
-
fontWeight: 500,
|
4435
|
-
fontStyle: "normal",
|
4436
|
-
lineHeight: 1,
|
4437
|
-
letterSpacing: 0,
|
4438
|
-
textTransform: "none"
|
4439
|
-
},
|
4440
|
-
fontPostScriptName: "Inter-Medium"
|
4441
|
-
},
|
4442
|
-
{
|
4443
|
-
name: "button-medium",
|
4444
|
-
className: "typography-button-medium",
|
4445
|
-
style: {
|
4446
|
-
fontFamily: "Inter",
|
4447
|
-
fontSize: "14px",
|
4448
|
-
fontWeight: 400,
|
4449
|
-
fontStyle: "normal",
|
4450
|
-
lineHeight: 1,
|
4451
|
-
letterSpacing: 0,
|
4452
|
-
textTransform: "none"
|
4453
|
-
},
|
4454
|
-
fontPostScriptName: "Inter-SemiBold"
|
4455
|
-
},
|
4456
|
-
{
|
4457
|
-
name: "button-large",
|
4458
|
-
className: "typography-button-large",
|
4459
|
-
style: {
|
4460
|
-
fontFamily: "Inter",
|
4461
|
-
fontSize: "16px",
|
4462
|
-
fontWeight: 500,
|
4463
|
-
fontStyle: "normal",
|
4464
|
-
lineHeight: 1.5,
|
4465
|
-
letterSpacing: 0,
|
4466
|
-
textTransform: "none"
|
4467
|
-
},
|
4468
|
-
fontPostScriptName: "Inter-Medium"
|
4469
|
-
},
|
4470
|
-
{
|
4471
|
-
name: "body-small",
|
4472
|
-
className: "typography-body-small",
|
4473
|
-
style: {
|
4474
|
-
fontFamily: "Inter",
|
4475
|
-
fontSize: "14px",
|
4476
|
-
fontWeight: 400,
|
4477
|
-
fontStyle: "normal",
|
4478
|
-
lineHeight: 1.43,
|
4479
|
-
letterSpacing: 0,
|
4480
|
-
textTransform: "none"
|
4481
|
-
},
|
4482
|
-
fontPostScriptName: null
|
4483
|
-
},
|
4484
|
-
{
|
4485
|
-
name: "body-small-medium",
|
4486
|
-
className: "typography-body-small-medium",
|
4487
|
-
style: {
|
4488
|
-
fontFamily: "Inter",
|
4489
|
-
fontSize: "14px",
|
4490
|
-
fontWeight: 500,
|
4491
|
-
fontStyle: "normal",
|
4492
|
-
lineHeight: 1.43,
|
4493
|
-
letterSpacing: 0,
|
4494
|
-
textTransform: "none"
|
4495
|
-
},
|
4496
|
-
fontPostScriptName: "Inter-SemiBold"
|
4497
|
-
},
|
4498
|
-
{
|
4499
|
-
name: "body-default",
|
4500
|
-
className: "typography-body-default",
|
4501
|
-
style: {
|
4502
|
-
fontFamily: "Inter",
|
4503
|
-
fontSize: "16px",
|
4504
|
-
fontWeight: 400,
|
4505
|
-
fontStyle: "normal",
|
4506
|
-
lineHeight: 1.5,
|
4507
|
-
letterSpacing: 0,
|
4508
|
-
textTransform: "none"
|
4509
|
-
},
|
4510
|
-
fontPostScriptName: null
|
4511
|
-
},
|
4512
|
-
{
|
4513
|
-
name: "body-default-medium",
|
4514
|
-
className: "typography-body-default-medium",
|
4515
|
-
style: {
|
4516
|
-
fontFamily: "Inter",
|
4517
|
-
fontSize: "16px",
|
4518
|
-
fontWeight: 500,
|
4519
|
-
fontStyle: "normal",
|
4520
|
-
lineHeight: 1.5,
|
4521
|
-
letterSpacing: 0,
|
4522
|
-
textTransform: "none"
|
4523
|
-
},
|
4524
|
-
fontPostScriptName: "Inter-SemiBold"
|
4525
|
-
},
|
4526
|
-
{
|
4527
|
-
name: "body-large",
|
4528
|
-
className: "typography-body-large",
|
4529
|
-
style: {
|
4530
|
-
fontFamily: "Inter",
|
4531
|
-
fontSize: "20px",
|
4532
|
-
fontWeight: 400,
|
4533
|
-
fontStyle: "normal",
|
4534
|
-
lineHeight: 1.58,
|
4535
|
-
letterSpacing: 0,
|
4536
|
-
textTransform: "none"
|
4537
|
-
},
|
4538
|
-
fontPostScriptName: null
|
4539
|
-
},
|
4540
|
-
{
|
4541
|
-
name: "body-large-medium",
|
4542
|
-
className: "typography-body-large-medium",
|
4543
|
-
style: {
|
4544
|
-
fontFamily: "Inter",
|
4545
|
-
fontSize: "20px",
|
4546
|
-
fontWeight: 400,
|
4547
|
-
fontStyle: "normal",
|
4548
|
-
lineHeight: 1.2,
|
4549
|
-
letterSpacing: 0,
|
4550
|
-
textTransform: "none"
|
4551
|
-
},
|
4552
|
-
fontPostScriptName: "Inter-SemiBold"
|
4553
|
-
},
|
4554
|
-
{
|
4555
|
-
name: "heading-large",
|
4556
|
-
className: "typography-heading-large",
|
4557
|
-
style: {
|
4558
|
-
fontFamily: "Inter",
|
4559
|
-
fontSize: "20px",
|
4560
|
-
fontWeight: 700,
|
4561
|
-
fontStyle: "normal",
|
4562
|
-
lineHeight: 1.5,
|
4563
|
-
letterSpacing: 0.15,
|
4564
|
-
textTransform: "none"
|
4565
|
-
},
|
4566
|
-
fontPostScriptName: "Inter-Bold"
|
4567
|
-
},
|
4568
|
-
{
|
4569
|
-
name: "heading-xl",
|
4570
|
-
className: "typography-heading-xl",
|
4571
|
-
style: {
|
4572
|
-
fontFamily: "Inter",
|
4573
|
-
fontSize: "24px",
|
4574
|
-
fontWeight: 700,
|
4575
|
-
fontStyle: "normal",
|
4576
|
-
lineHeight: 1.5,
|
4577
|
-
letterSpacing: 0,
|
4578
|
-
textTransform: "none"
|
4579
|
-
},
|
4580
|
-
fontPostScriptName: "Inter-Bold"
|
4581
|
-
},
|
4582
|
-
{
|
4583
|
-
name: "heading-2xl",
|
4584
|
-
className: "typography-heading-2xl",
|
4585
|
-
style: {
|
4586
|
-
fontFamily: "Inter",
|
4587
|
-
fontSize: "34px",
|
4588
|
-
fontWeight: 700,
|
4589
|
-
fontStyle: "normal",
|
4590
|
-
lineHeight: 1.28,
|
4591
|
-
letterSpacing: 0,
|
4592
|
-
textTransform: "none"
|
4593
|
-
},
|
4594
|
-
fontPostScriptName: "Inter-Bold"
|
4595
|
-
},
|
4596
|
-
{
|
4597
|
-
name: "heading-3xl",
|
4598
|
-
className: "typography-heading-3xl",
|
4599
|
-
style: {
|
4600
|
-
fontFamily: "Inter",
|
4601
|
-
fontSize: "48px",
|
4602
|
-
fontWeight: 700,
|
4603
|
-
fontStyle: "normal",
|
4604
|
-
lineHeight: 1.24,
|
4605
|
-
letterSpacing: -0.48,
|
4606
|
-
textTransform: "none"
|
4607
|
-
},
|
4608
|
-
fontPostScriptName: "Inter-Bold"
|
4609
|
-
},
|
4610
|
-
{
|
4611
|
-
name: "heading-4xl",
|
4612
|
-
className: "typography-heading-4xl",
|
4613
|
-
style: {
|
4614
|
-
fontFamily: "Inter",
|
4615
|
-
fontSize: "60px",
|
4616
|
-
fontWeight: 700,
|
4617
|
-
fontStyle: "normal",
|
4618
|
-
lineHeight: 1.2,
|
4619
|
-
letterSpacing: -1.5,
|
4620
|
-
textTransform: "none"
|
4621
|
-
},
|
4622
|
-
fontPostScriptName: "Inter-Bold"
|
4623
|
-
},
|
4624
|
-
{
|
4625
|
-
name: "heading-5xl",
|
4626
|
-
className: "typography-heading-5xl",
|
4627
|
-
style: {
|
4628
|
-
fontFamily: "Inter",
|
4629
|
-
fontSize: "76px",
|
4630
|
-
fontWeight: 700,
|
4631
|
-
fontStyle: "normal",
|
4632
|
-
lineHeight: 1.2,
|
4633
|
-
letterSpacing: -1.98,
|
4634
|
-
textTransform: "none"
|
4635
|
-
},
|
4636
|
-
fontPostScriptName: "Inter-Bold"
|
4637
|
-
}
|
4638
|
-
]
|
4639
|
-
},
|
4640
|
-
elevations: {
|
4641
|
-
"24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
|
4642
|
-
"16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
|
4643
|
-
"8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
|
4644
|
-
"4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
|
4645
|
-
"2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
|
4646
|
-
},
|
4647
|
-
spacing: {
|
4648
|
-
layout01: {
|
4649
|
-
px: 16,
|
4650
|
-
rem: 1
|
4651
|
-
},
|
4652
|
-
layout02: {
|
4653
|
-
px: 24,
|
4654
|
-
rem: 1.5
|
4655
|
-
},
|
4656
|
-
layout03: {
|
4657
|
-
px: 32,
|
4658
|
-
rem: 2
|
4659
|
-
},
|
4660
|
-
layout04: {
|
4661
|
-
px: 48,
|
4662
|
-
rem: 3
|
4663
|
-
},
|
4664
|
-
layout05: {
|
4665
|
-
px: 64,
|
4666
|
-
rem: 4
|
4667
|
-
},
|
4668
|
-
layout06: {
|
4669
|
-
px: 96,
|
4670
|
-
rem: 6
|
4671
|
-
},
|
4672
|
-
layout07: {
|
4673
|
-
px: 160,
|
4674
|
-
rem: 10
|
4675
|
-
},
|
4676
|
-
spacing01: {
|
4677
|
-
px: 2,
|
4678
|
-
rem: 0.125
|
4679
|
-
},
|
4680
|
-
spacing02: {
|
4681
|
-
px: 4,
|
4682
|
-
rem: 0.25
|
4683
|
-
},
|
4684
|
-
spacing03: {
|
4685
|
-
px: 8,
|
4686
|
-
rem: 0.5
|
4687
|
-
},
|
4688
|
-
spacing04: {
|
4689
|
-
px: 12,
|
4690
|
-
rem: 0.75
|
4691
|
-
},
|
4692
|
-
spacing05: {
|
4693
|
-
px: 16,
|
4694
|
-
rem: 1
|
4695
|
-
},
|
4696
|
-
spacing06: {
|
4697
|
-
px: 24,
|
4698
|
-
rem: 1.5
|
4699
|
-
},
|
4700
|
-
spacing07: {
|
4701
|
-
px: 32,
|
4702
|
-
rem: 2
|
4703
|
-
},
|
4704
|
-
spacing08: {
|
4705
|
-
px: 40,
|
4706
|
-
rem: 2.5
|
4707
|
-
},
|
4708
|
-
spacing09: {
|
4709
|
-
px: 48,
|
4710
|
-
rem: 3
|
4711
|
-
}
|
4712
|
-
}
|
4713
|
-
}
|
4714
|
-
}
|
4715
|
-
};
|
4716
|
-
}
|
4717
|
-
});
|
4718
|
-
|
4719
|
-
// src/js/resolveTheme.js
|
4720
|
-
var require_resolveTheme = __commonJS({
|
4721
|
-
"src/js/resolveTheme.js"(exports, module) {
|
4722
|
-
"use strict";
|
4723
|
-
var tokensJson = require_tokens();
|
4724
|
-
module.exports = {
|
4725
|
-
theme: tokensJson.themes.aiven
|
4726
|
-
};
|
4727
|
-
}
|
4728
|
-
});
|
4729
|
-
|
4730
4164
|
// src/atoms/Alert/Alert.tsx
|
4731
4165
|
import React16 from "react";
|
4732
4166
|
import { useId } from "@react-aria/utils";
|
@@ -4777,7 +4211,7 @@ var tailwind_theme_default = {
|
|
4777
4211
|
none: "0"
|
4778
4212
|
},
|
4779
4213
|
spacing: {
|
4780
|
-
"0": "
|
4214
|
+
"0": "0px",
|
4781
4215
|
"1": "2px",
|
4782
4216
|
"2": "4px",
|
4783
4217
|
"3": "8px",
|
@@ -4797,7 +4231,7 @@ var tailwind_theme_default = {
|
|
4797
4231
|
l7: "160px"
|
4798
4232
|
},
|
4799
4233
|
margin: {
|
4800
|
-
"0": "
|
4234
|
+
"0": "0px",
|
4801
4235
|
"1": "2px",
|
4802
4236
|
"2": "4px",
|
4803
4237
|
"3": "8px",
|
@@ -4807,6 +4241,7 @@ var tailwind_theme_default = {
|
|
4807
4241
|
"7": "32px",
|
4808
4242
|
"8": "40px",
|
4809
4243
|
"9": "48px",
|
4244
|
+
auto: "auto",
|
4810
4245
|
"1px": "1px",
|
4811
4246
|
l1: "16px",
|
4812
4247
|
l2: "24px",
|
@@ -4815,7 +4250,6 @@ var tailwind_theme_default = {
|
|
4815
4250
|
l5: "64px",
|
4816
4251
|
l6: "96px",
|
4817
4252
|
l7: "160px",
|
4818
|
-
auto: "auto",
|
4819
4253
|
"-1": "-2px",
|
4820
4254
|
"-2": "-4px",
|
4821
4255
|
"-3": "-8px",
|
@@ -4835,7 +4269,7 @@ var tailwind_theme_default = {
|
|
4835
4269
|
"-l7": "-160px"
|
4836
4270
|
},
|
4837
4271
|
padding: {
|
4838
|
-
"0": "
|
4272
|
+
"0": "0px",
|
4839
4273
|
"1": "2px",
|
4840
4274
|
"2": "4px",
|
4841
4275
|
"3": "8px",
|
@@ -4855,7 +4289,7 @@ var tailwind_theme_default = {
|
|
4855
4289
|
l7: "160px"
|
4856
4290
|
},
|
4857
4291
|
width: {
|
4858
|
-
"0": "
|
4292
|
+
"0": "0px",
|
4859
4293
|
"1": "2px",
|
4860
4294
|
"2": "4px",
|
4861
4295
|
"3": "8px",
|
@@ -4907,7 +4341,7 @@ var tailwind_theme_default = {
|
|
4907
4341
|
fit: "fit-content"
|
4908
4342
|
},
|
4909
4343
|
height: {
|
4910
|
-
"0": "
|
4344
|
+
"0": "0px",
|
4911
4345
|
"1": "2px",
|
4912
4346
|
"2": "4px",
|
4913
4347
|
"3": "8px",
|
@@ -4974,7 +4408,7 @@ var tailwind_theme_default = {
|
|
4974
4408
|
"screen-xl": "1536px"
|
4975
4409
|
},
|
4976
4410
|
maxHeight: {
|
4977
|
-
"0": "
|
4411
|
+
"0": "0px",
|
4978
4412
|
"1": "2px",
|
4979
4413
|
"2": "4px",
|
4980
4414
|
"3": "8px",
|
@@ -5022,350 +4456,402 @@ var tailwind_theme_default = {
|
|
5022
4456
|
flexGrow: { "0": "0", DEFAULT: "1" },
|
5023
4457
|
flexShrink: { "0": "0", DEFAULT: "1" },
|
5024
4458
|
backgroundColor: {
|
5025
|
-
|
5026
|
-
|
5027
|
-
|
5028
|
-
|
5029
|
-
|
5030
|
-
|
5031
|
-
|
5032
|
-
|
5033
|
-
|
5034
|
-
|
5035
|
-
|
5036
|
-
|
5037
|
-
|
5038
|
-
|
5039
|
-
|
5040
|
-
|
5041
|
-
|
5042
|
-
|
5043
|
-
|
5044
|
-
|
5045
|
-
|
5046
|
-
|
5047
|
-
|
5048
|
-
|
5049
|
-
|
5050
|
-
|
5051
|
-
|
5052
|
-
|
5053
|
-
|
5054
|
-
|
5055
|
-
|
5056
|
-
|
5057
|
-
|
5058
|
-
|
5059
|
-
|
5060
|
-
|
5061
|
-
|
5062
|
-
|
5063
|
-
|
5064
|
-
|
5065
|
-
|
5066
|
-
|
5067
|
-
|
5068
|
-
|
5069
|
-
|
5070
|
-
|
5071
|
-
|
5072
|
-
|
5073
|
-
|
5074
|
-
|
5075
|
-
|
5076
|
-
|
5077
|
-
|
5078
|
-
|
5079
|
-
|
5080
|
-
|
5081
|
-
|
5082
|
-
|
5083
|
-
|
5084
|
-
|
5085
|
-
|
5086
|
-
|
5087
|
-
|
5088
|
-
|
5089
|
-
|
5090
|
-
|
5091
|
-
|
5092
|
-
|
5093
|
-
|
5094
|
-
|
5095
|
-
|
5096
|
-
|
5097
|
-
|
5098
|
-
|
5099
|
-
|
5100
|
-
|
5101
|
-
|
5102
|
-
|
5103
|
-
|
5104
|
-
|
5105
|
-
|
5106
|
-
|
5107
|
-
|
5108
|
-
|
5109
|
-
|
5110
|
-
|
5111
|
-
|
5112
|
-
|
4459
|
+
white: "var(--aquarium-colors-white)",
|
4460
|
+
black: "var(--aquarium-colors-black)",
|
4461
|
+
transparent: "var(--aquarium-colors-transparent)",
|
4462
|
+
current: "var(--aquarium-colors-current)",
|
4463
|
+
error: {
|
4464
|
+
"0": "var(--aquarium-colors-error-0)",
|
4465
|
+
"5": "var(--aquarium-colors-error-5)",
|
4466
|
+
"10": "var(--aquarium-colors-error-10)",
|
4467
|
+
"20": "var(--aquarium-colors-error-20)",
|
4468
|
+
"30": "var(--aquarium-colors-error-30)",
|
4469
|
+
"40": "var(--aquarium-colors-error-40)",
|
4470
|
+
"50": "var(--aquarium-colors-error-50)",
|
4471
|
+
"60": "var(--aquarium-colors-error-60)",
|
4472
|
+
"70": "var(--aquarium-colors-error-70)",
|
4473
|
+
"80": "var(--aquarium-colors-error-80)",
|
4474
|
+
"90": "var(--aquarium-colors-error-90)",
|
4475
|
+
"100": "var(--aquarium-colors-error-100)"
|
4476
|
+
},
|
4477
|
+
warning: {
|
4478
|
+
"0": "var(--aquarium-colors-warning-0)",
|
4479
|
+
"5": "var(--aquarium-colors-warning-5)",
|
4480
|
+
"10": "var(--aquarium-colors-warning-10)",
|
4481
|
+
"20": "var(--aquarium-colors-warning-20)",
|
4482
|
+
"30": "var(--aquarium-colors-warning-30)",
|
4483
|
+
"40": "var(--aquarium-colors-warning-40)",
|
4484
|
+
"50": "var(--aquarium-colors-warning-50)",
|
4485
|
+
"60": "var(--aquarium-colors-warning-60)",
|
4486
|
+
"70": "var(--aquarium-colors-warning-70)",
|
4487
|
+
"80": "var(--aquarium-colors-warning-80)",
|
4488
|
+
"90": "var(--aquarium-colors-warning-90)",
|
4489
|
+
"100": "var(--aquarium-colors-warning-100)",
|
4490
|
+
muted: "var(--aquarium-background-color-warning-muted)",
|
4491
|
+
default: "var(--aquarium-background-color-warning-default)",
|
4492
|
+
intense: "var(--aquarium-background-color-warning-intense)"
|
4493
|
+
},
|
4494
|
+
success: {
|
4495
|
+
"0": "var(--aquarium-colors-success-0)",
|
4496
|
+
"5": "var(--aquarium-colors-success-5)",
|
4497
|
+
"10": "var(--aquarium-colors-success-10)",
|
4498
|
+
"20": "var(--aquarium-colors-success-20)",
|
4499
|
+
"30": "var(--aquarium-colors-success-30)",
|
4500
|
+
"40": "var(--aquarium-colors-success-40)",
|
4501
|
+
"50": "var(--aquarium-colors-success-50)",
|
4502
|
+
"60": "var(--aquarium-colors-success-60)",
|
4503
|
+
"70": "var(--aquarium-colors-success-70)",
|
4504
|
+
"80": "var(--aquarium-colors-success-80)",
|
4505
|
+
"90": "var(--aquarium-colors-success-90)",
|
4506
|
+
"100": "var(--aquarium-colors-success-100)",
|
4507
|
+
muted: "var(--aquarium-background-color-success-muted)",
|
4508
|
+
default: "var(--aquarium-background-color-success-default)",
|
4509
|
+
intense: "var(--aquarium-background-color-success-intense)"
|
4510
|
+
},
|
4511
|
+
info: {
|
4512
|
+
"0": "var(--aquarium-colors-info-0)",
|
4513
|
+
"5": "var(--aquarium-colors-info-5)",
|
4514
|
+
"10": "var(--aquarium-colors-info-10)",
|
4515
|
+
"20": "var(--aquarium-colors-info-20)",
|
4516
|
+
"30": "var(--aquarium-colors-info-30)",
|
4517
|
+
"40": "var(--aquarium-colors-info-40)",
|
4518
|
+
"50": "var(--aquarium-colors-info-50)",
|
4519
|
+
"60": "var(--aquarium-colors-info-60)",
|
4520
|
+
"70": "var(--aquarium-colors-info-70)",
|
4521
|
+
"80": "var(--aquarium-colors-info-80)",
|
4522
|
+
"90": "var(--aquarium-colors-info-90)",
|
4523
|
+
"100": "var(--aquarium-colors-info-100)",
|
4524
|
+
muted: "var(--aquarium-background-color-info-muted)",
|
4525
|
+
default: "var(--aquarium-background-color-info-default)",
|
4526
|
+
intense: "var(--aquarium-background-color-info-intense)"
|
4527
|
+
},
|
4528
|
+
grey: {
|
4529
|
+
"0": "var(--aquarium-colors-grey-0)",
|
4530
|
+
"5": "var(--aquarium-colors-grey-5)",
|
4531
|
+
"10": "var(--aquarium-colors-grey-10)",
|
4532
|
+
"20": "var(--aquarium-colors-grey-20)",
|
4533
|
+
"30": "var(--aquarium-colors-grey-30)",
|
4534
|
+
"40": "var(--aquarium-colors-grey-40)",
|
4535
|
+
"50": "var(--aquarium-colors-grey-50)",
|
4536
|
+
"60": "var(--aquarium-colors-grey-60)",
|
4537
|
+
"70": "var(--aquarium-colors-grey-70)",
|
4538
|
+
"80": "var(--aquarium-colors-grey-80)",
|
4539
|
+
"90": "var(--aquarium-colors-grey-90)",
|
4540
|
+
"100": "var(--aquarium-colors-grey-100)"
|
4541
|
+
},
|
4542
|
+
secondary: {
|
4543
|
+
"0": "var(--aquarium-colors-secondary-0)",
|
4544
|
+
"5": "var(--aquarium-colors-secondary-5)",
|
4545
|
+
"10": "var(--aquarium-colors-secondary-10)",
|
4546
|
+
"20": "var(--aquarium-colors-secondary-20)",
|
4547
|
+
"30": "var(--aquarium-colors-secondary-30)",
|
4548
|
+
"40": "var(--aquarium-colors-secondary-40)",
|
4549
|
+
"50": "var(--aquarium-colors-secondary-50)",
|
4550
|
+
"60": "var(--aquarium-colors-secondary-60)",
|
4551
|
+
"70": "var(--aquarium-colors-secondary-70)",
|
4552
|
+
"80": "var(--aquarium-colors-secondary-80)",
|
4553
|
+
"90": "var(--aquarium-colors-secondary-90)",
|
4554
|
+
"100": "var(--aquarium-colors-secondary-100)"
|
4555
|
+
},
|
4556
|
+
primary: {
|
4557
|
+
"0": "var(--aquarium-colors-primary-0)",
|
4558
|
+
"5": "var(--aquarium-colors-primary-5)",
|
4559
|
+
"10": "var(--aquarium-colors-primary-10)",
|
4560
|
+
"20": "var(--aquarium-colors-primary-20)",
|
4561
|
+
"30": "var(--aquarium-colors-primary-30)",
|
4562
|
+
"40": "var(--aquarium-colors-primary-40)",
|
4563
|
+
"50": "var(--aquarium-colors-primary-50)",
|
4564
|
+
"60": "var(--aquarium-colors-primary-60)",
|
4565
|
+
"70": "var(--aquarium-colors-primary-70)",
|
4566
|
+
"80": "var(--aquarium-colors-primary-80)",
|
4567
|
+
"90": "var(--aquarium-colors-primary-90)",
|
4568
|
+
"100": "var(--aquarium-colors-primary-100)",
|
4569
|
+
muted: "var(--aquarium-background-color-primary-muted)",
|
4570
|
+
default: "var(--aquarium-background-color-primary-default)",
|
4571
|
+
intense: "var(--aquarium-background-color-primary-intense)",
|
4572
|
+
active: "var(--aquarium-background-color-primary-active)",
|
4573
|
+
hover: "var(--aquarium-background-color-primary-hover)"
|
4574
|
+
},
|
5113
4575
|
body: "var(--aquarium-background-color-body)",
|
5114
4576
|
"body-intense": "var(--aquarium-background-color-body-intense)",
|
5115
4577
|
"popover-content": "var(--aquarium-background-color-popover-content)",
|
5116
4578
|
muted: "var(--aquarium-background-color-muted)",
|
5117
4579
|
default: "var(--aquarium-background-color-default)",
|
5118
4580
|
intense: "var(--aquarium-background-color-intense)",
|
5119
|
-
|
5120
|
-
|
5121
|
-
|
5122
|
-
|
5123
|
-
|
5124
|
-
|
5125
|
-
|
5126
|
-
|
5127
|
-
|
5128
|
-
|
5129
|
-
|
5130
|
-
|
5131
|
-
"
|
5132
|
-
|
5133
|
-
|
5134
|
-
"danger-default": "var(--aquarium-background-color-danger-default)",
|
5135
|
-
"danger-intense": "var(--aquarium-background-color-danger-intense)",
|
5136
|
-
"status-announcement": "var(--aquarium-background-color-status-announcement)",
|
5137
|
-
"status-info": "var(--aquarium-background-color-status-info)",
|
5138
|
-
"status-warning": "var(--aquarium-background-color-status-warning)",
|
5139
|
-
"status-danger": "var(--aquarium-background-color-status-danger)",
|
5140
|
-
"status-success": "var(--aquarium-background-color-status-success)",
|
5141
|
-
"icon-button-hover": "rgba(25,25,29,.05)"
|
4581
|
+
danger: {
|
4582
|
+
muted: "var(--aquarium-background-color-danger-muted)",
|
4583
|
+
default: "var(--aquarium-background-color-danger-default)",
|
4584
|
+
intense: "var(--aquarium-background-color-danger-intense)"
|
4585
|
+
},
|
4586
|
+
status: {
|
4587
|
+
announcement: "var(--aquarium-background-color-status-announcement)",
|
4588
|
+
info: "var(--aquarium-background-color-status-info)",
|
4589
|
+
warning: "var(--aquarium-background-color-status-warning)",
|
4590
|
+
danger: "var(--aquarium-background-color-status-danger)",
|
4591
|
+
success: "var(--aquarium-background-color-status-success)"
|
4592
|
+
},
|
4593
|
+
"icon-button": {
|
4594
|
+
hover: "var(--aquarium-background-color-icon-button-hover)"
|
4595
|
+
}
|
5142
4596
|
},
|
5143
4597
|
textColor: {
|
5144
|
-
|
5145
|
-
|
5146
|
-
|
5147
|
-
|
5148
|
-
|
5149
|
-
|
5150
|
-
|
5151
|
-
|
5152
|
-
|
5153
|
-
|
5154
|
-
|
5155
|
-
|
5156
|
-
|
5157
|
-
|
5158
|
-
|
5159
|
-
|
5160
|
-
|
5161
|
-
|
5162
|
-
|
5163
|
-
|
5164
|
-
|
5165
|
-
|
5166
|
-
|
5167
|
-
|
5168
|
-
|
5169
|
-
|
5170
|
-
|
5171
|
-
|
5172
|
-
|
5173
|
-
|
5174
|
-
|
5175
|
-
|
5176
|
-
|
5177
|
-
|
5178
|
-
|
5179
|
-
|
5180
|
-
|
5181
|
-
|
5182
|
-
|
5183
|
-
|
5184
|
-
|
5185
|
-
|
5186
|
-
|
5187
|
-
|
5188
|
-
|
5189
|
-
|
5190
|
-
|
5191
|
-
|
5192
|
-
|
5193
|
-
|
5194
|
-
|
5195
|
-
|
5196
|
-
|
5197
|
-
|
5198
|
-
|
5199
|
-
|
5200
|
-
|
5201
|
-
|
5202
|
-
|
5203
|
-
|
5204
|
-
|
5205
|
-
|
5206
|
-
|
5207
|
-
|
5208
|
-
|
5209
|
-
|
5210
|
-
|
5211
|
-
|
5212
|
-
|
5213
|
-
|
5214
|
-
|
5215
|
-
|
5216
|
-
|
5217
|
-
|
5218
|
-
|
5219
|
-
|
5220
|
-
|
5221
|
-
|
5222
|
-
|
5223
|
-
|
5224
|
-
|
5225
|
-
|
5226
|
-
|
5227
|
-
|
5228
|
-
|
5229
|
-
|
5230
|
-
|
5231
|
-
|
4598
|
+
white: "var(--aquarium-colors-white)",
|
4599
|
+
black: "var(--aquarium-colors-black)",
|
4600
|
+
transparent: "var(--aquarium-colors-transparent)",
|
4601
|
+
current: "var(--aquarium-colors-current)",
|
4602
|
+
error: {
|
4603
|
+
"0": "var(--aquarium-colors-error-0)",
|
4604
|
+
"5": "var(--aquarium-colors-error-5)",
|
4605
|
+
"10": "var(--aquarium-colors-error-10)",
|
4606
|
+
"20": "var(--aquarium-colors-error-20)",
|
4607
|
+
"30": "var(--aquarium-colors-error-30)",
|
4608
|
+
"40": "var(--aquarium-colors-error-40)",
|
4609
|
+
"50": "var(--aquarium-colors-error-50)",
|
4610
|
+
"60": "var(--aquarium-colors-error-60)",
|
4611
|
+
"70": "var(--aquarium-colors-error-70)",
|
4612
|
+
"80": "var(--aquarium-colors-error-80)",
|
4613
|
+
"90": "var(--aquarium-colors-error-90)",
|
4614
|
+
"100": "var(--aquarium-colors-error-100)"
|
4615
|
+
},
|
4616
|
+
warning: {
|
4617
|
+
"0": "var(--aquarium-colors-warning-0)",
|
4618
|
+
"5": "var(--aquarium-colors-warning-5)",
|
4619
|
+
"10": "var(--aquarium-colors-warning-10)",
|
4620
|
+
"20": "var(--aquarium-colors-warning-20)",
|
4621
|
+
"30": "var(--aquarium-colors-warning-30)",
|
4622
|
+
"40": "var(--aquarium-colors-warning-40)",
|
4623
|
+
"50": "var(--aquarium-colors-warning-50)",
|
4624
|
+
"60": "var(--aquarium-colors-warning-60)",
|
4625
|
+
"70": "var(--aquarium-colors-warning-70)",
|
4626
|
+
"80": "var(--aquarium-colors-warning-80)",
|
4627
|
+
"90": "var(--aquarium-colors-warning-90)",
|
4628
|
+
"100": "var(--aquarium-colors-warning-100)",
|
4629
|
+
inactive: "var(--aquarium-text-color-warning-inactive)",
|
4630
|
+
muted: "var(--aquarium-text-color-warning-muted)",
|
4631
|
+
default: "var(--aquarium-text-color-warning-default)",
|
4632
|
+
intense: "var(--aquarium-text-color-warning-intense)"
|
4633
|
+
},
|
4634
|
+
success: {
|
4635
|
+
"0": "var(--aquarium-colors-success-0)",
|
4636
|
+
"5": "var(--aquarium-colors-success-5)",
|
4637
|
+
"10": "var(--aquarium-colors-success-10)",
|
4638
|
+
"20": "var(--aquarium-colors-success-20)",
|
4639
|
+
"30": "var(--aquarium-colors-success-30)",
|
4640
|
+
"40": "var(--aquarium-colors-success-40)",
|
4641
|
+
"50": "var(--aquarium-colors-success-50)",
|
4642
|
+
"60": "var(--aquarium-colors-success-60)",
|
4643
|
+
"70": "var(--aquarium-colors-success-70)",
|
4644
|
+
"80": "var(--aquarium-colors-success-80)",
|
4645
|
+
"90": "var(--aquarium-colors-success-90)",
|
4646
|
+
"100": "var(--aquarium-colors-success-100)",
|
4647
|
+
inactive: "var(--aquarium-text-color-success-inactive)",
|
4648
|
+
muted: "var(--aquarium-text-color-success-muted)",
|
4649
|
+
default: "var(--aquarium-text-color-success-default)",
|
4650
|
+
intense: "var(--aquarium-text-color-success-intense)"
|
4651
|
+
},
|
4652
|
+
info: {
|
4653
|
+
"0": "var(--aquarium-colors-info-0)",
|
4654
|
+
"5": "var(--aquarium-colors-info-5)",
|
4655
|
+
"10": "var(--aquarium-colors-info-10)",
|
4656
|
+
"20": "var(--aquarium-colors-info-20)",
|
4657
|
+
"30": "var(--aquarium-colors-info-30)",
|
4658
|
+
"40": "var(--aquarium-colors-info-40)",
|
4659
|
+
"50": "var(--aquarium-colors-info-50)",
|
4660
|
+
"60": "var(--aquarium-colors-info-60)",
|
4661
|
+
"70": "var(--aquarium-colors-info-70)",
|
4662
|
+
"80": "var(--aquarium-colors-info-80)",
|
4663
|
+
"90": "var(--aquarium-colors-info-90)",
|
4664
|
+
"100": "var(--aquarium-colors-info-100)",
|
4665
|
+
inactive: "var(--aquarium-text-color-info-inactive)",
|
4666
|
+
muted: "var(--aquarium-text-color-info-muted)",
|
4667
|
+
default: "var(--aquarium-text-color-info-default)",
|
4668
|
+
intense: "var(--aquarium-text-color-info-intense)"
|
4669
|
+
},
|
4670
|
+
grey: {
|
4671
|
+
"0": "var(--aquarium-colors-grey-0)",
|
4672
|
+
"5": "var(--aquarium-colors-grey-5)",
|
4673
|
+
"10": "var(--aquarium-colors-grey-10)",
|
4674
|
+
"20": "var(--aquarium-colors-grey-20)",
|
4675
|
+
"30": "var(--aquarium-colors-grey-30)",
|
4676
|
+
"40": "var(--aquarium-colors-grey-40)",
|
4677
|
+
"50": "var(--aquarium-colors-grey-50)",
|
4678
|
+
"60": "var(--aquarium-colors-grey-60)",
|
4679
|
+
"70": "var(--aquarium-colors-grey-70)",
|
4680
|
+
"80": "var(--aquarium-colors-grey-80)",
|
4681
|
+
"90": "var(--aquarium-colors-grey-90)",
|
4682
|
+
"100": "var(--aquarium-colors-grey-100)"
|
4683
|
+
},
|
4684
|
+
secondary: {
|
4685
|
+
"0": "var(--aquarium-colors-secondary-0)",
|
4686
|
+
"5": "var(--aquarium-colors-secondary-5)",
|
4687
|
+
"10": "var(--aquarium-colors-secondary-10)",
|
4688
|
+
"20": "var(--aquarium-colors-secondary-20)",
|
4689
|
+
"30": "var(--aquarium-colors-secondary-30)",
|
4690
|
+
"40": "var(--aquarium-colors-secondary-40)",
|
4691
|
+
"50": "var(--aquarium-colors-secondary-50)",
|
4692
|
+
"60": "var(--aquarium-colors-secondary-60)",
|
4693
|
+
"70": "var(--aquarium-colors-secondary-70)",
|
4694
|
+
"80": "var(--aquarium-colors-secondary-80)",
|
4695
|
+
"90": "var(--aquarium-colors-secondary-90)",
|
4696
|
+
"100": "var(--aquarium-colors-secondary-100)"
|
4697
|
+
},
|
4698
|
+
primary: {
|
4699
|
+
"0": "var(--aquarium-colors-primary-0)",
|
4700
|
+
"5": "var(--aquarium-colors-primary-5)",
|
4701
|
+
"10": "var(--aquarium-colors-primary-10)",
|
4702
|
+
"20": "var(--aquarium-colors-primary-20)",
|
4703
|
+
"30": "var(--aquarium-colors-primary-30)",
|
4704
|
+
"40": "var(--aquarium-colors-primary-40)",
|
4705
|
+
"50": "var(--aquarium-colors-primary-50)",
|
4706
|
+
"60": "var(--aquarium-colors-primary-60)",
|
4707
|
+
"70": "var(--aquarium-colors-primary-70)",
|
4708
|
+
"80": "var(--aquarium-colors-primary-80)",
|
4709
|
+
"90": "var(--aquarium-colors-primary-90)",
|
4710
|
+
"100": "var(--aquarium-colors-primary-100)",
|
4711
|
+
inactive: "var(--aquarium-text-color-primary-inactive)",
|
4712
|
+
active: "var(--aquarium-text-color-primary-active)",
|
4713
|
+
muted: "var(--aquarium-text-color-primary-muted)",
|
4714
|
+
default: "var(--aquarium-text-color-primary-default)",
|
4715
|
+
intense: "var(--aquarium-text-color-primary-intense)"
|
4716
|
+
},
|
5232
4717
|
inactive: "var(--aquarium-text-color-inactive)",
|
5233
4718
|
muted: "var(--aquarium-text-color-muted)",
|
5234
4719
|
default: "var(--aquarium-text-color-default)",
|
5235
4720
|
intense: "var(--aquarium-text-color-intense)",
|
5236
|
-
|
5237
|
-
|
5238
|
-
|
5239
|
-
|
5240
|
-
|
5241
|
-
|
5242
|
-
"info-muted": "var(--aquarium-text-color-info-muted)",
|
5243
|
-
"info-default": "var(--aquarium-text-color-info-default)",
|
5244
|
-
"info-intense": "var(--aquarium-text-color-info-intense)",
|
5245
|
-
"success-inactive": "var(--aquarium-text-color-success-inactive)",
|
5246
|
-
"success-muted": "var(--aquarium-text-color-success-muted)",
|
5247
|
-
"success-default": "var(--aquarium-text-color-success-default)",
|
5248
|
-
"success-intense": "var(--aquarium-text-color-success-intense)",
|
5249
|
-
"warning-inactive": "var(--aquarium-text-color-warning-inactive)",
|
5250
|
-
"warning-muted": "var(--aquarium-text-color-warning-muted)",
|
5251
|
-
"warning-default": "var(--aquarium-text-color-warning-default)",
|
5252
|
-
"warning-intense": "var(--aquarium-text-color-warning-intense)",
|
5253
|
-
"danger-inactive": "var(--aquarium-text-color-danger-inactive)",
|
5254
|
-
"danger-muted": "var(--aquarium-text-color-danger-muted)",
|
5255
|
-
"danger-default": "var(--aquarium-text-color-danger-default)",
|
5256
|
-
"danger-intense": "var(--aquarium-text-color-danger-intense)"
|
4721
|
+
danger: {
|
4722
|
+
inactive: "var(--aquarium-text-color-danger-inactive)",
|
4723
|
+
muted: "var(--aquarium-text-color-danger-muted)",
|
4724
|
+
default: "var(--aquarium-text-color-danger-default)",
|
4725
|
+
intense: "var(--aquarium-text-color-danger-intense)"
|
4726
|
+
}
|
5257
4727
|
},
|
5258
4728
|
borderColor: {
|
5259
|
-
|
5260
|
-
|
5261
|
-
|
5262
|
-
|
5263
|
-
|
5264
|
-
|
5265
|
-
|
5266
|
-
|
5267
|
-
|
5268
|
-
|
5269
|
-
|
5270
|
-
|
5271
|
-
|
5272
|
-
|
5273
|
-
|
5274
|
-
|
5275
|
-
|
5276
|
-
|
5277
|
-
|
5278
|
-
|
5279
|
-
|
5280
|
-
|
5281
|
-
|
5282
|
-
|
5283
|
-
|
5284
|
-
|
5285
|
-
|
5286
|
-
|
5287
|
-
|
5288
|
-
|
5289
|
-
|
5290
|
-
|
5291
|
-
|
5292
|
-
|
5293
|
-
|
5294
|
-
|
5295
|
-
|
5296
|
-
|
5297
|
-
|
5298
|
-
|
5299
|
-
|
5300
|
-
|
5301
|
-
|
5302
|
-
|
5303
|
-
|
5304
|
-
|
5305
|
-
|
5306
|
-
|
5307
|
-
|
5308
|
-
|
5309
|
-
|
5310
|
-
|
5311
|
-
|
5312
|
-
|
5313
|
-
|
5314
|
-
|
5315
|
-
|
5316
|
-
|
5317
|
-
|
5318
|
-
|
5319
|
-
|
5320
|
-
|
5321
|
-
|
5322
|
-
|
5323
|
-
|
5324
|
-
|
5325
|
-
|
5326
|
-
|
5327
|
-
|
5328
|
-
|
5329
|
-
|
5330
|
-
|
5331
|
-
|
5332
|
-
|
5333
|
-
|
5334
|
-
|
5335
|
-
|
5336
|
-
|
5337
|
-
|
5338
|
-
|
5339
|
-
|
5340
|
-
|
5341
|
-
|
5342
|
-
|
5343
|
-
|
5344
|
-
|
5345
|
-
|
5346
|
-
|
4729
|
+
white: "var(--aquarium-colors-white)",
|
4730
|
+
black: "var(--aquarium-colors-black)",
|
4731
|
+
transparent: "var(--aquarium-colors-transparent)",
|
4732
|
+
current: "var(--aquarium-colors-current)",
|
4733
|
+
error: {
|
4734
|
+
"0": "var(--aquarium-colors-error-0)",
|
4735
|
+
"5": "var(--aquarium-colors-error-5)",
|
4736
|
+
"10": "var(--aquarium-colors-error-10)",
|
4737
|
+
"20": "var(--aquarium-colors-error-20)",
|
4738
|
+
"30": "var(--aquarium-colors-error-30)",
|
4739
|
+
"40": "var(--aquarium-colors-error-40)",
|
4740
|
+
"50": "var(--aquarium-colors-error-50)",
|
4741
|
+
"60": "var(--aquarium-colors-error-60)",
|
4742
|
+
"70": "var(--aquarium-colors-error-70)",
|
4743
|
+
"80": "var(--aquarium-colors-error-80)",
|
4744
|
+
"90": "var(--aquarium-colors-error-90)",
|
4745
|
+
"100": "var(--aquarium-colors-error-100)"
|
4746
|
+
},
|
4747
|
+
warning: {
|
4748
|
+
"0": "var(--aquarium-colors-warning-0)",
|
4749
|
+
"5": "var(--aquarium-colors-warning-5)",
|
4750
|
+
"10": "var(--aquarium-colors-warning-10)",
|
4751
|
+
"20": "var(--aquarium-colors-warning-20)",
|
4752
|
+
"30": "var(--aquarium-colors-warning-30)",
|
4753
|
+
"40": "var(--aquarium-colors-warning-40)",
|
4754
|
+
"50": "var(--aquarium-colors-warning-50)",
|
4755
|
+
"60": "var(--aquarium-colors-warning-60)",
|
4756
|
+
"70": "var(--aquarium-colors-warning-70)",
|
4757
|
+
"80": "var(--aquarium-colors-warning-80)",
|
4758
|
+
"90": "var(--aquarium-colors-warning-90)",
|
4759
|
+
"100": "var(--aquarium-colors-warning-100)",
|
4760
|
+
muted: "var(--aquarium-border-color-warning-muted)",
|
4761
|
+
default: "var(--aquarium-border-color-warning-default)",
|
4762
|
+
intense: "var(--aquarium-border-color-warning-intense)"
|
4763
|
+
},
|
4764
|
+
success: {
|
4765
|
+
"0": "var(--aquarium-colors-success-0)",
|
4766
|
+
"5": "var(--aquarium-colors-success-5)",
|
4767
|
+
"10": "var(--aquarium-colors-success-10)",
|
4768
|
+
"20": "var(--aquarium-colors-success-20)",
|
4769
|
+
"30": "var(--aquarium-colors-success-30)",
|
4770
|
+
"40": "var(--aquarium-colors-success-40)",
|
4771
|
+
"50": "var(--aquarium-colors-success-50)",
|
4772
|
+
"60": "var(--aquarium-colors-success-60)",
|
4773
|
+
"70": "var(--aquarium-colors-success-70)",
|
4774
|
+
"80": "var(--aquarium-colors-success-80)",
|
4775
|
+
"90": "var(--aquarium-colors-success-90)",
|
4776
|
+
"100": "var(--aquarium-colors-success-100)",
|
4777
|
+
muted: "var(--aquarium-border-color-success-muted)",
|
4778
|
+
default: "var(--aquarium-border-color-success-default)",
|
4779
|
+
intense: "var(--aquarium-border-color-success-intense)"
|
4780
|
+
},
|
4781
|
+
info: {
|
4782
|
+
"0": "var(--aquarium-colors-info-0)",
|
4783
|
+
"5": "var(--aquarium-colors-info-5)",
|
4784
|
+
"10": "var(--aquarium-colors-info-10)",
|
4785
|
+
"20": "var(--aquarium-colors-info-20)",
|
4786
|
+
"30": "var(--aquarium-colors-info-30)",
|
4787
|
+
"40": "var(--aquarium-colors-info-40)",
|
4788
|
+
"50": "var(--aquarium-colors-info-50)",
|
4789
|
+
"60": "var(--aquarium-colors-info-60)",
|
4790
|
+
"70": "var(--aquarium-colors-info-70)",
|
4791
|
+
"80": "var(--aquarium-colors-info-80)",
|
4792
|
+
"90": "var(--aquarium-colors-info-90)",
|
4793
|
+
"100": "var(--aquarium-colors-info-100)",
|
4794
|
+
muted: "var(--aquarium-border-color-info-muted)",
|
4795
|
+
default: "var(--aquarium-border-color-info-default)",
|
4796
|
+
intense: "var(--aquarium-border-color-info-intense)"
|
4797
|
+
},
|
4798
|
+
grey: {
|
4799
|
+
"0": "var(--aquarium-colors-grey-0)",
|
4800
|
+
"5": "var(--aquarium-colors-grey-5)",
|
4801
|
+
"10": "var(--aquarium-colors-grey-10)",
|
4802
|
+
"20": "var(--aquarium-colors-grey-20)",
|
4803
|
+
"30": "var(--aquarium-colors-grey-30)",
|
4804
|
+
"40": "var(--aquarium-colors-grey-40)",
|
4805
|
+
"50": "var(--aquarium-colors-grey-50)",
|
4806
|
+
"60": "var(--aquarium-colors-grey-60)",
|
4807
|
+
"70": "var(--aquarium-colors-grey-70)",
|
4808
|
+
"80": "var(--aquarium-colors-grey-80)",
|
4809
|
+
"90": "var(--aquarium-colors-grey-90)",
|
4810
|
+
"100": "var(--aquarium-colors-grey-100)"
|
4811
|
+
},
|
4812
|
+
secondary: {
|
4813
|
+
"0": "var(--aquarium-colors-secondary-0)",
|
4814
|
+
"5": "var(--aquarium-colors-secondary-5)",
|
4815
|
+
"10": "var(--aquarium-colors-secondary-10)",
|
4816
|
+
"20": "var(--aquarium-colors-secondary-20)",
|
4817
|
+
"30": "var(--aquarium-colors-secondary-30)",
|
4818
|
+
"40": "var(--aquarium-colors-secondary-40)",
|
4819
|
+
"50": "var(--aquarium-colors-secondary-50)",
|
4820
|
+
"60": "var(--aquarium-colors-secondary-60)",
|
4821
|
+
"70": "var(--aquarium-colors-secondary-70)",
|
4822
|
+
"80": "var(--aquarium-colors-secondary-80)",
|
4823
|
+
"90": "var(--aquarium-colors-secondary-90)",
|
4824
|
+
"100": "var(--aquarium-colors-secondary-100)"
|
4825
|
+
},
|
4826
|
+
primary: {
|
4827
|
+
"0": "var(--aquarium-colors-primary-0)",
|
4828
|
+
"5": "var(--aquarium-colors-primary-5)",
|
4829
|
+
"10": "var(--aquarium-colors-primary-10)",
|
4830
|
+
"20": "var(--aquarium-colors-primary-20)",
|
4831
|
+
"30": "var(--aquarium-colors-primary-30)",
|
4832
|
+
"40": "var(--aquarium-colors-primary-40)",
|
4833
|
+
"50": "var(--aquarium-colors-primary-50)",
|
4834
|
+
"60": "var(--aquarium-colors-primary-60)",
|
4835
|
+
"70": "var(--aquarium-colors-primary-70)",
|
4836
|
+
"80": "var(--aquarium-colors-primary-80)",
|
4837
|
+
"90": "var(--aquarium-colors-primary-90)",
|
4838
|
+
"100": "var(--aquarium-colors-primary-100)",
|
4839
|
+
muted: "var(--aquarium-border-color-primary-muted)",
|
4840
|
+
default: "var(--aquarium-border-color-primary-default)",
|
4841
|
+
intense: "var(--aquarium-border-color-primary-intense)"
|
4842
|
+
},
|
5347
4843
|
DEFAULT: "currentColor",
|
5348
4844
|
muted: "var(--aquarium-border-color-muted)",
|
5349
4845
|
default: "var(--aquarium-border-color-default)",
|
5350
4846
|
intense: "var(--aquarium-border-color-intense)",
|
5351
|
-
|
5352
|
-
|
5353
|
-
|
5354
|
-
|
5355
|
-
|
5356
|
-
"info-intense": "var(--aquarium-border-color-info-intense)",
|
5357
|
-
"success-muted": "var(--aquarium-border-color-success-muted)",
|
5358
|
-
"success-default": "var(--aquarium-border-color-success-default)",
|
5359
|
-
"success-intense": "var(--aquarium-border-color-success-intense)",
|
5360
|
-
"warning-muted": "var(--aquarium-border-color-warning-muted)",
|
5361
|
-
"warning-default": "var(--aquarium-border-color-warning-default)",
|
5362
|
-
"warning-intense": "var(--aquarium-border-color-warning-intense)",
|
5363
|
-
"danger-muted": "var(--aquarium-border-color-danger-muted)",
|
5364
|
-
"danger-default": "var(--aquarium-border-color-danger-default)",
|
5365
|
-
"danger-intense": "var(--aquarium-border-color-danger-intense)"
|
4847
|
+
danger: {
|
4848
|
+
muted: "var(--aquarium-border-color-danger-muted)",
|
4849
|
+
default: "var(--aquarium-border-color-danger-default)",
|
4850
|
+
intense: "var(--aquarium-border-color-danger-intense)"
|
4851
|
+
}
|
5366
4852
|
},
|
5367
4853
|
gap: {
|
5368
|
-
"0": "
|
4854
|
+
"0": "0px",
|
5369
4855
|
"1": "2px",
|
5370
4856
|
"2": "4px",
|
5371
4857
|
"3": "8px",
|
@@ -5532,7 +5018,658 @@ import { ModalProvider } from "@react-aria/overlays";
|
|
5532
5018
|
import isPlainObject from "lodash/isPlainObject";
|
5533
5019
|
import isUndefined from "lodash/isUndefined";
|
5534
5020
|
import orderBy from "lodash/orderBy";
|
5535
|
-
|
5021
|
+
|
5022
|
+
// src/tokens/tokens.json
|
5023
|
+
var tokens_default = {
|
5024
|
+
borderRadius: {
|
5025
|
+
default: "4px",
|
5026
|
+
full: "9999px",
|
5027
|
+
"3xl": "1.5rem",
|
5028
|
+
"2xl": "1rem",
|
5029
|
+
xl: "0.75rem",
|
5030
|
+
lg: "0.5rem",
|
5031
|
+
md: "0.375rem",
|
5032
|
+
sm: "0.125rem",
|
5033
|
+
none: "0px"
|
5034
|
+
},
|
5035
|
+
borderWidth: {
|
5036
|
+
"0": "0px",
|
5037
|
+
"1": "1px",
|
5038
|
+
"2": "2px",
|
5039
|
+
"4": "4px",
|
5040
|
+
"8": "8px",
|
5041
|
+
default: "1px"
|
5042
|
+
},
|
5043
|
+
backgroundColor: {
|
5044
|
+
body: "white",
|
5045
|
+
"body-intense": "#3a3a44",
|
5046
|
+
"popover-content": "white",
|
5047
|
+
muted: "#f7f7fa",
|
5048
|
+
default: "#ededf0",
|
5049
|
+
intense: "#d2d2d6",
|
5050
|
+
primary: {
|
5051
|
+
muted: "#b9c5ef",
|
5052
|
+
default: "#3545be",
|
5053
|
+
intense: "#222f95",
|
5054
|
+
active: "#f3f6ff",
|
5055
|
+
hover: "#f3f6ff"
|
5056
|
+
},
|
5057
|
+
info: {
|
5058
|
+
muted: "#e0f5fe",
|
5059
|
+
default: "#0399e3",
|
5060
|
+
intense: "#0174ba"
|
5061
|
+
},
|
5062
|
+
success: {
|
5063
|
+
muted: "#ecf7ed",
|
5064
|
+
default: "#00b300",
|
5065
|
+
intense: "#008e00"
|
5066
|
+
},
|
5067
|
+
warning: {
|
5068
|
+
muted: "#fff8ea",
|
5069
|
+
default: "#ffb300",
|
5070
|
+
intense: "#ff9003"
|
5071
|
+
},
|
5072
|
+
danger: {
|
5073
|
+
muted: "#ffcbd2",
|
5074
|
+
default: "#ffadb3",
|
5075
|
+
intense: "#e62728"
|
5076
|
+
},
|
5077
|
+
status: {
|
5078
|
+
announcement: "#f3f6ff",
|
5079
|
+
info: "#e0f5fe",
|
5080
|
+
warning: "#fff8ea",
|
5081
|
+
danger: "#fee8e7",
|
5082
|
+
success: "#ecf7ed"
|
5083
|
+
},
|
5084
|
+
"icon-button": {
|
5085
|
+
hover: "rgba(25,25,29,.05)"
|
5086
|
+
}
|
5087
|
+
},
|
5088
|
+
borderColor: {
|
5089
|
+
muted: "#ededf0",
|
5090
|
+
default: "#d2d2d6",
|
5091
|
+
intense: "#787885",
|
5092
|
+
primary: {
|
5093
|
+
muted: "#818eec",
|
5094
|
+
default: "#3545be",
|
5095
|
+
intense: "#0e1652"
|
5096
|
+
},
|
5097
|
+
info: {
|
5098
|
+
muted: "#28b4f4",
|
5099
|
+
default: "#0399e3",
|
5100
|
+
intense: "#0174ba"
|
5101
|
+
},
|
5102
|
+
success: {
|
5103
|
+
muted: "#cbffc9",
|
5104
|
+
default: "#60db57",
|
5105
|
+
intense: "#00b300"
|
5106
|
+
},
|
5107
|
+
warning: {
|
5108
|
+
muted: "#feebb2",
|
5109
|
+
default: "#ffb300",
|
5110
|
+
intense: "#ff9003"
|
5111
|
+
},
|
5112
|
+
danger: {
|
5113
|
+
muted: "#ffcbd2",
|
5114
|
+
default: "#e62728",
|
5115
|
+
intense: "#c50001"
|
5116
|
+
}
|
5117
|
+
},
|
5118
|
+
colors: {
|
5119
|
+
white: "white",
|
5120
|
+
black: "black",
|
5121
|
+
transparent: "transparent",
|
5122
|
+
current: "currentColor",
|
5123
|
+
error: {
|
5124
|
+
"0": "#fef2f1",
|
5125
|
+
"5": "#fee8e7",
|
5126
|
+
"10": "#ffcbd2",
|
5127
|
+
"20": "#ffadb3",
|
5128
|
+
"30": "#ed7975",
|
5129
|
+
"40": "#e0504f",
|
5130
|
+
"50": "#e62728",
|
5131
|
+
"60": "#e70000",
|
5132
|
+
"70": "#d80005",
|
5133
|
+
"80": "#c50001",
|
5134
|
+
"90": "#b90000",
|
5135
|
+
"100": "#aa0000"
|
5136
|
+
},
|
5137
|
+
warning: {
|
5138
|
+
"0": "#fffdf9",
|
5139
|
+
"5": "#fff8ea",
|
5140
|
+
"10": "#fff2cd",
|
5141
|
+
"20": "#feebb2",
|
5142
|
+
"30": "#fddf81",
|
5143
|
+
"40": "#fdd44d",
|
5144
|
+
"50": "#fdc926",
|
5145
|
+
"60": "#ffc107",
|
5146
|
+
"70": "#ffb300",
|
5147
|
+
"80": "#fd9f00",
|
5148
|
+
"90": "#ff9003",
|
5149
|
+
"100": "#fe6d00"
|
5150
|
+
},
|
5151
|
+
success: {
|
5152
|
+
"0": "#f5faf5",
|
5153
|
+
"5": "#ecf7ed",
|
5154
|
+
"10": "#cbffc9",
|
5155
|
+
"20": "#afffa7",
|
5156
|
+
"30": "#89eb80",
|
5157
|
+
"40": "#60db57",
|
5158
|
+
"50": "#40ce37",
|
5159
|
+
"60": "#00c300",
|
5160
|
+
"70": "#00b300",
|
5161
|
+
"80": "#009f00",
|
5162
|
+
"90": "#008e00",
|
5163
|
+
"100": "#006f00"
|
5164
|
+
},
|
5165
|
+
info: {
|
5166
|
+
"0": "#f9fdff",
|
5167
|
+
"5": "#effaff",
|
5168
|
+
"10": "#e0f5fe",
|
5169
|
+
"20": "#b4e5fb",
|
5170
|
+
"30": "#7fd1f7",
|
5171
|
+
"40": "#4cc2f7",
|
5172
|
+
"50": "#28b4f4",
|
5173
|
+
"60": "#02a8f3",
|
5174
|
+
"70": "#0399e3",
|
5175
|
+
"80": "#0788d1",
|
5176
|
+
"90": "#0174ba",
|
5177
|
+
"100": "#02569a"
|
5178
|
+
},
|
5179
|
+
grey: {
|
5180
|
+
"0": "#f7f7fa",
|
5181
|
+
"5": "#ededf0",
|
5182
|
+
"10": "#e1e1e3",
|
5183
|
+
"20": "#d2d2d6",
|
5184
|
+
"30": "#b4b4bb",
|
5185
|
+
"40": "#9696a0",
|
5186
|
+
"50": "#787885",
|
5187
|
+
"60": "#5a5b6a",
|
5188
|
+
"70": "#4a4b57",
|
5189
|
+
"80": "#3a3a44",
|
5190
|
+
"90": "#292a31",
|
5191
|
+
"100": "#19191d"
|
5192
|
+
},
|
5193
|
+
secondary: {
|
5194
|
+
"0": "#fffbf8",
|
5195
|
+
"5": "#fff3e8",
|
5196
|
+
"10": "#fee8d0",
|
5197
|
+
"20": "#f8c99c",
|
5198
|
+
"30": "#fab26e",
|
5199
|
+
"40": "#fb9a3e",
|
5200
|
+
"50": "#fc871a",
|
5201
|
+
"60": "#ff7700",
|
5202
|
+
"70": "#f96a02",
|
5203
|
+
"80": "#f3580d",
|
5204
|
+
"90": "#eb4610",
|
5205
|
+
"100": "#e11d16"
|
5206
|
+
},
|
5207
|
+
primary: {
|
5208
|
+
"0": "#ffffff",
|
5209
|
+
"5": "#f3f6ff",
|
5210
|
+
"10": "#e3e9ff",
|
5211
|
+
"20": "#d5ddfa",
|
5212
|
+
"30": "#c7d1f4",
|
5213
|
+
"40": "#b9c5ef",
|
5214
|
+
"50": "#9daaee",
|
5215
|
+
"60": "#818eec",
|
5216
|
+
"70": "#5865cd",
|
5217
|
+
"80": "#3545be",
|
5218
|
+
"90": "#222f95",
|
5219
|
+
"100": "#0e1652"
|
5220
|
+
}
|
5221
|
+
},
|
5222
|
+
textColor: {
|
5223
|
+
inactive: "#9696a0",
|
5224
|
+
muted: "#787885",
|
5225
|
+
default: "#4a4b57",
|
5226
|
+
intense: "#292a31",
|
5227
|
+
primary: {
|
5228
|
+
inactive: "#b9c5ef",
|
5229
|
+
active: "#222f95",
|
5230
|
+
muted: "#818eec",
|
5231
|
+
default: "#5865cd",
|
5232
|
+
intense: "#3545be"
|
5233
|
+
},
|
5234
|
+
info: {
|
5235
|
+
inactive: "#b4e5fb",
|
5236
|
+
muted: "#4cc2f7",
|
5237
|
+
default: "#0399e3",
|
5238
|
+
intense: "#0174ba"
|
5239
|
+
},
|
5240
|
+
success: {
|
5241
|
+
inactive: "#cbffc9",
|
5242
|
+
muted: "#89eb80",
|
5243
|
+
default: "#00b300",
|
5244
|
+
intense: "#008e00"
|
5245
|
+
},
|
5246
|
+
warning: {
|
5247
|
+
inactive: "#feebb2",
|
5248
|
+
muted: "#fdd44d",
|
5249
|
+
default: "#fd9f00",
|
5250
|
+
intense: "#fe6d00"
|
5251
|
+
},
|
5252
|
+
danger: {
|
5253
|
+
inactive: "#ffcbd2",
|
5254
|
+
muted: "#ffadb3",
|
5255
|
+
default: "#e62728",
|
5256
|
+
intense: "#c50001"
|
5257
|
+
}
|
5258
|
+
},
|
5259
|
+
boxShadow: {
|
5260
|
+
"24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
|
5261
|
+
"16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
|
5262
|
+
"8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
|
5263
|
+
"4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
|
5264
|
+
"2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)",
|
5265
|
+
whiteInset: "inset 0 0 0 3px rgba(255,255,255,1)"
|
5266
|
+
},
|
5267
|
+
elevations: {
|
5268
|
+
"24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
|
5269
|
+
"16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
|
5270
|
+
"8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
|
5271
|
+
"4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
|
5272
|
+
"2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
|
5273
|
+
},
|
5274
|
+
screens: {
|
5275
|
+
default: "0px",
|
5276
|
+
xs: "320px",
|
5277
|
+
sm: "672px",
|
5278
|
+
md: "1056px",
|
5279
|
+
lg: "1312px",
|
5280
|
+
xl: "1536px"
|
5281
|
+
},
|
5282
|
+
margin: {
|
5283
|
+
"0": "0px",
|
5284
|
+
"1": "2px",
|
5285
|
+
"2": "4px",
|
5286
|
+
"3": "8px",
|
5287
|
+
"4": "12px",
|
5288
|
+
"5": "16px",
|
5289
|
+
"6": "24px",
|
5290
|
+
"7": "32px",
|
5291
|
+
"8": "40px",
|
5292
|
+
"9": "48px",
|
5293
|
+
"1px": "1px",
|
5294
|
+
l1: "16px",
|
5295
|
+
l2: "24px",
|
5296
|
+
l3: "32px",
|
5297
|
+
l4: "48px",
|
5298
|
+
l5: "64px",
|
5299
|
+
l6: "96px",
|
5300
|
+
l7: "160px"
|
5301
|
+
},
|
5302
|
+
spacing: {
|
5303
|
+
"0": "0px",
|
5304
|
+
"1": "2px",
|
5305
|
+
"2": "4px",
|
5306
|
+
"3": "8px",
|
5307
|
+
"4": "12px",
|
5308
|
+
"5": "16px",
|
5309
|
+
"6": "24px",
|
5310
|
+
"7": "32px",
|
5311
|
+
"8": "40px",
|
5312
|
+
"9": "48px",
|
5313
|
+
"1px": "1px",
|
5314
|
+
l1: "16px",
|
5315
|
+
l2: "24px",
|
5316
|
+
l3: "32px",
|
5317
|
+
l4: "48px",
|
5318
|
+
l5: "64px",
|
5319
|
+
l6: "96px",
|
5320
|
+
l7: "160px"
|
5321
|
+
},
|
5322
|
+
fontSize: {
|
5323
|
+
base: "1rem",
|
5324
|
+
"base-line-height": "1.5rem",
|
5325
|
+
xs: "0.75rem",
|
5326
|
+
"xs-line-height": "1rem",
|
5327
|
+
sm: "0.875rem",
|
5328
|
+
"sm-line-height": "1.25rem",
|
5329
|
+
"lg-line-height": "1.75rem",
|
5330
|
+
lg: "1.125rem",
|
5331
|
+
"xl-line-height": "1.75rem",
|
5332
|
+
xl: "1.25rem",
|
5333
|
+
"2xl-line-height": "2rem",
|
5334
|
+
"2xl": "1.5rem",
|
5335
|
+
"3xl-line-height": "2.25rem",
|
5336
|
+
"3xl": "1.875rem",
|
5337
|
+
"4xl-line-height": "2.5rem",
|
5338
|
+
"4xl": "2.25rem",
|
5339
|
+
"5xl-line-height": "1",
|
5340
|
+
"5xl": "3rem",
|
5341
|
+
"6xl-line-height": "1",
|
5342
|
+
"6xl": "3.75rem",
|
5343
|
+
"7xl-line-height": "1",
|
5344
|
+
"7xl": "4.5rem",
|
5345
|
+
"8xl-line-height": "1",
|
5346
|
+
"8xl": "6rem",
|
5347
|
+
"9xl-line-height": "1",
|
5348
|
+
"9xl": "8rem"
|
5349
|
+
},
|
5350
|
+
fontFamily: {
|
5351
|
+
heading: [
|
5352
|
+
"Poppins"
|
5353
|
+
],
|
5354
|
+
body: [
|
5355
|
+
"Inter"
|
5356
|
+
]
|
5357
|
+
},
|
5358
|
+
typography: {
|
5359
|
+
"large-heading": {
|
5360
|
+
fontFamily: [
|
5361
|
+
"Poppins"
|
5362
|
+
],
|
5363
|
+
fontSize: "32px",
|
5364
|
+
fontWeight: 700,
|
5365
|
+
fontStyle: "normal",
|
5366
|
+
lineHeight: 1.375,
|
5367
|
+
textTransform: "none"
|
5368
|
+
},
|
5369
|
+
heading: {
|
5370
|
+
fontFamily: [
|
5371
|
+
"Poppins"
|
5372
|
+
],
|
5373
|
+
fontSize: "24px",
|
5374
|
+
fontWeight: 700,
|
5375
|
+
fontStyle: "normal",
|
5376
|
+
lineHeight: 1.375,
|
5377
|
+
textTransform: "none"
|
5378
|
+
},
|
5379
|
+
subheading: {
|
5380
|
+
fontFamily: [
|
5381
|
+
"Poppins"
|
5382
|
+
],
|
5383
|
+
fontSize: "20px",
|
5384
|
+
fontWeight: 600,
|
5385
|
+
fontStyle: "normal",
|
5386
|
+
lineHeight: 1.375,
|
5387
|
+
textTransform: "none"
|
5388
|
+
},
|
5389
|
+
"large-strong": {
|
5390
|
+
fontFamily: [
|
5391
|
+
"Inter"
|
5392
|
+
],
|
5393
|
+
fontSize: "20px",
|
5394
|
+
fontWeight: 600,
|
5395
|
+
fontStyle: "normal",
|
5396
|
+
lineHeight: 1.58,
|
5397
|
+
textTransform: "none"
|
5398
|
+
},
|
5399
|
+
large: {
|
5400
|
+
fontFamily: [
|
5401
|
+
"Inter"
|
5402
|
+
],
|
5403
|
+
fontSize: "20px",
|
5404
|
+
fontWeight: 500,
|
5405
|
+
fontStyle: "normal",
|
5406
|
+
lineHeight: 1.58,
|
5407
|
+
textTransform: "none"
|
5408
|
+
},
|
5409
|
+
"default-strong": {
|
5410
|
+
fontFamily: [
|
5411
|
+
"Inter"
|
5412
|
+
],
|
5413
|
+
fontSize: "16px",
|
5414
|
+
fontWeight: 500,
|
5415
|
+
fontStyle: "normal",
|
5416
|
+
lineHeight: 1.5,
|
5417
|
+
textTransform: "none"
|
5418
|
+
},
|
5419
|
+
default: {
|
5420
|
+
fontFamily: [
|
5421
|
+
"Inter"
|
5422
|
+
],
|
5423
|
+
fontSize: "16px",
|
5424
|
+
fontWeight: 400,
|
5425
|
+
fontStyle: "normal",
|
5426
|
+
lineHeight: 1.5,
|
5427
|
+
textTransform: "none"
|
5428
|
+
},
|
5429
|
+
"small-strong": {
|
5430
|
+
fontFamily: [
|
5431
|
+
"Inter"
|
5432
|
+
],
|
5433
|
+
fontSize: "14px",
|
5434
|
+
fontWeight: 500,
|
5435
|
+
fontStyle: "normal",
|
5436
|
+
lineHeight: 1.42,
|
5437
|
+
textTransform: "none"
|
5438
|
+
},
|
5439
|
+
small: {
|
5440
|
+
fontFamily: [
|
5441
|
+
"Inter"
|
5442
|
+
],
|
5443
|
+
fontSize: "14px",
|
5444
|
+
fontWeight: 400,
|
5445
|
+
fontStyle: "normal",
|
5446
|
+
lineHeight: 1.42,
|
5447
|
+
textTransform: "none"
|
5448
|
+
},
|
5449
|
+
caption: {
|
5450
|
+
fontFamily: [
|
5451
|
+
"Inter"
|
5452
|
+
],
|
5453
|
+
fontSize: "12px",
|
5454
|
+
fontWeight: 400,
|
5455
|
+
fontStyle: "normal",
|
5456
|
+
lineHeight: 1.26,
|
5457
|
+
textTransform: "none"
|
5458
|
+
},
|
5459
|
+
"caption-small": {
|
5460
|
+
fontFamily: [
|
5461
|
+
"Inter"
|
5462
|
+
],
|
5463
|
+
fontSize: "10px",
|
5464
|
+
fontWeight: 400,
|
5465
|
+
fontStyle: "normal",
|
5466
|
+
lineHeight: 1.2,
|
5467
|
+
letterSpacing: 0,
|
5468
|
+
textTransform: "none"
|
5469
|
+
},
|
5470
|
+
"caption-default": {
|
5471
|
+
fontFamily: [
|
5472
|
+
"Inter"
|
5473
|
+
],
|
5474
|
+
fontSize: "12px",
|
5475
|
+
fontWeight: 400,
|
5476
|
+
fontStyle: "normal",
|
5477
|
+
lineHeight: 1.26,
|
5478
|
+
letterSpacing: 0,
|
5479
|
+
textTransform: "none"
|
5480
|
+
},
|
5481
|
+
"overline-small": {
|
5482
|
+
fontFamily: [
|
5483
|
+
"Inter"
|
5484
|
+
],
|
5485
|
+
fontSize: "10px",
|
5486
|
+
fontWeight: 400,
|
5487
|
+
fontStyle: "normal",
|
5488
|
+
lineHeight: 1,
|
5489
|
+
letterSpacing: 0,
|
5490
|
+
textTransform: "uppercase"
|
5491
|
+
},
|
5492
|
+
"overline-default": {
|
5493
|
+
fontFamily: [
|
5494
|
+
"Inter"
|
5495
|
+
],
|
5496
|
+
fontSize: "12px",
|
5497
|
+
fontWeight: 400,
|
5498
|
+
fontStyle: "normal",
|
5499
|
+
lineHeight: 1,
|
5500
|
+
letterSpacing: 0,
|
5501
|
+
textTransform: "uppercase"
|
5502
|
+
},
|
5503
|
+
"button-small": {
|
5504
|
+
fontFamily: [
|
5505
|
+
"Inter"
|
5506
|
+
],
|
5507
|
+
fontSize: "12px",
|
5508
|
+
fontWeight: 500,
|
5509
|
+
fontStyle: "normal",
|
5510
|
+
lineHeight: 1,
|
5511
|
+
letterSpacing: 0,
|
5512
|
+
textTransform: "none"
|
5513
|
+
},
|
5514
|
+
"button-medium": {
|
5515
|
+
fontFamily: [
|
5516
|
+
"Inter"
|
5517
|
+
],
|
5518
|
+
fontSize: "14px",
|
5519
|
+
fontWeight: 400,
|
5520
|
+
fontStyle: "normal",
|
5521
|
+
lineHeight: 1,
|
5522
|
+
letterSpacing: 0,
|
5523
|
+
textTransform: "none"
|
5524
|
+
},
|
5525
|
+
"button-large": {
|
5526
|
+
fontFamily: [
|
5527
|
+
"Inter"
|
5528
|
+
],
|
5529
|
+
fontSize: "16px",
|
5530
|
+
fontWeight: 500,
|
5531
|
+
fontStyle: "normal",
|
5532
|
+
lineHeight: 1.5,
|
5533
|
+
letterSpacing: 0,
|
5534
|
+
textTransform: "none"
|
5535
|
+
},
|
5536
|
+
"body-small": {
|
5537
|
+
fontFamily: [
|
5538
|
+
"Inter"
|
5539
|
+
],
|
5540
|
+
fontSize: "14px",
|
5541
|
+
fontWeight: 400,
|
5542
|
+
fontStyle: "normal",
|
5543
|
+
lineHeight: 1.43,
|
5544
|
+
letterSpacing: 0,
|
5545
|
+
textTransform: "none"
|
5546
|
+
},
|
5547
|
+
"body-small-medium": {
|
5548
|
+
fontFamily: [
|
5549
|
+
"Inter"
|
5550
|
+
],
|
5551
|
+
fontSize: "14px",
|
5552
|
+
fontWeight: 500,
|
5553
|
+
fontStyle: "normal",
|
5554
|
+
lineHeight: 1.43,
|
5555
|
+
letterSpacing: 0,
|
5556
|
+
textTransform: "none"
|
5557
|
+
},
|
5558
|
+
"body-default": {
|
5559
|
+
fontFamily: [
|
5560
|
+
"Inter"
|
5561
|
+
],
|
5562
|
+
fontSize: "16px",
|
5563
|
+
fontWeight: 400,
|
5564
|
+
fontStyle: "normal",
|
5565
|
+
lineHeight: 1.5,
|
5566
|
+
letterSpacing: 0,
|
5567
|
+
textTransform: "none"
|
5568
|
+
},
|
5569
|
+
"body-default-medium": {
|
5570
|
+
fontFamily: [
|
5571
|
+
"Inter"
|
5572
|
+
],
|
5573
|
+
fontSize: "16px",
|
5574
|
+
fontWeight: 500,
|
5575
|
+
fontStyle: "normal",
|
5576
|
+
lineHeight: 1.5,
|
5577
|
+
letterSpacing: 0,
|
5578
|
+
textTransform: "none"
|
5579
|
+
},
|
5580
|
+
"body-large": {
|
5581
|
+
fontFamily: [
|
5582
|
+
"Inter"
|
5583
|
+
],
|
5584
|
+
fontSize: "20px",
|
5585
|
+
fontWeight: 400,
|
5586
|
+
fontStyle: "normal",
|
5587
|
+
lineHeight: 1.58,
|
5588
|
+
letterSpacing: 0,
|
5589
|
+
textTransform: "none"
|
5590
|
+
},
|
5591
|
+
"body-large-medium": {
|
5592
|
+
fontFamily: [
|
5593
|
+
"Inter"
|
5594
|
+
],
|
5595
|
+
fontSize: "20px",
|
5596
|
+
fontWeight: 400,
|
5597
|
+
fontStyle: "normal",
|
5598
|
+
lineHeight: 1.2,
|
5599
|
+
letterSpacing: 0,
|
5600
|
+
textTransform: "none"
|
5601
|
+
},
|
5602
|
+
"heading-large": {
|
5603
|
+
fontFamily: [
|
5604
|
+
"Inter"
|
5605
|
+
],
|
5606
|
+
fontSize: "20px",
|
5607
|
+
fontWeight: 700,
|
5608
|
+
fontStyle: "normal",
|
5609
|
+
lineHeight: 1.5,
|
5610
|
+
letterSpacing: 0.15,
|
5611
|
+
textTransform: "none"
|
5612
|
+
},
|
5613
|
+
"heading-xl": {
|
5614
|
+
fontFamily: [
|
5615
|
+
"Inter"
|
5616
|
+
],
|
5617
|
+
fontSize: "24px",
|
5618
|
+
fontWeight: 700,
|
5619
|
+
fontStyle: "normal",
|
5620
|
+
lineHeight: 1.5,
|
5621
|
+
letterSpacing: 0,
|
5622
|
+
textTransform: "none"
|
5623
|
+
},
|
5624
|
+
"heading-2xl": {
|
5625
|
+
fontFamily: [
|
5626
|
+
"Inter"
|
5627
|
+
],
|
5628
|
+
fontSize: "34px",
|
5629
|
+
fontWeight: 700,
|
5630
|
+
fontStyle: "normal",
|
5631
|
+
lineHeight: 1.28,
|
5632
|
+
letterSpacing: 0,
|
5633
|
+
textTransform: "none"
|
5634
|
+
},
|
5635
|
+
"heading-3xl": {
|
5636
|
+
fontFamily: [
|
5637
|
+
"Inter"
|
5638
|
+
],
|
5639
|
+
fontSize: "48px",
|
5640
|
+
fontWeight: 700,
|
5641
|
+
fontStyle: "normal",
|
5642
|
+
lineHeight: 1.24,
|
5643
|
+
letterSpacing: -0.48,
|
5644
|
+
textTransform: "none"
|
5645
|
+
},
|
5646
|
+
"heading-4xl": {
|
5647
|
+
fontFamily: [
|
5648
|
+
"Inter"
|
5649
|
+
],
|
5650
|
+
fontSize: "60px",
|
5651
|
+
fontWeight: 700,
|
5652
|
+
fontStyle: "normal",
|
5653
|
+
lineHeight: 1.2,
|
5654
|
+
letterSpacing: -1.5,
|
5655
|
+
textTransform: "none"
|
5656
|
+
},
|
5657
|
+
"heading-5xl": {
|
5658
|
+
fontFamily: [
|
5659
|
+
"Inter"
|
5660
|
+
],
|
5661
|
+
fontSize: "76px",
|
5662
|
+
fontWeight: 700,
|
5663
|
+
fontStyle: "normal",
|
5664
|
+
lineHeight: 1.2,
|
5665
|
+
letterSpacing: -1.98,
|
5666
|
+
textTransform: "none"
|
5667
|
+
}
|
5668
|
+
}
|
5669
|
+
};
|
5670
|
+
|
5671
|
+
// src/utils/breakpoints.ts
|
5672
|
+
var { screens: allBreakpoints } = tokens_default;
|
5536
5673
|
var SCREEN_TO_PX_MAPPING = getPxMapping(allBreakpoints);
|
5537
5674
|
var BREAKPOINT_PRIORITY = orderBy(
|
5538
5675
|
Object.keys(SCREEN_TO_PX_MAPPING).map((key) => {
|
@@ -5544,9 +5681,9 @@ var BREAKPOINT_PRIORITY = orderBy(
|
|
5544
5681
|
(bp) => bp.pxValue,
|
5545
5682
|
"desc"
|
5546
5683
|
);
|
5547
|
-
function getPxMapping(
|
5548
|
-
return Object.keys(
|
5549
|
-
const minWidthInPx =
|
5684
|
+
function getPxMapping(breakpoints2) {
|
5685
|
+
return Object.keys(breakpoints2).reduce((acc, key) => {
|
5686
|
+
const minWidthInPx = breakpoints2[key];
|
5550
5687
|
if (!minWidthInPx.endsWith("px")) {
|
5551
5688
|
throw new Error(`Unexpected breakpoint value found: '${minWidthInPx}'. Expecting it to be in px unit.`);
|
5552
5689
|
}
|
@@ -5589,6 +5726,7 @@ import React4 from "react";
|
|
5589
5726
|
|
5590
5727
|
// src/molecules/Box/Box.tsx
|
5591
5728
|
import React3 from "react";
|
5729
|
+
import classNames2 from "classnames";
|
5592
5730
|
import isUndefined3 from "lodash/isUndefined";
|
5593
5731
|
|
5594
5732
|
// src/molecules/Element/Element.tsx
|
@@ -5604,8 +5742,8 @@ import React2 from "react";
|
|
5604
5742
|
|
5605
5743
|
// src/utils/tailwind.ts
|
5606
5744
|
import originalClassNames from "classnames";
|
5607
|
-
function cleanClassNames(
|
5608
|
-
const tokens =
|
5745
|
+
function cleanClassNames(classNames5) {
|
5746
|
+
const tokens = classNames5.split(/\s+/);
|
5609
5747
|
return tokens.filter((item) => item).join(" ");
|
5610
5748
|
}
|
5611
5749
|
function tw(classesOrModifiers1, classesOrModifiers2, classesOrModifiers3, classesOrModifiers4, classesOrModifiers5, classesOrModifiers6, classesOrModifiers7, classesOrModifiers8, classesOrModifiers9, classesOrModifiers10) {
|
@@ -5687,7 +5825,8 @@ var Box = (_a) => {
|
|
5687
5825
|
minHeight,
|
5688
5826
|
gap,
|
5689
5827
|
colGap,
|
5690
|
-
rowGap
|
5828
|
+
rowGap,
|
5829
|
+
className
|
5691
5830
|
} = _b, rest = __objRest(_b, [
|
5692
5831
|
"style",
|
5693
5832
|
"color",
|
@@ -5728,13 +5867,12 @@ var Box = (_a) => {
|
|
5728
5867
|
"minHeight",
|
5729
5868
|
"gap",
|
5730
5869
|
"colGap",
|
5731
|
-
"rowGap"
|
5870
|
+
"rowGap",
|
5871
|
+
"className"
|
5732
5872
|
]);
|
5733
5873
|
const styles = useStyle({
|
5734
5874
|
padding,
|
5735
5875
|
display,
|
5736
|
-
color: color ? tailwind_theme_default.textColor[color] : "",
|
5737
|
-
borderColor: borderColor ? tailwind_theme_default.borderColor[borderColor] : "",
|
5738
5876
|
borderRadius,
|
5739
5877
|
borderWidth,
|
5740
5878
|
justifyContent,
|
@@ -5753,7 +5891,6 @@ var Box = (_a) => {
|
|
5753
5891
|
marginRight: isUndefined3(marginX) ? marginRight : marginX,
|
5754
5892
|
marginBottom: isUndefined3(marginY) ? marginBottom : marginY,
|
5755
5893
|
marginLeft: isUndefined3(marginX) ? marginLeft : marginX,
|
5756
|
-
backgroundColor,
|
5757
5894
|
width,
|
5758
5895
|
height,
|
5759
5896
|
maxWidth,
|
@@ -5767,8 +5904,14 @@ var Box = (_a) => {
|
|
5767
5904
|
columnGap: colGap,
|
5768
5905
|
rowGap
|
5769
5906
|
});
|
5907
|
+
const finalClassname = classNames2(className, {
|
5908
|
+
[`border-${borderColor != null ? borderColor : ""}`]: Boolean(borderColor),
|
5909
|
+
[`text-${color != null ? color : ""}`]: Boolean(color),
|
5910
|
+
[`bg-${backgroundColor != null ? backgroundColor : ""}`]: Boolean(backgroundColor)
|
5911
|
+
});
|
5770
5912
|
return /* @__PURE__ */ React3.createElement(Element, __spreadValues({
|
5771
|
-
style: __spreadValues(__spreadValues({}, styles), style)
|
5913
|
+
style: __spreadValues(__spreadValues({}, styles), style),
|
5914
|
+
className: finalClassname !== "" ? finalClassname : void 0
|
5772
5915
|
}, rest));
|
5773
5916
|
};
|
5774
5917
|
var FlexBox = (props) => /* @__PURE__ */ React3.createElement(Box, __spreadValues({
|
@@ -5784,7 +5927,7 @@ import { animated, useTransition } from "@react-spring/web";
|
|
5784
5927
|
|
5785
5928
|
// src/atoms/Toast/Toast.tsx
|
5786
5929
|
import React6 from "react";
|
5787
|
-
import
|
5930
|
+
import classNames3 from "classnames";
|
5788
5931
|
var Toast = (_a) => {
|
5789
5932
|
var _b = _a, {
|
5790
5933
|
children,
|
@@ -5796,8 +5939,8 @@ var Toast = (_a) => {
|
|
5796
5939
|
"variant"
|
5797
5940
|
]);
|
5798
5941
|
return /* @__PURE__ */ React6.createElement("div", __spreadProps(__spreadValues({}, rest), {
|
5799
|
-
className:
|
5800
|
-
tw("typography-
|
5942
|
+
className: classNames3(
|
5943
|
+
tw("typography-small rounded grid grid-cols-[1fr_auto] items-center gap-x-6 gap-y-2 p-4 text-white", {
|
5801
5944
|
"bg-body-intense": variant === "default",
|
5802
5945
|
"bg-danger-intense": variant === "danger"
|
5803
5946
|
}),
|
@@ -5808,7 +5951,7 @@ var Toast = (_a) => {
|
|
5808
5951
|
var Dismiss = (_a) => {
|
5809
5952
|
var _b = _a, { children, className, variant } = _b, rest = __objRest(_b, ["children", "className", "variant"]);
|
5810
5953
|
return /* @__PURE__ */ React6.createElement("div", __spreadProps(__spreadValues({}, rest), {
|
5811
|
-
className:
|
5954
|
+
className: classNames3(
|
5812
5955
|
tw("self-start [&>button]:p-0 flex", {
|
5813
5956
|
"[&>button]:text-muted": variant === "default",
|
5814
5957
|
"[&>button]:text-danger-muted": variant === "danger"
|
@@ -5848,6 +5991,7 @@ var import_arrowLeft = __toESM(require_arrowLeft());
|
|
5848
5991
|
var import_arrowRight = __toESM(require_arrowRight());
|
5849
5992
|
var import_attachment = __toESM(require_attachment());
|
5850
5993
|
var import_automaticUpdates = __toESM(require_automaticUpdates());
|
5994
|
+
var import_award = __toESM(require_award());
|
5851
5995
|
var import_badge = __toESM(require_badge());
|
5852
5996
|
var import_banCircle = __toESM(require_banCircle());
|
5853
5997
|
var import_ban = __toESM(require_ban());
|
@@ -6104,8 +6248,9 @@ var THEME_MAPPING = {
|
|
6104
6248
|
columnGap: "gap"
|
6105
6249
|
};
|
6106
6250
|
function resolveTailwindThemeValue(key, val) {
|
6251
|
+
var _a;
|
6107
6252
|
const resolvedKey = key in THEME_MAPPING ? THEME_MAPPING[key] : key;
|
6108
|
-
const found = get(tailwind_theme_default, [resolvedKey, val], void 0);
|
6253
|
+
const found = (_a = get(tailwind_theme_default, [resolvedKey, val], void 0)) != null ? _a : get(tailwind_theme_default, [resolvedKey, ...(val != null ? val : "").toString().split("-")], void 0);
|
6109
6254
|
if (!isUndefined4(found)) {
|
6110
6255
|
return found;
|
6111
6256
|
}
|
@@ -6797,13 +6942,9 @@ GhostDropdownButton.displayName = "Button.GhostDropdownButton";
|
|
6797
6942
|
Button.GhostDropdown = GhostDropdownButton;
|
6798
6943
|
|
6799
6944
|
// src/atoms/Typography/Typography.tsx
|
6800
|
-
var import_resolveTheme = __toESM(require_resolveTheme());
|
6801
6945
|
import React15 from "react";
|
6802
6946
|
import isUndefined6 from "lodash/isUndefined";
|
6803
|
-
var typographies =
|
6804
|
-
(acc, { name, className }) => __spreadProps(__spreadValues({}, acc), { [name]: className }),
|
6805
|
-
{}
|
6806
|
-
);
|
6947
|
+
var typographies = Object.fromEntries(Object.keys(tokens_default.typography).map((key) => [key, `typography-${key}`]));
|
6807
6948
|
var Typography = (_a) => {
|
6808
6949
|
var _b = _a, {
|
6809
6950
|
children,
|
@@ -7035,10 +7176,6 @@ Banner.IllustrationRight.displayName = "Alert.Banner.IllustrationRight";
|
|
7035
7176
|
|
7036
7177
|
// src/atoms/Banner/Banner.tsx
|
7037
7178
|
import React17 from "react";
|
7038
|
-
var spacing = {
|
7039
|
-
spacingAroundBanner: "p-6",
|
7040
|
-
omitSpacingAroundBanner: "-6"
|
7041
|
-
};
|
7042
7179
|
var Banner2 = (_a) => {
|
7043
7180
|
var _b = _a, {
|
7044
7181
|
children,
|
@@ -7054,7 +7191,7 @@ var Banner2 = (_a) => {
|
|
7054
7191
|
return /* @__PURE__ */ React17.createElement("div", __spreadProps(__spreadValues({}, rest), {
|
7055
7192
|
className: classNames(
|
7056
7193
|
className,
|
7057
|
-
tw(`rounded flex justify-between gap-7 flex-nowrap
|
7194
|
+
tw(`rounded flex justify-between gap-7 flex-nowrap p-6`, {
|
7058
7195
|
"items-center": layout === "horizontal",
|
7059
7196
|
"bg-muted": variant === "default",
|
7060
7197
|
"bg-body border border-muted": variant === "outlined"
|
@@ -7099,7 +7236,7 @@ Banner2.ImageContainer = (_a) => {
|
|
7099
7236
|
return /* @__PURE__ */ React17.createElement(Box, __spreadProps(__spreadValues({}, rest), {
|
7100
7237
|
display: "inline-flex",
|
7101
7238
|
alignItems: "center",
|
7102
|
-
margin:
|
7239
|
+
margin: "-6",
|
7103
7240
|
marginLeft: "0"
|
7104
7241
|
}), children);
|
7105
7242
|
};
|
@@ -7125,7 +7262,7 @@ import isNumber from "lodash/isNumber";
|
|
7125
7262
|
|
7126
7263
|
// src/molecules/Typography/Typography.tsx
|
7127
7264
|
import React18 from "react";
|
7128
|
-
import
|
7265
|
+
import classNames4 from "classnames";
|
7129
7266
|
var Typography2 = (props) => /* @__PURE__ */ React18.createElement(Typography, __spreadValues({}, props));
|
7130
7267
|
Typography2.displayName = "Typography";
|
7131
7268
|
Typography2.LargeHeading = (_a) => {
|
@@ -7211,7 +7348,7 @@ Typography2.SmallStrong.displayName = "Typography.SmallStrong";
|
|
7211
7348
|
Typography2.Strong = (_a) => {
|
7212
7349
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
7213
7350
|
return /* @__PURE__ */ React18.createElement("strong", __spreadValues({
|
7214
|
-
className:
|
7351
|
+
className: classNames4(tw("font-semibold"), className)
|
7215
7352
|
}, props));
|
7216
7353
|
};
|
7217
7354
|
Typography2.Strong.displayName = "Typography.Strong";
|
@@ -7801,7 +7938,7 @@ var ToolbarGroup = (_a) => {
|
|
7801
7938
|
return /* @__PURE__ */ React25.createElement("div", __spreadProps(__spreadValues({
|
7802
7939
|
role: "cell"
|
7803
7940
|
}, rest), {
|
7804
|
-
className: classNames(tw("flex items-center px-l2 border-r-
|
7941
|
+
className: classNames(tw("flex items-center px-l2 border-r-1 border-muted last:border-r-0"), className)
|
7805
7942
|
}));
|
7806
7943
|
};
|
7807
7944
|
ToolbarGroup.displayName = "DataList.Toolbar.Group";
|
@@ -8057,7 +8194,7 @@ import React29 from "react";
|
|
8057
8194
|
import isEmpty from "lodash/isEmpty";
|
8058
8195
|
import mapValues from "lodash/mapValues";
|
8059
8196
|
import pick from "lodash/pick";
|
8060
|
-
var
|
8197
|
+
var breakpoints = Object.keys(tokens_default.screens);
|
8061
8198
|
var GridItem = Tailwindify(
|
8062
8199
|
(_a) => {
|
8063
8200
|
var _b = _a, {
|
@@ -8089,7 +8226,7 @@ var GridItem = Tailwindify(
|
|
8089
8226
|
"rowStart",
|
8090
8227
|
"rowEnd"
|
8091
8228
|
]);
|
8092
|
-
const breakPointableProperties = pick(props,
|
8229
|
+
const breakPointableProperties = pick(props, breakpoints);
|
8093
8230
|
const gridColumn = !isEmpty(breakPointableProperties) ? mapValues(breakPointableProperties, (value) => value === "full" ? "1 / -1" : value ? `span-${value}` : "auto") : void 0;
|
8094
8231
|
const hookStyle = useStyle({
|
8095
8232
|
display,
|
@@ -8714,7 +8851,7 @@ var EmptyStateContainer2 = React39.forwardRef((_a, ref) => {
|
|
8714
8851
|
}, props), children);
|
8715
8852
|
});
|
8716
8853
|
var Divider2 = (props) => /* @__PURE__ */ React39.createElement("div", __spreadValues({
|
8717
|
-
className: tw("border-b-
|
8854
|
+
className: tw("border-b-1 border-muted mx-3 my-4")
|
8718
8855
|
}, props));
|
8719
8856
|
var Group2 = React39.forwardRef((_a, ref) => {
|
8720
8857
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|