Socket
Socket
Sign inDemoInstall

@soundws/player-button-element

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundws/player-button-element - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0-beta.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.2.0-beta.0](https://github.com/sound-ws/player-button-element/compare/@soundws/player-button-element@0.1.0...@soundws/player-button-element@0.2.0-beta.0) (2024-05-03)
### Features
* **player-button-element:** added loop and deselect icons ([daeca50](https://github.com/sound-ws/player-button-element/commit/daeca5002b214b6b5816561ea982d9a95a24edeb))
# [0.1.0](https://github.com/sound-ws/player-button-element/compare/@soundws/player-button-element@0.1.0-beta.2...@soundws/player-button-element@0.1.0) (2024-04-09)

@@ -8,0 +19,0 @@

@@ -154,2 +154,12 @@ {

"default": "html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height=\"24\"\n viewBox=\"0 -960 960 960\"\n width=\"24\"\n>\n <path\n d=\"M439-82q-76-8-141.5-42.5t-113.5-88Q136-266 108.5-335T81-481q0-155 102.5-268.5T440-880v80q-121 17-200 107.5T161-481q0 121 79 211.5T439-162v80Zm40-198L278-482l57-57 104 104v-245h80v245l103-103 57 58-200 200Zm40 198v-80q43-6 82.5-23t73.5-43l58 58q-47 37-101 59.5T519-82Zm158-652q-35-26-74.5-43T520-800v-80q59 6 113 28.5T733-792l-56 58Zm112 506-56-57q26-34 42-73.5t22-82.5h82q-8 59-30 113.5T789-228Zm8-293q-6-43-22-82.5T733-677l56-57q38 45 61 99.5T879-521h-82Z\"\n />\n</svg>`"
},
{
"kind": "variable",
"name": "deselect",
"default": "html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height=\"24\"\n viewBox=\"0 -960 960 960\"\n width=\"24\"\n>\n <path\n d=\"m500-120-56-56 142-142-142-142 56-56 142 142 142-142 56 56-142 142 142 142-56 56-142-142-142 142Zm-220 0v-80h80v80h-80Zm-80-640h-80q0-33 23.5-56.5T200-840v80Zm80 0v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80q33 0 56.5 23.5T840-760h-80ZM200-200v80q-33 0-56.5-23.5T120-200h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm640 0v-80h80v80h-80Z\"\n />\n</svg>`"
},
{
"kind": "variable",
"name": "loop",
"default": "html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height=\"24\"\n viewBox=\"0 -960 960 960\"\n width=\"24\"\n>\n <path\n d=\"m360-120-57-56 64-64h-7q-117 0-198.5-81.5T80-520q0-117 81.5-198.5T360-800h240q117 0 198.5 81.5T880-520q0 117-81.5 198.5T600-240v-80q83 0 141.5-58.5T800-520q0-83-58.5-141.5T600-720H360q-83 0-141.5 58.5T160-520q0 83 58.5 142.5T360-312h16l-72-72 56-56 160 160-160 160Z\"\n />\n</svg>`"
}

@@ -229,2 +239,18 @@ ],

}
},
{
"kind": "js",
"name": "deselect",
"declaration": {
"name": "deselect",
"module": "src/assets/icons.js"
}
},
{
"kind": "js",
"name": "loop",
"declaration": {
"name": "loop",
"module": "src/assets/icons.js"
}
}

@@ -231,0 +257,0 @@ ]

6

package.json

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "0.1.0",
"version": "0.2.0-beta.0",
"type": "module",

@@ -44,3 +44,3 @@ "main": "index.js",

"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",

@@ -71,3 +71,3 @@ "prettier": "^3.2.5"

},
"gitHead": "84749fa4c1ca3b7bed0814a1a0cf62c7e92da3b9"
"gitHead": "d0ec6e0c811aa3da48818fadc11b1555bf936dfe"
}

@@ -100,1 +100,23 @@ /**

</svg>`;
export const deselect = html`<svg
xmlns="http://www.w3.org/2000/svg"
height="24"
viewBox="0 -960 960 960"
width="24"
>
<path
d="m500-120-56-56 142-142-142-142 56-56 142 142 142-142 56 56-142 142 142 142-56 56-142-142-142 142Zm-220 0v-80h80v80h-80Zm-80-640h-80q0-33 23.5-56.5T200-840v80Zm80 0v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80h80v80h-80Zm160 0v-80q33 0 56.5 23.5T840-760h-80ZM200-200v80q-33 0-56.5-23.5T120-200h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm640 0v-80h80v80h-80Z"
/>
</svg>`;
export const loop = html`<svg
xmlns="http://www.w3.org/2000/svg"
height="24"
viewBox="0 -960 960 960"
width="24"
>
<path
d="m360-120-57-56 64-64h-7q-117 0-198.5-81.5T80-520q0-117 81.5-198.5T360-800h240q117 0 198.5 81.5T880-520q0 117-81.5 198.5T600-240v-80q83 0 141.5-58.5T800-520q0-83-58.5-141.5T600-720H360q-83 0-141.5 58.5T160-520q0 83 58.5 142.5T360-312h16l-72-72 56-56 160 160-160 160Z"
/>
</svg>`;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc