@toptal/picasso-tabs 5.0.9 → 5.0.10-alpha-PF-235-add-sidebar-icons-2c38b1d32.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +20 -0
  2. package/package.json +12 -11
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021-2022 Toptal, LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the “Software”), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-tabs",
3
- "version": "5.0.9",
3
+ "version": "5.0.10-alpha-PF-235-add-sidebar-icons-2c38b1d32.1+2c38b1d32",
4
4
  "description": "Toptal UI components library - Tabs",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-container": "3.1.1",
26
- "@toptal/picasso-icons": "1.10.0",
27
- "@toptal/picasso-shared": "15.0.0",
28
- "@toptal/picasso-typography": "4.0.2",
29
- "@toptal/picasso-typography-overflow": "4.0.2",
30
- "@toptal/picasso-user-badge": "5.1.8",
31
- "@toptal/picasso-utils": "3.0.0",
25
+ "@toptal/picasso-container": "3.1.2-alpha-PF-235-add-sidebar-icons-2c38b1d32.22+2c38b1d32",
26
+ "@toptal/picasso-icons": "1.10.1-alpha-PF-235-add-sidebar-icons-2c38b1d32.1+2c38b1d32",
27
+ "@toptal/picasso-shared": "15.0.1-alpha-PF-235-add-sidebar-icons-2c38b1d32.275+2c38b1d32",
28
+ "@toptal/picasso-typography": "4.0.3-alpha-PF-235-add-sidebar-icons-2c38b1d32.22+2c38b1d32",
29
+ "@toptal/picasso-typography-overflow": "4.0.3-alpha-PF-235-add-sidebar-icons-2c38b1d32.22+2c38b1d32",
30
+ "@toptal/picasso-user-badge": "5.1.9-alpha-PF-235-add-sidebar-icons-2c38b1d32.1+2c38b1d32",
31
+ "@toptal/picasso-utils": "3.0.1-alpha-PF-235-add-sidebar-icons-2c38b1d32.22+2c38b1d32",
32
32
  "ap-style-title-case": "^1.1.2",
33
33
  "classnames": "^2.5.1"
34
34
  },
@@ -45,13 +45,14 @@
45
45
  ".": "./dist-package/src/index.js"
46
46
  },
47
47
  "devDependencies": {
48
- "@toptal/picasso-provider": "5.0.0",
49
48
  "@material-ui/core": "4.12.4",
50
- "@toptal/picasso-test-utils": "1.1.1"
49
+ "@toptal/picasso-provider": "5.0.1-alpha-PF-235-add-sidebar-icons-2c38b1d32.196+2c38b1d32",
50
+ "@toptal/picasso-test-utils": "1.1.2-alpha-PF-235-add-sidebar-icons-2c38b1d32.275+2c38b1d32"
51
51
  },
52
52
  "files": [
53
53
  "dist-package/**",
54
54
  "!dist-package/tsconfig.tsbuildinfo",
55
55
  "src"
56
- ]
56
+ ],
57
+ "gitHead": "2c38b1d32f42b9b1f0f62857ab4d224cd0d8ea01"
57
58
  }