@dpa-id-components/dpa-shared-components 4.0.1-2 → 4.0.1-3
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.
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
declare const screens: {
|
|
2
|
+
sm: string;
|
|
3
|
+
md: string;
|
|
4
|
+
lg: string;
|
|
5
|
+
xl: string;
|
|
6
|
+
xxl: string;
|
|
7
|
+
};
|
|
1
8
|
export namespace theme {
|
|
2
9
|
export const inset: {
|
|
3
10
|
0: number;
|
|
@@ -204,3 +211,4 @@ export const plugins: (typeof import("@tailwindcss/typography") | {
|
|
|
204
211
|
handler: import("tailwindcss/types/config").PluginCreator;
|
|
205
212
|
config?: Partial<import("tailwindcss/types/config").Config> | undefined;
|
|
206
213
|
})[];
|
|
214
|
+
export {};
|
package/dist/tailwind.config.cjs
CHANGED