Socket
Socket
Sign inDemoInstall

@clevercloud/components

Package Overview
Dependencies
73
Maintainers
11
Versions
153
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
16Next

13.3.0

Diff

Changelog

Source

13.3.0 (2024-05-06)

🚀 Features

  • cc-addon-admin: adapt the danger zone text to match different situations (8dfea44), closes #1018
  • cc-logsmap: allow the configuration of modes (availability and order) (71cc825), closes #1040

🐛 Bug Fixes

  • cc-addon-admin: remove improper spacing within the danger zone (219a612), closes #1042
clevercloud-ci
published 13.2.0 •

Changelog

Source

13.2.0 (2024-04-12)

🚀 Features

  • cc-logs-application-view: add a fullscreen button mode (d6c7e36), closes #983
  • cc-logs-application-view: init component (732b48e), closes #967
  • cc-logs-control: add header slot (9fcbff6), closes #964
  • cc-logs-instances: add tooltips to commit label and instance index (438751c)
  • cc-logs,cc-logs-control: add the ability to filter on logs' message (362c9ba)
  • cc-popover: add --cc-popover-trigger-button-width css property (3e1dc1c)
  • cc-smart-container: allow optional property in smart context (c62f172)

🐛 Bug Fixes

  • cc-input-date: fix date formatting at midnight (bc67946)
  • cc-logs-application-view: fix loading message visibility hover black theme (ba1e0b4), closes #1019
  • cc-logs-control: fix the event detail when metadata-display option changes (222e110)
  • cc-logs-instances: fix instance selection (3ff0206)
  • cc-logs-instances: fix sort order of the instances when grouped by deployments (0bb4d18)
  • cc-logs-instances: fix spacing around deployment relative date (7a95572), closes #965
  • cc-logs: do not collapse spaces in log messages (90f3d9f), closes #965
  • cc-logs: do not include hidden metadata into clipboard (ca7cacb)
  • cc-logs: fix spacing between metadata and message (a7534ef)
clevercloud-ci
published 13.1.0 •

Changelog

Source

13.1.0 (2024-04-03)

🚀 Features

  • cc-addon-credentials: add support for materiadb-kv (5fce8de), closes #992
  • cc-addon-credentials: add support for port (d474dbc), closes #992
  • cc-addon-credentials: adjust translations for host and token (21f13f8), closes #992
  • cc-addon-credentials: adjust translations for Pulsar (53e6370)
  • cc-product-list: init component (a6454bf), closes #892

🐛 Bug Fixes

  • cc-button: prevent click events in skeleton / waiting (1239779), closes #994
  • cc-link: remove href in skeleton (ae4719d), closes #994
flsan
published 13.0.0 •

Changelog

Source

13.0.0 (2024-03-07)

⚠ BREAKING CHANGES

  • cc-popover: remove the accessibleName prop & associated attribute
  • cc-icon: remove the accessibleName prop & associated attribute
  • cc-button: remove the accessibleName prop & associated attribute
  • cc-badge: remove the iconAccessibleName prop & associated attribute
  • cc-img: remove the accessibleName prop & associated attribute
  • cc-env-var-linked-services: the properties have changed
    • state: new property containing the whole state
    • services: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-env-var-form: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
    • parserOptions: property has been deleted as it is now part of the state
    • saving: property has been deleted as it is now part of the state
  • cc-env-var-editor-json: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • parserOptions: property has been deleted as it is now part of the state
  • cc-env-var-editor-expert: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • parserOptions: property has been deleted as it is now part of the state
  • cc-env-var-editor-simple: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • mode: property has been deleted as it is now part of the state
  • cc-env-var-create: change property mode to validationMode
  • cc-article-list: the properties have changed
    • state: new property containing the whole state
    • articles: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-invoice-list: the properties have changed
    • state: new property containing the whole state
    • invoices: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-tile-instances: the properties have changed
    • state: new property containing the whole state
    • instances: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-invoice: the properties have changed
    • state: new property containing the whole state
    • invoice: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
    • number: property has been deleted as it is now part of the state
  • cc-addon-linked-apps: the properties have changed
    • state: new property containing the whole state
    • applications: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-tile-deployments: the properties have changed
    • state: new property containing the whole state
    • deployments: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-grafana-info: all properties have been merged into a new state property.
  • cc-jenkins-info: all properties have been merged into a new state property.
  • cc-tile-status-codes: the properties have changed
    • state: new property containing the whole state
    • statusCodes: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state

🚀 Features

  • add error event from sendToApi calls (4ac5415), closes #956
  • cc-badge: remove the iconAccessibleName prop & associated attribute (6c322c3)
  • cc-button: remove the accessibleName prop & associated attribute (8a7a0f0)
  • cc-icon: remove the accessibleName prop & associated attribute (5e311d0)
  • cc-img: remove the accessibleName prop & associated attribute (9019da7)
  • cc-input-date: adds label style customization (f6433c3), closes #888
  • cc-input-number: adds label style customization (e0702d8), closes #888
  • cc-input-text: adds label style customization (51fa2f4), closes #888
  • cc-loader: add accessibleName property (d69a36a), closes #870
  • cc-logs-control: init component (24e6768), closes #908
  • cc-logs-instance: init component (d87e87a), closes #877
  • cc-popover: remove the accessibleName prop & associated attribute (4b47ebb)
  • cc-product-card: init component (9b63536), closes #891
  • cc-select: adds label style customization (e0edcc0), closes #888
  • cc-toggle: adds label style customization (1556ecc), closes #888

🐛 Bug Fixes

  • cc-badge: use iconA11yName in iconAccessibleName getter/setter (92af579), closes #934
  • smart-component: protect from abortController nullity when smart component is disconnected (c714dcd), closes #968

🛠 Code Refactoring

  • cc-addon-linked-apps: migrate to the new smart component design (69a999b)
  • cc-article-list: migrate to the new smart component design (4711406), closes #921
  • cc-env-var-create: change property mode to validationMode (264208b)
  • cc-env-var-editor-expert: rework properties to make impossible state impossible (b3c26de), closes #926
  • cc-env-var-editor-json: rework properties to make impossible state impossible (901cfac), closes #926
  • cc-env-var-editor-simple: rework properties to make impossible state impossible (201b8af), closes #926
  • cc-env-var-form: migrate to the new smart component design (0425b6c), closes #926
  • cc-env-var-linked-services: rework properties to make impossible state impossible (069f8cd), closes #926
  • cc-grafana-info: migrate to the new smart component design (9e404f6), closes #923
  • cc-invoice-list: migrate to the new smart component design (488d928), closes #922
  • cc-invoice: migrate to the new smart component design (2e9764e), closes #920
  • cc-jenkins-info: migrate to the new smart component design (6228419), closes #925
  • cc-tile-deployments: rework properties to make impossible state impossible (45e9a96), closes #942
  • cc-tile-instances: rework properties to make impossible state impossible (e469f81)
  • cc-tile-status-codes: migrate to the new smart component design (fc5dc71), closes #924
clevercloud-ci
published 12.0.0 •

Changelog

Source

12.0.0 (2023-12-18)

⚠ BREAKING CHANGES

  • cc-header-orga: check the HeaderOrgaState type to adapt your code to the new state API.
  • cc-img: replace prop text by accessibleName

🚀 Features

  • cc-ansi-palette: init component (9b01309), closes #883
  • cc-badge: deprecate icon-accessible-name in favor of icon-a11y-name (8b25182), closes #893
  • cc-button: deprecate accessible-name in favor of a11y-name (8ceaab5), closes #893
  • cc-button: implement parts of ARIA API (014c592), closes #699
  • cc-header-orga: add a footer slot and small design tweaks (dfb4624), closes #869
  • cc-header-orga: rework state and types (727d2f9), closes #884
  • cc-icon: deprecate accessible-name in favor of a11y-name (12e2e73), closes #893
  • cc-img: deprecate accessible-name in favor of a11y-name (fa2e860), closes #893
  • cc-input-date: init component (40c978b), closes #842
  • cc-logs: init (f83a784), closes #697
  • cc-popover: deprecate accessible-name in favor of a11y-name (a41f5a1), closes #893
  • cc-popover: init component (0887067), closes #829
  • i18n: add the ability to specify minimum and maximum fraction digits when formating number (e101776)

🐛 Bug Fixes

  • cc-header-orga: hide initials from screen readers (8196779), closes #885
  • cc-header-orga: trim orga name in case it starts with spaces (cdd6b04), closes #886
  • cc-img: populate alt value (a5d2d2b), closes #726
  • cc-toggle: fix extra margin on top of cc-toggle when legend is inlined and when inside a grid (a59ba34), closes #896
  • i18n-sanitize: handle cases where origin equals empty string (0852482), closes #906

🛠 Code Refactoring

  • cc-img: replace prop text by accessibleName (c8586f9)
clevercloud-ci
published 11.2.1 •

Changelog

Source

11.2.1 (2023-10-19)

Bug Fixes

  • cc-article-list: fix broken XML with the new website (0319784), closes #867
  • cc-icon: improve SVG aria attributes behavior (e8645f7), closes #770
clevercloud-ci
published 11.2.0 •

Changelog

Source

11.2.0 (2023-10-11)

Features

  • add component dependencies/dependants CLI (903d1b9), closes #806
  • cem: add dependencies/dependants graph to the components description (ac63307), closes #826

Bug Fixes

  • cc-pricing-product: filter addon plans without zones (9247f35), closes #858
  • cc-select: reflect name attribute on the native <select> element (f244497), closes #581
  • cc-toggle: add name attribute (2d971a9), closes #581
clevercloud-ci
published 11.1.0 •

Changelog

Source

11.1.0 (2023-09-19)

Features

  • cc-pricing-product: add translations for dedicated and is-migratable features (ae2a95d), closes #804

Bug Fixes

  • cc-pricing-header: add error state (ee06075), closes #470
  • cc-tile-metrics: add missing plugin import for chat.js (0343b4d), closes #822
  • tests: add another resize loop error message to the ignore list (b3010a4), closes #821
clevercloud-ci
published 11.0.0 •

Changelog

Source

11.0.0 (2023-07-18)

⚠ BREAKING CHANGES

  • cc-pricing-product: the component now displays features that have no translations registered as long as they have a name property. Make sure you filter out unwanted features using the addonFeatures (smart component usage) or productFeatures prop (directly set on the cc-pricing-product component). See the related issue for more info.
  • cc-addon-encryption-at-rest-option: The price in the options property is no more needed on components:
    • cc-addon-elasticsearch-options
    • cc-addon-jenkins-options
    • cc-addon-mongodb-options
    • cc-addon-mysql-options
    • cc-addon-postgresql-options
    • cc-addon-redis-options
  • cc-error: remove component
  • cc-addon-admin: change error property from an enum to a boolean.
  • cc-addon-credentials: the icon property is now image. It still requires a URL.
  • cc-block: the icon property now requires an icon object instead of a URL. If you want to pass a URL nevertheless, use the new image property instead.
  • cc-badge: the icon-alt property is now icon-accessible-name.
  • cc-badge: the icon-src property is now icon and requires an icon object instead of a URL.
  • cc-icon: IconModel interface should be imported from src/components/common.types.d.ts file and not src/components/cc-icon/cc-icon.types.d.ts file anymore.
  • cc-flex-gap: remove component
  • cc-tile-consumption: remove component
  • cc-action-dispatcher: remove component
  • cc-pricing-page: We needed to be able to style and move the pricing components inside the cc-pricing-page component a lot more. For instance, the cc-pricing-header can now be positioned wherever one wants within the cc-pricing-page because everything is slotted within the cc-pricing-page. The smart cc-pricing-page smart component was mainly interacting with cc-pricing-header data (fetching zones). This is why we removed the cc-pricing-page.smart part and added a cc-pricing-header.smart.
  • cc-pricing-estimation: see more details below
    • add new way of handling the component state and passing data to the component.
    • use the new smart API.
  • cc-pricing-header: see more details below
    • add new way of handling the component state and passing data to the component.
    • use the new smart API.
    • add a temporality selector component.
  • cc-pricing-product-consumption: see more details below
    • add new way of handling the component state and passing data to the component.
    • the smart component now uses the new smart API.
    • remove the slots for heading, description and image.
  • cc-pricing-table: The cc-pricing-table component has been merged into the cc-pricing-product component.
  • cc-pricing-product: see details below
    • add new way of handling the component state and passing data to the component.
    • remove the heading, desc and image/logo slots.
    • use the new smart API.
    • directly render a table within the component instead of relying on a cc-pricing-table sub-component to do so.
    • merge the cc-pricing-table component and stories into cc-pricing-product.

Features

  • add missing notice a11y translations (9957264)
  • cc-action-dispatcher: remove component (879bc30)
  • cc-addon-admin: make use of the cc-notice instead of cc-error (c22a4cc)
  • cc-addon-backups: implement cc-icon (0097bed)
  • cc-addon-backups: make use of the cc-notice instead of cc-error (422815c)
  • cc-addon-credentials: make use of the cc-notice instead of cc-error (7b8e4c3)
  • cc-addon-credentials: rename icon property to image (1d0655a)
  • cc-addon-elasticsearch-options: replace error message to get rid of cc-error (884a7ad)
  • cc-addon-encryption-at-rest-option: implement cc-icon (629806c)
  • cc-addon-encryption-at-rest-option: Remove pricing notice on addon encryption at rest option (ff4b89b), closes #809
  • cc-addon-encryption-at-rest-option: replace error message to get rid of cc-error (137b7e9)
  • cc-addon-features: implement cc-icon (14e6c28)
  • cc-addon-features: make use of the cc-notice instead of cc-error (14a4495)
  • cc-addon-jenkins-options: get rid of cc-error (b0b92c0)
  • cc-addon-linked-apps: make use of the cc-notice instead of cc-error (34caaf9)
  • cc-addon-mongodb-options: get rid of cc-error (e4e1c77)
  • cc-addon-mysql-options: get rid of cc-error (b5db7c1)
  • cc-addon-option-form: add style for the addon components error message (e88ec63)
  • cc-addon-option-form: properly pass new cc-addon-option icon property (fc76583)
  • cc-addon-option: add icon property to receive an IconModel (b72e0b5)
  • cc-addon-option: replace error message to get rid of cc-error (b928866)
  • cc-addon-postgresql-options: get rid of cc-error (144db10)
  • cc-addon-redis-options: get rid of cc-error (727be87)
  • cc-article-list: make use of the cc-notice instead of cc-error (4e8f1cd)
  • cc-badge: rename iconAlt property to iconAccessibleName (eb4494b)
  • cc-badge: use cc-icon instead of cc-img (b48032d)
  • cc-block: get rid of overlay error story (9cf782e)
  • cc-block: implement cc-icon (4f06188)
  • cc-block: rename icon property to image and add icon property to receive an IconModel (51e9bf9)
  • cc-doc-list: make use of the cc-notice instead of cc-error (0357ca2)
  • cc-elasticsearch-info: implement cc-icon (12828bb)
  • cc-elasticsearch-info: make use of the cc-notice instead of cc-error (5ec6767)
  • cc-email-list: implement cc-icon (8619af3)
  • cc-email-list: make use of the cc-notice instead of cc-error (46624bb)
  • cc-env-var-create: make use of the cc-notice instead of cc-error (524d523)
  • cc-env-var-editor-expert: make use of the cc-notice instead of cc-error (37d8721)
  • cc-env-var-editor-json: make use of the cc-notice instead of cc-error (3120d93)
  • cc-env-var-form: make use of the cc-notice instead of cc-error (c5e2594)
  • cc-env-var-linked-services: make use of the cc-notice instead of cc-error (3676829)
  • cc-error: implement cc-icon (205265d)
  • cc-error: remove component (b642530)
  • cc-flex-gap: remove component (cb9f24c)
  • cc-grafana-info: implement cc-icon (285af26)
  • cc-grafana-info: make use of the cc-notice instead of cc-error (0f424fd)
  • cc-header-addon: make use of the cc-notice instead of cc-error (f8574f9)
  • cc-header-app: implement cc-icon (3863243)
  • cc-header-app: make use of the cc-notice instead of cc-error (d6c423a)
  • cc-header-orga: implement cc-icon (eb3980a)
  • cc-header-orga: make use of the cc-notice instead of cc-error (3cd3b72)
  • cc-heptapod-info: make use of the cc-notice instead of cc-error (e475cc6)
  • cc-icon: delete unused legacy icons and update documentation (df98f26)
  • cc-input-number: implement cc-icon (a26c6c2)
  • cc-input-text: implement cc-icon (158c19e)
  • cc-invoice-list: make use of the cc-notice instead of cc-error (aceb9cc)
  • cc-invoice-table: implement cc-icon (2296126)
  • cc-invoice: implement cc-icon (e5d4b44)
  • cc-invoice: make use of the cc-notice instead of cc-error (59534d8)
  • cc-jenkins-info: implement cc-icon (3cebef0)
  • cc-jenkins-info: make use of the cc-notice instead of cc-error (88429b0)
  • cc-map: make use of the cc-notice instead of cc-error (380baf3)
  • cc-matomo-info: implement cc-icon (489e35d)
  • cc-matomo-info: make use of the cc-notice instead of cc-error (8e4a0f0)
  • cc-notice: implement cc-icon (fac4c73)
  • cc-orga-member-card: implement cc-icon (8951bdf)
  • cc-orga-member-card: make use of the cc-notice instead of cc-error (44af4b1)
  • cc-orga-member-list: make use of the cc-notice instead of cc-error (0380c1b)
  • cc-overview: add error story overview stories (7d3b06e)
  • cc-pricing-estimation: display non translated features (b7b1093), closes #796
  • cc-pricing-estimation: update component styles and behavior (3d85f83)
  • cc-pricing-header: update component styles, smart and state (46022fa)
  • cc-pricing-page stories: add fake product to the stories (2404aff)
  • cc-pricing-page: update styles and behavior, remove smart (68f4d67)
  • cc-pricing-product-consumption: make use of the new cc-notice instead of cc-error (a474a28)
  • cc-pricing-product-consumption: rework assets (b55f737)
  • cc-pricing-product-consumption: update styles, smart, and state (cce27e2)
  • cc-pricing-product: display non translated features (24ec318), closes #796
  • cc-pricing-product: make use of the cc-notice instead of cc-error (92b6f24)
  • cc-pricing-product: update styles, smart, and state (5b79751)
  • cc-ssh-key-list: make use of the cc-notice instead of cc-error (496d77d)
  • cc-tcp-redirection-form: make use of the cc-notice instead of cc-error (acc2a67)
  • cc-tcp-redirection: implement cc-icon (ec31ed4)
  • cc-tile-consumption: remove component (e7a859f)
  • cc-tile-deployments: replace error message to get rid of cc-error (dd10c2a)
  • cc-tile-instances: implement cc-icon (ec67cf3)
  • cc-tile-instances: replace error message to get rid of cc-error (42eacab)
  • cc-tile-metrics: implement cc-icon (8450410)
  • cc-tile-metrics: replace error message to get rid of cc-error (4482990)
  • cc-tile-requests: implement cc-icon (73e98d6)
  • cc-tile-requests: replace error message to get rid of cc-error (c76a297)
  • cc-tile-scalability: replace error message to get rid of cc-error (4567dcf)
  • cc-tile-status-codes: implement cc-icon (44a26b7)
  • cc-tile-status-codes: replace error message to get rid of cc-error (2318d0b)
  • cc-toaster: implement cc-icon (29c03d9)
  • cc-toast: implement cc-icon (3386f32)
  • cc-zone-input: make use of the cc-notice instead of cc-error (73e44a1)
  • cc-zone: add new styling options for zone tags (1d091b0)
  • cc-zone: remove cc-flex-gap (64ab365)
  • tokens: add --cc-border-radius-default and use it when relevant (a9f344a)
  • tokens: add --cc-border-radius-small and use it when relevant (c321b79)
  • tokens: add --cc-color-border-neutral-disabled and use it when relevant (3034296)
  • tokens: add --cc-color-border-neutral-focused and use it when relevant (593fe51)
  • tokens: add --cc-color-border-neutral-hovered and use it when relevant (8445e1b)
  • tokens: add --cc-color-border-neutral-strong and use it when relevant (03aed66)
  • tokens: add --cc-color-border-neutral-weak and use it when relevant (07fa2a6)
  • tokens: add --cc-color-border-neutral and use it when relevant (8021678)

Bug Fixes

  • cc-block: fix close button title (50c8b46), closes #721
  • cc-button: apply proper opacity value on cc-icon in circle mode and loading state (95d4187)
  • cc-email-list: fix sample domain name (2d6f6e4), closes #642
  • cc-env-var-form: fix textarea cropped focus outline (f405788), closes #739
  • cc-input-*: use --cc-color-bg-neutral-readonly when relevant (22bbc9c), closes #511
  • cc-invoice: move <template> inside unsafeHTML expression (92b20ec), closes #784
  • cc-pricing-page dollar story: fix dollar currency not being set properly (280c410)
  • cc-pricing-product-consumption: add visible labels and legends (4824ffb), closes #561
  • cc-pricing-product: update boolean i18n argument to match the expected parameter (c919e70)
  • default-theme: add missing line break, reorder tokens and update doc (816d0db)
  • English translations: change temporality translation (b08f568)
  • issue in Custom Element Manifest generation when detecting @typedef imports (2d1ab38), closes #737

Miscellaneous Chores

  • cc-pricing-table: remove component (157bd7a)

Code Refactoring

  • cc-icon: refactor IconModel interface to common.types.d.ts (89a6409)
flsan
published 7.13.1 •

Changelog

Source

7.13.1 (2023-06-23)

⚠️ Caution:

The goal of this release is to fix issues with the version 7.12 of the pricing components for our Website (see #791 #787 #781). Changes described below are specific to this version. They are not part of versions between 8.0.0 and 11.0.0.

If you need to use the pricing components, please update to a version >= 11.0.0 of our components that contains a rework of these components.

  • <cc-pricing-header>: make sure the initial value of the zones dropdown is set after loading the zones.
2345
16Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc