optimized-react-component-library-xyz123 1.1.5 → 1.1.6

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": "optimized-react-component-library-xyz123",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -231,6 +231,8 @@ input:focus-visible:-webkit-autofill {
231
231
  box-shadow: 0 0 0 0px #000 !important;
232
232
  }
233
233
 
234
+ @import './FooterStandard.css';
235
+
234
236
  /* ---------- COOKIE BANNER ---------- */
235
237
 
236
238
  .pts-cookieBanner {