File tree 27 files changed +431
-90
lines changed
component-catalog/src/Examples
27 files changed +431
-90
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import Nri.Ui.Colors.V1 as Colors
20
20
import Nri.Ui.Heading.V3 as Heading
21
21
import Nri.Ui.Spacing.V1 as Spacing
22
22
import Nri.Ui.Svg.V1 as Svg
23
- import Nri.Ui.Table.V7 as Table
23
+ import Nri.Ui.Table.V8 as Table
24
24
25
25
26
26
moduleName : String
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import Nri.Ui.Balloon.V2 as Balloon
23
23
import Nri.Ui.Colors.V1 as Colors
24
24
import Nri.Ui.Heading.V3 as Heading
25
25
import Nri.Ui.Spacing.V1 as Spacing
26
- import Nri.Ui.Table.V7 as Table
26
+ import Nri.Ui.Table.V8 as Table
27
27
28
28
29
29
moduleName : String
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import Nri.Ui.ClickableText.V4 as ClickableText
26
26
import Nri.Ui.Fonts.V1 as Fonts
27
27
import Nri.Ui.Heading.V3 as Heading
28
28
import Nri.Ui.Spacing.V1 as Spacing
29
- import Nri.Ui.Table.V7 as Table
29
+ import Nri.Ui.Table.V8 as Table
30
30
import Nri.Ui.Text.V6 as Text
31
31
import Task
32
32
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import Nri.Ui.Heading.V3 as Heading
25
25
import Nri.Ui.Html.V3 exposing (viewJust )
26
26
import Nri.Ui.Spacing.V1 as Spacing
27
27
import Nri.Ui.Svg.V1 as Svg exposing (Svg )
28
- import Nri.Ui.Table.V7 as Table
28
+ import Nri.Ui.Table.V8 as Table
29
29
import Nri.Ui.Text.V6 as Text
30
30
import Nri.Ui.UiIcon.V1 as UiIcon
31
31
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import Nri.Ui.FocusRing.V1 as FocusRing
33
33
import Nri.Ui.Heading.V3 as Heading
34
34
import Nri.Ui.Html.Attributes.V2 as Attributes
35
35
import Nri.Ui.Html.V3 exposing (viewJust )
36
- import Nri.Ui.Table.V7 as Table
36
+ import Nri.Ui.Table.V8 as Table
37
37
import Nri.Ui.Text.V6 as Text
38
38
import Nri.Ui.UiIcon.V1 as UiIcon
39
39
import Routes
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import Nri.Ui.Fonts.V1 as Fonts
26
26
import Nri.Ui.Heading.V3 as Heading
27
27
import Nri.Ui.Html.Attributes.V2 exposing (safeIdWithPrefix )
28
28
import Nri.Ui.Svg.V1 as Svg
29
- import Nri.Ui.Table.V7 as Table
29
+ import Nri.Ui.Table.V8 as Table
30
30
import Nri.Ui.Tooltip.V3 as Tooltip
31
31
32
32
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import Html.Styled.Attributes exposing (css)
22
22
import Nri.Ui.ClickableText.V4 as ClickableText
23
23
import Nri.Ui.Heading.V3 as Heading
24
24
import Nri.Ui.Spacing.V1 as Spacing
25
- import Nri.Ui.Table.V7 as Table
25
+ import Nri.Ui.Table.V8 as Table
26
26
import Nri.Ui.Text.V6 as Text
27
27
import Nri.Ui.UiIcon.V1 as UiIcon
28
28
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import Nri.Ui.SegmentedControl.V14 as SegmentedControl
27
27
import Nri.Ui.Spacing.V1 as Spacing
28
28
import Nri.Ui.Svg.V1 as Svg
29
29
import Nri.Ui.Switch.V3 as Switch
30
- import Nri.Ui.Table.V7 as Table
30
+ import Nri.Ui.Table.V8 as Table
31
31
import Nri.Ui.Text.V6 as Text
32
32
import Nri.Ui.UiIcon.V1 as UiIcon
33
33
import Routes
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import Nri.Ui.ClickableText.V4 as ClickableText
15
15
import Nri.Ui.Fonts.V1 as Fonts
16
16
import Nri.Ui.Heading.V3 as Heading
17
17
import Nri.Ui.Spacing.V1 as Spacing
18
- import Nri.Ui.Table.V7 as Table
18
+ import Nri.Ui.Table.V8 as Table
19
19
import Nri.Ui.Text.V6 as Text
20
20
21
21
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import Nri.Ui.Highlightable.V3 as Highlightable exposing (Highlightable)
28
28
import Nri.Ui.Highlighter.V6 as Highlighter
29
29
import Nri.Ui.HighlighterTool.V1 as Tool
30
30
import Nri.Ui.Spacing.V1 as Spacing
31
- import Nri.Ui.Table.V7 as Table
31
+ import Nri.Ui.Table.V8 as Table
32
32
import Nri.Ui.Text.V6 as Text
33
33
import Sort exposing (Sorter )
34
34
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import Nri.Ui.Menu.V4 as Menu
37
37
import Nri.Ui.RadioButton.V4 as RadioButton
38
38
import Nri.Ui.Spacing.V1 as Spacing
39
39
import Nri.Ui.Switch.V3 as Switch
40
- import Nri.Ui.Table.V7 as Table
40
+ import Nri.Ui.Table.V8 as Table
41
41
import Nri.Ui.Text.V6 as Text
42
42
import Nri.Ui.TextInput.V8 as TextInput
43
43
import Nri.Ui.Tooltip.V3 as Tooltip
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import Nri.Ui.Colors.V1 as Colors
16
16
import Nri.Ui.Heading.V3 as Heading
17
17
import Nri.Ui.Message.V4 as Message
18
18
import Nri.Ui.Spacing.V1 as Spacing
19
- import Nri.Ui.Table.V7 as Table
19
+ import Nri.Ui.Table.V8 as Table
20
20
import ViewHelpers exposing (viewExamples )
21
21
22
22
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import Nri.Ui.Pennant.V3 as Pennant
26
26
import Nri.Ui.PremiumCheckbox.V8 as PremiumCheckbox
27
27
import Nri.Ui.Spacing.V1 as Spacing
28
28
import Nri.Ui.Svg.V1 as Svg
29
- import Nri.Ui.Table.V7 as Table
29
+ import Nri.Ui.Table.V8 as Table
30
30
import Set exposing (Set )
31
31
32
32
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import Nri.Ui.Heading.V3 as Heading
27
27
import Nri.Ui.QuestionBox.V7 as QuestionBox
28
28
import Nri.Ui.Spacing.V1 as Spacing
29
29
import Nri.Ui.Svg.V1 as Svg
30
- import Nri.Ui.Table.V7 as Table
30
+ import Nri.Ui.Table.V8 as Table
31
31
import Nri.Ui.UiIcon.V1 as UiIcon
32
32
33
33
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import Nri.Ui.Modal.V12 as Modal
36
36
import Nri.Ui.RadioButton.V4 as RadioButton
37
37
import Nri.Ui.Spacing.V1 as Spacing
38
38
import Nri.Ui.Svg.V1 as Svg
39
- import Nri.Ui.Table.V7 as Table
39
+ import Nri.Ui.Table.V8 as Table
40
40
import Nri.Ui.Text.V6 as Text
41
41
import Nri.Ui.Tooltip.V3 as Tooltip
42
42
import Nri.Ui.UiIcon.V1 as UiIcon
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import Nri.Ui.Colors.V1 as Colors
19
19
import Nri.Ui.Heading.V3 as Heading
20
20
import Nri.Ui.RadioButtonDotless.V1 as RadioButtonDotless
21
21
import Nri.Ui.Spacing.V1 as Spacing
22
- import Nri.Ui.Table.V7 as Table
22
+ import Nri.Ui.Table.V8 as Table
23
23
import Nri.Ui.Text.V6 as Text
24
24
import Platform.Sub as Sub
25
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import Nri.Ui.Heading.V3 as Heading
20
20
import Nri.Ui.RingGauge.V1 as RingGauge
21
21
import Nri.Ui.Spacing.V1 as Spacing
22
22
import Nri.Ui.Svg.V1 as Svg
23
- import Nri.Ui.Table.V7 as Table
23
+ import Nri.Ui.Table.V8 as Table
24
24
import Round
25
25
import SolidColor.Accessibility
26
26
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import Nri.Ui.Heading.V3 as Heading
20
20
import Nri.Ui.SortableTable.V4 as SortableTable exposing (Column )
21
21
import Nri.Ui.Spacing.V1 as Spacing
22
22
import Nri.Ui.Svg.V1 as Svg exposing (Svg )
23
- import Nri.Ui.Table.V7 as Table
23
+ import Nri.Ui.Table.V8 as Table
24
24
import Nri.Ui.UiIcon.V1 as UiIcon
25
25
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Nri.Ui.Container.V2 as Container
21
21
import Nri.Ui.Fonts.V1 as Fonts
22
22
import Nri.Ui.Heading.V3 as Heading
23
23
import Nri.Ui.Spacing.V1 as Spacing
24
- import Nri.Ui.Table.V7 as Table
24
+ import Nri.Ui.Table.V8 as Table
25
25
import Nri.Ui.Text.V6 as Text
26
26
import Svg.Styled
27
27
import Svg.Styled.Attributes
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import KeyboardSupport exposing (Key(..))
20
20
import Nri.Ui.Heading.V3 as Heading
21
21
import Nri.Ui.Spacing.V1 as Spacing
22
22
import Nri.Ui.Switch.V3 as Switch
23
- import Nri.Ui.Table.V7 as Table
23
+ import Nri.Ui.Table.V8 as Table
24
24
import Nri.Ui.Tooltip.V3 as Tooltip
25
25
26
26
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Html.Attributes exposing (alt)
17
17
import Nri.Ui.Button.V10 as Button
18
18
import Nri.Ui.Heading.V3 as Heading
19
19
import Nri.Ui.Spacing.V1 as Spacing
20
- import Nri.Ui.Table.V7 as Table exposing (Column )
20
+ import Nri.Ui.Table.V8 as Table exposing (Column )
21
21
22
22
23
23
{- | -}
@@ -32,7 +32,7 @@ moduleName =
32
32
33
33
version : Int
34
34
version =
35
- 7
35
+ 8
36
36
37
37
38
38
{- | -}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import Nri.Ui.ClickableText.V4 as ClickableText
26
26
import Nri.Ui.Colors.V1 as Colors
27
27
import Nri.Ui.Heading.V3 as Heading
28
28
import Nri.Ui.Svg.V1 as Svg
29
- import Nri.Ui.Table.V7 as Table
29
+ import Nri.Ui.Table.V8 as Table
30
30
import Nri.Ui.Tooltip.V3 as Tooltip
31
31
import Nri.Ui.UiIcon.V1 as UiIcon
32
32
import Routes
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import KeyboardSupport exposing (Key(..))
21
21
import Nri.Ui.COMPONENT_NAME.V1 as COMPONENT_NAME
22
22
import Nri.Ui.Heading.V3 as Heading
23
23
import Nri.Ui.Spacing.V1 as Spacing
24
- import Nri.Ui.Table.V7 as Table
24
+ import Nri.Ui.Table.V8 as Table
25
25
import Nri.Ui.Text.V6 as Text
26
26
27
27
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import Nri.Ui.Html.Attributes.V2 exposing (maybe)
34
34
import Nri.Ui.Html.V3 exposing (viewJust )
35
35
import Nri.Ui.MediaQuery.V1 as MediaQuery
36
36
import Nri.Ui.Svg.V1
37
- import Nri.Ui.Table.V7 as Table exposing (SortDirection (..) )
37
+ import Nri.Ui.Table.V8 as Table exposing (SortDirection (..) )
38
38
import Nri.Ui.UiIcon.V1
39
39
40
40
You can’t perform that action at this time.
0 commit comments