Skip to content

Commit

Permalink
Merge pull request #2433 from hashicorp/fix/instance-initializers
Browse files Browse the repository at this point in the history
fix(components): add `instance-initializers` to appReexports
  • Loading branch information
alex-ju authored Sep 23, 2024
2 parents aceb5e8 + b300a1e commit 9870a7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-needles-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashicorp/design-system-components": patch
---

Fixed issue with icon sprite not initiated
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
"./components/hds/yield/index.js": "./dist/_app_/components/hds/yield/index.js",
"./helpers/hds-link-to-models.js": "./dist/_app_/helpers/hds-link-to-models.js",
"./helpers/hds-link-to-query.js": "./dist/_app_/helpers/hds-link-to-query.js",
"./instance-initializers/load-sprite.js": "./dist/_app_/instance-initializers/load-sprite.js",
"./modifiers/hds-anchored-position.js": "./dist/_app_/modifiers/hds-anchored-position.js",
"./modifiers/hds-clipboard.js": "./dist/_app_/modifiers/hds-clipboard.js",
"./modifiers/hds-register-event.js": "./dist/_app_/modifiers/hds-register-event.js",
Expand Down
1 change: 1 addition & 0 deletions packages/components/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const plugins = [
'components/**/!(*types).js',
'helpers/**/*.js',
'modifiers/**/*.js',
'instance-initializers/**/*.js',
]),

// Follow the V2 Addon rules about dependencies. Your code can import from
Expand Down

0 comments on commit 9870a7f

Please sign in to comment.