@mirai/core 0.4.374 → 0.4.376

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/build/components/Chat/Chat.constants.js +37 -1
  2. package/build/components/Chat/Chat.constants.js.map +1 -1
  3. package/build/components/Chat/Chat.js +44 -208
  4. package/build/components/Chat/Chat.js.map +1 -1
  5. package/build/components/Chat/components/AiHalo/AiHalo.js +109 -0
  6. package/build/components/Chat/components/AiHalo/AiHalo.js.map +1 -0
  7. package/build/components/Chat/components/AiHalo/AiHalo.module.css +92 -0
  8. package/build/components/Chat/components/AiHalo/index.js +13 -0
  9. package/build/components/Chat/components/AiHalo/index.js.map +1 -0
  10. package/build/components/Chat/components/Aura/Aura.js +66 -0
  11. package/build/components/Chat/components/Aura/Aura.js.map +1 -0
  12. package/build/components/Chat/components/Aura/Aura.module.css +10 -0
  13. package/build/components/Chat/components/Aura/index.js +13 -0
  14. package/build/components/Chat/components/Aura/index.js.map +1 -0
  15. package/build/components/Chat/components/ButtonDispatcher/ButtonDispatcher.js +2 -2
  16. package/build/components/Chat/components/ButtonDispatcher/ButtonDispatcher.js.map +1 -1
  17. package/build/components/Chat/components/Input/Input.Context.js +15 -19
  18. package/build/components/Chat/components/Input/Input.Context.js.map +1 -1
  19. package/build/components/Chat/components/Input/Input.js +22 -8
  20. package/build/components/Chat/components/Input/Input.js.map +1 -1
  21. package/build/components/Chat/components/Message/Message.js +27 -68
  22. package/build/components/Chat/components/Message/Message.js.map +1 -1
  23. package/build/components/Chat/components/Message/Message.module.css +31 -78
  24. package/build/components/Chat/components/Message/components/Typewriter.js.map +1 -0
  25. package/build/components/Chat/components/Message/components/index.js +0 -33
  26. package/build/components/Chat/components/Message/components/index.js.map +1 -1
  27. package/build/components/Chat/components/Welcome/Welcome.js +3 -0
  28. package/build/components/Chat/components/Welcome/Welcome.js.map +1 -1
  29. package/build/components/Chat/helpers/auraHelpers.js +146 -0
  30. package/build/components/Chat/helpers/auraHelpers.js.map +1 -0
  31. package/build/components/helpers/ICON.js +6 -0
  32. package/build/components/helpers/ICON.js.map +1 -1
  33. package/build/components/helpers/constants.js +1 -0
  34. package/build/components/helpers/constants.js.map +1 -1
  35. package/build/helpers/getLocale.js +2 -1
  36. package/build/helpers/getLocale.js.map +1 -1
  37. package/build/theme.css +4 -0
  38. package/package.json +2 -1
  39. package/build/components/Chat/components/Message/Message.Action.js +0 -96
  40. package/build/components/Chat/components/Message/Message.Action.js.map +0 -1
  41. package/build/components/Chat/components/Message/Message.Requirement.js +0 -139
  42. package/build/components/Chat/components/Message/Message.Requirement.js.map +0 -1
  43. package/build/components/Chat/components/Message/Message.constants.js +0 -37
  44. package/build/components/Chat/components/Message/Message.constants.js.map +0 -1
  45. package/build/components/Chat/components/Message/components/Booking.js +0 -76
  46. package/build/components/Chat/components/Message/components/Booking.js.map +0 -1
  47. package/build/components/Chat/components/Message/components/Booking.module.css +0 -3
  48. package/build/components/Chat/components/Message/components/Card.js +0 -84
  49. package/build/components/Chat/components/Message/components/Card.js.map +0 -1
  50. package/build/components/Chat/components/Message/components/Card.module.css +0 -55
  51. package/build/components/Chat/components/Message/components/List/List.Room.js +0 -114
  52. package/build/components/Chat/components/Message/components/List/List.Room.js.map +0 -1
  53. package/build/components/Chat/components/Message/components/List/List.Room.module.css +0 -70
  54. package/build/components/Chat/components/Message/components/List/List.js +0 -66
  55. package/build/components/Chat/components/Message/components/List/List.js.map +0 -1
  56. package/build/components/Chat/components/Message/components/List/List.l10n.js +0 -12
  57. package/build/components/Chat/components/Message/components/List/List.l10n.js.map +0 -1
  58. package/build/components/Chat/components/Message/components/List/List.module.css +0 -44
  59. package/build/components/Chat/components/Message/components/List/helpers/getVerboseList.js +0 -20
  60. package/build/components/Chat/components/Message/components/List/helpers/getVerboseList.js.map +0 -1
  61. package/build/components/Chat/components/Message/components/List/helpers/index.js +0 -17
  62. package/build/components/Chat/components/Message/components/List/helpers/index.js.map +0 -1
  63. package/build/components/Chat/components/Message/components/List/index.js +0 -17
  64. package/build/components/Chat/components/Message/components/List/index.js.map +0 -1
  65. package/build/components/Chat/components/Message/components/Typewriter/Typewriter.js.map +0 -1
  66. package/build/components/Chat/components/Message/components/Typewriter/index.js +0 -17
  67. package/build/components/Chat/components/Message/components/Typewriter/index.js.map +0 -1
  68. package/build/components/Chat/components/Message/intents/BookingQuery.js +0 -67
  69. package/build/components/Chat/components/Message/intents/BookingQuery.js.map +0 -1
  70. package/build/components/Chat/components/Message/intents/HotelInfo.js +0 -72
  71. package/build/components/Chat/components/Message/intents/HotelInfo.js.map +0 -1
  72. package/build/components/Chat/components/Message/intents/Login/Login.js +0 -119
  73. package/build/components/Chat/components/Message/intents/Login/Login.js.map +0 -1
  74. package/build/components/Chat/components/Message/intents/Login/Login.l10n.js +0 -24
  75. package/build/components/Chat/components/Message/intents/Login/Login.l10n.js.map +0 -1
  76. package/build/components/Chat/components/Message/intents/Login/Login.module.css +0 -12
  77. package/build/components/Chat/components/Message/intents/Login/index.js +0 -17
  78. package/build/components/Chat/components/Message/intents/Login/index.js.map +0 -1
  79. package/build/components/Chat/components/Message/intents/index.js +0 -39
  80. package/build/components/Chat/components/Message/intents/index.js.map +0 -1
  81. /package/build/components/Chat/components/Message/components/{Typewriter/Typewriter.js → Typewriter.js} +0 -0
  82. /package/build/components/Chat/components/Message/components/{Typewriter/Typewriter.module.css → Typewriter.module.css} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"Login.js","names":["_dataSources","require","_locale","_services","_ui","_react","_interopRequireWildcard","_Login","style","_helpers","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ownKeys","keys","getOwnPropertySymbols","filter","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","_toPropertyKey","value","configurable","writable","_toPrimitive","Symbol","toPrimitive","TypeError","String","Number","_objectDestructuringEmpty","_extends","assign","bind","Login","_ref","others","translate","useLocale","club","id","useStore","busy","setBusy","useState","form","setForm","formError","setFormError","responseError","setResponseError","useEffect","touched","login","handleSubmit","undefined","props","idClub","idHotel","response","ServiceUser","catch","error","Event","publish","EVENT","METRICS","session","LOGGED","event","createElement","Form","onChange","onError","onSubmit","className","Text","description","L10N","LABEL_FORM_DESCRIPTION","InputText","autoComplete","name","label","LABEL_EMAIL","required","type","email","LABEL_PASSWORD","password","Notification","notification","testId","NOTIFICATION_ERROR","Button","disabled","large","wide","onPress","button","ACTION_LOGIN","exports","displayName","propTypes"],"sources":["../../../../../../../src/components/Chat/components/Message/intents/Login/Login.jsx"],"sourcesContent":["import { Event, useStore } from '@mirai/data-sources';\nimport { useLocale } from '@mirai/locale';\nimport { ServiceUser } from '@mirai/services';\nimport { Button, Form, InputText, Notification, Text } from '@mirai/ui';\nimport React, { useEffect, useState } from 'react';\n\nimport { L10N } from './Login.l10n';\nimport * as style from './Login.module.css';\nimport { EVENT } from '../../../../../helpers';\n\nconst Login = ({ ...others }) => {\n const { translate } = useLocale();\n const { set, value: { club = {}, id } = {} } = useStore();\n\n const [busy, setBusy] = useState(false);\n const [form, setForm] = useState({});\n const [formError, setFormError] = useState({});\n const [responseError, setResponseError] = useState();\n\n useEffect(() => {\n setForm({});\n setFormError({ touched: false });\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n useEffect(() => {\n setResponseError();\n set({ login: form });\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [form]);\n\n const handleSubmit = async (value) => {\n setBusy(true);\n setResponseError(undefined);\n\n const props = { ...value, idClub: club.id, idHotel: id };\n const response = await ServiceUser.login(props).catch((error) => {\n setResponseError(error);\n Event.publish(EVENT.METRICS, { id: `LOGIN:ERROR` });\n });\n\n if (response) {\n set({ session: response });\n\n Event.publish(EVENT.LOGGED, { event: EVENT.LOGGED, response });\n Event.publish(EVENT.METRICS, { id: `LOGIN:'SUCCESS` });\n }\n setBusy(false);\n };\n\n return (\n <Form {...others} onChange={setForm} onError={setFormError} onSubmit={handleSubmit} className={style.form}>\n <Text className={style.description}>{translate(L10N.LABEL_FORM_DESCRIPTION)}</Text>\n\n <InputText\n autoComplete=\"true\"\n name=\"email\"\n label={translate(L10N.LABEL_EMAIL)}\n required\n type=\"email\"\n value={form.email}\n />\n <InputText\n autoComplete=\"true\"\n name=\"password\"\n label={translate(L10N.LABEL_PASSWORD)}\n required\n type=\"password\"\n value={form.password}\n />\n\n {!busy && responseError && (\n <Notification error className={style.notification} testId=\"login-notification\">\n {translate(L10N.NOTIFICATION_ERROR)}\n </Notification>\n )}\n\n <Button\n busy={busy}\n disabled={Object.keys(formError).length !== 0}\n large\n type=\"submit\"\n wide\n onPress={() => {}}\n testId=\"login-button\"\n className={style.button}\n >\n {translate(L10N.ACTION_LOGIN)}\n </Button>\n </Form>\n );\n};\n\nLogin.displayName = 'Mirai:Core:Chat:Message:Login';\n\nLogin.propTypes = {};\n\nexport { Login };\n"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,GAAA,GAAAH,OAAA;AACA,IAAAI,MAAA,GAAAC,uBAAA,CAAAL,OAAA;AAEA,IAAAM,MAAA,GAAAN,OAAA;AACA,IAAAO,KAAA,GAAAF,uBAAA,CAAAL,OAAA;AACA,IAAAQ,QAAA,GAAAR,OAAA;AAA+C,SAAAK,wBAAAI,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAN,uBAAA,YAAAA,CAAAI,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,SAAAkB,QAAAnB,CAAA,EAAAG,CAAA,QAAAF,CAAA,GAAAe,MAAA,CAAAI,IAAA,CAAApB,CAAA,OAAAgB,MAAA,CAAAK,qBAAA,QAAAf,CAAA,GAAAU,MAAA,CAAAK,qBAAA,CAAArB,CAAA,GAAAG,CAAA,KAAAG,CAAA,GAAAA,CAAA,CAAAgB,MAAA,WAAAnB,CAAA,WAAAa,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAG,CAAA,EAAAoB,UAAA,OAAAtB,CAAA,CAAAuB,IAAA,CAAAC,KAAA,CAAAxB,CAAA,EAAAK,CAAA,YAAAL,CAAA;AAAA,SAAAyB,cAAA1B,CAAA,aAAAG,CAAA,MAAAA,CAAA,GAAAwB,SAAA,CAAAC,MAAA,EAAAzB,CAAA,UAAAF,CAAA,WAAA0B,SAAA,CAAAxB,CAAA,IAAAwB,SAAA,CAAAxB,CAAA,QAAAA,CAAA,OAAAgB,OAAA,CAAAH,MAAA,CAAAf,CAAA,OAAA4B,OAAA,WAAA1B,CAAA,IAAA2B,eAAA,CAAA9B,CAAA,EAAAG,CAAA,EAAAF,CAAA,CAAAE,CAAA,SAAAa,MAAA,CAAAe,yBAAA,GAAAf,MAAA,CAAAgB,gBAAA,CAAAhC,CAAA,EAAAgB,MAAA,CAAAe,yBAAA,CAAA9B,CAAA,KAAAkB,OAAA,CAAAH,MAAA,CAAAf,CAAA,GAAA4B,OAAA,WAAA1B,CAAA,IAAAa,MAAA,CAAAC,cAAA,CAAAjB,CAAA,EAAAG,CAAA,EAAAa,MAAA,CAAAE,wBAAA,CAAAjB,CAAA,EAAAE,CAAA,iBAAAH,CAAA;AAAA,SAAA8B,gBAAA9B,CAAA,EAAAG,CAAA,EAAAF,CAAA,YAAAE,CAAA,GAAA8B,cAAA,CAAA9B,CAAA,MAAAH,CAAA,GAAAgB,MAAA,CAAAC,cAAA,CAAAjB,CAAA,EAAAG,CAAA,IAAA+B,KAAA,EAAAjC,CAAA,EAAAsB,UAAA,MAAAY,YAAA,MAAAC,QAAA,UAAApC,CAAA,CAAAG,CAAA,IAAAF,CAAA,EAAAD,CAAA;AAAA,SAAAiC,eAAAhC,CAAA,QAAAM,CAAA,GAAA8B,YAAA,CAAApC,CAAA,uCAAAM,CAAA,GAAAA,CAAA,GAAAA,CAAA;AAAA,SAAA8B,aAAApC,CAAA,EAAAE,CAAA,2BAAAF,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAD,CAAA,GAAAC,CAAA,CAAAqC,MAAA,CAAAC,WAAA,kBAAAvC,CAAA,QAAAO,CAAA,GAAAP,CAAA,CAAAe,IAAA,CAAAd,CAAA,EAAAE,CAAA,uCAAAI,CAAA,SAAAA,CAAA,YAAAiC,SAAA,yEAAArC,CAAA,GAAAsC,MAAA,GAAAC,MAAA,EAAAzC,CAAA;AAAA,SAAA0C,0BAAA1C,CAAA,gBAAAA,CAAA,YAAAuC,SAAA,yBAAAvC,CAAA;AAAA,SAAA2C,SAAA,WAAAA,QAAA,GAAA5B,MAAA,CAAA6B,MAAA,GAAA7B,MAAA,CAAA6B,MAAA,CAAAC,IAAA,eAAA1C,CAAA,aAAAJ,CAAA,MAAAA,CAAA,GAAA2B,SAAA,CAAAC,MAAA,EAAA5B,CAAA,UAAAC,CAAA,GAAA0B,SAAA,CAAA3B,CAAA,YAAAG,CAAA,IAAAF,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAE,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAF,CAAA,CAAAE,CAAA,aAAAC,CAAA,KAAAwC,QAAA,CAAAnB,KAAA,OAAAE,SAAA;AAE/C,MAAMoB,KAAK,GAAGC,IAAA,IAAmB;EAAA,IAAbC,MAAM,GAAAL,QAAA,MAAAD,yBAAA,CAAAK,IAAA,GAAAA,IAAA;EACxB,MAAM;IAAEE;EAAU,CAAC,GAAG,IAAAC,iBAAS,EAAC,CAAC;EACjC,MAAM;IAAEtC,GAAG;IAAEqB,KAAK,EAAE;MAAEkB,IAAI,GAAG,CAAC,CAAC;MAAEC;IAAG,CAAC,GAAG,CAAC;EAAE,CAAC,GAAG,IAAAC,qBAAQ,EAAC,CAAC;EAEzD,MAAM,CAACC,IAAI,EAAEC,OAAO,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EACvC,MAAM,CAACC,IAAI,EAAEC,OAAO,CAAC,GAAG,IAAAF,eAAQ,EAAC,CAAC,CAAC,CAAC;EACpC,MAAM,CAACG,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAJ,eAAQ,EAAC,CAAC,CAAC,CAAC;EAC9C,MAAM,CAACK,aAAa,EAAEC,gBAAgB,CAAC,GAAG,IAAAN,eAAQ,EAAC,CAAC;EAEpD,IAAAO,gBAAS,EAAC,MAAM;IACdL,OAAO,CAAC,CAAC,CAAC,CAAC;IACXE,YAAY,CAAC;MAAEI,OAAO,EAAE;IAAM,CAAC,CAAC;IAChC;EACF,CAAC,EAAE,EAAE,CAAC;EAEN,IAAAD,gBAAS,EAAC,MAAM;IACdD,gBAAgB,CAAC,CAAC;IAClBlD,GAAG,CAAC;MAAEqD,KAAK,EAAER;IAAK,CAAC,CAAC;IACpB;EACF,CAAC,EAAE,CAACA,IAAI,CAAC,CAAC;EAEV,MAAMS,YAAY,GAAG,MAAOjC,KAAK,IAAK;IACpCsB,OAAO,CAAC,IAAI,CAAC;IACbO,gBAAgB,CAACK,SAAS,CAAC;IAE3B,MAAMC,KAAK,GAAA3C,aAAA,CAAAA,aAAA,KAAQQ,KAAK;MAAEoC,MAAM,EAAElB,IAAI,CAACC,EAAE;MAAEkB,OAAO,EAAElB;IAAE,EAAE;IACxD,MAAMmB,QAAQ,GAAG,MAAMC,qBAAW,CAACP,KAAK,CAACG,KAAK,CAAC,CAACK,KAAK,CAAEC,KAAK,IAAK;MAC/DZ,gBAAgB,CAACY,KAAK,CAAC;MACvBC,kBAAK,CAACC,OAAO,CAACC,cAAK,CAACC,OAAO,EAAE;QAAE1B,EAAE;MAAgB,CAAC,CAAC;IACrD,CAAC,CAAC;IAEF,IAAImB,QAAQ,EAAE;MACZ3D,GAAG,CAAC;QAAEmE,OAAO,EAAER;MAAS,CAAC,CAAC;MAE1BI,kBAAK,CAACC,OAAO,CAACC,cAAK,CAACG,MAAM,EAAE;QAAEC,KAAK,EAAEJ,cAAK,CAACG,MAAM;QAAET;MAAS,CAAC,CAAC;MAC9DI,kBAAK,CAACC,OAAO,CAACC,cAAK,CAACC,OAAO,EAAE;QAAE1B,EAAE;MAAmB,CAAC,CAAC;IACxD;IACAG,OAAO,CAAC,KAAK,CAAC;EAChB,CAAC;EAED,oBACE7D,MAAA,CAAAe,OAAA,CAAAyE,aAAA,CAACzF,GAAA,CAAA0F,IAAI,EAAAxC,QAAA,KAAKK,MAAM;IAAEoC,QAAQ,EAAE1B,OAAQ;IAAC2B,OAAO,EAAEzB,YAAa;IAAC0B,QAAQ,EAAEpB,YAAa;IAACqB,SAAS,EAAE1F,KAAK,CAAC4D;EAAK,iBACxG/D,MAAA,CAAAe,OAAA,CAAAyE,aAAA,CAACzF,GAAA,CAAA+F,IAAI;IAACD,SAAS,EAAE1F,KAAK,CAAC4F;EAAY,GAAExC,SAAS,CAACyC,WAAI,CAACC,sBAAsB,CAAQ,CAAC,eAEnFjG,MAAA,CAAAe,OAAA,CAAAyE,aAAA,CAACzF,GAAA,CAAAmG,SAAS;IACRC,YAAY,EAAC,MAAM;IACnBC,IAAI,EAAC,OAAO;IACZC,KAAK,EAAE9C,SAAS,CAACyC,WAAI,CAACM,WAAW,CAAE;IACnCC,QAAQ;IACRC,IAAI,EAAC,OAAO;IACZjE,KAAK,EAAEwB,IAAI,CAAC0C;EAAM,CACnB,CAAC,eACFzG,MAAA,CAAAe,OAAA,CAAAyE,aAAA,CAACzF,GAAA,CAAAmG,SAAS;IACRC,YAAY,EAAC,MAAM;IACnBC,IAAI,EAAC,UAAU;IACfC,KAAK,EAAE9C,SAAS,CAACyC,WAAI,CAACU,cAAc,CAAE;IACtCH,QAAQ;IACRC,IAAI,EAAC,UAAU;IACfjE,KAAK,EAAEwB,IAAI,CAAC4C;EAAS,CACtB,CAAC,EAED,CAAC/C,IAAI,IAAIO,aAAa,iBACrBnE,MAAA,CAAAe,OAAA,CAAAyE,aAAA,CAACzF,GAAA,CAAA6G,YAAY;IAAC5B,KAAK;IAACa,SAAS,EAAE1F,KAAK,CAAC0G,YAAa;IAACC,MAAM,EAAC;EAAoB,GAC3EvD,SAAS,CAACyC,WAAI,CAACe,kBAAkB,CACtB,CACf,eAED/G,MAAA,CAAAe,OAAA,CAAAyE,aAAA,CAACzF,GAAA,CAAAiH,MAAM;IACLpD,IAAI,EAAEA,IAAK;IACXqD,QAAQ,EAAE5F,MAAM,CAACI,IAAI,CAACwC,SAAS,CAAC,CAAChC,MAAM,KAAK,CAAE;IAC9CiF,KAAK;IACLV,IAAI,EAAC,QAAQ;IACbW,IAAI;IACJC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAE;IAClBN,MAAM,EAAC,cAAc;IACrBjB,SAAS,EAAE1F,KAAK,CAACkH;EAAO,GAEvB9D,SAAS,CAACyC,WAAI,CAACsB,YAAY,CACtB,CACJ,CAAC;AAEX,CAAC;AAACC,OAAA,CAAAnE,KAAA,GAAAA,KAAA;AAEFA,KAAK,CAACoE,WAAW,GAAG,+BAA+B;AAEnDpE,KAAK,CAACqE,SAAS,GAAG,CAAC,CAAC","ignoreList":[]}
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.L10N = void 0;
7
- const L10N = exports.L10N = {
8
- ACTION_LOGIN: {
9
- id: 'common.action.login'
10
- },
11
- LABEL_FORM_DESCRIPTION: {
12
- id: 'core.label.form_description'
13
- },
14
- LABEL_EMAIL: {
15
- id: 'common.label.email'
16
- },
17
- LABEL_PASSWORD: {
18
- id: 'common.label.password'
19
- },
20
- NOTIFICATION_ERROR: {
21
- id: 'common.notification.error_unknown'
22
- }
23
- };
24
- //# sourceMappingURL=Login.l10n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Login.l10n.js","names":["L10N","exports","ACTION_LOGIN","id","LABEL_FORM_DESCRIPTION","LABEL_EMAIL","LABEL_PASSWORD","NOTIFICATION_ERROR"],"sources":["../../../../../../../src/components/Chat/components/Message/intents/Login/Login.l10n.js"],"sourcesContent":["export const L10N = {\n ACTION_LOGIN: { id: 'common.action.login' },\n\n LABEL_FORM_DESCRIPTION: { id: 'core.label.form_description' },\n LABEL_EMAIL: { id: 'common.label.email' },\n LABEL_PASSWORD: { id: 'common.label.password' },\n\n NOTIFICATION_ERROR: { id: 'common.notification.error_unknown' },\n};\n"],"mappings":";;;;;;AAAO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,YAAY,EAAE;IAAEC,EAAE,EAAE;EAAsB,CAAC;EAE3CC,sBAAsB,EAAE;IAAED,EAAE,EAAE;EAA8B,CAAC;EAC7DE,WAAW,EAAE;IAAEF,EAAE,EAAE;EAAqB,CAAC;EACzCG,cAAc,EAAE;IAAEH,EAAE,EAAE;EAAwB,CAAC;EAE/CI,kBAAkB,EAAE;IAAEJ,EAAE,EAAE;EAAoC;AAChE,CAAC","ignoreList":[]}
@@ -1,12 +0,0 @@
1
- .form {
2
- margin: var(--mirai-ui-space-M);
3
- }
4
-
5
- .description {
6
- margin-bottom: var(--mirai-ui-space-M);
7
- }
8
-
9
- .notification,
10
- .button {
11
- margin-top: var(--mirai-ui-space-M);
12
- }
@@ -1,17 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _Login = require("./Login");
7
- Object.keys(_Login).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _Login[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _Login[key];
14
- }
15
- });
16
- });
17
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["_Login","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../../../../../src/components/Chat/components/Message/intents/Login/index.js"],"sourcesContent":["export * from './Login';\n"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -1,39 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _BookingQuery = require("./BookingQuery");
7
- Object.keys(_BookingQuery).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _BookingQuery[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _BookingQuery[key];
14
- }
15
- });
16
- });
17
- var _HotelInfo = require("./HotelInfo");
18
- Object.keys(_HotelInfo).forEach(function (key) {
19
- if (key === "default" || key === "__esModule") return;
20
- if (key in exports && exports[key] === _HotelInfo[key]) return;
21
- Object.defineProperty(exports, key, {
22
- enumerable: true,
23
- get: function () {
24
- return _HotelInfo[key];
25
- }
26
- });
27
- });
28
- var _Login = require("./Login");
29
- Object.keys(_Login).forEach(function (key) {
30
- if (key === "default" || key === "__esModule") return;
31
- if (key in exports && exports[key] === _Login[key]) return;
32
- Object.defineProperty(exports, key, {
33
- enumerable: true,
34
- get: function () {
35
- return _Login[key];
36
- }
37
- });
38
- });
39
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["_BookingQuery","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_HotelInfo","_Login"],"sources":["../../../../../../src/components/Chat/components/Message/intents/index.js"],"sourcesContent":["export * from './BookingQuery';\nexport * from './HotelInfo';\nexport * from './Login';\n"],"mappings":";;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,aAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,aAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,aAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,UAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,UAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,UAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,UAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,MAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,MAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,MAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,MAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}