@sk-web-gui/core 0.1.20 → 0.1.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sk-web-gui/core",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "license": "MIT",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -31,5 +31,5 @@
31
31
  "postcss-import": "^14.0.2",
32
32
  "tailwindcss": "^2.2.4"
33
33
  },
34
- "gitHead": "1c19f432f69002ac8dfa988a53d463bc4401ad95"
34
+ "gitHead": "b3ceb612ca47ce8b23106092f53d7754ad33245a"
35
35
  }
@@ -51,7 +51,11 @@ module.exports = ZebraTable = () => ({
51
51
  "@apply lg:bg-white": {},
52
52
 
53
53
  "&-tr": {
54
- "@apply bg-white lg:even:bg-white lg:odd:bg-gray-100 px-md py-md md:px-lg md:py-lg my-lg first-of-type:mt-0 block shadow-md lg:shadow-none lg:table-row lg:my-0 lg:py-0 lg:px-lg": {},
54
+ "@apply transition-all bg-white lg:even:bg-white lg:odd:bg-gray-100 px-md py-md md:px-lg md:py-lg my-lg first-of-type:mt-0 block shadow-md lg:shadow-none lg:table-row lg:my-0 lg:py-0 lg:px-lg": {},
55
+
56
+ "&.highlighted": {
57
+ "@apply lg:border lg:border-hover": {},
58
+ },
55
59
  },
56
60
 
57
61
  "&-td": {