@wikicasa-dev/components 2.0.11 → 2.0.12

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.
package/dist/BaseCard.js CHANGED
@@ -32,7 +32,7 @@ import './assets/BaseCard.css';const y = /* @__PURE__ */ m({
32
32
  _: 3
33
33
  }, 8, ["class"]));
34
34
  }
35
- }), I = /* @__PURE__ */ v(y, [["__scopeId", "data-v-335ec407"]]);
35
+ }), I = /* @__PURE__ */ v(y, [["__scopeId", "data-v-923393ce"]]);
36
36
  export {
37
37
  I as default
38
38
  };
@@ -1,5 +1,4 @@
1
- import { ClassType } from '@wikicasa-dev/types';
2
- import { CardRootTypes, CardTypes } from './types';
1
+ import { CardRootTypes, CardTypes, ClassTypeProp } from './types';
3
2
  declare function __VLS_template(): {
4
3
  slots: {
5
4
  "card-image"?(_: {}): any;
@@ -12,15 +11,15 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
11
  declare const __VLS_component: import('vue').DefineComponent<{
13
12
  type?: CardTypes;
14
13
  rootComponent?: CardRootTypes;
15
- cardImgClasses?: ClassType;
16
- cardBodyClasses?: ClassType;
14
+ cardImgClasses?: ClassTypeProp;
15
+ cardBodyClasses?: ClassTypeProp;
17
16
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
17
  click: () => any;
19
18
  }, string, import('vue').PublicProps, Readonly<{
20
19
  type?: CardTypes;
21
20
  rootComponent?: CardRootTypes;
22
- cardImgClasses?: ClassType;
23
- cardBodyClasses?: ClassType;
21
+ cardImgClasses?: ClassTypeProp;
22
+ cardBodyClasses?: ClassTypeProp;
24
23
  }> & Readonly<{
25
24
  onClick?: (() => any) | undefined;
26
25
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- .card[data-v-335ec407]{--card-max-height: none;--card-max-width: 930px;--card-height: auto;--card-width: auto;--card-border-radius-top-left: 20px;--card-border-radius-top-right: 20px;--card-border-radius-bottom-left: 20px;--card-border-radius-bottom-right: 20px;border-top-left-radius:var(--card-border-radius-top-left);border-top-right-radius:var(--card-border-radius-top-right);border-bottom-left-radius:var(--card-border-radius-bottom-left);border-bottom-right-radius:var(--card-border-radius-bottom-right);height:var(--card-height);width:var(--card-width);max-width:var(--card-max-width);max-height:var(--card-max-height);position:relative;z-index:0;display:flex;overflow:hidden;--tw-shadow: 0 0 8px #2222221F;--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media screen and (min-width: 576px){.card[data-v-335ec407]{--card-img-max-width: 300px;--card-height: 240px }}.card .card-body[data-v-335ec407]{--card-body-width: 100%;box-sizing:border-box;width:var(--card-body-width);padding:10px 15px}.card .card-img[data-v-335ec407]{--card-img-height: var(--card-height);--card-img-width: 100%;--card-img-max-height: none;--card-img-max-width: none;height:var(--card-img-height);width:var(--card-img-width);max-width:var(--card-img-max-width);max-height:var(--card-img-max-height)}@media screen and (min-width: 576px){.card .card-img[data-v-335ec407]{--card-img-max-width: 300px }}.card.vertical[data-v-335ec407]{--card-vertical-height: var(--card-height);height:var(--card-vertical-height);flex-direction:column}@media not all and (min-width: 576px){.card.vertical[data-v-335ec407]{min-height:100px;min-width:335px}}@media screen and (min-width: 576px){.card.vertical[data-v-335ec407]{--card-vertical-height: fit-content }}.card.vertical .card-img[data-v-335ec407]{--card-vertical-img-height: 200px;--card-img-width: 100%;--card-img-max-width: 100%;height:var(--card-vertical-img-height)}.card.mini[data-v-335ec407]{--card-max-height: 100px;--card-max-width: 370px}.card.mini .card-img[data-v-335ec407]{--card-img-max-height: 110px;--card-img-max-width: 120px}@media (min-width: 576px){.card.news-card[data-v-335ec407]{flex-direction:column}}.card.news-card[data-v-335ec407]{--card-height: 270px}@media screen and (max-width: 576px){.card.news-card[data-v-335ec407]{--card-height: 100px;--card-width: 320px }.card.news-card .card-img[data-v-335ec407]{--card-height: 100px;--card-img-max-width: 100px }}@media screen and (min-width: 576px){.card.news-card .card-img[data-v-335ec407]{--card-height: 150px;--card-img-max-width: 100% }}
1
+ .card[data-v-923393ce]{--card-max-height: none;--card-max-width: 930px;--card-height: auto;--card-width: auto;--card-border-radius-top-left: 20px;--card-border-radius-top-right: 20px;--card-border-radius-bottom-left: 20px;--card-border-radius-bottom-right: 20px;border-top-left-radius:var(--card-border-radius-top-left);border-top-right-radius:var(--card-border-radius-top-right);border-bottom-left-radius:var(--card-border-radius-bottom-left);border-bottom-right-radius:var(--card-border-radius-bottom-right);height:var(--card-height);width:var(--card-width);max-width:var(--card-max-width);max-height:var(--card-max-height);position:relative;z-index:0;display:flex;overflow:hidden;--tw-shadow: 0 0 8px #2222221F;--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media screen and (min-width: 576px){.card[data-v-923393ce]{--card-img-max-width: 300px;--card-height: 240px }}.card .card-body[data-v-923393ce]{--card-body-width: 100%;box-sizing:border-box;width:var(--card-body-width);padding:10px 15px}.card .card-img[data-v-923393ce]{--card-img-height: var(--card-height);--card-img-width: 100%;--card-img-max-height: none;--card-img-max-width: none;height:var(--card-img-height);width:var(--card-img-width);max-width:var(--card-img-max-width);max-height:var(--card-img-max-height)}@media screen and (min-width: 576px){.card .card-img[data-v-923393ce]{--card-img-max-width: 300px }}.card.vertical[data-v-923393ce]{--card-vertical-height: var(--card-height);height:var(--card-vertical-height);flex-direction:column}@media not all and (min-width: 576px){.card.vertical[data-v-923393ce]{min-height:100px;min-width:335px}}@media screen and (min-width: 576px){.card.vertical[data-v-923393ce]{--card-vertical-height: fit-content }}.card.vertical .card-img[data-v-923393ce]{--card-vertical-img-height: 200px;--card-img-width: 100%;--card-img-max-width: 100%;height:var(--card-vertical-img-height)}.card.mini[data-v-923393ce]{--card-max-height: 100px;--card-max-width: 370px}.card.mini .card-img[data-v-923393ce]{--card-img-max-height: 110px;--card-img-max-width: 120px}@media (min-width: 576px){.card.news-card[data-v-923393ce]{flex-direction:column}}.card.news-card[data-v-923393ce]{--card-height: 270px}@media screen and (max-width: 576px){.card.news-card[data-v-923393ce]{--card-height: 100px;--card-width: 320px }.card.news-card .card-img[data-v-923393ce]{--card-height: 100px;--card-img-max-width: 100px }}@media screen and (min-width: 576px){.card.news-card .card-img[data-v-923393ce]{--card-height: 150px;--card-img-max-width: 100% }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",