@histoire/controls 0.10.6 → 0.11.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.
@@ -250,53 +250,6 @@
250
250
  --tw-backdrop-sepia:
251
251
  }
252
252
 
253
- ::-webkit-backdrop{
254
- --tw-border-spacing-x:0;
255
- --tw-border-spacing-y:0;
256
- --tw-translate-x:0;
257
- --tw-translate-y:0;
258
- --tw-rotate:0;
259
- --tw-skew-x:0;
260
- --tw-skew-y:0;
261
- --tw-scale-x:1;
262
- --tw-scale-y:1;
263
- --tw-pan-x: ;
264
- --tw-pan-y: ;
265
- --tw-pinch-zoom: ;
266
- --tw-scroll-snap-strictness:proximity;
267
- --tw-ordinal: ;
268
- --tw-slashed-zero: ;
269
- --tw-numeric-figure: ;
270
- --tw-numeric-spacing: ;
271
- --tw-numeric-fraction: ;
272
- --tw-ring-inset: ;
273
- --tw-ring-offset-width:0px;
274
- --tw-ring-offset-color:#fff;
275
- --tw-ring-color:rgb(59 130 246 / 0.5);
276
- --tw-ring-offset-shadow:0 0 #0000;
277
- --tw-ring-shadow:0 0 #0000;
278
- --tw-shadow:0 0 #0000;
279
- --tw-shadow-colored:0 0 #0000;
280
- --tw-blur: ;
281
- --tw-brightness: ;
282
- --tw-contrast: ;
283
- --tw-grayscale: ;
284
- --tw-hue-rotate: ;
285
- --tw-invert: ;
286
- --tw-saturate: ;
287
- --tw-sepia: ;
288
- --tw-drop-shadow: ;
289
- --tw-backdrop-blur: ;
290
- --tw-backdrop-brightness: ;
291
- --tw-backdrop-contrast: ;
292
- --tw-backdrop-grayscale: ;
293
- --tw-backdrop-hue-rotate: ;
294
- --tw-backdrop-invert: ;
295
- --tw-backdrop-opacity: ;
296
- --tw-backdrop-saturate: ;
297
- --tw-backdrop-sepia:
298
- }
299
-
300
253
  ::backdrop{
301
254
  --tw-border-spacing-x:0;
302
255
  --tw-border-spacing-y:0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@histoire/controls",
3
- "version": "0.10.6",
3
+ "version": "0.11.0",
4
4
  "description": "Prebuilt controls components",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -31,10 +31,11 @@
31
31
  "*.vue"
32
32
  ],
33
33
  "dependencies": {
34
- "@histoire/vendors": "^0.10.6"
34
+ "@histoire/vendors": "^0.11.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@peeky/test": "^0.13.5",
37
+ "@peeky/server": "^0.14.0",
38
+ "@peeky/test": "^0.14.1",
38
39
  "@types/node": "^17.0.32",
39
40
  "@vitejs/plugin-vue": "^2.3.1",
40
41
  "@vue/test-utils": "^2.0.0-rc.19",
@@ -46,7 +47,7 @@
46
47
  "postcss-import": "^14.1.0",
47
48
  "tailwindcss": "^3.0.23",
48
49
  "typescript": "^4.7.4",
49
- "vite": "^2.9.1",
50
+ "vite": "^3.1.4",
50
51
  "vue": "^3.2.31",
51
52
  "vue-tsc": "^0.35.2"
52
53
  },
package/src/index.ts CHANGED
@@ -35,3 +35,5 @@ export const components = {
35
35
  HstCopyIcon,
36
36
  HstRadio,
37
37
  }
38
+
39
+ export * from './types'
package/vite.config.ts CHANGED
@@ -26,7 +26,7 @@ export default defineConfig({
26
26
  formats: [
27
27
  'es',
28
28
  ],
29
- fileName: 'index',
29
+ fileName: 'index.es',
30
30
  },
31
31
 
32
32
  rollupOptions: {