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

bulib-wc

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulib-wc - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

assets/css/card.css

6

package.json
{
"name": "bulib-wc",
"version": "0.0.14",
"version": "0.0.15",
"description": "collection of web components and styles used at Boston University Libraries",

@@ -9,3 +9,3 @@ "main": "src/index.js",

"src/*/*.js",
"src/*/*.css",
"assets/",
"dist/bundle*.js",

@@ -25,3 +25,3 @@ "dist/bundle.css"

"deploy:storybook": "npm run build:storybook && storybook-to-ghpages -o dist",
"publish": "npm publish && npm run deploy:storybook"
"deploy": "npm publish && npm run deploy:storybook"
},

@@ -28,0 +28,0 @@ "repository": {

@@ -99,2 +99,5 @@ import {LitElement, html, css} from 'lit-element/lit-element';

.bu-logo { padding-right: 25px; }
/* firefox fix to stop the 'Follow Us' from becoming centered */
::slotted(h3) { text-align: left; }
`

@@ -154,8 +157,3 @@ ]

return html`
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/bulib/bulib-wc@latest/assets/css/common.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/bulib/bulib-wc@latest/src/footer/footer.css">
<style>
/* firefox fix to stop the 'Follow Us' from becoming centered */
::slotted(h3) { text-align: left; }
</style>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bulib-wc@latest/dist/bundle.min.css">
<div class="footer-wrapper">

@@ -162,0 +160,0 @@ <footer>

@@ -71,3 +71,3 @@ import {LitElement, html} from 'lit-element/lit-element';

if(this.short){ libhours_display = small_display; }
else if(this.long){ libhours_display = large_display; }
else if(this.long){ libhours_display = large_display; }
else{ libhours_display = medium_display; }

@@ -77,3 +77,3 @@

<style>
:host { color: white; }
bulib-hours:host { color: white; }
a > span { text-decoration: underline; }

@@ -80,0 +80,0 @@ .txtv { display: flex; align-items: center; text-align: center; }

@@ -1,2 +0,2 @@

import {LitElement, html} from 'lit-element/lit-element'; //'https://unpkg.com/lit-element@2.2.0/lit-element.js?module';
import {LitElement, html} from 'lit-element/lit-element'; //'https://unpkg.com/lit-element@2.2.1/lit-element.js?module';
import {getLibraryInfoFromCode} from '../_helpers/lib_info_helper.js';

@@ -7,4 +7,3 @@

/**
* display the *LO*cation, *CO*ntact, and *SO*cial media information for
* a given library within the Boston Universities System.
* display the *LO*cation, *CO*ntact, and *SO*cial media information for a given library within the Boston Universities System.
*/

@@ -51,3 +50,3 @@ export default class Locoso extends LitElement {

html`<li><a class="${this.link_class}" target="_blank" href="${s.url}" title="${s.text}"><img alt="${s.text} icon" class="sm-icon ${this.link_class}"
src="https://raw.githubusercontent.com/bulib/bulib-wc/master/assets/icons/icons8-${s.text}-48.png"></a></li>`
src="https://cdn.jsdelivr.net/npm/bulib-wc@latest/assets/icons/icons8-${s.text}-48.png"></a></li>`
)}

@@ -54,0 +53,0 @@ </ul>

@@ -84,2 +84,3 @@ import {LitElement, html, css} from 'lit-element/lit-element'; //'https://unpkg.com/lit-element@2.2.0/lit-element.js?module';

flex: 80%;
font-size: large;
}

@@ -94,2 +95,3 @@ .search-options {

padding-left: 0.5rem;
font-size: large !important;
cursor: pointer;

@@ -99,2 +101,3 @@ }

cursor: pointer;
font-size: large !important;
margin-right: 7px;

@@ -101,0 +104,0 @@ vertical-align: text-bottom;

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