@atom-learning/components 2.25.0 → 2.25.1

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.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- # [2.25.0](https://github.com/Atom-Learning/components/compare/v2.24.0...v2.25.0) (2022-12-15)
1
+ ## [2.25.1](https://github.com/Atom-Learning/components/compare/v2.25.0...v2.25.1) (2023-01-03)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * support markdown emphasis wrapping link without line break ([c656c97](https://github.com/Atom-Learning/components/commit/c656c970917e0959530ba741b27861166ba0c163))
6
+ * show missing API references ([239dd2b](https://github.com/Atom-Learning/components/commit/239dd2be93a48c469429b4114200756880e3184b))
7
7
 
8
8
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
9
9
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Avatar
3
- component: Avatar
3
+ component: Avatar,Avatar.Image,Avatar.Initial,Avatar.Placeholder,Avatar.Icon
4
4
  description: Show a thumbnail representation of an individual or entity.
5
5
  category: Media
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Chip Dismissible Group
3
- component: ChipDismissibleGroup
3
+ component: ChipDismissibleGroupRoot,ChipDismissibleGroup.Item
4
4
  description: Combines the DismissibleGroup logic together with the Chip primitive styling
5
5
  category: Feedback
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Chip Toggle Group
3
- component: ChipToggleGroup
3
+ component: ChipToggleGroupRoot,ChipToggleGroup.Item
4
4
  description: Combines the Toggle Group radix component with the Chip primitive styling
5
5
  category: Feedback
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Dismissible
3
- component: Dismissible
3
+ component: DismissibleRoot,Dismissible.Trigger
4
4
  description: An element with a dismiss button which removes it from the view
5
5
  category: Primitives
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Dismissible Group
3
- component: DismissibleGroup
3
+ component: DismissibleGroupRoot,DismissibleGroup.Item,DismissibleGroup.Trigger
4
4
  description: A set of dismissible elements.
5
5
  category: Primitives
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Tabs
3
- component: Tabs
3
+ component: Tabs,TriggerListWrapper,TabTrigger
4
4
  description: Tabs is a component that provides different sections of content that are displayed one at a time.
5
5
  category: Layout
6
6
  ---
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  title: Toast
3
+ component: ToastProvider
3
4
  description: A toast notification that gives non-intrusive feedback to the user and times out automatically
4
5
  category: Feedback
5
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Toggle Group
3
- component: ToggleGroup
3
+ component: ToggleGroupRoot,ToggleGroup.Button,ToggleGroup.Item
4
4
  description: Extends functionality the Toggle Group radix component
5
5
  category: Content
6
6
  ---
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "2.25.0",
7
+ "version": "2.25.1",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"