@toptal/picasso-switch 2.0.13-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.32 → 2.0.13-alpha-fx-5880-page-head-2-241fef4ab.34

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.
@@ -2,6 +2,4 @@ import type { OmitInternalProps } from '@toptal/picasso-shared';
2
2
  import type { Props as InternalSwitchProps } from './Switch';
3
3
  export { default as Switch } from './Switch';
4
4
  export declare type SwitchProps = OmitInternalProps<InternalSwitchProps>;
5
- /** @deprecated [FX-4714] Use SwitchProps instead */
6
- export declare type Props = SwitchProps;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE/D,OAAO,KAAK,EAAE,KAAK,IAAI,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,oBAAY,WAAW,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,CAAA;AAChE,oDAAoD;AACpD,oBAAY,KAAK,GAAG,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE/D,OAAO,KAAK,EAAE,KAAK,IAAI,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,oBAAY,WAAW,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-switch",
3
- "version": "2.0.13-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.32+d506eff5b",
3
+ "version": "2.0.13-alpha-fx-5880-page-head-2-241fef4ab.34+241fef4ab",
4
4
  "description": "Toptal UI components library - Switch",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,8 +23,8 @@
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
25
  "@mui/base": "5.0.0-beta.40",
26
- "@toptal/picasso-form": "5.0.1-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.32+d506eff5b",
27
- "@toptal/picasso-shared": "15.0.1-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.194+d506eff5b",
26
+ "@toptal/picasso-form": "5.0.1-alpha-fx-5880-page-head-2-241fef4ab.34+241fef4ab",
27
+ "@toptal/picasso-shared": "15.0.1-alpha-fx-5880-page-head-2-241fef4ab.196+241fef4ab",
28
28
  "classnames": "^2.5.1"
29
29
  },
30
30
  "sideEffects": [
@@ -40,13 +40,13 @@
40
40
  ".": "./dist-package/src/index.js"
41
41
  },
42
42
  "devDependencies": {
43
- "@toptal/picasso-provider": "5.0.1-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.115+d506eff5b",
44
- "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.194+d506eff5b"
43
+ "@toptal/picasso-provider": "5.0.1-alpha-fx-5880-page-head-2-241fef4ab.117+241fef4ab",
44
+ "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5880-page-head-2-241fef4ab.196+241fef4ab"
45
45
  },
46
46
  "files": [
47
47
  "dist-package/**",
48
48
  "!dist-package/tsconfig.tsbuildinfo",
49
49
  "src"
50
50
  ],
51
- "gitHead": "d506eff5bfac7ece9fc580b464c5e374002efcb5"
51
+ "gitHead": "241fef4abd970386116acad79b109b78b2086e3c"
52
52
  }
@@ -3,5 +3,3 @@ import type { OmitInternalProps } from '@toptal/picasso-shared'
3
3
  import type { Props as InternalSwitchProps } from './Switch'
4
4
  export { default as Switch } from './Switch'
5
5
  export type SwitchProps = OmitInternalProps<InternalSwitchProps>
6
- /** @deprecated [FX-4714] Use SwitchProps instead */
7
- export type Props = SwitchProps