@sk-web-gui/core 0.1.61 → 0.1.63

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.61",
3
+ "version": "0.1.63",
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": "1ff31bc3f4d19b088ee9e6dbcbfd3ffeb80045ab"
34
+ "gitHead": "6b982da313408bdd0a197389fb6454b9dff3a4a9"
35
35
  }
@@ -9,6 +9,10 @@ module.exports = Menu = () => ({
9
9
  '@apply text-xl font-bold text-white': {},
10
10
  },
11
11
 
12
+ '.label-small': {
13
+ '@apply text-[1.6rem]': {},
14
+ },
15
+
12
16
  '.label-button': {
13
17
  '@apply w-full justify-between p-0': {},
14
18
 
@@ -25,6 +29,7 @@ module.exports = Menu = () => ({
25
29
  },
26
30
  },
27
31
  },
32
+
28
33
 
29
34
  '.menu-body': {
30
35
  '@apply border border-gray-stroke': {},
@@ -66,22 +71,26 @@ module.exports = Menu = () => ({
66
71
  },
67
72
  },
68
73
 
69
- '&.lvl-1, &.lvl-2, &.lvl-3, &.lvl-4, &.lvl-5, &.lvl-6, &.lvl-7, &.lvl-8, &.lvl-9, &.lvl-10': {
70
- // '.MenuItem-link ': {
71
- // '@apply py-sm': {},
72
- // },
73
- // '@apply py-sm': {},
74
- '> .wrapper ': {
75
- '@apply min-h-[48px]': {},
74
+ /*'&.lvl-1, &.lvl-2, &.lvl-3, &.lvl-4, &.lvl-5, &.lvl-6, &.lvl-7, &.lvl-8, &.lvl-9, &.lvl-10': {
75
+ '.MenuItem-link ': {
76
+ '@apply py-sm': {},
76
77
  },
78
+ '@apply py-sm': {},
77
79
  },
80
+ */
78
81
 
79
82
  '&.isSubNode': {
80
83
  '@apply bg-gray-lighter': {},
84
+ '> .wrapper ': {
85
+ '@apply min-h-[56px]': {},
86
+ },
81
87
  },
82
88
 
83
89
  '&.isLeafNode': {
84
90
  '@apply bg-gray-middle': {},
91
+ '> .wrapper ': {
92
+ '@apply min-h-[48px]': {},
93
+ },
85
94
  },
86
95
 
87
96
  '&.lvl-0': {