@blateral/b.kit 2.0.0-beta.6.1 → 2.0.0-beta.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blateral/b.kit",
3
- "version": "2.0.0-beta.6.1",
3
+ "version": "2.0.0-beta.6.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -1,44 +0,0 @@
1
- import React from 'react';
2
- import { EventProps } from "../blocks/EventBlock";
3
- export declare const EventListComponent: React.FC<{
4
- /** ID value for targeting section with anchor hashes */
5
- anchorId?: string | undefined;
6
- /** Array of event item settings */
7
- events?: Omit<EventProps, "customTag" | "isInverted" | "onTagClick">[] | undefined;
8
- /** Section background */
9
- bgMode?: "inverted" | "full" | undefined;
10
- /**
11
- * Callback function to handle tag click outside of component
12
- * */
13
- onTagClick?: ((tag: string) => void) | undefined;
14
- /** Function to inject custom tag node */
15
- customTag?: ((props: {
16
- name: string;
17
- isInverted?: boolean | undefined;
18
- isActive?: boolean | undefined;
19
- clickHandler?: ((ev?: React.SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
20
- }) => React.ReactNode) | undefined;
21
- }>;
22
- declare const _default: React.FC<{
23
- /** ID value for targeting section with anchor hashes */
24
- anchorId?: string | undefined;
25
- /** Array of event item settings */
26
- events?: Omit<EventProps, "customTag" | "isInverted" | "onTagClick">[] | undefined;
27
- /** Section background */
28
- bgMode?: "inverted" | "full" | undefined;
29
- /**
30
- * Callback function to handle tag click outside of component
31
- * */
32
- onTagClick?: ((tag: string) => void) | undefined;
33
- /** Function to inject custom tag node */
34
- customTag?: ((props: {
35
- name: string;
36
- isInverted?: boolean | undefined;
37
- isActive?: boolean | undefined;
38
- clickHandler?: ((ev?: React.SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
39
- }) => React.ReactNode) | undefined;
40
- } & {
41
- theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
42
- }>;
43
- export default _default;
44
- //# sourceMappingURL=EventList.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EventList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/EventList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAmB,EAAE,UAAU,EAAE,6BAAqC;AAyFtE,eAAO,MAAM,kBAAkB;IAzD3B,wDAAwD;;IAGxD,mCAAmC;;IAGnC,yBAAyB;;IAGzB;;SAEK;wBACc,MAAM,KAAK,IAAI;IAElC,yCAAyC;;cAE/B,MAAM;;;6FAGqD,IAAI;UACnE,MAAM,SAAS;EAqCkB,CAAC;;IAzDxC,wDAAwD;;IAGxD,mCAAmC;;IAGnC,yBAAyB;;IAGzB;;SAEK;;IAGL,yCAAyC;;;;;;;;;;AA4C7C,wBAAuC"}