@lumx/core 4.18.1-alpha.1 → 4.19.0-next.1
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/components-and-utils.css
CHANGED
|
@@ -11513,7 +11513,7 @@ table {
|
|
|
11513
11513
|
display: flex;
|
|
11514
11514
|
flex-shrink: 0;
|
|
11515
11515
|
align-items: center;
|
|
11516
|
-
margin-left:
|
|
11516
|
+
margin-left: 16px;
|
|
11517
11517
|
float: right;
|
|
11518
11518
|
font-size: var(--lumx-material-text-field-header-label-font-size);
|
|
11519
11519
|
font-weight: var(--lumx-material-text-field-header-label-font-weight);
|
package/lumx.css
CHANGED
|
@@ -12194,7 +12194,7 @@ table {
|
|
|
12194
12194
|
display: flex;
|
|
12195
12195
|
flex-shrink: 0;
|
|
12196
12196
|
align-items: center;
|
|
12197
|
-
margin-left:
|
|
12197
|
+
margin-left: 16px;
|
|
12198
12198
|
float: right;
|
|
12199
12199
|
font-size: var(--lumx-material-text-field-header-label-font-size);
|
|
12200
12200
|
font-weight: var(--lumx-material-text-field-header-label-font-weight);
|
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.
|
|
10
|
+
"@lumx/icons": "^4.19.0-next.1",
|
|
11
11
|
"classnames": "^2.3.2",
|
|
12
12
|
"focus-visible": "^5.0.2",
|
|
13
13
|
"lodash": "4.18.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
|
|
67
67
|
},
|
|
68
68
|
"sideEffects": false,
|
|
69
|
-
"version": "4.
|
|
69
|
+
"version": "4.19.0-next.1",
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
72
72
|
"@testing-library/dom": "^10.4.1",
|