@sanity/language-filter 2.30.3-shopify.5 → 2.30.4-performance-opts.2

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":"SelectLanguage.d.ts","sourceRoot":"","sources":["../../src/SelectLanguage.tsx"],"names":[],"mappings":";AAKA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;CACX;AAED,UAAU,KAAK;IACb,SAAS,EAAE,cAAc,EAAE,CAAA;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAA;IAClB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;CAClC;AAKD,QAAA,MAAM,cAAc,6FAOjB,KAAK,gBAiJP,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"SelectLanguage.d.ts","sourceRoot":"","sources":["../../src/SelectLanguage.tsx"],"names":[],"mappings":";AAKA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;CACX;AAED,UAAU,KAAK;IACb,SAAS,EAAE,cAAc,EAAE,CAAA;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,QAAQ,EAAE,MAAM,EAAE,CAAA;IAClB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;CAClC;AAKD,QAAA,MAAM,cAAc,6FAOjB,KAAK,gBAkJP,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -180,6 +180,7 @@ var SelectLanguage = _ref => {
180
180
  placement: "bottom",
181
181
  ref: setPopoverRef,
182
182
  referenceElement: triggerRef,
183
+ tone: "default",
183
184
  constrainSize: true,
184
185
  autoFocus: true,
185
186
  portal: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/language-filter",
3
- "version": "2.30.3-shopify.5+804b470dd",
3
+ "version": "2.30.4-performance-opts.2+9de1312c7c",
4
4
  "description": "A Sanity plugin that supports filtering localized fields by language",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@sanity/icons": "^1.2.6",
19
- "@sanity/types": "2.30.3-shopify.5+804b470dd",
19
+ "@sanity/types": "2.30.4-performance-opts.2+9de1312c7c",
20
20
  "@sanity/ui": "^0.37.9",
21
21
  "lodash": "^4.17.15",
22
22
  "rxjs": "^6.5.3"
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "804b470dd8c8f14cea307b6fb41a736c412b3038"
42
+ "gitHead": "9de1312c7c896762bc0ecf1c0eecee37466080dd"
43
43
  }
@@ -166,6 +166,7 @@ const SelectLanguage = ({
166
166
  placement="bottom"
167
167
  ref={setPopoverRef}
168
168
  referenceElement={triggerRef}
169
+ tone="default"
169
170
  constrainSize
170
171
  autoFocus
171
172
  portal