Headstorm / foundry-ui

Foundry-UI is a React UI Library built which prioritizes theming, accessibility, and performance. Fully typed with TypeScript, animated by react-spring, themed with styled-components, and made accessible by polished and jest-axe.
Apache License 2.0
16 stars 43 forks source link

FoundryProvider | Provider is being marked as deprecated instead of Progress component #388

Closed aVileBroker closed 2 years ago

aVileBroker commented 2 years ago

Line 14 of index.d.ts (built file)

export { Button, Card, Checkbox, Divider, Dropdown, InteractionFeedback, Label, Modal, RangeSlider, Search, SearchBar, Results, Filters, tagGroups, elasticSearchConfig, Skeleton, Spotlight, Table, Tag, Text, TextInput, 
/**
 * @deprecated The Progress loading skeleton is being replaced by the Skeleton component
 */
FoundryProvider, FoundryContext, useTheme, colors, timings, fonts, variants, feedbackTypes, };
//# sourceMappingURL=index.d.ts.map

The comment is obviously appearing out of place. The deprecation commented should probably reference a separate export object which only has the Progress component

HeadstormOps commented 2 years ago

:tada: This issue has been resolved in version 1.17.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: