@florid-kit/components 0.4.24 → 0.4.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import { LitElement } from 'lit';
2
2
 
3
- type TagType = "default" | "outofstock";
3
+ type TagType = "" | "nostock" | "lowstock" | "instock";
4
4
  export declare class OccitaneTag extends LitElement {
5
5
  static styles: import('lit').CSSResult;
6
6
  type: TagType;
package/index.js CHANGED
@@ -1035,7 +1035,7 @@
1035
1035
  height: 0;
1036
1036
  width: 0;
1037
1037
  }
1038
- `;M([a({type:Array})],A.prototype,"thumbnails",2);M([a({type:Number})],A.prototype,"activeIndex",2);M([a({type:Array})],A.prototype,"disabledIndexes",2);M([a({type:String})],A.prototype,"maxWidth",2);M([a({type:Object})],A.prototype,"swiperInstance",2);M([te()],A.prototype,"focusedIndex",2);A=M([L("thumbnail-navigation")],A);var Me=Object.defineProperty,Te=Object.getOwnPropertyDescriptor,Bt=(n,t,e,s)=>{for(var o=s>1?void 0:s?Te(t,e):t,r=n.length-1,i;r>=0;r--)(i=n[r])&&(o=(s?i(t,e,o):i(o))||o);return s&&o&&Me(t,e,o),o};let Q=class extends m{constructor(){super(...arguments),this.type="default"}render(){return h`
1038
+ `;M([a({type:Array})],A.prototype,"thumbnails",2);M([a({type:Number})],A.prototype,"activeIndex",2);M([a({type:Array})],A.prototype,"disabledIndexes",2);M([a({type:String})],A.prototype,"maxWidth",2);M([a({type:Object})],A.prototype,"swiperInstance",2);M([te()],A.prototype,"focusedIndex",2);A=M([L("thumbnail-navigation")],A);var Me=Object.defineProperty,Te=Object.getOwnPropertyDescriptor,Bt=(n,t,e,s)=>{for(var o=s>1?void 0:s?Te(t,e):t,r=n.length-1,i;r>=0;r--)(i=n[r])&&(o=(s?i(t,e,o):i(o))||o);return s&&o&&Me(t,e,o),o};let Q=class extends m{constructor(){super(...arguments),this.type=""}render(){return h`
1039
1039
  <span class="tag"><slot></slot></span>
1040
1040
  `}};Q.styles=$`
1041
1041
  .tag {
package/index.mjs CHANGED
@@ -2142,7 +2142,7 @@ var Me = Object.defineProperty, Te = Object.getOwnPropertyDescriptor, Bt = (n, t
2142
2142
  };
2143
2143
  let Q = class extends m {
2144
2144
  constructor() {
2145
- super(...arguments), this.type = "default";
2145
+ super(...arguments), this.type = "";
2146
2146
  }
2147
2147
  render() {
2148
2148
  return h`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",