Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit f392e9c

Browse files
committed
changelog
1 parent 5390e4f commit f392e9c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3333
- Add and export compose icons in Teams theme @joheredi ([#639](https://github.com/stardust-ui/react/pull/639))
3434
- Add `menu` prop to `MenuItem` @mnajdova ([#539](https://github.com/stardust-ui/react/pull/539))
3535
- Enable RTL for `FocusZone` @sophieH29 ([#646](https://github.com/stardust-ui/react/pull/646))
36+
- Add `color` prop to `Segment` component @Bugaa92 ([#632](https://github.com/stardust-ui/react/pull/632))
3637

3738
### Documentation
3839
- Add more accessibility descriptions to components and behaviors @jurokapsiar ([#648](https://github.com/stardust-ui/react/pull/648))

docs/src/examples/components/Segment/Variations/SegmentExampleColor.shorthand.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from 'react'
2-
import _ from 'lodash'
1+
import * as React from 'react'
2+
import * as _ from 'lodash'
33
import { Segment, ProviderConsumer } from '@stardust-ui/react'
44

55
const SegmentExampleColor = () => (

docs/src/examples/components/Segment/Variations/SegmentExampleColor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from 'react'
2-
import _ from 'lodash'
1+
import * as React from 'react'
2+
import * as _ from 'lodash'
33
import { Segment, ProviderConsumer } from '@stardust-ui/react'
44

55
const SegmentExampleColor = () => (

0 commit comments

Comments
 (0)