@empathyco/x-components 3.0.0-alpha.388 → 3.0.0-alpha.389
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/CHANGELOG.md +8 -0
- package/design-system/deprecated-full-theme.css +70 -70
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.389](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.388...@empathyco/x-components@3.0.0-alpha.389) (2023-06-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.0.0-alpha.388](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.387...@empathyco/x-components@3.0.0-alpha.388) (2023-06-14)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -3444,6 +3444,46 @@
|
|
|
3444
3444
|
--x-size-line-height-small: var(--x-size-line-height-base-s);
|
|
3445
3445
|
--x-string-text-decoration-small: none;
|
|
3446
3446
|
}
|
|
3447
|
+
:root {
|
|
3448
|
+
--x-font-family-base: "Montserrat", sans-serif;
|
|
3449
|
+
--x-size-font-base-xs: 12px;
|
|
3450
|
+
--x-size-font-base-s: 14px;
|
|
3451
|
+
--x-size-font-base-m: 16px;
|
|
3452
|
+
--x-size-font-base-l: 18px;
|
|
3453
|
+
--x-size-font-base-xl: 32px;
|
|
3454
|
+
--x-number-font-weight-base-light: 300;
|
|
3455
|
+
--x-number-font-weight-base-regular: 400;
|
|
3456
|
+
--x-number-font-weight-base-bold: 600;
|
|
3457
|
+
--x-size-line-height-base-s: 16px;
|
|
3458
|
+
--x-size-line-height-base-m: 24px;
|
|
3459
|
+
--x-size-line-height-base-l: 32px;
|
|
3460
|
+
--x-color-text-default: var(--x-color-base-neutral-10);
|
|
3461
|
+
--x-font-family-text: var(--x-font-family-base);
|
|
3462
|
+
--x-size-font-text: var(--x-size-font-base-s);
|
|
3463
|
+
--x-number-font-weight-text: var(--x-number-font-weight-base-regular);
|
|
3464
|
+
--x-size-line-height-text: var(--x-size-line-height-base-s);
|
|
3465
|
+
--x-string-text-decoration-text: none;
|
|
3466
|
+
--x-font-family-title1: var(--x-font-family-base);
|
|
3467
|
+
--x-size-font-title1: var(--x-size-font-base-xl);
|
|
3468
|
+
--x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
|
|
3469
|
+
--x-size-line-height-title1: var(--x-size-line-height-base-l);
|
|
3470
|
+
--x-string-text-decoration-title1: none;
|
|
3471
|
+
--x-font-family-title2: var(--x-font-family-base);
|
|
3472
|
+
--x-size-font-title2: var(--x-size-font-base-l);
|
|
3473
|
+
--x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
|
|
3474
|
+
--x-size-line-height-title2: var(--x-size-line-height-base-m);
|
|
3475
|
+
--x-string-text-decoration-title2: none;
|
|
3476
|
+
--x-font-family-title3: var(--x-font-family-base);
|
|
3477
|
+
--x-size-font-title3: var(--x-size-font-base-m);
|
|
3478
|
+
--x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
|
|
3479
|
+
--x-size-line-height-title3: var(--x-size-line-height-base-m);
|
|
3480
|
+
--x-string-text-decoration-title3: none;
|
|
3481
|
+
--x-font-family-small: var(--x-font-family-base);
|
|
3482
|
+
--x-size-font-small: var(--x-size-font-base-xs);
|
|
3483
|
+
--x-number-font-weight-small: var(--x-number-font-weight-base-regular);
|
|
3484
|
+
--x-size-line-height-small: var(--x-size-line-height-base-s);
|
|
3485
|
+
--x-string-text-decoration-small: none;
|
|
3486
|
+
}
|
|
3447
3487
|
|
|
3448
3488
|
.x,
|
|
3449
3489
|
.x-text {
|
|
@@ -3521,46 +3561,6 @@
|
|
|
3521
3561
|
.x-text--bold.x-small {
|
|
3522
3562
|
--x-number-font-weight-small: var(--x-number-font-weight-base-bold);
|
|
3523
3563
|
}
|
|
3524
|
-
:root {
|
|
3525
|
-
--x-font-family-base: "Montserrat", sans-serif;
|
|
3526
|
-
--x-size-font-base-xs: 12px;
|
|
3527
|
-
--x-size-font-base-s: 14px;
|
|
3528
|
-
--x-size-font-base-m: 16px;
|
|
3529
|
-
--x-size-font-base-l: 18px;
|
|
3530
|
-
--x-size-font-base-xl: 32px;
|
|
3531
|
-
--x-number-font-weight-base-light: 300;
|
|
3532
|
-
--x-number-font-weight-base-regular: 400;
|
|
3533
|
-
--x-number-font-weight-base-bold: 600;
|
|
3534
|
-
--x-size-line-height-base-s: 16px;
|
|
3535
|
-
--x-size-line-height-base-m: 24px;
|
|
3536
|
-
--x-size-line-height-base-l: 32px;
|
|
3537
|
-
--x-color-text-default: var(--x-color-base-neutral-10);
|
|
3538
|
-
--x-font-family-text: var(--x-font-family-base);
|
|
3539
|
-
--x-size-font-text: var(--x-size-font-base-s);
|
|
3540
|
-
--x-number-font-weight-text: var(--x-number-font-weight-base-regular);
|
|
3541
|
-
--x-size-line-height-text: var(--x-size-line-height-base-s);
|
|
3542
|
-
--x-string-text-decoration-text: none;
|
|
3543
|
-
--x-font-family-title1: var(--x-font-family-base);
|
|
3544
|
-
--x-size-font-title1: var(--x-size-font-base-xl);
|
|
3545
|
-
--x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
|
|
3546
|
-
--x-size-line-height-title1: var(--x-size-line-height-base-l);
|
|
3547
|
-
--x-string-text-decoration-title1: none;
|
|
3548
|
-
--x-font-family-title2: var(--x-font-family-base);
|
|
3549
|
-
--x-size-font-title2: var(--x-size-font-base-l);
|
|
3550
|
-
--x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
|
|
3551
|
-
--x-size-line-height-title2: var(--x-size-line-height-base-m);
|
|
3552
|
-
--x-string-text-decoration-title2: none;
|
|
3553
|
-
--x-font-family-title3: var(--x-font-family-base);
|
|
3554
|
-
--x-size-font-title3: var(--x-size-font-base-m);
|
|
3555
|
-
--x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
|
|
3556
|
-
--x-size-line-height-title3: var(--x-size-line-height-base-m);
|
|
3557
|
-
--x-string-text-decoration-title3: none;
|
|
3558
|
-
--x-font-family-small: var(--x-font-family-base);
|
|
3559
|
-
--x-size-font-small: var(--x-size-font-base-xs);
|
|
3560
|
-
--x-number-font-weight-small: var(--x-number-font-weight-base-regular);
|
|
3561
|
-
--x-size-line-height-small: var(--x-size-line-height-base-s);
|
|
3562
|
-
--x-string-text-decoration-small: none;
|
|
3563
|
-
}
|
|
3564
3564
|
:root {
|
|
3565
3565
|
--x-color-text-accent: var(--x-color-base-accent);
|
|
3566
3566
|
}
|
|
@@ -7352,36 +7352,6 @@
|
|
|
7352
7352
|
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7353
7353
|
--x-size-stroke-width-icon-default: 1px;
|
|
7354
7354
|
}
|
|
7355
|
-
:root {
|
|
7356
|
-
--x-color-stroke-icon-default: currentColor;
|
|
7357
|
-
--x-color-fill-icon-default: none;
|
|
7358
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7359
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7360
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7361
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7362
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7363
|
-
}
|
|
7364
|
-
|
|
7365
|
-
.x-icon {
|
|
7366
|
-
stroke: var(--x-color-stroke-icon-default);
|
|
7367
|
-
fill: var(--x-color-fill-icon-default);
|
|
7368
|
-
display: inline-flex;
|
|
7369
|
-
justify-content: center;
|
|
7370
|
-
align-items: center;
|
|
7371
|
-
flex: 0 0 auto;
|
|
7372
|
-
vertical-align: middle;
|
|
7373
|
-
line-height: var(--x-size-height-icon-default);
|
|
7374
|
-
width: var(--x-size-width-icon-default);
|
|
7375
|
-
height: var(--x-size-height-icon-default);
|
|
7376
|
-
font-size: var(--x-size-height-icon-default);
|
|
7377
|
-
stroke-linecap: var(--x-string-stroke-linecap-icon-default);
|
|
7378
|
-
stroke-linejoin: var(--x-string-stroke-linejoin-icon-default);
|
|
7379
|
-
stroke-width: var(--x-size-stroke-width-icon-default);
|
|
7380
|
-
}
|
|
7381
|
-
.x-icon.x-filled {
|
|
7382
|
-
stroke: none;
|
|
7383
|
-
fill: var(--x-color-stroke-icon-default);
|
|
7384
|
-
}
|
|
7385
7355
|
:root {
|
|
7386
7356
|
--x-size-padding-grid: 0;
|
|
7387
7357
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
@@ -8841,4 +8811,34 @@
|
|
|
8841
8811
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8842
8812
|
--x-size-border-radius-base-pill: 99999px;
|
|
8843
8813
|
--x-size-border-width-base: 1px;
|
|
8814
|
+
}
|
|
8815
|
+
:root {
|
|
8816
|
+
--x-color-stroke-icon-default: currentColor;
|
|
8817
|
+
--x-color-fill-icon-default: none;
|
|
8818
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
8819
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
8820
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
8821
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
8822
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
8823
|
+
}
|
|
8824
|
+
|
|
8825
|
+
.x-icon {
|
|
8826
|
+
stroke: var(--x-color-stroke-icon-default);
|
|
8827
|
+
fill: var(--x-color-fill-icon-default);
|
|
8828
|
+
display: inline-flex;
|
|
8829
|
+
justify-content: center;
|
|
8830
|
+
align-items: center;
|
|
8831
|
+
flex: 0 0 auto;
|
|
8832
|
+
vertical-align: middle;
|
|
8833
|
+
line-height: var(--x-size-height-icon-default);
|
|
8834
|
+
width: var(--x-size-width-icon-default);
|
|
8835
|
+
height: var(--x-size-height-icon-default);
|
|
8836
|
+
font-size: var(--x-size-height-icon-default);
|
|
8837
|
+
stroke-linecap: var(--x-string-stroke-linecap-icon-default);
|
|
8838
|
+
stroke-linejoin: var(--x-string-stroke-linejoin-icon-default);
|
|
8839
|
+
stroke-width: var(--x-size-stroke-width-icon-default);
|
|
8840
|
+
}
|
|
8841
|
+
.x-icon.x-filled {
|
|
8842
|
+
stroke: none;
|
|
8843
|
+
fill: var(--x-color-stroke-icon-default);
|
|
8844
8844
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.389",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@empathyco/x-adapter": "^8.0.0-alpha.31",
|
|
71
|
-
"@empathyco/x-adapter-platform": "^1.0.0-alpha.
|
|
71
|
+
"@empathyco/x-adapter-platform": "^1.0.0-alpha.79",
|
|
72
72
|
"@empathyco/x-bus": "^1.0.0-alpha.2",
|
|
73
73
|
"@empathyco/x-deep-merge": "^2.0.0-alpha.1",
|
|
74
74
|
"@empathyco/x-logger": "^1.2.0-alpha.11",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "d513ef2e1810b33bfc5280061c66926dcb07401d"
|
|
147
147
|
}
|