@patternfly/pfe-progress-indicator
Advanced tools
Comparing version 1.10.0 to 1.10.1
import PFElement from '../../pfelement/dist/pfelement.js'; | ||
/*! | ||
* PatternFly Elements: PfeProgressIndicator 1.10.0 | ||
* PatternFly Elements: PfeProgressIndicator 1.10.1 | ||
* @license | ||
@@ -32,3 +32,3 @@ * Copyright 2021 Red Hat, Inc. | ||
static get version() { | ||
return "1.10.0"; | ||
return "1.10.1"; | ||
} | ||
@@ -35,0 +35,0 @@ |
import e from"../../pfelement/dist/pfelement.min.js"; | ||
/*! | ||
* PatternFly Elements: PfeProgressIndicator 1.10.0 | ||
* PatternFly Elements: PfeProgressIndicator 1.10.1 | ||
* @license | ||
@@ -25,3 +25,3 @@ * Copyright 2021 Red Hat, Inc. | ||
* | ||
*/class t extends e{static get version(){return"1.10.0"}get html(){return"\n<style>:host([indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}:host([hidden]){display:none}:host([indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:4px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:4px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:4px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:4px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([size=sm]){height:1rem;width:1rem;border-width:calc(4px * .75);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * .75)}:host([size=md]){height:2rem;width:2rem;border-width:calc(4px * 1);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1)}:host([size=xl]){height:4rem;width:4rem;border-width:calc(4px * 1.5);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1.5)}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} /*# sourceMappingURL=pfe-progress-indicator.min.css.map */</style>\n<slot></slot>"}static get schemaProperties(){return{indeterminate:{title:"Status",type:"boolean",default:!0,prefixed:!0},size:{title:"Size",type:"string",enum:["sm","md","xl"],default:"md"}}}static get slots(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}static get tag(){return"pfe-progress-indicator"}get templateUrl(){return"pfe-progress-indicator.html"}get styleUrl(){return"pfe-progress-indicator.scss"}get schemaUrl(){return"pfe-progress-indicator.json"}static get properties(){return{indeterminate:{title:"Indeterminate",type:Boolean},oldIndeterminate:{alias:"indeterminate",attr:"pfe-indeterminate"},size:{title:"Size",type:String,values:["sm","md","xl"],default:"md"}}}constructor(){super(t),this._init=this._init.bind(this),this._slot=this.shadowRoot.querySelector("slot"),this._slot.addEventListener("slotchange",this._init)}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this._slot.removeEventListener("slotchange",this._init)}_init(){this.children[0]||this.warn("You do not have a backup loading message.")}}e.create(t);export default t; | ||
*/class t extends e{static get version(){return"1.10.1"}get html(){return"\n<style>:host([indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}:host([hidden]){display:none}:host([indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:4px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:4px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:4px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:4px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([size=sm]){height:1rem;width:1rem;border-width:calc(4px * .75);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * .75)}:host([size=md]){height:2rem;width:2rem;border-width:calc(4px * 1);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1)}:host([size=xl]){height:4rem;width:4rem;border-width:calc(4px * 1.5);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1.5)}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} /*# sourceMappingURL=pfe-progress-indicator.min.css.map */</style>\n<slot></slot>"}static get schemaProperties(){return{indeterminate:{title:"Status",type:"boolean",default:!0,prefixed:!0},size:{title:"Size",type:"string",enum:["sm","md","xl"],default:"md"}}}static get slots(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}static get tag(){return"pfe-progress-indicator"}get templateUrl(){return"pfe-progress-indicator.html"}get styleUrl(){return"pfe-progress-indicator.scss"}get schemaUrl(){return"pfe-progress-indicator.json"}static get properties(){return{indeterminate:{title:"Indeterminate",type:Boolean},oldIndeterminate:{alias:"indeterminate",attr:"pfe-indeterminate"},size:{title:"Size",type:String,values:["sm","md","xl"],default:"md"}}}constructor(){super(t),this._init=this._init.bind(this),this._slot=this.shadowRoot.querySelector("slot"),this._slot.addEventListener("slotchange",this._init)}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this._slot.removeEventListener("slotchange",this._init)}_init(){this.children[0]||this.warn("You do not have a backup loading message.")}}e.create(t);export default t; | ||
//# sourceMappingURL=pfe-progress-indicator.min.js.map |
@@ -83,3 +83,3 @@ (function (global, factory) { | ||
/*! | ||
* PatternFly Elements: PfeProgressIndicator 1.10.0 | ||
* PatternFly Elements: PfeProgressIndicator 1.10.1 | ||
* @license | ||
@@ -143,3 +143,3 @@ * Copyright 2021 Red Hat, Inc. | ||
get: function get() { | ||
return "1.10.0"; | ||
return "1.10.1"; | ||
} | ||
@@ -146,0 +146,0 @@ }, { |
@@ -1,2 +0,2 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("../../pfelement/dist/pfelement.umd.min")):"function"==typeof define&&define.amd?define(["../../pfelement/dist/pfelement.umd.min"],t):(e=e||self).PfeProgressIndicator=t(e.PFElement)}(this,function(e){"use strict";e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e;var t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},r=function(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),e};function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function i(e,t,r){null===e&&(e=Function.prototype);var o=Object.getOwnPropertyDescriptor(e,t);if(void 0!==o){if("value"in o)return o.value;o=o.get;return void 0!==o?o.call(r):void 0}if(null!==(e=Object.getPrototypeOf(e)))return i(e,t,r)}var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},r=(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(a,e),r(a,[{key:"html",get:function(){return"\n<style>:host([indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}:host([hidden]){display:none}:host([indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:4px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:4px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:4px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:4px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([size=sm]){height:1rem;width:1rem;border-width:calc(4px * .75);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * .75)}:host([size=md]){height:2rem;width:2rem;border-width:calc(4px * 1);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1)}:host([size=xl]){height:4rem;width:4rem;border-width:calc(4px * 1.5);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1.5)}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} /*# sourceMappingURL=pfe-progress-indicator.min.css.map */</style>\n<slot></slot>"}},{key:"templateUrl",get:function(){return"pfe-progress-indicator.html"}},{key:"styleUrl",get:function(){return"pfe-progress-indicator.scss"}},{key:"schemaUrl",get:function(){return"pfe-progress-indicator.json"}}],[{key:"version",get:function(){return"1.10.0"}},{key:"schemaProperties",get:function(){return{indeterminate:{title:"Status",type:"boolean",default:!0,prefixed:!0},size:{title:"Size",type:"string",enum:["sm","md","xl"],default:"md"}}}},{key:"slots",get:function(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}},{key:"tag",get:function(){return"pfe-progress-indicator"}},{key:"properties",get:function(){return{indeterminate:{title:"Indeterminate",type:Boolean},oldIndeterminate:{alias:"indeterminate",attr:"pfe-indeterminate"},size:{title:"Size",type:String,values:["sm","md","xl"],default:"md"}}}}]),r(a,[{key:"connectedCallback",value:function(){i(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"connectedCallback",this).call(this)}},{key:"disconnectedCallback",value:function(){i(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"disconnectedCallback",this).call(this),this._slot.removeEventListener("slotchange",this._init)}},{key:"_init",value:function(){this.children[0]||this.warn("You do not have a backup loading message.")}}]),a);function a(){t(this,a);var e=n(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,a));return e._init=e._init.bind(e),e._slot=e.shadowRoot.querySelector("slot"),e._slot.addEventListener("slotchange",e._init),e}return e.create(r),r}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("../../pfelement/dist/pfelement.umd.min")):"function"==typeof define&&define.amd?define(["../../pfelement/dist/pfelement.umd.min"],t):(e=e||self).PfeProgressIndicator=t(e.PFElement)}(this,function(e){"use strict";e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e;var t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},r=function(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),e};function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function i(e,t,r){null===e&&(e=Function.prototype);var o=Object.getOwnPropertyDescriptor(e,t);if(void 0!==o){if("value"in o)return o.value;o=o.get;return void 0!==o?o.call(r):void 0}if(null!==(e=Object.getPrototypeOf(e)))return i(e,t,r)}var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},r=(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(a,e),r(a,[{key:"html",get:function(){return"\n<style>:host([indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}:host([hidden]){display:none}:host([indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:4px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:4px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:4px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:4px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,4px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([size=sm]){height:1rem;width:1rem;border-width:calc(4px * .75);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * .75)}:host([size=md]){height:2rem;width:2rem;border-width:calc(4px * 1);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1)}:host([size=xl]){height:4rem;width:4rem;border-width:calc(4px * 1.5);border-width:calc(var(--pfe-theme--surface--border-width--heavy,4px) * 1.5)}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} /*# sourceMappingURL=pfe-progress-indicator.min.css.map */</style>\n<slot></slot>"}},{key:"templateUrl",get:function(){return"pfe-progress-indicator.html"}},{key:"styleUrl",get:function(){return"pfe-progress-indicator.scss"}},{key:"schemaUrl",get:function(){return"pfe-progress-indicator.json"}}],[{key:"version",get:function(){return"1.10.1"}},{key:"schemaProperties",get:function(){return{indeterminate:{title:"Status",type:"boolean",default:!0,prefixed:!0},size:{title:"Size",type:"string",enum:["sm","md","xl"],default:"md"}}}},{key:"slots",get:function(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}},{key:"tag",get:function(){return"pfe-progress-indicator"}},{key:"properties",get:function(){return{indeterminate:{title:"Indeterminate",type:Boolean},oldIndeterminate:{alias:"indeterminate",attr:"pfe-indeterminate"},size:{title:"Size",type:String,values:["sm","md","xl"],default:"md"}}}}]),r(a,[{key:"connectedCallback",value:function(){i(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"connectedCallback",this).call(this)}},{key:"disconnectedCallback",value:function(){i(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"disconnectedCallback",this).call(this),this._slot.removeEventListener("slotchange",this._init)}},{key:"_init",value:function(){this.children[0]||this.warn("You do not have a backup loading message.")}}]),a);function a(){t(this,a);var e=n(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,a));return e._init=e._init.bind(e),e._slot=e.shadowRoot.querySelector("slot"),e._slot.addEventListener("slotchange",e._init),e}return e.create(r),r}); | ||
//# sourceMappingURL=pfe-progress-indicator.umd.min.js.map |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"publishConfig": { | ||
@@ -49,6 +49,6 @@ "access": "public" | ||
"devDependencies": { | ||
"@patternfly/pfe-sass": "^1.10.0" | ||
"@patternfly/pfe-sass": "^1.10.1" | ||
}, | ||
"dependencies": { | ||
"@patternfly/pfelement": "^1.10.0" | ||
"@patternfly/pfelement": "^1.10.1" | ||
}, | ||
@@ -59,3 +59,3 @@ "generator-pfelement-version": "1.1.0", | ||
}, | ||
"gitHead": "ae94453e1f3f1c828c60ed73df1a6a4e9f2bd00d" | ||
"gitHead": "179e4a0bc3f5f9ab439cf1c3963836651d0fcd37" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1