Skip to content

Commit e3d7a99

Browse files
author
Kurt Medley
committed
Exporting symbols for downstream consumption
1 parent f9329df commit e3d7a99

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/cedar",
3-
"version": "15.6.1-beta.0",
3+
"version": "15.6.1-export-symbols",
44
"description": "REI Cedar Component Library",
55
"homepage": "https://rei.github.io/rei-cedar/",
66
"license": "MIT",
@@ -140,4 +140,4 @@
140140
"core-js": "^3.22.7",
141141
"vue": "^3.3.4"
142142
}
143-
}
143+
}

src/lib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export * from './components/text/presets/textPresets';
5959
/** Type exports */
6060
export * from './types/interfaces';
6161
export * from './types/other';
62+
export * from './types/symbols';
6263

6364
/** Compile into dist/style folder */
6465
import './styles/cdr-reset.scss';

0 commit comments

Comments
 (0)