@prokodo/ui 0.1.5 → 0.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.
Files changed (46) hide show
  1. package/dist/components/accordion/Accordion.css +1 -3
  2. package/dist/components/accordion/Accordion.module.css +1 -3
  3. package/dist/components/button/Button.css +1 -0
  4. package/dist/components/button/Button.module.css +1 -0
  5. package/dist/components/card/Card.css +1 -4
  6. package/dist/components/card/Card.module.css +1 -4
  7. package/dist/components/chip/Chip.css +1 -2
  8. package/dist/components/chip/Chip.module.css +1 -2
  9. package/dist/components/image-text/ImageText.css +1 -3
  10. package/dist/components/image-text/ImageText.module.css +1 -3
  11. package/dist/components/input/Input.css +49 -6
  12. package/dist/components/input/Input.module.css +49 -6
  13. package/dist/components/input/Input.view.js +1 -1
  14. package/dist/components/list/List.css +2 -6
  15. package/dist/components/list/List.module.css +2 -6
  16. package/dist/components/lottie/Lottie.js +0 -1
  17. package/dist/components/post-item/PostItem.css +3 -9
  18. package/dist/components/post-item/PostItem.module.css +3 -9
  19. package/dist/components/post-teaser/PostTeaser.css +1 -3
  20. package/dist/components/post-teaser/PostTeaser.module.css +1 -3
  21. package/dist/components/quote/Quote.css +1 -3
  22. package/dist/components/quote/Quote.module.css +1 -3
  23. package/dist/components/rich-text/RichText.client.js +4 -4
  24. package/dist/components/rich-text/RichText.css +1 -3
  25. package/dist/components/rich-text/RichText.module.css +1 -3
  26. package/dist/components/select/Select.css +3 -9
  27. package/dist/components/select/Select.module.css +3 -9
  28. package/dist/components/sidenav/SideNav.css +1 -3
  29. package/dist/components/sidenav/SideNav.module.css +1 -3
  30. package/dist/components/slider/Slider.css +1 -3
  31. package/dist/components/slider/Slider.module.css +1 -3
  32. package/dist/components/table/Table.css +1 -3
  33. package/dist/components/table/Table.module.css +1 -3
  34. package/dist/components/teaser/Teaser.css +1 -3
  35. package/dist/components/teaser/Teaser.module.css +1 -3
  36. package/dist/constants/project.js +1 -1
  37. package/dist/hooks/useGoogleMaps.js +15 -12
  38. package/dist/node_modules/.pnpm/marked@17.0.1/node_modules/marked/lib/marked.esm.js +1150 -0
  39. package/dist/theme.css +70 -64
  40. package/dist/tsconfig.build.tsbuildinfo +1 -1
  41. package/dist/types/components/image/Image.d.ts +1 -0
  42. package/dist/types/components/image/Image.lazy.d.ts +1 -0
  43. package/dist/types/components/lottie/Lottie.model.d.ts +2 -2
  44. package/package.json +10 -10
  45. package/dist/node_modules/.pnpm/marked@15.0.12/node_modules/marked/lib/marked.esm.js +0 -2169
  46. /package/dist/node_modules/.pnpm/{marked-highlight@2.2.2_marked@15.0.12 → marked-highlight@2.2.3_marked@17.0.1}/node_modules/marked-highlight/src/index.js +0 -0
@@ -11,6 +11,7 @@ export declare const Image: import("react").ComponentType<Omit<import("react").I
11
11
  fill?: boolean;
12
12
  loader?: import("next/image").ImageLoader;
13
13
  quality?: number | `${number}`;
14
+ preload?: boolean;
14
15
  priority?: boolean;
15
16
  loading?: "lazy" | "eager" | undefined;
16
17
  placeholder?: import("next/dist/shared/lib/get-img-props").PlaceholderValue;
@@ -11,6 +11,7 @@ declare const _default: import("react").ComponentType<Omit<import("react").ImgHT
11
11
  fill?: boolean;
12
12
  loader?: import("next/image").ImageLoader;
13
13
  quality?: number | `${number}`;
14
+ preload?: boolean;
14
15
  priority?: boolean;
15
16
  loading?: "lazy" | "eager" | undefined;
16
17
  placeholder?: import("next/dist/shared/lib/get-img-props").PlaceholderValue;
@@ -1,5 +1,5 @@
1
- import type { DotLottieConfig } from "@lottiefiles/dotlottie-react";
2
- export type LottieProps = Omit<DotLottieConfig, "container"> & {
1
+ import type { DotLottieReactProps } from "@lottiefiles/dotlottie-react";
2
+ export type LottieProps = Omit<DotLottieReactProps, "container"> & {
3
3
  className?: string;
4
4
  containerClassName?: string;
5
5
  animation: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prokodo/ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.",
6
6
  "sideEffects": [
@@ -276,15 +276,15 @@
276
276
  "release": "pnpm build && pnpm changeset && pnpm changeset version && pnpm install && git add . && git commit -m 'ci: version bump' && git tag v$(node -p \"require('./package.json').version\") && git push && git push --tags"
277
277
  },
278
278
  "dependencies": {
279
- "@googlemaps/js-api-loader": "^1.16.6",
280
- "@lottiefiles/dotlottie-react": "^0.7.2",
281
- "dayjs": "^1.11.13",
279
+ "@googlemaps/js-api-loader": "^2.0.2",
280
+ "@lottiefiles/dotlottie-react": "^0.17.8",
281
+ "dayjs": "^1.11.19",
282
282
  "highlight.js": "^11.11.1",
283
283
  "markdown-it": "^14.1.0",
284
- "marked": "^15.0.12",
285
- "marked-highlight": "^2.2.2",
284
+ "marked": "^17.0.1",
285
+ "marked-highlight": "^2.2.3",
286
286
  "react-bem-helper": "^1.4.1",
287
- "typescript": "5.5.3",
287
+ "typescript": "5.9.3",
288
288
  "xss": "^1.0.15"
289
289
  },
290
290
  "devDependencies": {
@@ -348,13 +348,13 @@
348
348
  "jest-canvas-mock": "^2.5.2",
349
349
  "jest-css-modules": "^2.1.0",
350
350
  "jest-environment-jsdom": "^29.7.0",
351
- "next": "^15.3.3",
351
+ "next": "^16.0.7",
352
352
  "postcss": "^8.4.39",
353
353
  "postcss-flexbugs-fixes": "^5.0.2",
354
354
  "postcss-preset-env": "^10.0.2",
355
355
  "prettier": "^3.3.3",
356
- "react": "19.2.0",
357
- "react-dom": "19.2.0",
356
+ "react": "19.2.1",
357
+ "react-dom": "19.2.1",
358
358
  "rollup-plugin-visualizer": "^5.9.0",
359
359
  "sass": "^1.86.3",
360
360
  "storybook": "8.2.9",