@waggylabs/yumekit 0.4.0-beta.49 → 0.4.1-beta.50

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/icons/all.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { registerIcons } from './registry.js';
2
2
 
3
- var accessibility = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"12\" cy=\"4\" r=\"1.5\"/>\n <path d=\"M7 8h10\"/>\n <path d=\"M12 8v4\"/>\n <path d=\"m8 20 4-8 4 8\"/>\n <path d=\"M7 16h10\"/>\n</svg>\n";
3
+ var accessibility = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"12\" cy=\"4\" r=\"1.5\"/>\n <path d=\"M7 8h10\"/>\n <path d=\"M12 8v4\"/>\n <path d=\"m8 20 4-8 4 8\"/>\n</svg>\n";
4
4
 
5
5
  var ai = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M12 8V4H8\"/>\n <rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"/>\n <path d=\"M2 14h2M20 14h2M15 13v2M9 13v2\"/>\n</svg>\n";
6
6
 
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ function getIcon(name) {
29
29
  return icons.get(name) || "";
30
30
  }
31
31
 
32
- var accessibility = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"12\" cy=\"4\" r=\"1.5\"/>\n <path d=\"M7 8h10\"/>\n <path d=\"M12 8v4\"/>\n <path d=\"m8 20 4-8 4 8\"/>\n <path d=\"M7 16h10\"/>\n</svg>\n";
32
+ var accessibility = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"12\" cy=\"4\" r=\"1.5\"/>\n <path d=\"M7 8h10\"/>\n <path d=\"M12 8v4\"/>\n <path d=\"m8 20 4-8 4 8\"/>\n</svg>\n";
33
33
 
34
34
  var ai = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M12 8V4H8\"/>\n <rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"/>\n <path d=\"M2 14h2M20 14h2M15 13v2M9 13v2\"/>\n</svg>\n";
35
35