@salla.sa/twilight-components 2.9.43 → 2.9.45

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 (58) hide show
  1. package/README.md +6 -6
  2. package/dist/cjs/index-1d2b3370.js +2 -2
  3. package/dist/cjs/{index-53c1e9f1.js → index-69084b4e.js} +39 -2232
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/{salla-button_34.cjs.entry.js → salla-button_35.cjs.entry.js} +1311 -93
  6. package/dist/cjs/twilight.cjs.js +2 -2
  7. package/dist/collection/collection-manifest.json +2 -1
  8. package/dist/collection/components/salla-color-picker/interfaces.js +4 -0
  9. package/dist/collection/components/salla-color-picker/salla-color-picker.css +0 -0
  10. package/dist/collection/components/salla-color-picker/salla-color-picker.js +481 -0
  11. package/dist/collection/components/salla-loyalty/salla-loyalty.js +3 -3
  12. package/dist/collection/components/salla-quick-order/salla-quick-order.css +45 -0
  13. package/dist/collection/components/salla-quick-order/salla-quick-order.js +364 -0
  14. package/dist/collection/components/salla-scopes/salla-scopes.js +14 -10
  15. package/dist/components/index.d.ts +2 -1
  16. package/dist/components/index.js +41 -2233
  17. package/dist/components/keyboard_arrow_down.js +11 -0
  18. package/dist/components/salla-color-picker.d.ts +11 -0
  19. package/dist/components/salla-color-picker.js +1170 -0
  20. package/dist/components/salla-loyalty.js +3 -3
  21. package/dist/components/{salla-sheet.d.ts → salla-quick-order.d.ts} +4 -4
  22. package/dist/components/salla-quick-order.js +224 -0
  23. package/dist/components/salla-scopes.js +14 -10
  24. package/dist/components/salla-user-menu.js +1 -7
  25. package/dist/esm/{index-dc279949.js → index-841c6a09.js} +39 -2232
  26. package/dist/esm/index-f1d446ac.js +2 -2
  27. package/dist/esm/loader.js +2 -2
  28. package/dist/esm/{salla-button_34.entry.js → salla-button_35.entry.js} +1329 -112
  29. package/dist/esm/twilight.js +2 -2
  30. package/dist/esm-es5/index-841c6a09.js +24 -0
  31. package/dist/esm-es5/index-f1d446ac.js +1 -1
  32. package/dist/esm-es5/loader.js +1 -1
  33. package/dist/esm-es5/salla-button_35.entry.js +41 -0
  34. package/dist/esm-es5/twilight.js +1 -1
  35. package/dist/twilight/p-8964c442.entry.js +30 -0
  36. package/dist/twilight/p-abaef410.system.js +4 -0
  37. package/dist/twilight/p-add0b2aa.system.js +24 -0
  38. package/dist/twilight/p-ed8fa851.js +24 -0
  39. package/dist/twilight/p-ff6cc430.system.entry.js +41 -0
  40. package/dist/twilight/twilight.esm.js +1 -1
  41. package/dist/twilight/twilight.js +1 -1
  42. package/dist/types/components/salla-color-picker/interfaces.d.ts +25 -0
  43. package/dist/types/components/salla-color-picker/salla-color-picker.d.ts +99 -0
  44. package/dist/types/components/salla-quick-order/salla-quick-order.d.ts +66 -0
  45. package/dist/types/components/salla-scopes/salla-scopes.d.ts +1 -0
  46. package/dist/types/components.d.ts +204 -31
  47. package/package.json +6 -5
  48. package/dist/collection/components/salla-sheet/salla-sheet.css +0 -24
  49. package/dist/collection/components/salla-sheet/salla-sheet.js +0 -210
  50. package/dist/components/salla-sheet.js +0 -111
  51. package/dist/esm-es5/index-dc279949.js +0 -30
  52. package/dist/esm-es5/salla-button_34.entry.js +0 -34
  53. package/dist/twilight/p-14189a2c.system.entry.js +0 -34
  54. package/dist/twilight/p-19ce7aa8.js +0 -24
  55. package/dist/twilight/p-4733b689.system.js +0 -4
  56. package/dist/twilight/p-6b59d89a.system.js +0 -30
  57. package/dist/twilight/p-f41866f4.entry.js +0 -22
  58. package/dist/types/components/salla-sheet/salla-sheet.d.ts +0 -35
package/README.md CHANGED
@@ -72,32 +72,32 @@ Every web component comes with a list of **properties and events** that make tha
72
72
  | [File Upload](https://docs.salla.dev/docs/twilight-themes-documentation/ut7oyzjmojs1m-file-upload) | `salla-file-upload` | used to allow the user to allow uploading a file or a number of files. |
73
73
  | [Gifting](https://docs.salla.dev/docs/twilight-themes-documentation/kg64lf5a5xz3f-gifting) | `salla-gifting` | used to display items as gifts, which can be used after the customer has completed a purchase. |
74
74
  | [Infinite Scroll](https://docs.salla.dev/docs/twilight-themes-documentation/ede37d6e84859-infinite-scroll) | `salla-infinite-scroll` | allows for infinite scrolling to load content continuously as the user scrolls down a page. |
75
- | [Installment](https://docs.salla.dev/docs/twilight-themes-documentation/f6bfa883598a9-installment) | `salla-installment` | shows a block area for the available installment payment options provided for a specific product. |
75
+ | [Installment](https://docs.salla.dev/docs/twilight-themes-documentation/f6bfa883598a9-installment) | `salla-installment` | shows a block area for the available installment payment options provided for a specific product. |
76
76
  | [List Tile](https://docs.salla.dev/docs/twilight-themes-documentation/m7rlvnl2ei5t5-list-tile) | `salla-list-tile` | used to display listing items in a tile form. |
77
77
  | [Loading](https://docs.salla.dev/docs/twilight-themes-documentation/tz2ioqzbwsk21-loading) | `salla-loading` | used to convey that some data is currently loading to the user. |
78
78
  | [Localization](https://docs.salla.dev/docs/twilight-themes-documentation/559cc67721f74-localization) | `salla-localization-modal` | shows the menu for the store's available languages and currencies. |
79
79
  | [Login](https://docs.salla.dev/docs/twilight-themes-documentation/0796e7fb0464b-login) | `salla-login-modal` | displays the login form, which prompts a user for their credentials in order to authenticate their access. |
80
- | [Loyalty]() | `salla-loyalty` | used to display a popup that represents the Loyalty program. |
80
+ | [Loyalty](https://salla.stoplight.io/docs/twilight-themes-documentation/3oqfirg7qbyfl-loyalty) | `salla-loyalty` | used to display a popup that represents the Loyalty program. |
81
+ | [Map](https://salla.stoplight.io/docs/twilight-themes-documentation/y3ohn2kgzdp0a-map) | `salla-map` | displays geographical maps from various sources. |
81
82
  | [Modal](https://docs.salla.dev/docs/twilight-themes-documentation/32babc5658e91-modal) | `salla-modal` | displays a dialog box or pop-up window on top of the current page. |
82
83
  | [Offer](https://docs.salla.dev/docs/twilight-themes-documentation/1bb759464b884-offer) | `salla-offer-modal` | shows a list of products with an offer given by the store admin. |
83
84
  | [Placeholder](https://docs.salla.dev/docs/twilight-themes-documentation/uus8dxvzdasrz-placeholder) | `salla-placeholder` | used to reserve space for content that soon will appear in a layout. |
84
- | [Product Availability](https://docs.salla.dev/docs/twilight-themes-documentation/2d4dd6d9016bf-product-availability) | `salla-product-availability` | to show the "Notify availability" option as a button for the registered customer/ |
85
+ | [Product Availability](https://docs.salla.dev/docs/twilight-themes-documentation/2d4dd6d9016bf-product-availability) | `salla-product-availability` | to show the "Notify availability" option as a button for the registered customer/ |
85
86
  | [Product Size Guide](https://docs.salla.dev/docs/twilight-themes-documentation/aptsoa64kt3os-product-size-guide) | `salla-product-size-guide` | used to enable the merchant to add product measurements of height, weight, depth and other metrics. |
86
87
  | [Quantity Input](https://docs.salla.dev/docs/twilight-themes-documentation/794a54c2ee1e8-quantity-input) | `salla-quantity-input` | used to allow the customer to use a counter to specify the needed quantity of a specific product. |
87
88
  | [Rating](https://docs.salla.dev/docs/twilight-themes-documentation/1c81291fb13c7-rating) | `salla-rating-modal` | used to display the rating scale for a store, product, or shipping company. |
88
89
  | [Rating Stars](https://docs.salla.dev/docs/twilight-themes-documentation/2b346823fcd2b-rating-stars) | `salla-rating-stars` | used to display a form of rating scale using a star glyph. |
89
90
  | [Scopes](https://docs.salla.dev/docs/twilight-themes-documentation/70422e4259f02-scopes) | `salla-scopes` | shows a list of scopes (branches) owned by the store |
90
- | [Search](https://docs.salla.dev/docs/twilight-themes-documentation/8379c482cea4b-search) | `salla-search` | shows a search box, field, or bar. |
91
+ | [Search](https://docs.salla.dev/docs/twilight-themes-documentation/8379c482cea4b-search) | `salla-search` | shows a search box, field, or bar. |
91
92
  | [Select](https://docs.salla.dev/docs/twilight-themes-documentation/zdmjwu1z8vtsz-select) | `salla-select` | used to allow selection from a particular dropdown list. |
92
93
  | [Skeleton](https://docs.salla.dev/docs/twilight-themes-documentation/2da06db836ff8-skeleton) | `salla-skeleton` | used to display an indication to the user that something is coming but not yet available. |
93
94
  | [Social Share](https://docs.salla.dev/docs/twilight-themes-documentation/2m9c76zgurce3-social-share) | `salla-social-share` | used to display a menu with social media platforms. |
94
95
  | [Swiper](https://docs.salla.dev/docs/twilight-themes-documentation/v978zxjnxlo4m-swiper) | `salla-swiper` | a modern touch slider to display a list of items. |
95
96
  | [Tabs](https://docs.salla.dev/docs/twilight-themes-documentation/qm84tj1dqdbmy-tabs) | `salla-tabs` | makes it possible to have several panes inside a single view. |
96
97
  | [Tel Input](https://docs.salla.dev/docs/twilight-themes-documentation/82c778cf6f21f-tel-input) | `salla-tel-input` | to show a field for entering a telephone number, with country key/code prefix. |
98
+ | [User Menu](https://salla.stoplight.io/docs/twilight-themes-documentation/l3gx9httxc0du-user-menu) | `salla-user-menu` | used to show a navigation menu list with links that route users to accomplish user-related functions. |
97
99
  | [User Settings](https://docs.salla.dev/docs/twilight-themes-documentation/sq4bj9kv35y4g-user-settings) | `salla-user-settings` | allows the user to manage their account settings. |
98
100
  | [Verify](https://docs.salla.dev/docs/twilight-themes-documentation/634794ef9a954-verify) | `salla-verify` | show fields for verifying email/mobile of users by sending OTP verification code. |
99
- |
100
-
101
101
 
102
102
 
103
103
  <p align="right">(<a href="#top">back to top</a>)</p>
@@ -1908,10 +1908,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1908
1908
  }
1909
1909
  switch(bundleId) {
1910
1910
 
1911
- case 'salla-button_34.cjs':
1911
+ case 'salla-button_35.cjs':
1912
1912
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
1913
1913
  /* webpackMode: "lazy" */
1914
- './salla-button_34.cjs.entry.js')); }).then(processMod, consoleError);
1914
+ './salla-button_35.cjs.entry.js')); }).then(processMod, consoleError);
1915
1915
  case 'salla-add-product-button.cjs':
1916
1916
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
1917
1917
  /* webpackMode: "lazy" */