noredink-ui/styleguide-app/Assets.elm

193 lines
7.2 KiB
Elm
Raw Normal View History

module Assets exposing (Assets, assets)
import Nri.Ui.AssetPath as AssetPath exposing (Asset(..))
type alias Assets =
{ activity : String
, arrowDown : String
2018-10-18 20:03:15 +03:00
, assignmentStartButtonPrimary_svg : Asset
, assignmentStartButtonSecondary_svg : Asset
, attention_svg : Asset
, bulb : String
, calendar : String
2018-06-20 18:06:11 +03:00
, checkboxChecked_svg : Asset
2018-10-18 20:03:15 +03:00
, checkboxCheckedPartially_svg : Asset
2018-06-20 18:06:11 +03:00
, checkboxLockOnInside_svg : Asset
, checkboxUnchecked_svg : Asset
, checkmark : String
, class : String
, clever : String
, clock : String
, commentNotStarred_png : Asset
, commentStarred_png : Asset
, compass : String
, darkBlueCheckmark_svg : Asset
, diagnostic : String
, document : String
, download : String
, edit : String
, editWriting : String
, exclamation : String
, exclamationPoint_svg : Asset
, facebookBlue_svg : Asset
, flipper : String
, footsteps : String
, gear : String
2018-10-26 19:06:25 +03:00
, guidedDraft : String
, hint_png : Asset
, iconCalendar_svg : Asset
, iconCheck_png : Asset
, iconFlag_png : Asset
2018-06-20 18:06:11 +03:00
, iconPremiumFlag_svg : Asset
, iconPremiumWithWritingFlag_svg : Asset
, icons_arrowDownBlue_svg : Asset
, icons_arrowRightBlue_svg : Asset
, icons_clockRed_svg : Asset
, icons_equals_svg : Asset
, icons_helpBlue_svg : Asset
, icons_peerReview_svg : Asset
2018-10-16 00:15:57 +03:00
, icons_peerReviewWhite_svg : Asset
, icons_plusBlue_svg : Asset
, icons_quickWrite_svg : Asset
2018-10-16 00:21:08 +03:00
, icons_quickWriteWhite_svg : Asset
, icons_searchGray_svg : Asset
, icons_selfReviewWhite_svg : Asset
, icons_xBlue_svg : Asset
, key : String
, leaderboard : String
, leftArrowBlue_png : Asset
, level1Badge_png : Asset
, level2Badge_png : Asset
, level3Badge_png : Asset
, lock : String
, logoRedBlack_svg : Asset
2018-05-11 23:39:15 +03:00
, masteryBadge : String
, newspaper : String
, openClose : String
, peerReview : String
2018-08-14 00:41:09 +03:00
, pen : Asset
2018-10-18 20:03:15 +03:00
, performance : String
, personBlue_svg : Asset
, practice : String
, premiumLock_svg : Asset
, preview : String
, quickWrite : String
, quiz : String
2018-06-20 18:06:11 +03:00
, rating : String
, revising : String
, seemore : String
, selfReview : String
, share : String
2018-04-04 19:34:42 +03:00
, skip : String
, smallCheckmark_png : Asset
, sort : String
, sortArrow : String
, speedometer : String
, squiggly_png : Asset
, startingOffBadge_png : Asset
2018-06-20 18:06:11 +03:00
, submitting : String
, teach_assignments_copyWhite_svg : Asset
, twitterBlue_svg : Asset
, unarchiveBlue2x_png : Asset
, writingAssignment : String
, writingcycle : String
, x : String
, xWhite_svg : Asset
}
assets : Assets
assets =
2018-05-02 11:46:03 +03:00
{ activity = "icon-activity"
, arrowDown = "icon-arrow-down"
2018-05-04 14:43:35 +03:00
, attention_svg = Asset "assets/images/attention.svg"
2018-05-02 11:46:03 +03:00
, bulb = "icon-bulb"
, calendar = "icon-calendar"
, assignmentStartButtonPrimary_svg = Asset "assets/images/assignment-start-button-primary.svg"
, assignmentStartButtonSecondary_svg = Asset "assets/images/assignment-start-button-secondary.svg"
2018-06-20 18:10:30 +03:00
, checkboxChecked_svg = Asset "assets/images/checkbox_checked.svg"
2018-10-18 20:03:15 +03:00
, checkboxCheckedPartially_svg = Asset "assets/images/checkbox_checkedPartially.svg"
2018-06-20 18:10:30 +03:00
, checkboxLockOnInside_svg = Asset "assets/images/checkbox_lock_on_inside.svg"
, checkboxUnchecked_svg = Asset "assets/images/checkbox_unchecked.svg"
2018-05-02 11:46:03 +03:00
, checkmark = "icon-checkmark"
, class = "icon-class"
, clever = "icon-clever"
, clock = "icon-clock"
2018-05-04 14:43:35 +03:00
, commentNotStarred_png = Asset "assets/images/comment-notStarred.png"
, commentStarred_png = Asset "assets/images/comment-starred.png"
2018-05-02 11:46:03 +03:00
, compass = "icon-compass"
2018-05-04 14:43:35 +03:00
, darkBlueCheckmark_svg = Asset "assets/images/dark-blue-checkmark.svg"
2018-05-02 11:46:03 +03:00
, diagnostic = "icon-diagnostic"
, document = "icon-document"
, download = "icon-download"
, edit = "icon-edit"
, editWriting = "icon-edit-writing"
, exclamation = "icon-exclamation"
2018-05-04 14:43:35 +03:00
, exclamationPoint_svg = Asset "assets/images/exclamation-point.svg"
, facebookBlue_svg = Asset "assets/images/facebook-blue.svg"
2018-05-02 11:46:03 +03:00
, flipper = "icon-flipper"
, footsteps = "icon-footsteps"
, gear = "icon-gear"
2018-10-26 19:06:25 +03:00
, guidedDraft = "icon-guided-draft"
2018-05-04 14:43:35 +03:00
, hint_png = Asset "assets/images/hint.png"
, iconCalendar_svg = Asset "assets/images/icon-calendar.svg"
, iconCheck_png = Asset "assets/images/icon-check.png"
, iconFlag_png = Asset "assets/images/icon-flag.png"
, iconPremiumFlag_svg = Asset "assets/images/icon_premium_flag.svg"
, iconPremiumWithWritingFlag_svg = Asset "assets/images/icon_premium_writing_flag.svg"
2018-05-04 14:43:35 +03:00
, icons_arrowDownBlue_svg = Asset "assets/images/arrow-down-blue.svg"
, icons_arrowRightBlue_svg = Asset "assets/images/arrow-right-blue.svg"
, icons_clockRed_svg = Asset "assets/images/clock-red.svg"
, icons_equals_svg = Asset "assets/images/equals.svg"
, icons_helpBlue_svg = Asset "assets/images/help-blue.svg"
, icons_peerReview_svg = Asset "assets/images/peer-review.svg"
2018-10-16 00:15:57 +03:00
, icons_peerReviewWhite_svg = Asset "assets/images/peer-review-white.svg"
2018-05-04 14:43:35 +03:00
, icons_plusBlue_svg = Asset "assets/images/plus-blue.svg"
, icons_quickWrite_svg = Asset "assets/images/quick-write.svg"
2018-10-16 00:21:08 +03:00
, icons_quickWriteWhite_svg = Asset "assets/images/quick-write-white.svg"
2018-05-04 14:43:35 +03:00
, icons_searchGray_svg = Asset "assets/images/search-gray.svg"
, icons_selfReviewWhite_svg = Asset "assets/images/self-review-white.svg"
2018-05-04 14:43:35 +03:00
, icons_xBlue_svg = Asset "assets/images/x-blue.svg"
2018-05-02 11:46:03 +03:00
, key = "icon-key"
, leaderboard = "icon-leaderboard"
2018-05-04 14:43:35 +03:00
, leftArrowBlue_png = Asset "assets/images/left-arrow-blue.png"
, level1Badge_png = Asset "assets/images/level-1-badge.png"
, level2Badge_png = Asset "assets/images/level-2-badge.png"
, level3Badge_png = Asset "assets/images/level-3-badge.png"
2018-05-02 11:46:03 +03:00
, lock = "icon-lock"
2018-05-04 14:43:35 +03:00
, logoRedBlack_svg = Asset "assets/images/logo-red-black.svg"
2018-05-11 23:39:15 +03:00
, masteryBadge = "icon-mastery-badge"
2018-05-02 11:46:03 +03:00
, newspaper = "icon-newspaper"
, openClose = "icon-open-close"
, peerReview = "icon-peer-review"
2018-08-14 00:41:09 +03:00
, pen = Asset "assets/images/pen.svg"
2018-05-02 11:46:03 +03:00
, performance = "icon-performance"
2018-05-04 14:43:35 +03:00
, personBlue_svg = Asset "assets/images/person-blue.svg"
2018-05-02 11:46:03 +03:00
, practice = "icon-practice"
2018-05-04 14:43:35 +03:00
, premiumLock_svg = Asset "assets/images/premium-lock.svg"
2018-05-02 11:46:03 +03:00
, preview = "icon-preview"
, quickWrite = "icon-quick-write"
2018-05-02 11:46:03 +03:00
, quiz = "icon-quiz"
2018-06-20 18:06:11 +03:00
, rating = "icon-rating"
, revising = "icon-revising"
2018-05-02 11:46:03 +03:00
, seemore = "icon-seemore"
, selfReview = "icon-self-review"
2018-05-02 11:46:03 +03:00
, share = "icon-share"
, skip = "icon-skip"
2018-05-04 14:43:35 +03:00
, smallCheckmark_png = Asset "assets/images/small_checkmark.png"
2018-05-02 11:46:03 +03:00
, sort = "icon-sort"
, sortArrow = "icon-sort-arrow"
, speedometer = "icon-speedometer"
2018-05-04 14:43:35 +03:00
, squiggly_png = Asset "assets/images/squiggly.png"
, startingOffBadge_png = Asset "assets/images/starting-off-badge.png"
2018-06-20 18:06:11 +03:00
, submitting = "icon-submitting"
2018-05-04 14:43:35 +03:00
, teach_assignments_copyWhite_svg = Asset "assets/images/copy-white.svg"
, twitterBlue_svg = Asset "assets/images/twitter-blue.svg"
, unarchiveBlue2x_png = Asset "assets/images/unarchive-blue_2x.png"
2018-05-02 11:46:03 +03:00
, writingAssignment = "icon-writing-assignment"
, writingcycle = "icon-writingcycle"
, x = "icon-x"
2018-05-04 14:43:35 +03:00
, xWhite_svg = Asset "assets/images/x-white.svg"
}