@toptal/picasso-tailwind 2.7.0 → 2.8.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-tailwind",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Picasso Tailwind configuration",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-tailwind#readme",
@@ -168,6 +168,7 @@ module.exports = {
168
168
  zIndex: {
169
169
  drawer: 1200,
170
170
  modal: 1300,
171
+ snackbar: 1400,
171
172
  },
172
173
  width: {
173
174
  input: '18.75rem',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-tailwind",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Picasso Tailwind configuration",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-tailwind#readme",
package/src/index.js CHANGED
@@ -168,6 +168,7 @@ module.exports = {
168
168
  zIndex: {
169
169
  drawer: 1200,
170
170
  modal: 1300,
171
+ snackbar: 1400,
171
172
  },
172
173
  width: {
173
174
  input: '18.75rem',