Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@skyux/icons

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/icons - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

98

assets/manifest.json

@@ -17,5 +17,12 @@ {

],
"code": 59408
"code": 59424
},
{
"name": "trash",
"usage": [
"Delete"
],
"code": 59477
},
{
"name": "close",

@@ -26,5 +33,12 @@ "usage": [

],
"code": 59413
"code": 59416
},
{
"name": "open",
"usage": [
"Open file"
],
"code": 59453
},
{
"name": "chevron-down",

@@ -44,83 +58,89 @@ "usage": [

{
"name": "calendar",
"name": "chevron-right",
"usage": [
"Calendar",
"Date"
"Navigate to"
],
"code": 59393
"code": 59403
},
{
"name": "warning",
"name": "chevron-left",
"usage": [
"Danger",
"Warning"
"Back to"
],
"code": 59394
"code": 59411
},
{
"name": "search",
"name": "ellipsis",
"usage": [
"Search"
"More actions"
],
"code": 59412
"code": 59427
},
{
"name": "filter",
"name": "menu",
"usage": [
"Filter"
"Navigation menu"
],
"code": 59396
"code": 59448
},
{
"name": "check",
"name": "tile-drag",
"usage": [
"Complete",
"Success"
"Drag and drop handle"
],
"code": 59402
"code": 59476
},
{
"name": "info",
"name": "calendar",
"usage": [
"More information"
"Calendar",
"Date"
],
"code": 59392
"code": 59393
},
{
"name": "sort",
"name": "clock",
"usage": [
"Sort"
"Time",
"Timepicker"
],
"code": 59397
"code": 59395
},
{
"name": "column-layout",
"name": "search",
"usage": [
"Column layout"
"Search"
],
"code": 59398
"code": 59412
},
{
"name": "clock",
"name": "filter",
"usage": [
"Time",
"Timepicker"
"Filter"
],
"code": 59395
"code": 59435
},
{
"name": "chevron-right",
"name": "sort",
"usage": [
"Navigate to"
"Sort"
],
"code": 59403
"code": 59397
},
{
"name": "chevron-left",
"name": "columns",
"usage": [
"Back to"
"Column layout"
],
"code": 59411
"code": 59398
},
{
"name": "check",
"usage": [
"Complete",
"Success"
],
"code": 59402
}
]
}

@@ -0,1 +1,5 @@

# 3.0.0-beta.2 (2020-05-28)
- Removed unused icons and cleaned up icon names. [#10](https://github.com/blackbaud/skyux-icons/pull/10)
# 3.0.0-beta.1 (2020-04-01)

@@ -2,0 +6,0 @@

{
"name": "@skyux/icons",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "A glyph font and stylesheet for displaying SKY UX icons.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -42,2 +42,4 @@ # skyux-icons

- You will notice that the fist icon selected is blank and is named `__do_not_delete`. **DO NOT DELETE THIS ICON!** Without it, the SPA will not be able to detect that the font is loaded, causing rendering to be delayed by 3 seconds.
- To add a new icon, drag the SVG file onto Fontello's homepage, then switch to the "Customize Names" tab and give the icon a name that follows the [kebab-case](https://medium.com/better-programming/string-case-styles-camel-pascal-snake-and-kebab-case-981407998841) convention (where each word is all lowercase and separated by a hyphen).

@@ -51,4 +53,6 @@

- Update the `metadata.json` file at the root of this project with your added or updated icons, following the existing pattern in that file. Each new icon should be listed in this file with a `usage` property which lists the scenarios where the new icon should be used. Documentation is generated from this file, so if an icon is not listed, it will not be listed in the documentation and therefore hidden from consumers. If you are deprecating an icon, you can remove it from the list which will remove it from the documentation but not affect any code that already uses this icon. This is a way to "remove" an icon while not breaking existing consumers.
- Commit your changes to your branch and push them to GitHub, then create a pull request so they can be reviewed.
- Your work is now done. The owners of this repo will handle reviewing, merging and releasing your changes.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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