@dust-tt/sparkle 0.2.181 → 0.2.182

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": "@dust-tt/sparkle",
3
- "version": "0.2.181",
3
+ "version": "0.2.182",
4
4
  "scripts": {
5
5
  "build": "rm -rf dist && rollup -c",
6
6
  "build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
@@ -1,12 +0,0 @@
1
- /// <reference types="node" />
2
- import React from "react";
3
- import type { UrlObject } from "url";
4
- interface TemplateItemProps {
5
- description: string;
6
- href: string | UrlObject;
7
- id: string;
8
- name: string;
9
- visual: string;
10
- }
11
- export declare function TemplateItem({ description, href, name, visual, }: TemplateItemProps): React.JSX.Element;
12
- export {};
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- import { TemplateItem } from "../index_with_tw_base";
3
- declare const meta: {
4
- title: string;
5
- component: typeof TemplateItem;
6
- };
7
- export default meta;
8
- export declare const TemplateItemExample: () => React.JSX.Element;
@@ -1,12 +0,0 @@
1
- /// <reference types="node" />
2
- import React from "react";
3
- import type { UrlObject } from "url";
4
- interface TemplateItemProps {
5
- description: string;
6
- href: string | UrlObject;
7
- id: string;
8
- name: string;
9
- visual: string;
10
- }
11
- export declare function TemplateItem({ description, href, name, visual, }: TemplateItemProps): React.JSX.Element;
12
- export {};
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- import { TemplateItem } from "../index_with_tw_base";
3
- declare const meta: {
4
- title: string;
5
- component: typeof TemplateItem;
6
- };
7
- export default meta;
8
- export declare const TemplateItemExample: () => React.JSX.Element;