@wireapp/react-ui-kit 9.60.1 → 9.61.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.
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalCssVariables.d.ts","sourceRoot":"","sources":["../../../src/Identity/GlobalCssVariables/GlobalCssVariables.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAuQzC,eAAO,MAAM,kBAAkB;iBAlQZ,SAAS;gBA8GV,SAAS;wBA8GD,SAAS;oBAkBb,SAAS;CAyB9B,CAAC"}
1
+ {"version":3,"file":"GlobalCssVariables.d.ts","sourceRoot":"","sources":["../../../src/Identity/GlobalCssVariables/GlobalCssVariables.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAyQzC,eAAO,MAAM,kBAAkB;iBApQZ,SAAS;gBA+GV,SAAS;wBA+GD,SAAS;oBAkBb,SAAS;CAyB9B,CAAC"}
@@ -63,6 +63,7 @@ const light = () => ({
63
63
  '--app-bg': colors_v2_1.COLOR_V2.GRAY_10,
64
64
  '--main-color': colors_1.COLOR.BLACK,
65
65
  '--modal-bg': '#f8f8f8',
66
+ '--dropdown-menu-bg': colors_1.COLOR.WHITE,
66
67
  // Foreground
67
68
  '--foreground-fade-16': '#676b7129',
68
69
  // Archive File Icon
@@ -150,6 +151,7 @@ const dark = () => ({
150
151
  '--app-bg': colors_v2_1.COLOR_V2.GRAY_95,
151
152
  '--main-color': colors_1.COLOR.WHITE,
152
153
  '--modal-bg': '#26272c',
154
+ '--dropdown-menu-bg': colors_v2_1.COLOR_V2.GRAY_100,
153
155
  // Foreground
154
156
  '--foreground-fade-16': '#9fa1a729',
155
157
  // Archive File Icon
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.styles.d.ts","sourceRoot":"","sources":["../../../src/Surface/DropdownMenu/DropdownMenu.styles.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAY,MAAM,gBAAgB,CAAC;AAkDpD,eAAO,MAAM,YAAY,EAAE,SA0B1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,SAiBvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,SAIxB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,SAS3B,CAAC"}
1
+ {"version":3,"file":"DropdownMenu.styles.d.ts","sourceRoot":"","sources":["../../../src/Surface/DropdownMenu/DropdownMenu.styles.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAY,MAAM,gBAAgB,CAAC;AAkDpD,eAAO,MAAM,YAAY,EAAE,SA0B1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,SAkBvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,SAIxB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,SAS3B,CAAC"}
@@ -69,7 +69,7 @@ exports.contentStyle = {
69
69
  zIndex: 'var(--z-index-modal)',
70
70
  padding: '8px 0',
71
71
  borderRadius: '12px',
72
- backgroundColor: 'var(--modal-bg)',
72
+ backgroundColor: 'var(--dropdown-menu-bg)',
73
73
  boxShadow: '0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.16)',
74
74
  animationDuration: '400ms',
75
75
  animationTimingFunction: 'cubic-bezier(0.16, 1, 0.3, 1)',
@@ -89,10 +89,11 @@ exports.contentStyle = {
89
89
  },
90
90
  };
91
91
  exports.itemStyle = {
92
+ height: '30px',
92
93
  fontSize: '12px',
93
94
  fontWeight: 400,
94
95
  lineHeight: '2rem',
95
- padding: '0 8px',
96
+ padding: '0 24px',
96
97
  position: 'relative',
97
98
  userSelect: 'none',
98
99
  outline: 'none',
package/package.json CHANGED
@@ -79,6 +79,6 @@
79
79
  "test:watch": "jest --watch",
80
80
  "test:update": "jest --updateSnapshot"
81
81
  },
82
- "version": "9.60.1",
83
- "gitHead": "fbcb702e7536947fe230f988c9845d51cd86104e"
82
+ "version": "9.61.1",
83
+ "gitHead": "3861d76a73c2b981bc27b09fe61ccaa0802e649d"
84
84
  }