mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 18:24:04 +03:00
7cd37b8f83
Without disturbing the original example, add in our updated select and an example of it to compare the two side by side. We need to handle the "Nothing" case to make sure it looks like the original Select and add tests.
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"type": "package",
|
|
"name": "NoRedInk/noredink-ui",
|
|
"summary": "UI Widgets we use at NRI",
|
|
"license": "BSD-3-Clause",
|
|
"version": "6.16.0",
|
|
"exposed-modules": [
|
|
"Nri.Ui.Alert.V2",
|
|
"Nri.Ui.Alert.V3",
|
|
"Nri.Ui.Alert.V4",
|
|
"Nri.Ui.AssetPath",
|
|
"Nri.Ui.BannerAlert.V2",
|
|
"Nri.Ui.BannerAlert.V3",
|
|
"Nri.Ui.ClickableText.V1",
|
|
"Nri.Ui.ClickableText.V2",
|
|
"Nri.Ui.Button.V3",
|
|
"Nri.Ui.Button.V4",
|
|
"Nri.Ui.Button.V5",
|
|
"Nri.Ui.Button.V6",
|
|
"Nri.Ui.Button.V7",
|
|
"Nri.Ui.Button.V8",
|
|
"Nri.Ui.Checkbox.V3",
|
|
"Nri.Ui.Checkbox.V4",
|
|
"Nri.Ui.Checkbox.V5",
|
|
"Nri.Ui.Colors.Extra",
|
|
"Nri.Ui.Colors.V1",
|
|
"Nri.Ui.DisclosureIndicator.V1",
|
|
"Nri.Ui.DisclosureIndicator.V2",
|
|
"Nri.Ui.Divider.V2",
|
|
"Nri.Ui.Dropdown.V2",
|
|
"Nri.Ui.Effects.V1",
|
|
"Nri.Ui.Fonts.V1",
|
|
"Nri.Ui.Html.Attributes.V2",
|
|
"Nri.Ui.Html.V3",
|
|
"Nri.Ui.Icon.V3",
|
|
"Nri.Ui.Icon.V4",
|
|
"Nri.Ui.InputStyles.V2",
|
|
"Nri.Ui.Modal.V2",
|
|
"Nri.Ui.Modal.V3",
|
|
"Nri.Ui.Modal.V4",
|
|
"Nri.Ui.Outline.V2",
|
|
"Nri.Ui.Page.V2",
|
|
"Nri.Ui.Page.V3",
|
|
"Nri.Ui.Palette.V1",
|
|
"Nri.Ui.PremiumCheckbox.V1",
|
|
"Nri.Ui.PremiumCheckbox.V2",
|
|
"Nri.Ui.PremiumCheckbox.V3",
|
|
"Nri.Ui.PremiumCheckbox.V4",
|
|
"Nri.Ui.SegmentedControl.V6",
|
|
"Nri.Ui.Select.V5",
|
|
"Nri.Ui.Select.V6",
|
|
"Nri.Ui.Svg.V1",
|
|
"Nri.Ui.Slide.V1",
|
|
"Nri.Ui.SlideModal.V1",
|
|
"Nri.Ui.SlideModal.V2",
|
|
"Nri.Ui.Table.V3",
|
|
"Nri.Ui.Table.V4",
|
|
"Nri.Ui.Tabs.V3",
|
|
"Nri.Ui.Text.V2",
|
|
"Nri.Ui.Text.Writing.V1",
|
|
"Nri.Ui.TextArea.V3",
|
|
"Nri.Ui.TextArea.V4",
|
|
"Nri.Ui.TextInput.V3",
|
|
"Nri.Ui.TextInput.V4",
|
|
"Nri.Ui"
|
|
],
|
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
|
"dependencies": {
|
|
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
|
|
"elm/core": "1.0.0 <= v < 2.0.0",
|
|
"elm/html": "1.0.0 <= v < 2.0.0",
|
|
"elm/json": "1.0.0 <= v < 2.0.0",
|
|
"elm/regex": "1.0.0 <= v < 2.0.0",
|
|
"elm/svg": "1.0.1 <= v < 2.0.0",
|
|
"lukewestby/accessible-html-with-css-temp-19": "1.0.0 <= v < 2.0.0",
|
|
"pablohirafuji/elm-markdown": "2.0.5 <= v < 3.0.0",
|
|
"rtfeldman/elm-css": "16.0.0 <= v < 17.0.0",
|
|
"tesk9/accessible-html": "4.0.0 <= v < 5.0.0",
|
|
"wernerdegroot/listzipper": "3.1.1 <= v < 4.0.0"
|
|
},
|
|
"test-dependencies": {
|
|
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
|
|
}
|
|
} |