@kittler/tailwind-breakpoint-indicator 1.0.1 → 1.0.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/dist/index.d.ts +24 -22
- package/package.json +1 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/styles.d.ts +0 -1
- package/dist/styles.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
export interface BreakpointHelperOptions {
|
|
2
|
-
/**
|
|
3
|
-
* Whether the helper is enabled. If not provided, will try to detect dev mode.
|
|
4
|
-
* @default undefined (auto-detect)
|
|
5
|
-
*/
|
|
6
|
-
enabled?: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* Duration in milliseconds to hide the helper when hide button is clicked.
|
|
9
|
-
* @default 20000 (20 seconds)
|
|
10
|
-
*/
|
|
11
|
-
hideDuration?: number;
|
|
12
|
-
/**
|
|
13
|
-
* Custom container selector. If provided, will use existing element instead of creating one.
|
|
14
|
-
* @default undefined (creates new element)
|
|
15
|
-
*/
|
|
16
|
-
containerSelector?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
export declare interface BreakpointHelperOptions {
|
|
2
|
+
/**
|
|
3
|
+
* Whether the helper is enabled. If not provided, will try to detect dev mode.
|
|
4
|
+
* @default undefined (auto-detect)
|
|
5
|
+
*/
|
|
6
|
+
enabled?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Duration in milliseconds to hide the helper when hide button is clicked.
|
|
9
|
+
* @default 20000 (20 seconds)
|
|
10
|
+
*/
|
|
11
|
+
hideDuration?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Custom container selector. If provided, will use existing element instead of creating one.
|
|
14
|
+
* @default undefined (creates new element)
|
|
15
|
+
*/
|
|
16
|
+
containerSelector?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Initializes the breakpoint helper
|
|
21
|
+
*/
|
|
22
|
+
export declare function initBreakpointHelper(options?: BreakpointHelperOptions): void;
|
|
23
|
+
|
|
24
|
+
export { }
|
package/package.json
CHANGED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B;AAwGD;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,uBAA4B,GAAG,IAAI,CA+ChF"}
|
package/dist/styles.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=styles.d.ts.map
|
package/dist/styles.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAA"}
|