proto-daisy-ui 0.0.367 → 0.0.369

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.
@@ -478,7 +478,11 @@ html {
478
478
  --tw-backdrop-invert: ;
479
479
  --tw-backdrop-opacity: ;
480
480
  --tw-backdrop-saturate: ;
481
- --tw-backdrop-sepia:
481
+ --tw-backdrop-sepia: ;
482
+ --tw-contain-size: ;
483
+ --tw-contain-layout: ;
484
+ --tw-contain-paint: ;
485
+ --tw-contain-style:
482
486
  ;
483
487
  }
484
488
 
@@ -529,7 +533,11 @@ html {
529
533
  --tw-backdrop-invert: ;
530
534
  --tw-backdrop-opacity: ;
531
535
  --tw-backdrop-saturate: ;
532
- --tw-backdrop-sepia:
536
+ --tw-backdrop-sepia: ;
537
+ --tw-contain-size: ;
538
+ --tw-contain-layout: ;
539
+ --tw-contain-paint: ;
540
+ --tw-contain-style:
533
541
  ;
534
542
  }
535
543
 
@@ -1,4 +1,4 @@
1
1
  // WARNING: generated file...
2
- const TW_VERSION = '3.4.1';
2
+ const TW_VERSION = '3.4.3';
3
3
  export { TW_VERSION };
4
4
  export default TW_VERSION;
@@ -1,3 +1,3 @@
1
- declare const TW_VERSION = "3.4.1";
1
+ declare const TW_VERSION = "3.4.3";
2
2
  export { TW_VERSION };
3
3
  export default TW_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-daisy-ui",
3
- "version": "0.0.367",
3
+ "version": "0.0.369",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -39,9 +39,9 @@
39
39
  "cspell": "8.6.1",
40
40
  "postcss": "8.4.38",
41
41
  "prettier": "3.2.5",
42
- "prettier-plugin-tailwindcss": "0.5.12",
43
- "proto-tailwindcss-clrs": "0.0.317",
44
- "tailwindcss": "3.4.1"
42
+ "prettier-plugin-tailwindcss": "0.5.13",
43
+ "proto-tailwindcss-clrs": "0.0.319",
44
+ "tailwindcss": "3.4.3"
45
45
  },
46
46
  "license": "MIT"
47
47
  }