@autoafleveren/ui 0.9.26 → 0.9.28

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.
@@ -124,6 +124,7 @@ module.exports = {
124
124
  '@typescript-eslint/no-unsafe-member-access': 'off',
125
125
  '@typescript-eslint/no-floating-promises': 'off',
126
126
  '@typescript-eslint/no-unsafe-call': 'off',
127
+ '@typescript-eslint/no-non-null-assertion': 'off',
127
128
  'vitest/consistent-test-it': 'error',
128
129
  'vitest/no-alias-methods': 'error',
129
130
  'vitest/no-conditional-expect': 'error',
@@ -177,7 +178,7 @@ module.exports = {
177
178
  devDependencies: ["**/tests/**", "**/__tests__/**"],
178
179
  }],
179
180
  'tailwindcss/no-custom-classname': ['error', {
180
- whitelist: ['^app-.+$', 'stroke-3'],
181
+ whitelist: ['^app-.+$', 'stroke-3', 'scrollbar-primary'],
181
182
  }],
182
183
  'vitest/consistent-test-filename': ['error', {
183
184
  pattern: '.*\\.spec\\.[tj]sx?$',
@@ -134,6 +134,10 @@ module.exports = {
134
134
  width: {
135
135
  110: '27.5rem',
136
136
  141: '34.375rem',
137
+ fullPlus8: 'calc(100% + 2rem)',
138
+ },
139
+ maxHeight: {
140
+ 160: '40rem',
137
141
  },
138
142
  borderWidth: {
139
143
  '4.5': '1.2rem',