@yorkjs/hive-ui 0.1.8 → 0.1.9

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": "@yorkjs/hive-ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Hive UI - Taro React component library",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -7,6 +7,7 @@
7
7
  background-color var(--containerCard)
8
8
  margin-left $WING_BLANK
9
9
  margin-right $WING_BLANK
10
+ transition background-color 0.1s
10
11
  &.show-top-gutter
11
12
  margin-top $GUTTER_BLANK
12
13
  &.show-bottom-gutter
@@ -5,7 +5,6 @@ $CELL_PADDING_HORIZONTAL = 16PX
5
5
  $CELL_PADDING_VERTICAL = 14PX
6
6
  $TITLE_FONT_SIZE = 16PX
7
7
  $VALUE_FONT_SIZE = 14PX
8
- $DESC_FONT_SIZE = 13PX
9
8
 
10
9
  .cell-card
11
10
  border-radius 10PX
@@ -23,8 +22,8 @@ $DESC_FONT_SIZE = 13PX
23
22
  padding 6PX $CELL_PADDING_HORIZONTAL 0 $CELL_PADDING_HORIZONTAL
24
23
  .desc-text
25
24
  color var(--textMuted)
26
- font-size $DESC_FONT_SIZE
27
- line-height calc($DESC_FONT_SIZE + 6PX)
25
+ font-size 13PX
26
+ line-height 19PX
28
27
  display block
29
28
 
30
29
  .cell-group
@@ -6,7 +6,7 @@
6
6
  user-select none
7
7
  :global
8
8
  .keyboard-header
9
- height 50PX
9
+ height 40PX
10
10
  display flex
11
11
  flex-direction row
12
12
  align-items center
@@ -45,7 +45,7 @@
45
45
  opacity 0.6
46
46
 
47
47
  .done-text
48
- font-size 18PX
48
+ font-size 14PX
49
49
  color var(--primary)
50
50
 
51
51
  .keyboard-grid