@brightspace-ui/labs 2.11.1 → 2.11.3

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
@@ -79,5 +79,5 @@
79
79
  "@lit/context": "^1.1.3",
80
80
  "lit": "^3"
81
81
  },
82
- "version": "2.11.1"
82
+ "version": "2.11.3"
83
83
  }
@@ -111,6 +111,8 @@ class AttributePicker extends ArrowKeysMixin(LocalizeLabsElement(LitElement)) {
111
111
  box-shadow: none;
112
112
  box-sizing: border-box;
113
113
  flex-grow: 1;
114
+ font-family: inherit;
115
+ font-size: inherit;
114
116
  min-height: 1.55rem;
115
117
  outline: none;
116
118
  padding: 0 !important;
package/src/lang/zh-cn.js CHANGED
@@ -19,7 +19,7 @@ export default {
19
19
  "components:checkboxDrawer:checkboxExpanded": "复选框已展开", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:navigation:back": "返回",
21
21
  "components:navigation:next": "下一个",
22
- "components:navigation:previous": "上一步",
22
+ "components:navigation:previous": "上一个",
23
23
  "components:navigation:skipNav": "跳到主目录",
24
24
  "components:optInFlyout:cancel": "取消",
25
25
  "components:optInFlyout:close": "关闭此对话框",