Skip to content

Commit

Permalink
Merge branch 'main' into test/8330-add-carousel-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlene Wanberg authored Mar 28, 2022
2 parents a4a96a8 + e431377 commit b9e7a3e
Show file tree
Hide file tree
Showing 85 changed files with 3,788 additions and 53 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@carbon-themes-10.53.2.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@carbon-themes-10.54.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/@carbon-type-10.43.2.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@carbon-type-10.44.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/carbon-components-10.55.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/minimist-1.2.5.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/minimist-1.2.6.tgz
Binary file not shown.
534 changes: 534 additions & 0 deletions packages/react/carbon.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@carbon/ibmdotcom-utilities": "1.32.0-rc.1",
"@carbon/telemetry": "^0.1.0",
"autosuggest-highlight": "^3.1.1",
"carbon-components": "10.55.2",
"carbon-components-react": "7.55.2",
"carbon-components": "10.56.0",
"carbon-components-react": "7.56.0",
"carbon-icons": "7.0.7",
"classnames": "2.3.1",
"react-autosuggest": "^10.1.0",
Expand All @@ -87,8 +87,8 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.10.1",
"@carbon/icons-react": "10.48.0",
"@carbon/pictograms-react": "11.24.0",
"@carbon/icons-react": "10.49.0",
"@carbon/pictograms-react": "11.25.0",
"@carbon/storybook-addon-theme": "1.23.0-rc.1",
"@percy-io/in-percy": "^0.1.11",
"@percy/agent": "^0.28.0",
Expand Down
116 changes: 116 additions & 0 deletions packages/services/carbon.yml
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
Loading

0 comments on commit b9e7a3e

Please sign in to comment.