Socket
Socket
Sign inDemoInstall

@fluid-topics/ft-loader

Package Overview
Dependencies
Maintainers
0
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-loader - npm Package Compare versions

Comparing version 1.1.70 to 1.1.71

14

build/ft-loader.light.js

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

!function(i,t,a){const e={color:t.FtCssVariableFactory.extend("--ft-loader-color","",t.designSystemVariables.colorPrimary),size:t.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},n=a.css`
"use strict";(()=>{var g=Object.create;var f=Object.defineProperty;var z=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var F=Object.getPrototypeOf,$=Object.prototype.hasOwnProperty;var p=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var w=(t,e,i,m)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of k(e))!$.call(t,r)&&r!==i&&f(t,r,{get:()=>e[r],enumerable:!(m=z(e,r))||m.enumerable});return t};var o=(t,e,i)=>(i=t!=null?g(F(t)):{},w(e||!t||!t.__esModule?f(i,"default",{value:t,enumerable:!0}):i,t));var l=p((V,c)=>{c.exports=ftGlobals.wcUtils});var d=p((C,v)=>{v.exports=ftGlobals.lit});var u=o(l());var b=o(d()),y=o(l());var h=o(d()),a=o(l()),n={color:a.FtCssVariableFactory.extend("--ft-loader-color","",a.designSystemVariables.colorPrimary),size:a.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},x=h.css`
:host {

@@ -10,4 +10,4 @@ line-height: 0;

width: ${e.size};
height: ${e.size};
width: ${n.size};
height: ${n.size};
}

@@ -21,3 +21,3 @@

border-radius: 50%;
background: ${e.color};
background: ${n.color};
animation-timing-function: cubic-bezier(0, 1, 1, 0);

@@ -69,6 +69,6 @@ }

100% {
transform: translate(calc(0.35 * ${e.size}), 0);
transform: translate(calc(0.35 * ${n.size}), 0);
}
}
`;class o extends t.FtLitElement{render(){return a.html`
`;var s=class extends y.FtLitElement{render(){return b.html`
<div class="ft-loader">

@@ -80,2 +80,2 @@ <div></div>

</div>
`}}o.styles=n,t.customElement("ft-loader")(o),i.FtLoader=o,i.FtLoaderCssVariables=e,i.styles=n}({},ftGlobals.wcUtils,ftGlobals.lit);
`}};s.styles=x;(0,u.customElement)("ft-loader")(s);})();
{
"name": "@fluid-topics/ft-loader",
"version": "1.1.70",
"version": "1.1.71",
"description": "A fluid-topics loader component",

@@ -22,6 +22,6 @@ "keywords": [

"dependencies": {
"@fluid-topics/ft-wc-utils": "1.1.70",
"@fluid-topics/ft-wc-utils": "1.1.71",
"lit": "3.1.0"
},
"gitHead": "491d226f1e94018f6daf64b3831693326b1bd44e"
"gitHead": "5a82d22034c3b754567fe0c39a3e5414321aa58a"
}

Sorry, the diff of this file is too big to display

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