sep-yui 0.1.6 → 0.1.7
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/sep-yui.es.ts +1 -1
- package/dist/sep-yui.umd.ts +1 -1
- package/package.json +1 -1
package/dist/sep-yui.es.ts
CHANGED
@@ -1003,7 +1003,7 @@ const N7 = {
|
|
1003
1003
|
style: "line",
|
1004
1004
|
fill: "none",
|
1005
1005
|
path: `
|
1006
|
-
<path d="
|
1006
|
+
<path d="M18 9L12 15L6 9" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
1007
1007
|
`
|
1008
1008
|
}, q7 = {
|
1009
1009
|
name: "chevron-right",
|
package/dist/sep-yui.umd.ts
CHANGED
@@ -67,7 +67,7 @@ This will fail in production.`);u=Ho,u._s.has(i)||(c?Cs(i,t,s,u):N1(i,s,u),proce
|
|
67
67
|
<path d="M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0Z" fill="currentColor"/>
|
68
68
|
<path d="M19 7L9 17.01L6 14.01" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
69
69
|
`},chevronDown:{name:"chevron-down",style:"line",fill:"none",path:`
|
70
|
-
<path d="
|
70
|
+
<path d="M18 9L12 15L6 9" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
71
71
|
`},chevronLeft:{name:"chevron-left",viewbox:"0 0 24 25",style:"line",path:`
|
72
72
|
<path d="M15 18.6271L9 12.6271L15 6.62714" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
73
73
|
`},chevronRight:{name:"chevron-right",viewbox:"0 0 24 25",style:"line",path:`
|