@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 {};
@@ -1,4 +1,4 @@
1
- const screens = require("./screens");
1
+ const screens = require("./screens.json");
2
2
 
3
3
  module.exports = {
4
4
  theme: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpa-id-components/dpa-shared-components",
3
- "version": "4.0.1-2",
3
+ "version": "4.0.1-3",
4
4
  "description": "Shared Vue components library for dpa projects",
5
5
  "files": [
6
6
  "dist"