@toptal/picasso-tabs 5.0.1-alpha-fx-5880-page-head-2-241fef4ab.10 → 5.0.1-alpha-fx-5880-page-head-2-99d1c9975.19

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-tabs",
3
- "version": "5.0.1-alpha-fx-5880-page-head-2-241fef4ab.10+241fef4ab",
3
+ "version": "5.0.1-alpha-fx-5880-page-head-2-99d1c9975.19+99d1c9975",
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.0.1-alpha-fx-5880-page-head-2-241fef4ab.34+241fef4ab",
26
- "@toptal/picasso-icons": "1.6.1-alpha-fx-5880-page-head-2-241fef4ab.103+241fef4ab",
27
- "@toptal/picasso-shared": "15.0.1-alpha-fx-5880-page-head-2-241fef4ab.196+241fef4ab",
28
- "@toptal/picasso-typography": "4.0.1-alpha-fx-5880-page-head-2-241fef4ab.34+241fef4ab",
29
- "@toptal/picasso-typography-overflow": "4.0.1-alpha-fx-5880-page-head-2-241fef4ab.10+241fef4ab",
30
- "@toptal/picasso-user-badge": "5.1.1-alpha-fx-5880-page-head-2-241fef4ab.25+241fef4ab",
31
- "@toptal/picasso-utils": "1.0.4-alpha-fx-5880-page-head-2-241fef4ab.196+241fef4ab",
25
+ "@toptal/picasso-container": "3.0.1-alpha-fx-5880-page-head-2-99d1c9975.43+99d1c9975",
26
+ "@toptal/picasso-icons": "1.6.1-alpha-fx-5880-page-head-2-99d1c9975.112+99d1c9975",
27
+ "@toptal/picasso-shared": "15.0.1-alpha-fx-5880-page-head-2-99d1c9975.205+99d1c9975",
28
+ "@toptal/picasso-typography": "4.0.1-alpha-fx-5880-page-head-2-99d1c9975.43+99d1c9975",
29
+ "@toptal/picasso-typography-overflow": "4.0.1-alpha-fx-5880-page-head-2-99d1c9975.19+99d1c9975",
30
+ "@toptal/picasso-user-badge": "5.1.1-alpha-fx-5880-page-head-2-99d1c9975.34+99d1c9975",
31
+ "@toptal/picasso-utils": "1.0.4-alpha-fx-5880-page-head-2-99d1c9975.205+99d1c9975",
32
32
  "ap-style-title-case": "^1.1.2",
33
33
  "classnames": "^2.5.1"
34
34
  },
@@ -46,13 +46,13 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@material-ui/core": "4.12.4",
49
- "@toptal/picasso-provider": "5.0.1-alpha-fx-5880-page-head-2-241fef4ab.117+241fef4ab",
50
- "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5880-page-head-2-241fef4ab.196+241fef4ab"
49
+ "@toptal/picasso-provider": "5.0.1-alpha-fx-5880-page-head-2-99d1c9975.126+99d1c9975",
50
+ "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5880-page-head-2-99d1c9975.205+99d1c9975"
51
51
  },
52
52
  "files": [
53
53
  "dist-package/**",
54
54
  "!dist-package/tsconfig.tsbuildinfo",
55
55
  "src"
56
56
  ],
57
- "gitHead": "241fef4abd970386116acad79b109b78b2086e3c"
57
+ "gitHead": "99d1c997587a3e9541c8b24ddea9590708e07cef"
58
58
  }
@@ -7,6 +7,7 @@ exports[`Tab Tab disabled tab 1`] = `
7
7
  >
8
8
  <div
9
9
  class="MuiTabs-root Tabs-horizontal"
10
+ data-component-type="tabs"
10
11
  >
11
12
  <div
12
13
  class="MuiTabs-scrollable"
@@ -56,6 +57,7 @@ exports[`Tab Tab renders 1`] = `
56
57
  >
57
58
  <div
58
59
  class="MuiTabs-root Tabs-horizontal"
60
+ data-component-type="tabs"
59
61
  >
60
62
  <div
61
63
  class="MuiTabs-scrollable"
@@ -104,6 +106,7 @@ exports[`Tab Tab tab with icon 1`] = `
104
106
  >
105
107
  <div
106
108
  class="MuiTabs-root Tabs-horizontal"
109
+ data-component-type="tabs"
107
110
  >
108
111
  <div
109
112
  class="MuiTabs-scrollable"
@@ -7,6 +7,7 @@ exports[`Tabs renders 1`] = `
7
7
  >
8
8
  <div
9
9
  class="MuiTabs-root Tabs-horizontal"
10
+ data-component-type="tabs"
10
11
  >
11
12
  <div
12
13
  class="MuiTabs-scrollable"
@@ -74,6 +75,7 @@ exports[`Tabs renders in full width 1`] = `
74
75
  >
75
76
  <div
76
77
  class="MuiTabs-root Tabs-horizontal"
78
+ data-component-type="tabs"
77
79
  >
78
80
  <div
79
81
  class="MuiTabs-scroller MuiTabs-fixed"
@@ -137,6 +139,7 @@ exports[`Tabs renders in vertical orientation 1`] = `
137
139
  >
138
140
  <div
139
141
  class="MuiTabs-root Tabs-vertical MuiTabs-vertical"
142
+ data-component-type="tabs"
140
143
  >
141
144
  <div
142
145
  class="MuiTabs-scrollable"
@@ -204,6 +207,7 @@ exports[`Tabs renders with a pre-selected option 1`] = `
204
207
  >
205
208
  <div
206
209
  class="MuiTabs-root Tabs-horizontal"
210
+ data-component-type="tabs"
207
211
  >
208
212
  <div
209
213
  class="MuiTabs-scrollable"
@@ -278,6 +282,7 @@ exports[`Tabs renders with a pre-selected option using custom value 1`] = `
278
282
  >
279
283
  <div
280
284
  class="MuiTabs-root Tabs-horizontal"
285
+ data-component-type="tabs"
281
286
  >
282
287
  <div
283
288
  class="MuiTabs-scrollable"