@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.48 → 2.0.0-next.49

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 (43) hide show
  1. package/.storybook/ComponentPreview.tsx +26 -0
  2. package/.storybook/PreviewTemplate.tsx +99 -0
  3. package/.storybook/action-handler.ts +81 -0
  4. package/.storybook/channels.ts +44 -0
  5. package/.storybook/main.ts +313 -0
  6. package/.storybook/manager.ts +71 -0
  7. package/.storybook/openbridgeTheme.ts +197 -0
  8. package/.storybook/preview-head.html +15 -0
  9. package/.storybook/preview.tsx +129 -0
  10. package/.storybook/vitest.setup.ts +23 -0
  11. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  12. package/custom-elements.json +7 -1
  13. package/dist/components/icon-button/icon-button.d.ts +4 -0
  14. package/dist/components/icon-button/icon-button.d.ts.map +1 -1
  15. package/dist/components/icon-button/icon-button.js.map +1 -1
  16. package/eslint.config.mjs +589 -0
  17. package/fix-imports.mjs +185 -0
  18. package/fix-js-extensions.mjs +44 -0
  19. package/lit-localize.json +15 -0
  20. package/new-component.ts +148 -0
  21. package/package.json +55 -3
  22. package/postcss.config.mjs +195 -0
  23. package/script/check-css-mixins.ts +191 -0
  24. package/script/check-css-variables.ts +280 -0
  25. package/script/convert-icons.ts +202 -0
  26. package/script/convert-vessel-svg-to-ts.ts +110 -0
  27. package/script/docgen/README.md +95 -0
  28. package/script/docgen/docs-gen.ts +225 -0
  29. package/script/docgen/prompt-system.txt +187 -0
  30. package/script/download-alert-icons.ts +193 -0
  31. package/script/download-icons.ts +314 -0
  32. package/script/figmavariables.json +139 -0
  33. package/script/generate-bundle-entry.ts +77 -0
  34. package/script/prepare-full-bundle.ts +105 -0
  35. package/script/sort-custom-element-manifest.ts +67 -0
  36. package/src/components/icon-button/icon-button.ts +4 -0
  37. package/vite.config.ts +107 -0
  38. package/vitest.browser.config.ts +14 -0
  39. package/vitest.config.ts +51 -0
  40. package/xliff/es-419.xlf +111 -0
  41. package/xliff/fi-FI.xlf +139 -0
  42. package/dist/NotoSans.ttf +0 -0
  43. package/dist/oicl.svg +0 -4
package/dist/oicl.svg DELETED
@@ -1,4 +0,0 @@
1
- <svg width="224" height="224" viewBox="0 0 224 224" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M116.701 116.923C98.3078 176.761 155.93 202.404 191.346 183.693C190.913 184.142 190.474 184.588 190.031 185.032C150.197 224.865 85.6145 224.865 45.781 185.032C28.5699 167.819 30.2918 140.07 44.61 121.585C51.682 112.454 61.6691 105.859 73.599 104.095C85.5004 102.336 99.8051 105.317 115.64 116.203C115.994 116.446 116.348 116.686 116.701 116.923Z" fill="rgb(83, 83, 83)" fill-opacity="0.7"/>
3
- <path d="M45.7814 40.7818C85.6148 0.948366 150.198 0.948374 190.031 40.7819C209.923 60.674 207.905 88.397 193.203 106.026C185.877 114.811 175.448 121.005 163.062 122.417C150.694 123.827 136.018 120.504 120.172 109.611C103.007 97.8095 86.699 94.0715 72.4292 96.1814C58.188 98.287 46.4459 106.15 38.2856 116.686C29.7652 127.686 24.9738 141.908 25.3962 155.936C7.84433 118.193 14.6394 71.9238 45.7814 40.7818Z" fill="rgb(83, 83, 83)"/>
4
- </svg>