UNPKG

@fremtind/jkl-feedback-react

Version:
40 lines (39 loc) 1.44 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var FeedbackValues_exports = {}; __export(FeedbackValues_exports, { HAPPY: () => HAPPY, NEUTRAL: () => NEUTRAL, UNHAPPY: () => UNHAPPY, VERY_HAPPY: () => VERY_HAPPY, VERY_UNHAPPY: () => VERY_UNHAPPY }); module.exports = __toCommonJS(FeedbackValues_exports); const VERY_UNHAPPY = { label: "Ikke forn\xF8yd i det hele tatt", value: 1 }; const UNHAPPY = { label: "Ikke forn\xF8yd", value: 2 }; const NEUTRAL = { label: "Verken forn\xF8yd eller misforn\xF8yd", value: 3 }; const HAPPY = { label: "Forn\xF8yd", value: 4 }; const VERY_HAPPY = { label: "Veldig forn\xF8yd", value: 5 }; //# sourceMappingURL=FeedbackValues.js.map