@stackshift-ui/cookies 1.0.0 → 6.0.2

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +0 -1
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -236,7 +236,6 @@ export interface Variants {
236
236
  consentModalPosition?: string;
237
237
  };
238
238
  contactLink?: LabeledRoute;
239
- imageSrc?: string;
240
239
  }
241
240
  export interface Template {
242
241
  bg?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackshift-ui/cookies",
3
3
  "description": "",
4
- "version": "1.0.0",
4
+ "version": "6.0.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -28,13 +28,13 @@
28
28
  "typescript": "^5.6.2",
29
29
  "vite-tsconfig-paths": "^5.0.1",
30
30
  "vitest": "^2.1.1",
31
- "@stackshift-ui/eslint-config": "1.0.0",
32
- "@stackshift-ui/typescript-config": "2.0.0"
31
+ "@stackshift-ui/typescript-config": "6.0.2",
32
+ "@stackshift-ui/eslint-config": "6.0.2"
33
33
  },
34
34
  "dependencies": {
35
35
  "vanilla-cookieconsent": "3.0.1",
36
- "@stackshift-ui/scripts": "1.0.0",
37
- "@stackshift-ui/system": "2.0.0"
36
+ "@stackshift-ui/scripts": "6.0.2",
37
+ "@stackshift-ui/system": "6.0.2"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@stackshift-ui/system": ">=0.0.0",