-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into test/8330-add-carousel-tests
- Loading branch information
Showing
85 changed files
with
3,788 additions
and
53 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+5.86 MB
...ne-mirror/@carbon-icons-react-10.48.0.tgz → ...ne-mirror/@carbon-icons-react-10.49.0.tgz
Binary file not shown.
Binary file renamed
BIN
+2.19 MB
...rror/@carbon-pictograms-react-11.24.0.tgz → ...rror/@carbon-pictograms-react-11.25.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
# yaml-language-server: $schema=https://unpkg.com/@carbon-platform/schemas@v1/carbon-resources.schema.json | ||
library: | ||
id: ibmdotcom-services | ||
name: IBM.com Services | ||
description: IBM.com ES6 service classes | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services | ||
assets: | ||
analytics-api: | ||
name: AnalyticsAPI | ||
description: Analytics API class with methods for firing analytics events on IBM.com. | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/AnalyticsAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
kaltura-player-api: | ||
name: KalturaPlayerAPI | ||
description: KalturaPlayerAPI class with methods of checking script state and embed media meta data and api data. | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/KalturaPlayerAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
ddo-api: | ||
name: DDOAPI | ||
description: DDO API class with methods of fetching search results for IBM.com. | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/DDOAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
locale-api: | ||
name: LocaleAPI | ||
description: Locale API class with method of fetching user's locale for IBM.com. | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/LocaleAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
marketing-search-api: | ||
name: MarketingSearchAPI | ||
description: MarketingSearch API class with methods of fetching search results for IBM.com. | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/MarketingSearchAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
masthead-logo-api: | ||
name: MastheadLogoAPI | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/MastheadLogoAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
profile-api: | ||
name: ProfileAPI | ||
description: Profile API class with methods for checking user authentication for IBM.com | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/ProfileAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
search-typeahead-api: | ||
name: SearchTypeaheadAPI | ||
description: SearchTypeahead API class with methods of fetching search results for IBM.com | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/SearchTypeaheadAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
translation-api: | ||
name: TranslationAPI | ||
description: Translation API class with methods for fetching i18n data for IBM.com | ||
type: function | ||
platform: web | ||
status: stable | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/TranslationAPI.html | ||
framework: vanilla | ||
tags: | ||
- service | ||
video-player-api: | ||
name: VideoPlayerAPI | ||
type: function | ||
platform: web | ||
status: deprecated | ||
noIndex: true | ||
externalDocsUrl: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/services/VideoPlayerAPI.html | ||
framework: vanilla | ||
tags: | ||
- service |
Oops, something went wrong.