@douglasneuroinformatics/libui 2.6.1 → 2.6.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@douglasneuroinformatics/libui",
3
3
  "type": "module",
4
- "version": "2.6.1",
4
+ "version": "2.6.3",
5
5
  "packageManager": "pnpm@9.3.0",
6
6
  "description": "Generic UI components for DNP projects, built using React and TailwindCSS",
7
7
  "author": {
@@ -35,10 +35,9 @@ module.exports = {
35
35
  center: true,
36
36
  padding: {
37
37
  DEFAULT: '1rem',
38
- md: '2rem'
39
- },
40
- screens: {
41
- '2xl': '1400px'
38
+ lg: '4rem',
39
+ md: '3rem',
40
+ sm: '2rem'
42
41
  }
43
42
  },
44
43
  extend: {
@@ -118,6 +117,9 @@ module.exports = {
118
117
  boxShadow: `0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em`
119
118
  }
120
119
  }
120
+ },
121
+ screens: {
122
+ '2xl': '1400px'
121
123
  }
122
124
  }
123
125
  }