@pepperi-addons/ngx-composite-lib-react 0.0.3 → 0.5.0

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 (61) hide show
  1. package/README.md +79 -0
  2. package/elements/3rdpartylicenses.txt +0 -26
  3. package/elements/971.js +1 -1
  4. package/elements/index.html +5 -5
  5. package/elements/main.js +1 -1
  6. package/elements/polyfills.js +1 -1
  7. package/elements/runtime.js +1 -1
  8. package/elements/styles.css +16 -1
  9. package/index.d.ts +10 -19
  10. package/index.js +10 -19
  11. package/package.json +24 -23
  12. package/pep-color-settings.d.ts +17 -4
  13. package/pep-color-settings.js +33 -2
  14. package/pep-file-status-panel.d.ts +18 -4
  15. package/pep-file-status-panel.js +28 -2
  16. package/pep-flow-picker-button.d.ts +13 -4
  17. package/pep-flow-picker-button.js +29 -2
  18. package/pep-generic-list.d.ts +70 -4
  19. package/pep-generic-list.js +126 -2
  20. package/pep-group-buttons-settings.d.ts +25 -4
  21. package/pep-group-buttons-settings.js +45 -2
  22. package/pep-icon-picker.d.ts +18 -4
  23. package/pep-icon-picker.js +39 -2
  24. package/pep-padding-settings.d.ts +12 -4
  25. package/pep-padding-settings.js +23 -2
  26. package/pep-rich-text.d.ts +47 -4
  27. package/pep-rich-text.js +76 -2
  28. package/pep-shadow-settings.d.ts +15 -4
  29. package/pep-shadow-settings.js +22 -2
  30. package/pep-show-if-badge.d.ts +10 -4
  31. package/pep-show-if-badge.js +16 -2
  32. package/components/PepGroupButtonsSettings.d.ts +0 -14
  33. package/components/PepGroupButtonsSettings.js +0 -19
  34. package/components/PepGroupButtonsSettingsReact.d.ts +0 -14
  35. package/components/PepGroupButtonsSettingsReact.js +0 -63
  36. package/elements/register.auto.d.ts +0 -1
  37. package/elements/register.auto.js +0 -1
  38. package/elements/register.d.ts +0 -1
  39. package/elements/register.js +0 -1
  40. package/elements/register.polyfills.js +0 -1
  41. package/elements/register.runtime.js +0 -1
  42. package/pep-data-view-builder.d.ts +0 -4
  43. package/pep-data-view-builder.js +0 -3
  44. package/pep-field-container.d.ts +0 -4
  45. package/pep-field-container.js +0 -3
  46. package/pep-generic-form.d.ts +0 -4
  47. package/pep-generic-form.js +0 -3
  48. package/pep-group-buttons-settings-react.d.ts +0 -14
  49. package/pep-group-buttons-settings-react.js +0 -62
  50. package/pep-layout-builder-editor.d.ts +0 -4
  51. package/pep-layout-builder-editor.js +0 -3
  52. package/pep-layout-builder.d.ts +0 -4
  53. package/pep-layout-builder.js +0 -3
  54. package/pep-layout.d.ts +0 -4
  55. package/pep-layout.js +0 -3
  56. package/pep-manage-parameters.d.ts +0 -4
  57. package/pep-manage-parameters.js +0 -3
  58. package/pep-mapping-parameters.d.ts +0 -4
  59. package/pep-mapping-parameters.js +0 -3
  60. package/utils/create-wrapper.d.ts +0 -7
  61. package/utils/create-wrapper.js +0 -46
@@ -1,10 +1,10 @@
1
1
  <!DOCTYPE html><html lang="en"><head>
2
- <meta charset="utf-8">
3
- <title>ngx-composite-elements</title>
4
- <meta name="viewport" content="width=device-width, initial-scale=1">
5
- <link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
2
+ <meta charset="utf-8">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1">
4
+ <title>ngx-composite-lib Elements</title>
5
+ <style>@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;600&family=Crimson+Pro:wght@400;600&family=David+Libre:wght@400;500&family=EB+Garamond:wght@400;600&family=Heebo:wght@400;600&family=Inter:wght@400;600&family=Open+Sans:wght@400;600&family=Rubik:wght@400;600&family=Work+Sans:wght@400;600&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}*{box-sizing:border-box}@supports (font-variation-settings: normal){html,body{font-family:Inter var,sans-serif}}html,body{font:unset!important;font-family:var(--pep-font-family-body, Inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;font-weight:var(--pep-font-weight-normal, 400)!important;font-size:16px}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
6
6
  <body>
7
- <!-- This file exists only to satisfy Angular browser builder during bundling. -->
7
+ <!-- Elements bundle host (built to dist/ngx-composite-lib-elements) -->
8
8
  <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
9
9
 
10
10
  </body></html>