@shibui-ui/ui 1.20.0 → 1.22.0

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.
Files changed (94) hide show
  1. package/dist/angular/directives.ts +14 -14
  2. package/dist/components/atoms/{glass-card → card/glass-card}/lib-glass-card.component.d.ts +1 -1
  3. package/dist/components/atoms/card/glass-card/lib-glass-card.component.d.ts.map +1 -0
  4. package/dist/components/atoms/{glass-card → card/glass-card}/lib-glass-card.html.d.ts +1 -6
  5. package/dist/components/atoms/card/glass-card/lib-glass-card.html.d.ts.map +1 -0
  6. package/dist/components/atoms/card/glass-card/lib-glass-card.stories.d.ts.map +1 -0
  7. package/dist/components/atoms/card/glass-card/lib-glass-card.types.d.ts +7 -0
  8. package/dist/components/atoms/card/glass-card/lib-glass-card.types.d.ts.map +1 -0
  9. package/dist/components/atoms/card/lib-card.component.d.ts +5 -3
  10. package/dist/components/atoms/card/lib-card.component.d.ts.map +1 -1
  11. package/dist/components/atoms/card/lib-card.stories.d.ts +2 -1
  12. package/dist/components/atoms/card/lib-card.stories.d.ts.map +1 -1
  13. package/dist/components/atoms/card/lib-card.types.d.ts +1 -1
  14. package/dist/components/atoms/card/lib-card.types.d.ts.map +1 -1
  15. package/dist/components/atoms/{spotlight-card → card/spotlight-card}/lib-spotlight-card.component.d.ts +1 -1
  16. package/dist/components/atoms/card/spotlight-card/lib-spotlight-card.component.d.ts.map +1 -0
  17. package/dist/components/atoms/{spotlight-card/lib-spotlight-card.component.html.d.ts → card/spotlight-card/lib-spotlight-card.html.d.ts} +2 -8
  18. package/dist/components/atoms/card/spotlight-card/lib-spotlight-card.html.d.ts.map +1 -0
  19. package/dist/components/atoms/card/spotlight-card/lib-spotlight-card.stories.d.ts.map +1 -0
  20. package/dist/components/atoms/card/spotlight-card/lib-spotlight-card.types.d.ts +8 -0
  21. package/dist/components/atoms/card/spotlight-card/lib-spotlight-card.types.d.ts.map +1 -0
  22. package/dist/custom-elements.json +207 -199
  23. package/dist/index.d.ts +2 -2
  24. package/dist/index.d.ts.map +1 -1
  25. package/dist/index.js.map +1 -1
  26. package/dist/index10.js.map +1 -1
  27. package/dist/index20.js.map +1 -1
  28. package/dist/index207.js.map +1 -1
  29. package/dist/index228.js +1 -1
  30. package/dist/index235.js.map +1 -1
  31. package/dist/index25.js.map +1 -1
  32. package/dist/index281.js +1 -1
  33. package/dist/index307.js +1 -1
  34. package/dist/index316.js +4 -4
  35. package/dist/index332.js +1 -1
  36. package/dist/index352.js +32 -14
  37. package/dist/index352.js.map +1 -1
  38. package/dist/index353.js +7 -21
  39. package/dist/index353.js.map +1 -1
  40. package/dist/index354.js +19 -57
  41. package/dist/index354.js.map +1 -1
  42. package/dist/index355.js +57 -55
  43. package/dist/index355.js.map +1 -1
  44. package/dist/index356.js +63 -24
  45. package/dist/index356.js.map +1 -1
  46. package/dist/index357.js +19 -26
  47. package/dist/index357.js.map +1 -1
  48. package/dist/index360.js +32 -143
  49. package/dist/index360.js.map +1 -1
  50. package/dist/index361.js +131 -115
  51. package/dist/index361.js.map +1 -1
  52. package/dist/index362.js +129 -34
  53. package/dist/index362.js.map +1 -1
  54. package/dist/react/index.ts +3 -3
  55. package/dist/src/components/atoms/{glass-card → card/glass-card}/lib-glass-card.component.d.ts +1 -1
  56. package/dist/src/components/atoms/card/glass-card/lib-glass-card.component.d.ts.map +1 -0
  57. package/dist/src/components/atoms/{glass-card → card/glass-card}/lib-glass-card.html.d.ts +1 -6
  58. package/dist/src/components/atoms/card/glass-card/lib-glass-card.html.d.ts.map +1 -0
  59. package/dist/src/components/atoms/card/glass-card/lib-glass-card.stories.d.ts.map +1 -0
  60. package/dist/src/components/atoms/card/glass-card/lib-glass-card.types.d.ts +7 -0
  61. package/dist/src/components/atoms/card/glass-card/lib-glass-card.types.d.ts.map +1 -0
  62. package/dist/src/components/atoms/card/lib-card.component.d.ts +5 -3
  63. package/dist/src/components/atoms/card/lib-card.component.d.ts.map +1 -1
  64. package/dist/src/components/atoms/card/lib-card.stories.d.ts +2 -1
  65. package/dist/src/components/atoms/card/lib-card.stories.d.ts.map +1 -1
  66. package/dist/src/components/atoms/card/lib-card.types.d.ts +1 -1
  67. package/dist/src/components/atoms/card/lib-card.types.d.ts.map +1 -1
  68. package/dist/src/components/atoms/{spotlight-card → card/spotlight-card}/lib-spotlight-card.component.d.ts +1 -1
  69. package/dist/src/components/atoms/card/spotlight-card/lib-spotlight-card.component.d.ts.map +1 -0
  70. package/dist/src/components/atoms/{spotlight-card/lib-spotlight-card.component.html.d.ts → card/spotlight-card/lib-spotlight-card.html.d.ts} +2 -8
  71. package/dist/src/components/atoms/card/spotlight-card/lib-spotlight-card.html.d.ts.map +1 -0
  72. package/dist/src/components/atoms/card/spotlight-card/lib-spotlight-card.stories.d.ts.map +1 -0
  73. package/dist/src/components/atoms/card/spotlight-card/lib-spotlight-card.types.d.ts +8 -0
  74. package/dist/src/components/atoms/card/spotlight-card/lib-spotlight-card.types.d.ts.map +1 -0
  75. package/dist/src/index.d.ts +2 -2
  76. package/dist/src/index.d.ts.map +1 -1
  77. package/dist/svelte/shibui-elements.d.ts +8 -8
  78. package/package.json +1 -1
  79. package/dist/components/atoms/glass-card/lib-glass-card.component.d.ts.map +0 -1
  80. package/dist/components/atoms/glass-card/lib-glass-card.html.d.ts.map +0 -1
  81. package/dist/components/atoms/glass-card/lib-glass-card.stories.d.ts.map +0 -1
  82. package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts.map +0 -1
  83. package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts.map +0 -1
  84. package/dist/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts.map +0 -1
  85. package/dist/src/components/atoms/glass-card/lib-glass-card.component.d.ts.map +0 -1
  86. package/dist/src/components/atoms/glass-card/lib-glass-card.html.d.ts.map +0 -1
  87. package/dist/src/components/atoms/glass-card/lib-glass-card.stories.d.ts.map +0 -1
  88. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts.map +0 -1
  89. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts.map +0 -1
  90. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts.map +0 -1
  91. /package/dist/components/atoms/{glass-card → card/glass-card}/lib-glass-card.stories.d.ts +0 -0
  92. /package/dist/components/atoms/{spotlight-card → card/spotlight-card}/lib-spotlight-card.stories.d.ts +0 -0
  93. /package/dist/src/components/atoms/{glass-card → card/glass-card}/lib-glass-card.stories.d.ts +0 -0
  94. /package/dist/src/components/atoms/{spotlight-card → card/spotlight-card}/lib-spotlight-card.stories.d.ts +0 -0
@@ -1,17 +1,19 @@
1
1
  import { LitElement, TemplateResult } from "lit";
2
- export type LibCardVariant = "default" | "inverse" | "accent" | "featured" | "kintsugi" | "glitch" | "celadon" | "washi";
2
+ import type { LibCardVariant } from "./lib-card.types";
3
+ export type { LibCardVariant } from "./lib-card.types";
3
4
  /**
4
5
  * @element lib-card
5
6
  *
6
- * @attr {'default'|'inverse'|'accent'|'featured'|'kintsugi'|'glitch'|'celadon'|'washi'} variant
7
+ * @attr {'default'|'inverse'|'accent'|'featured'|'kintsugi'|'glitch'|'celadon'|'washi'|'brutal'} variant
7
8
  * - default → superficie elevada neutra
8
9
  * - inverse → fondo washi-900 oscuro
9
10
  * - accent → borde izquierdo de color (`accent-color`)
10
11
  * - featured → fondo kaki degradado, título grande — pensado para 2 columnas en grid
11
- * - kintsugi → seam de oro animado en borde superior + shimmer en título
12
+ * - kintsugi → seam de oro animado en borde superior + hilo kintsugi-border en borde
12
13
  * - glitch → estética terminal CRT, scanlines, fuente mono
13
14
  * - celadon → acento verde-gris japonés para estados de éxito / énfasis secundario
14
15
  * - washi → paleta neutra cálida, superficie washi-50/100
16
+ * - brutal → superficie clara, borde sólido ink, --lib-shadow-brutal; hover hunde el elemento en su sombra
15
17
  *
16
18
  * @attr {string} accent-color - Color del borde (solo variante `accent`).
17
19
  * @attr {string} kanji - Carácter kanji decorativo de fondo (ej: "渋", "金", "間").
@@ -1 +1 @@
1
- {"version":3,"file":"lib-card.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/card/lib-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAMjE,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,SAAS,GACT,QAAQ,GACR,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,OAAO,CAAC;AAEZ;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBACa,OAAQ,SAAQ,UAAU;IACrC,OAAgB,MAAM,4BAOpB;IAGF,OAAO,EAAE,cAAc,CAAa;IAGpC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAa;IAE5C,2FAA2F;IAE3F,KAAK,SAAM;IAGX,SAAS,UAAS;IAET,MAAM,IAAI,cAAc;IAUjC,QAAQ,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;CAU9B;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,OAAO,CAAC;KACrB;CACF"}
1
+ {"version":3,"file":"lib-card.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/card/lib-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAKjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBACa,OAAQ,SAAQ,UAAU;IACrC,OAAgB,MAAM,4BAOpB;IAGF,OAAO,EAAE,cAAc,CAAa;IAGpC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAa;IAE5C,2FAA2F;IAE3F,KAAK,SAAM;IAGX,SAAS,UAAS;IAET,MAAM,IAAI,cAAc;IAUjC,QAAQ,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;CAU9B;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,OAAO,CAAC;KACrB;CACF"}
@@ -3,7 +3,7 @@ import './lib-card.component';
3
3
  import '../../atoms/button/lib-button.component';
4
4
  import './card-grid/lib-card-grid.component';
5
5
  type LibCardArgs = {
6
- variant: 'default' | 'inverse' | 'accent' | 'featured' | 'kintsugi' | 'glitch' | 'celadon' | 'washi';
6
+ variant: 'default' | 'inverse' | 'accent' | 'featured' | 'kintsugi' | 'glitch' | 'celadon' | 'washi' | 'brutal';
7
7
  accentColor: string;
8
8
  kanji: string;
9
9
  };
@@ -15,5 +15,6 @@ export declare const AllVariants: Story;
15
15
  export declare const CustomAccent: Story;
16
16
  export declare const KanjiWatermark: Story;
17
17
  export declare const Featured: Story;
18
+ export declare const Brutal: Story;
18
19
  export declare const Kintsugi: Story;
19
20
  //# sourceMappingURL=lib-card.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lib-card.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/card/lib-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,sBAAsB,CAAC;AAC9B,OAAO,yCAAyC,CAAC;AACjD,OAAO,qCAAqC,CAAC;AAE7C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;IACrG,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,WAAW,CAgC3B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,WAAW,CAAC,CAAC;AAGnC,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAuFzB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KA+B1B,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,KAkD5B,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KA6BtB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KA6BtB,CAAC"}
1
+ {"version":3,"file":"lib-card.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/card/lib-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,sBAAsB,CAAC;AAC9B,OAAO,yCAAyC,CAAC;AACjD,OAAO,qCAAqC,CAAC;AAE7C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;IAChH,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,WAAW,CAgC3B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,WAAW,CAAC,CAAC;AAGnC,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAiGzB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KA+B1B,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,KAkD5B,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KA6BtB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KA6CpB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KA6BtB,CAAC"}
@@ -1,4 +1,4 @@
1
- export type ComponentCardVariant = 'default' | 'featured';
1
+ export type LibCardVariant = 'default' | 'inverse' | 'accent' | 'featured' | 'kintsugi' | 'glitch' | 'celadon' | 'washi' | 'brutal';
2
2
  export interface ComponentCardTag {
3
3
  label: string;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"lib-card.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/card/lib-card.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,UAAU,CAAC;AAE1D,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"lib-card.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/card/lib-card.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,SAAS,GACT,QAAQ,GACR,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,OAAO,GACP,QAAQ,CAAC;AAEb,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,5 +1,5 @@
1
1
  import { LitElement, TemplateResult } from 'lit';
2
- import type { LibSpotlightVariant } from './lib-spotlight-card.component.html';
2
+ import type { LibSpotlightVariant } from './lib-spotlight-card.types';
3
3
  /**
4
4
  * @element lib-spotlight-card
5
5
  *
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib-spotlight-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/atoms/card/spotlight-card/lib-spotlight-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAKtE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,4BAGpB;IAEF;;;;;;;OAOG;IAEH,SAAS,EAAE,mBAAmB,CAAU;IAExC;;;OAGG;IAEH,QAAQ,UAAS;IAER,MAAM,IAAI,cAAc;IASjC,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,iBAAiB;CAK1B;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF"}
@@ -1,11 +1,5 @@
1
1
  import { TemplateResult } from 'lit';
2
- export type LibSpotlightVariant = 'kaki' | 'water' | 'white';
3
- export interface SpotlightCardTemplateProps {
4
- spotlight: LibSpotlightVariant;
5
- kintsugi: boolean;
6
- onMouseMove: (e: MouseEvent) => void;
7
- onMouseLeave: () => void;
8
- }
2
+ import type { SpotlightCardTemplateProps } from './lib-spotlight-card.types';
9
3
  /**
10
4
  * Template del spotlight card.
11
5
  *
@@ -18,4 +12,4 @@ export interface SpotlightCardTemplateProps {
18
12
  * --lib-spotlight-x / --lib-spotlight-y actualizadas en el mousemove handler.
19
13
  */
20
14
  export declare function spotlightCardTemplate(props: SpotlightCardTemplateProps): TemplateResult;
21
- //# sourceMappingURL=lib-spotlight-card.component.html.d.ts.map
15
+ //# sourceMappingURL=lib-spotlight-card.html.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib-spotlight-card.html.d.ts","sourceRoot":"","sources":["../../../../../../src/components/atoms/card/spotlight-card/lib-spotlight-card.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAE7E;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,GAAG,cAAc,CAavF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib-spotlight-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/components/atoms/card/spotlight-card/lib-spotlight-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEvE,KAAK,yBAAyB,GAAG,IAAI,CAAC,gBAAgB,EAAE,WAAW,GAAG,UAAU,CAAC,CAAC;AA2BlF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,yBAAyB,CAiCzC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,yBAAyB,CAAC,CAAC;AAGjD,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC;AAGF,eAAO,MAAM,iBAAiB,EAAE,KA8B/B,CAAC;AAGF,eAAO,MAAM,eAAe,EAAE,KA4B7B,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KAWxB,CAAC;AAGF,eAAO,MAAM,kBAAkB,EAAE,KA2BhC,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type LibSpotlightVariant = 'kaki' | 'water' | 'white';
2
+ export interface SpotlightCardTemplateProps {
3
+ spotlight: LibSpotlightVariant;
4
+ kintsugi: boolean;
5
+ onMouseMove: (e: MouseEvent) => void;
6
+ onMouseLeave: () => void;
7
+ }
8
+ //# sourceMappingURL=lib-spotlight-card.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib-spotlight-card.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/atoms/card/spotlight-card/lib-spotlight-card.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAE7D,MAAM,WAAW,0BAA0B;IACzC,SAAS,EAAK,mBAAmB,CAAC;IAClC,QAAQ,EAAM,OAAO,CAAC;IACtB,WAAW,EAAG,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B"}
@@ -6,7 +6,7 @@ export * from './components/atoms/avatar/lib-avatar.component';
6
6
  export * from './components/atoms/skeleton/lib-skeleton.component';
7
7
  export * from './components/atoms/text-list/lib-text-list.component';
8
8
  export * from './components/atoms/close-button/lib-close-button.component';
9
- export * from './components/atoms/glass-card/lib-glass-card.component';
9
+ export * from './components/atoms/card/glass-card/lib-glass-card.component';
10
10
  export * from './components/atoms/progress/lib-progress.component';
11
11
  export * from './components/atoms/accordion-item/lib-accordion-item.component';
12
12
  export * from './components/atoms/tooltip/lib-tooltip.component';
@@ -21,7 +21,7 @@ export * from './components/atoms/label/lib-label.component';
21
21
  export * from './components/atoms/icon/lib-icon.component';
22
22
  export * from './components/atoms/button/lib-button.component';
23
23
  export * from './components/atoms/magnetic/lib-magnetic.component';
24
- export * from './components/atoms/spotlight-card/lib-spotlight-card.component';
24
+ export * from './components/atoms/card/spotlight-card/lib-spotlight-card.component';
25
25
  export * from './components/atoms/lib-counter/lib-counter.component';
26
26
  export * from './components/atoms/divider/lib-divider.component';
27
27
  export * from './components/atoms/spacer/lib-spacer.component';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,0DAA0D,CAAC;AACzE,cAAc,wDAAwD,CAAC;AACvE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,wDAAwD,CAAC;AACvE,cAAc,oDAAoD,CAAC;AACnE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,kDAAkD,CAAC;AACjE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kEAAkE,CAAC;AACjF,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8DAA8D,CAAC;AAC7E,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,sDAAsD,CAAA;AACpE,cAAc,kDAAkD,CAAA;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4DAA4D,CAAC;AAC3E,cAAc,kEAAkE,CAAC;AACjF,cAAc,oDAAoD,CAAC;AACnE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,kDAAkD,CAAC;AACjE,cAAc,wDAAwD,CAAC;AACvE,cAAc,oEAAoE,CAAC;AACnF,cAAc,8DAA8D,CAAA;AAC5E,cAAc,0DAA0D,CAAA;AACxE,cAAc,wDAAwD,CAAA;AACtE,cAAc,8DAA8D,CAAA;AAC5E,cAAc,kDAAkD,CAAC;AACjE,cAAc,kEAAkE,CAAC;AACjF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0DAA0D,CAAC;AAGzE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kEAAkE,CAAC;AACjF,cAAc,0EAA0E,CAAC;AACzF,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,mEAAmE,CAAC;AAClF,cAAc,gEAAgE,CAAC;AAC/E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,kEAAkE,CAAC;AACjF,cAAc,oDAAoD,CAAC;AAEnE,cAAc,wDAAwD,CAAC;AAGvE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,oDAAoD,CAAC;AACnE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,0DAA0D,CAAC;AACzE,cAAc,kEAAkE,CAAC;AACjF,cAAc,kEAAkE,CAAC;AACjF,cAAc,wEAAwE,CAAC;AACvF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,wDAAwD,CAAC;AAEvE,cAAc,0FAA0F,CAAC;AACzG,cAAc,wDAAwD,CAAC;AACvE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,oDAAoD,CAAC;AAGnE,cAAc,sEAAsE,CAAC;AACrF,cAAc,gEAAgE,CAAC;AAE/E,cAAc,kDAAkD,CAAC;AAEjE,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,0DAA0D,CAAC;AACzE,cAAc,wDAAwD,CAAC;AACvE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oDAAoD,CAAC;AACnE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,kDAAkD,CAAC;AACjE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kEAAkE,CAAC;AACjF,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8DAA8D,CAAC;AAC7E,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,qEAAqE,CAAC;AACpF,cAAc,sDAAsD,CAAA;AACpE,cAAc,kDAAkD,CAAA;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4DAA4D,CAAC;AAC3E,cAAc,kEAAkE,CAAC;AACjF,cAAc,oDAAoD,CAAC;AACnE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,kDAAkD,CAAC;AACjE,cAAc,wDAAwD,CAAC;AACvE,cAAc,oEAAoE,CAAC;AACnF,cAAc,8DAA8D,CAAA;AAC5E,cAAc,0DAA0D,CAAA;AACxE,cAAc,wDAAwD,CAAA;AACtE,cAAc,8DAA8D,CAAA;AAC5E,cAAc,kDAAkD,CAAC;AACjE,cAAc,kEAAkE,CAAC;AACjF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0DAA0D,CAAC;AAGzE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kEAAkE,CAAC;AACjF,cAAc,0EAA0E,CAAC;AACzF,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,mEAAmE,CAAC;AAClF,cAAc,gEAAgE,CAAC;AAC/E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,kEAAkE,CAAC;AACjF,cAAc,oDAAoD,CAAC;AAEnE,cAAc,wDAAwD,CAAC;AAGvE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,oDAAoD,CAAC;AACnE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,0DAA0D,CAAC;AACzE,cAAc,kEAAkE,CAAC;AACjF,cAAc,kEAAkE,CAAC;AACjF,cAAc,wEAAwE,CAAC;AACvF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,wDAAwD,CAAC;AAEvE,cAAc,0FAA0F,CAAC;AACzG,cAAc,wDAAwD,CAAC;AACvE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,oDAAoD,CAAC;AAGnE,cAAc,sEAAsE,CAAC;AACrF,cAAc,gEAAgE,CAAC;AAE/E,cAAc,kDAAkD,CAAC;AAEjE,cAAc,gBAAgB,CAAC"}
@@ -76,10 +76,6 @@ declare global {
76
76
  'lib-eyebrow': {
77
77
 
78
78
 
79
- };
80
- 'lib-glass-card': {
81
-
82
-
83
79
  };
84
80
  'lib-icon': {
85
81
 
@@ -148,10 +144,6 @@ declare global {
148
144
  'lib-spinner': {
149
145
 
150
146
 
151
- };
152
- 'lib-spotlight-card': {
153
-
154
-
155
147
  };
156
148
  'lib-status-dot': {
157
149
 
@@ -358,6 +350,14 @@ declare global {
358
350
  'lib-component-grid': {
359
351
 
360
352
 
353
+ };
354
+ 'lib-glass-card': {
355
+
356
+
357
+ };
358
+ 'lib-spotlight-card': {
359
+
360
+
361
361
  };
362
362
 
363
363
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibui-ui/ui",
3
- "version": "1.20.0",
3
+ "version": "1.22.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-glass-card.component.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/glass-card/lib-glass-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAKhF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAGpB;IAEF;;;;;OAKG;IAEH,OAAO,EAAE,eAAe,CAAW;IAEnC;;;;;OAKG;IAEH,SAAS,EAAE,iBAAiB,CAAQ;IAE3B,MAAM,IAAI,cAAc;CAMlC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-glass-card.html.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/glass-card/lib-glass-card.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAK,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;AAC3D,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,IAAI,GAAG,MAAM,CAAC;AAEtD,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAI,eAAe,CAAC;IAC3B,SAAS,EAAE,iBAAiB,CAAC;CAC9B;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,sBAAsB,GAAG,cAAc,CAQhF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-glass-card.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/glass-card/lib-glass-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE/D,KAAK,qBAAqB,GAAG,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,WAAW,CAAC,CAAC;AAoCzE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,qBAAqB,CA0BrC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAG7C,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAetB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAczB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAapB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KA6B1B,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,KAqC9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-spotlight-card.component.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/spotlight-card/lib-spotlight-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAK/E;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,4BAGpB;IAEF;;;;;;;OAOG;IAEH,SAAS,EAAE,mBAAmB,CAAU;IAExC;;;OAGG;IAEH,QAAQ,UAAS;IAER,MAAM,IAAI,cAAc;IASjC,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,iBAAiB;CAK1B;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-spotlight-card.component.html.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/spotlight-card/lib-spotlight-card.component.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAE7D,MAAM,WAAW,0BAA0B;IACzC,SAAS,EAAO,mBAAmB,CAAC;IACpC,QAAQ,EAAQ,OAAO,CAAC;IACxB,WAAW,EAAK,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,YAAY,EAAI,MAAM,IAAI,CAAC;CAC5B;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,GAAG,cAAc,CAavF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-spotlight-card.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/spotlight-card/lib-spotlight-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEvE,KAAK,yBAAyB,GAAG,IAAI,CAAC,gBAAgB,EAAE,WAAW,GAAG,UAAU,CAAC,CAAC;AA2BlF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,yBAAyB,CAiCzC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,yBAAyB,CAAC,CAAC;AAGjD,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC;AAGF,eAAO,MAAM,iBAAiB,EAAE,KA8B/B,CAAC;AAGF,eAAO,MAAM,eAAe,EAAE,KA4B7B,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KAWxB,CAAC;AAGF,eAAO,MAAM,kBAAkB,EAAE,KA2BhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-glass-card.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/glass-card/lib-glass-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAKhF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAGpB;IAEF;;;;;OAKG;IAEH,OAAO,EAAE,eAAe,CAAW;IAEnC;;;;;OAKG;IAEH,SAAS,EAAE,iBAAiB,CAAQ;IAE3B,MAAM,IAAI,cAAc;CAMlC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-glass-card.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/glass-card/lib-glass-card.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAK,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;AAC3D,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,IAAI,GAAG,MAAM,CAAC;AAEtD,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAI,eAAe,CAAC;IAC3B,SAAS,EAAE,iBAAiB,CAAC;CAC9B;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,sBAAsB,GAAG,cAAc,CAQhF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-glass-card.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/glass-card/lib-glass-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE/D,KAAK,qBAAqB,GAAG,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,WAAW,CAAC,CAAC;AAoCzE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,qBAAqB,CA0BrC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAG7C,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAetB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAczB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAapB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KA6B1B,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,KAqC9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-spotlight-card.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/spotlight-card/lib-spotlight-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAK/E;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,4BAGpB;IAEF;;;;;;;OAOG;IAEH,SAAS,EAAE,mBAAmB,CAAU;IAExC;;;OAGG;IAEH,QAAQ,UAAS;IAER,MAAM,IAAI,cAAc;IASjC,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,iBAAiB;CAK1B;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-spotlight-card.component.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/spotlight-card/lib-spotlight-card.component.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAE7D,MAAM,WAAW,0BAA0B;IACzC,SAAS,EAAO,mBAAmB,CAAC;IACpC,QAAQ,EAAQ,OAAO,CAAC;IACxB,WAAW,EAAK,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,YAAY,EAAI,MAAM,IAAI,CAAC;CAC5B;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,GAAG,cAAc,CAavF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"lib-spotlight-card.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/spotlight-card/lib-spotlight-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEvE,KAAK,yBAAyB,GAAG,IAAI,CAAC,gBAAgB,EAAE,WAAW,GAAG,UAAU,CAAC,CAAC;AA2BlF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,yBAAyB,CAiCzC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,yBAAyB,CAAC,CAAC;AAGjD,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC;AAGF,eAAO,MAAM,iBAAiB,EAAE,KA8B/B,CAAC;AAGF,eAAO,MAAM,eAAe,EAAE,KA4B7B,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KAWxB,CAAC;AAGF,eAAO,MAAM,kBAAkB,EAAE,KA2BhC,CAAC"}