New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

@clevercloud/components

Package Overview
Dependencies
Maintainers
7
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevercloud/components - npm Package Versions

1
…
…
18

14.0.0

Diff

Changelog

Source

14.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • cc-addon-credentials: The addonType value for Materia KV is now materia-kv instead of materiadb-kv
  • cc-pricing-header: the properties have changed
    • zones: property has been renamed to state
    • zones.state: property has been renamed to type
  • cc-header-addon: the properties have changed
    • state: new property containing the whole state
    • addon: property has been deleted as it is now part of the state
    • version: property has been deleted as it is now part of the state
    • zone: 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-header-app: the properties have changed
    • state: new property containing the whole state of the component
      • app: property has been deleted as it is now part of the state property
      • status: property has been deleted as it is now part of the state property
      • running-commit: property has been deleted as it is now part of the state property
      • starting-commit: property has been deleted as it is now part of the state property
      • zone: property has been deleted as it is now part of the state property
      • error: property has been deleted as it is now part of the state property
  • cc-zone-input: the properties have changed - state: new property containing the whole state - zones: 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-zone: the properties have changed
    • state: new property containing the whole state
    • zone: property has been deleted as it is now part of the state
  • cc-invoice-table: the properties have changed
    • state: new property containing the whole state
    • invoices: property has been deleted as it is now part of the state
  • cc-addon-admin: the properties have changed
    • state: new property containing the whole state
    • addon: 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
    • saving: property has been deleted as it is now part of the state
  • cc-doc-list: the properties have changed
    • state: new property containing the whole state
    • docs: 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-doc-card: the properties have changed
    • state: new property containing the whole state
    • description: property has been deleted as it is now part of the state
    • heading: property has been deleted as it is now part of the state
    • icons: property has been deleted as it is now part of the state
    • link: property has been deleted as it is now part of the state
  • cc-tile-scalability: the properties have changed
    • state: new property containing the whole state
    • scalability: 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-header-orga: the properties have changed
    • The orga component property has been renamed to state
      • The orga.state state property has been renamed to state.type
  • cc-addon-features: the properties have changed
    • state: new property containing the whole state
    • features: 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-addon-backups: the properties have changed
    • state: new property containing the whole state
    • backups: 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-heptapod-info: the properties have changed
    • state: new property containing the whole state
    • statistics: 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-elasticsearch-info: the properties have changed
    • state: new property containing the whole state
    • error: property has been deleted as it is now part of the state
    • links: property has been deleted as it is now part of the state
  • cc-matomo-info: the properties have changed
    • state: new property containing the whole state
    • matomoLink: property has been deleted as it is now part of the state as matomoUrl
    • mysqlLink: property has been deleted as it is now part of the state as mysqlUrl
    • phpLink: property has been deleted as it is now part of the state as phpUrl
    • redisLink: property has been deleted as it is now part of the state as redisUrl
    • error: property has been deleted as it is now part of the state
  • cc-tcp-redirection-form: the properties have changed
    • The redirections component property has been renamed to state
      • The redirections.state state property has been renamed to state.type
      • The redirections.value state property has been renamed to state.redirections
  • cc-tcp-redirection: the properties have changed
    • The redirection component property has been renamed to state
      • The redirection.state state property has been renamed to state.type
  • cc-article-card: the properties have changed
    • state: new property containing the whole state
    • title: property has been deleted as it is now part of the state
    • description: property has been deleted as it is now part of the state
    • banner: property has been deleted as it is now part of the state
    • date: property has been deleted as it is now part of the state
    • link: property has been deleted as it is now part of the state
  • cc-tile-requests: the properties have changed
    • state: new property containing the whole state
    • error: property has been deleted as it is now part of the state
    • data: property has been deleted as it is now part of the state
  • cc-tile-metrics: the properties have changed
    • metrics: property has been renamed to state
    • metrics.state: property has been renamed to type
    • grafanaLink: property has been replaced by an object property named grafanaLinkState

πŸ› Bug Fixes

  • cc-addon-credentials: change addonType value for Materia KV (3ab0d56), closes #1068

πŸ›  Code Refactoring

  • cc-addon-admin: rework properties to avoid impossible states (954ebd2)
  • cc-addon-backups: rework properties to avoid impossible st… (ea9c40f)
  • cc-addon-features: rework properties to avoid impossible states (89f1a4f)
  • cc-article-card: rework properties to avoid impossible states (675d1ca)
  • cc-doc-card: rework properties to avoid impossible states (b4d4f87)
  • cc-doc-list: rework properties to avoid impossible states (1ef23ee)
  • cc-elasticsearch-info: rework properties to avoid impossible states (26fde7d)
  • cc-header-addon: rework properties to avoid impossible states (ceea4ab)
  • cc-header-app: rework properties to avoid impossible states (721bf45)
  • cc-header-orga: rework properties to avoid impossible states (fd2b737)
  • cc-heptapod-info: rework properties to avoid impossible states (654dbba)
  • cc-invoice-table: rework properties to avoid impossible states (1f7ee73)
  • cc-matomo-info: rework properties to avoid impossible states (cbfc1f7)
  • cc-pricing-header: rework properties to avoid impossible states (7a8bad2)
  • cc-tcp-redirection-form: rework properties to avoid impossible states (267ea82)
  • cc-tcp-redirection: rework properties to avoid impossible states (08b2fcd)
  • cc-tile-metrics: rework properties to avoid impossible states (26da5af)
  • cc-tile-requests: rework properties to avoid impossible states (b6d3477)
  • cc-tile-scalability: rework properties to avoid impossible states (aeabe7b)
  • cc-zone-input: rework properties to avoid impossible states (3475635)
  • cc-zone: rework properties to avoid impossible states (9e9dceb)
clevercloud-ci
published 13.3.1 β€’

Changelog

Source

13.3.1 (2024-05-31)

πŸ› Bug Fixes

  • cc-addon-credentials: update Materia branding (bf9c68f)
clevercloud-ci
published 13.3.0 β€’

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
1
…
…
18
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc