Socket
Socket
Sign inDemoInstall

@visual-framework/vf-link-list

Package Overview
Dependencies
0
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

13

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.2
# 1.0.0 (2019-12-17)
* Captilisation of `On this page` and `In this section`
* Fix spelling of `vf-icon__arrow--down`
## 1.0.1
* Add `vf-links--tight`
* Add `vf-links__list--easy`
## 1.0.0 (2019-12-17)
* Initial stable release
{
"version": "1.0.1",
"version": "1.0.2",
"name": "@visual-framework/vf-link-list",

@@ -22,3 +22,3 @@ "description": "vf-link-list component",

],
"gitHead": "6c143524e7b9a108997954f5cc3079460b14cbbc"
"gitHead": "a25e9b8fe26d743f3d01d6d15a8b8f4d90d1f5d3"
}

@@ -24,3 +24,3 @@ # Link List Component

#### "On This Page"
#### "On this page"

@@ -35,3 +35,3 @@ If you want to provide a set of links that will anchor to sections on the page you should use:

<div class="vf-links vf-links__list--easy">
<h3 class="vf-links__heading">On This Page</h3>
<h3 class="vf-links__heading">On this page</h3>
<ul class="vf-links__list | vf-list">

@@ -41,3 +41,3 @@ <li class="vf-list__item">

Anchor Text
<svg class="vf-icon vf-icon__arrown--down | vf-list__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.249,7.207,11.233,19.678h0a1.066,1.066,0,0,0,1.539,0L23.751,7.207a.987.987,0,0,0-.107-1.414l-1.85-1.557a1.028,1.028,0,0,0-1.438.111L12.191,13.8a.25.25,0,0,1-.379,0L3.644,4.346A1.021,1.021,0,0,0,2.948,4a1,1,0,0,0-.741.238L.356,5.793A.988.988,0,0,0,0,6.478.978.978,0,0,0,.249,7.207Z"></path></svg>
<svg class="vf-icon vf-icon__arrow--down | vf-list__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.249,7.207,11.233,19.678h0a1.066,1.066,0,0,0,1.539,0L23.751,7.207a.987.987,0,0,0-.107-1.414l-1.85-1.557a1.028,1.028,0,0,0-1.438.111L12.191,13.8a.25.25,0,0,1-.379,0L3.644,4.346A1.021,1.021,0,0,0,2.948,4a1,1,0,0,0-.741.238L.356,5.793A.988.988,0,0,0,0,6.478.978.978,0,0,0,.249,7.207Z"></path></svg>
</a>

@@ -57,3 +57,3 @@ </li>

#### "In This Section"
#### "In this section"

@@ -66,3 +66,3 @@ If you want to include quick links as part of a section of content you can use:

<div class="vf-links vf-links--tight vf-links__list--s vf-links__list--very-easy">
<h3 class="vf-links__heading">In This Section</h3>
<h3 class="vf-links__heading">In this section</h3>
<ul class="vf-links__list vf-links__list--secondary | vf-list">

@@ -69,0 +69,0 @@ <li class="vf-list__item">

@@ -57,3 +57,3 @@ /**

if(runtime.contextOrFrameLookup(context, frame, "svg")) {
output += " <svg class=\"vf-icon vf-icon__arrown--down | vf-list__icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>arrow-button-down</title><path d=\"M.249,7.207,11.233,19.678h0a1.066,1.066,0,0,0,1.539,0L23.751,7.207a.987.987,0,0,0-.107-1.414l-1.85-1.557a1.028,1.028,0,0,0-1.438.111L12.191,13.8a.25.25,0,0,1-.379,0L3.644,4.346A1.021,1.021,0,0,0,2.948,4a1,1,0,0,0-.741.238L.356,5.793A.988.988,0,0,0,0,6.478.978.978,0,0,0,.249,7.207Z\"/></svg>\n";
output += " <svg class=\"vf-icon vf-icon__arrow--down | vf-list__icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>arrow-button-down</title><path d=\"M.249,7.207,11.233,19.678h0a1.066,1.066,0,0,0,1.539,0L23.751,7.207a.987.987,0,0,0-.107-1.414l-1.85-1.557a1.028,1.028,0,0,0-1.438.111L12.191,13.8a.25.25,0,0,1-.379,0L3.644,4.346A1.021,1.021,0,0,0,2.948,4a1,1,0,0,0-.741.238L.356,5.793A.988.988,0,0,0,0,6.478.978.978,0,0,0,.249,7.207Z\"/></svg>\n";
;

@@ -60,0 +60,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc