@lumx/core 4.5.2-alpha.2 → 4.5.2-alpha.3
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/lumx.css +2 -6
- package/package.json +2 -2
- package/scss/components/list/_mixins.scss +1 -3
package/lumx.css
CHANGED
|
@@ -8718,9 +8718,7 @@ table {
|
|
|
8718
8718
|
border: none;
|
|
8719
8719
|
width: 100%;
|
|
8720
8720
|
cursor: pointer;
|
|
8721
|
-
text-align:
|
|
8722
|
-
padding: 0;
|
|
8723
|
-
margin: 0;
|
|
8721
|
+
text-align: left;
|
|
8724
8722
|
color: var(--lumx-color-dark-N);
|
|
8725
8723
|
background-color: transparent;
|
|
8726
8724
|
}
|
|
@@ -10421,9 +10419,7 @@ table {
|
|
|
10421
10419
|
border: none;
|
|
10422
10420
|
width: 100%;
|
|
10423
10421
|
cursor: pointer;
|
|
10424
|
-
text-align:
|
|
10425
|
-
padding: 0;
|
|
10426
|
-
margin: 0;
|
|
10422
|
+
text-align: left;
|
|
10427
10423
|
color: var(--lumx-color-dark-N);
|
|
10428
10424
|
background-color: transparent;
|
|
10429
10425
|
}
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@floating-ui/dom": "^1.7.5",
|
|
10
|
-
"@lumx/icons": "^4.5.2-alpha.
|
|
10
|
+
"@lumx/icons": "^4.5.2-alpha.3",
|
|
11
11
|
"classnames": "^2.3.2",
|
|
12
12
|
"focus-visible": "^5.0.2",
|
|
13
13
|
"lodash": "4.17.23",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
|
|
68
68
|
},
|
|
69
69
|
"sideEffects": false,
|
|
70
|
-
"version": "4.5.2-alpha.
|
|
70
|
+
"version": "4.5.2-alpha.3",
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
73
73
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
border: none;
|
|
30
30
|
width: 100%;
|
|
31
31
|
cursor: pointer;
|
|
32
|
-
text-align:
|
|
33
|
-
padding: 0;
|
|
34
|
-
margin: 0;
|
|
32
|
+
text-align: left;
|
|
35
33
|
@include lumx-state(lumx-base-const("state", "DEFAULT"), lumx-base-const("emphasis", "LOW"), "dark");
|
|
36
34
|
|
|
37
35
|
&[data-focus-visible-added] {
|