@kompasid/lit-web-components 0.7.4 → 0.7.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.
@@ -4,13 +4,27 @@ Ini adalah redesign komponen _grace period_ yang digunakan pada [kompas.id](http
4
4
 
5
5
  ## Properties
6
6
 
7
- | Property | Attribute | Description | Type | Default |
8
- | ------------------------------ | ------------------------------ | ----------- | ------------------------------------------- | ----------- |
9
- | `totalGracePeriod` | `total-grace-period` | how many days are left in grace period | `number` | `0` |
10
- | `isColumn` | `is-column` | changes how the component looks on different screen sizes | `boolean` | `false` |
11
- | `isShowButton` | `is-show-button` | shows or hides a subscription button | `boolean` | `false` |
12
- | `subscriptionId` | `subscription-id` | used for renewal subs | `string` | `false` |
13
-
7
+ | Property | Attribute | Description | Type | Default |
8
+ | ------------------------------ | ------------------------------ | ----------- | ------------------------| ----------- |
9
+ | `totalGracePeriod` | `total-grace-period` | | `number` | `0` |
10
+ | `isColumn` | `is-column` | | `boolean` | `false` |
11
+ | `isShowButton` | `is-show-button` | | `boolean` | `false` |
12
+ | `subscriptionId` | `subscription-id` | | `string` | `false` |
13
+ | `paywall_location` | `paywall_location` | | `string` | `''` |
14
+ | `paywall_position` | `paywall_position` | | `number` | `0` |
15
+ | `paywall_subscription_id` | `paywall_subscription_id` | | `number` | `0` |
16
+ | `paywall_subscription_package` | `paywall_subscription_package` | | `string` | `''` |
17
+ | `paywall_subscription_price` | `paywall_subscription_price` | | `number` | `0` |
18
+ | `tracker_content_categories` | `tracker_content_categories` | | `string` | `''` |
19
+ | `tracker_content_id` | `tracker_content_id` | | `string` | `''` |
20
+ | `tracker_content_title` | `tracker_content_title` | | `string` | `''` |
21
+ | `tracker_content_type` | `tracker_content_type` | | `string` | `''` |
22
+ | `tracker_metered_wall_balance` | `tracker_metered_wall_balance` | | `number` | `0` |
23
+ | `tracker_metered_wall_type` | `tracker_metered_wall_type` | | `string` | `''` |
24
+ | `tracker_page_domain` | `tracker_page_domain` | | `string` | `''` |
25
+ | `tracker_page_type` | `tracker_page_type` | | `string` | `''` |
26
+ | `tracker_subscription_status` | `tracker_subscription_status` | | `string` | `''` |
27
+ | `tracker_user_type` | `tracker_user_type` | | `string` | `''` |
14
28
 
15
29
  ----------------------------------------------
16
30