vitrify 0.17.14 → 0.17.15

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/dist/index.js CHANGED
@@ -25,7 +25,7 @@ const internalServerModules = [
25
25
  '@fastify/middie',
26
26
  '@fastify',
27
27
  'node',
28
- 'critters',
28
+ 'beasties',
29
29
  'node-fetch',
30
30
  'ws',
31
31
  'abort-controller'
@@ -1,4 +1,3 @@
1
- // Import normalize and animate css
2
1
  import { definePreset, presetIcons, transformerVariantGroup } from 'unocss';
3
2
  import presetUno from '@unocss/preset-uno';
4
3
  import { defaultTheme } from './theme.js';
@@ -1773,6 +1772,10 @@ textarea {
1773
1772
  margin: 0;
1774
1773
  }
1775
1774
 
1775
+ html, body
1776
+ margin: 0
1777
+ box-sizing: border-box
1778
+
1776
1779
  /* beasties:include end */`
1777
1780
  }
1778
1781
  ].concat(QBreadcrumbsPreflights, QCheckboxPreflights, QChipPreflights, QCircularProgressPreflights, QDialogPreflights, QFieldPreflights, QLayoutPreflights, QLinearProgressPreflights, QRadioPreflights, QSelectPreflights, QSpinnerPreflights, QSkeletonPreflights, QTablePreflights, QTogglePreflights, QTreePreflights, ColorPreflights, DarkPreflights, HelperPreflights, MousePreflights, TypographyPreflights, VisibilityPreflights, TransitionPreflights, SizePreflights),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrify",
3
- "version": "0.17.14",
3
+ "version": "0.17.15",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "Vite as your Full Stack development tool",
package/src/node/index.ts CHANGED
@@ -46,7 +46,7 @@ const internalServerModules = [
46
46
  '@fastify/middie',
47
47
  '@fastify',
48
48
  'node',
49
- 'critters',
49
+ 'beasties',
50
50
  'node-fetch',
51
51
  'ws',
52
52
  'abort-controller'
@@ -1,4 +1,3 @@
1
- // Import normalize and animate css
2
1
  import {
3
2
  definePreset,
4
3
  type Preflight,
@@ -1882,6 +1881,10 @@ textarea {
1882
1881
  margin: 0;
1883
1882
  }
1884
1883
 
1884
+ html, body
1885
+ margin: 0
1886
+ box-sizing: border-box
1887
+
1885
1888
  /* beasties:include end */`
1886
1889
  }
1887
1890
  ] as Preflight<QuasarTheme>[]