svelte-ag 1.1.9 → 1.1.11

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.
@@ -39,8 +39,7 @@
39
39
  return `radial-gradient(ellipse ${sizeX}% ${sizeY}% at ${posX}% ${posY}%, ${centerColorRgba}, ${edgeColorRgba})`;
40
40
  });
41
41
 
42
- const fragment = `
43
- #version 300 es
42
+ const fragment = `#version 300 es
44
43
 
45
44
  precision highp float;
46
45
 
@@ -83,7 +82,7 @@
83
82
 
84
83
  fragColor = mix(u_centerColor, u_edgeColor, clamp(t + noise, 0.0, 1.0));
85
84
  }
86
- `;
85
+ `;
87
86
  </script>
88
87
 
89
88
  <div class={cn('size-full', className)}>
@@ -1 +1 @@
1
- {"version":3,"file":"Gradient.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/components/gradient/Gradient.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAGjD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAEzD,KAAK,gBAAgB,GAAI,0BAA0B,GAAG;IACnD,MAAM,EAAE,IAAI,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;CACf,CAAC;AAmGJ,QAAA,MAAM,QAAQ,sDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Gradient.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/components/gradient/Gradient.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAGjD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAEzD,KAAK,gBAAgB,GAAI,0BAA0B,GAAG;IACnD,MAAM,EAAE,IAAI,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;CACf,CAAC;AAkGJ,QAAA,MAAM,QAAQ,sDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-ag",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Useful svelte components",
5
5
  "bugs": "https://github.com/ageorgeh/svelte-ag/issues",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "@dnd-kit/helpers": "^0.4.0",
46
46
  "@dnd-kit/svelte": "^0.4.0",
47
47
  "@floating-ui/dom": "^1.7.6",
48
- "bits-ui": "^2.17.3",
48
+ "bits-ui": "^2.18.0",
49
49
  "clsx": "^2.1.1",
50
50
  "dequal": "^2.0.3",
51
51
  "devalue": "^5.7.1",
@@ -57,14 +57,14 @@
57
57
  "sveltekit-superforms": "2.30.1",
58
58
  "tailwind-merge": "^3.5.0",
59
59
  "tailwind-variants": "^3.2.2",
60
- "ts-ag": "^1.1.19",
60
+ "ts-ag": "^1.1.21",
61
61
  "tsc-alias": "^1.8.16",
62
62
  "valibot": "^1.3.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@actions/languageserver": "^0.3.53",
65
+ "@actions/languageserver": "^0.3.54",
66
66
  "@eslint/js": "^10.0.1",
67
- "@iconify/json": "^2.2.463",
67
+ "@iconify/json": "^2.2.465",
68
68
  "@iconify/tailwind4": "^1.2.3",
69
69
  "@iconify/types": "^2.0.0",
70
70
  "@internationalized/date": "^3.12.1",
@@ -75,19 +75,19 @@
75
75
  "@sveltejs/package": "^2.5.7",
76
76
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
77
77
  "@tailwindcss/typography": "^0.5.19",
78
- "@tailwindcss/vite": "^4.2.2",
78
+ "@tailwindcss/vite": "^4.2.4",
79
79
  "@types/node": "^24.12.2",
80
- "@typescript/native-preview": "7.0.0-dev.20260416.2",
81
- "eslint": "^10.2.0",
80
+ "@typescript/native-preview": "7.0.0-dev.20260423.1",
81
+ "eslint": "^10.2.1",
82
82
  "eslint-plugin-better-tailwindcss": "^4.4.1",
83
- "eslint-plugin-svelte": "^3.17.0",
83
+ "eslint-plugin-svelte": "^3.17.1",
84
84
  "globals": "^17.5.0",
85
85
  "husky": "^9.1.7",
86
86
  "lint-staged": "^16.4.0",
87
87
  "prettier": "^3.8.3",
88
88
  "prettier-plugin-packagejson": "^3.0.1",
89
89
  "prettier-plugin-svelte": "^3.5.1",
90
- "rolldown": "1.0.0-rc.16",
90
+ "rolldown": "1.0.0-rc.17",
91
91
  "rolldown-plugin-dts": "^0.23.2",
92
92
  "rollup-plugin-svelte": "^7.2.3",
93
93
  "semantic-release": "^25.0.3",
@@ -95,16 +95,16 @@
95
95
  "svelte-check": "^4.4.6",
96
96
  "svelte-preprocess": "^6.0.3",
97
97
  "svelte2tsx": "^0.7.53",
98
- "tailwindcss": "4.2.2",
99
- "tsdown": "^0.21.9",
98
+ "tailwindcss": "4.2.4",
99
+ "tsdown": "^0.21.10",
100
100
  "tsx": "^4.21.0",
101
101
  "tw-animate-css": "^1.4.0",
102
- "type-fest": "^5.5.0",
102
+ "type-fest": "^5.6.0",
103
103
  "typescript": "^6.0.3",
104
- "typescript-eslint": "^8.58.2",
104
+ "typescript-eslint": "^8.59.0",
105
105
  "typescript-svelte-plugin": "^0.3.51",
106
- "vite": "^8.0.8",
107
- "vitest": "^4.1.4"
106
+ "vite": "^8.0.10",
107
+ "vitest": "^4.1.5"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "@sveltejs/kit": "^2.0.0",
@@ -39,8 +39,7 @@
39
39
  return `radial-gradient(ellipse ${sizeX}% ${sizeY}% at ${posX}% ${posY}%, ${centerColorRgba}, ${edgeColorRgba})`;
40
40
  });
41
41
 
42
- const fragment = `
43
- #version 300 es
42
+ const fragment = `#version 300 es
44
43
 
45
44
  precision highp float;
46
45
 
@@ -83,7 +82,7 @@
83
82
 
84
83
  fragColor = mix(u_centerColor, u_edgeColor, clamp(t + noise, 0.0, 1.0));
85
84
  }
86
- `;
85
+ `;
87
86
  </script>
88
87
 
89
88
  <div class={cn('size-full', className)}>