@mezzanine-ui/core 0.16.0 → 1.0.0-canary.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/package.json +3 -3
- package/table/_table-styles.scss +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mezzanine-ui/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-canary.0",
|
|
4
4
|
"description": "Core for mezzanine-ui",
|
|
5
5
|
"author": "Mezzanine",
|
|
6
6
|
"repository": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@mezzanine-ui/icons": "^0.
|
|
44
|
-
"@mezzanine-ui/system": "^0.
|
|
43
|
+
"@mezzanine-ui/icons": "^1.0.0-canary.0",
|
|
44
|
+
"@mezzanine-ui/system": "^1.0.0-canary.0",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"tslib": "^2.8.1"
|
|
47
47
|
},
|
package/table/_table-styles.scss
CHANGED
|
@@ -90,7 +90,7 @@ $table-refresh-vertical-padding: 8px !default;
|
|
|
90
90
|
|
|
91
91
|
&--stuck {
|
|
92
92
|
&::after {
|
|
93
|
-
box-shadow: inset 8px 0 8px -8px
|
|
93
|
+
box-shadow: inset 8px 0 8px -8px rgb(0 0 0 / 0.25);
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -195,7 +195,7 @@ $table-refresh-vertical-padding: 8px !default;
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
&--drag {
|
|
198
|
-
filter: drop-shadow(0 4px 20px
|
|
198
|
+
filter: drop-shadow(0 4px 20px rgb(0 0 0 / 0.25));
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
&__cellWrapper {
|