sep-yui 0.0.45 → 0.0.46

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.
@@ -665,8 +665,8 @@ const v9 = {
665
665
  name: "crossLarge",
666
666
  style: "line",
667
667
  path: `
668
- <path d="M18 6.62714L6 18.6271" stroke="#121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
669
- <path d="M6 6.62714L18 18.6271" stroke="#121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
668
+ <path d="M18 6.62714L6 18.6271" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
669
+ <path d="M6 6.62714L18 18.6271" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
670
670
  `
671
671
  }, I2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
672
672
  __proto__: null,
@@ -54,8 +54,8 @@
54
54
  </clipPath>
55
55
  </defs>
56
56
  `},crossLarge:{name:"crossLarge",style:"line",path:`
57
- <path d="M18 6.62714L6 18.6271" stroke="#121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
58
- <path d="M6 6.62714L18 18.6271" stroke="#121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
57
+ <path d="M18 6.62714L6 18.6271" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
58
+ <path d="M6 6.62714L18 18.6271" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
59
59
  `},dark:{name:"dark",style:"line",path:`
60
60
  <path
61
61
  d="M15.3636 16.6364C15.3636 15.6117 14.9566 14.6289 14.232 13.9044C13.5074 13.1798 12.5247 12.7727 11.5 12.7727C10.4753 12.7727 9.49257 13.1798 8.768 13.9044C8.04342 14.6289 7.63636 15.6117 7.63636 16.6364"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sep-yui",
3
3
  "author": "Perov David",
4
- "version": "0.0.45",
4
+ "version": "0.0.46",
5
5
  "packageManager": "pnpm@9.9.0",
6
6
  "main": "./dist/sep-yui.umd.ts",
7
7
  "module": "./dist/sep-yui.ts",