terrier-engine 4.0.5 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/fragments.ts +5 -0
  2. package/package.json +1 -1
package/fragments.ts CHANGED
@@ -378,10 +378,15 @@ function simpleHeading<TT extends ThemeType>(parent: PartTag, theme: Theme<TT>,
378
378
 
379
379
 
380
380
  const Fragments = {
381
+ ContentFragment,
381
382
  panel,
383
+ PanelFragment,
382
384
  card,
385
+ CardFragment,
383
386
  labeledValue,
387
+ LabeledValueFragment,
384
388
  labeledList,
389
+ LabeledListFragment,
385
390
  button,
386
391
  simpleValue,
387
392
  simpleHeading,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.0.5",
7
+ "version": "4.0.6",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"