Skip to content

Commit

Permalink
chore(AiSkeleton): add generated files, update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Feb 7, 2024
1 parent a70724f commit 4750a91
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Code generated by carbon-components-react. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@forward '@carbon/styles/scss/components/skeleton-styles/ai-skeleton-styles';
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Code generated by carbon-components. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@forward '@carbon/styles/scss/components/skeleton-styles/ai-skeleton-styles';
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Code generated by @carbon/react. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@forward '@carbon/styles/scss/components/skeleton-styles/ai-skeleton-styles';
6 changes: 6 additions & 0 deletions packages/react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,9 @@ export {
SlugContent as unstable__SlugContent,
SlugActions as unstable__SlugActions,
} from './components/Slug';

export {
AiSkeletonText as unstable__AiSkeletonText,
AiSkeletonIcon as unstable__AiSkeletonIcon,
AiSkeletonPlaceholder as unstable__AiSkeletonPlaceholder,
} from './components/AiSkeleton';
5 changes: 5 additions & 0 deletions packages/styles/__tests__/__snapshots__/styles-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,11 @@ Array [
"importPath": "@carbon/styles/scss/components/skeleton-styles/skeleton-styles",
"relativePath": "scss/components/skeleton-styles/skeleton-styles",
},
Object {
"filepath": "scss/components/skeleton-styles/_ai-skeleton-styles.scss",
"importPath": "@carbon/styles/scss/components/skeleton-styles/ai-skeleton-styles",
"relativePath": "scss/components/skeleton-styles/ai-skeleton-styles",
},
Object {
"filepath": "scss/components/slider/_index.scss",
"importPath": "@carbon/styles/scss/components/slider",
Expand Down
1 change: 1 addition & 0 deletions packages/styles/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const files = [
'scss/components/select/_select.scss',
'scss/components/skeleton-styles/_index.scss',
'scss/components/skeleton-styles/_skeleton-styles.scss',
'scss/components/skeleton-styles/_ai-skeleton-styles.scss',
'scss/components/slider/_index.scss',
'scss/components/slider/_slider.scss',
'scss/components/slug/_index.scss',
Expand Down

0 comments on commit 4750a91

Please sign in to comment.