@limetech/lime-elements 38.21.2 → 38.21.4

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 (71) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/{checkbox.template-882253c2.js → checkbox.template-f624966b.js} +12 -7
  3. package/dist/cjs/checkbox.template-f624966b.js.map +1 -0
  4. package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js +14 -15
  5. package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js.map +1 -1
  6. package/dist/cjs/limel-checkbox.cjs.entry.js +25 -649
  7. package/dist/cjs/limel-checkbox.cjs.entry.js.map +1 -1
  8. package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-chip_2.cjs.entry.js.map +1 -1
  10. package/dist/cjs/limel-dynamic-label_3.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-dynamic-label_3.cjs.entry.js.map +1 -1
  12. package/dist/cjs/limel-slider.cjs.entry.js +1 -1
  13. package/dist/cjs/{util-b0f5741e.js → util-9af8948d.js} +1 -33
  14. package/dist/cjs/util-9af8948d.js.map +1 -0
  15. package/dist/collection/components/checkbox/checkbox.css +72 -37
  16. package/dist/collection/components/checkbox/checkbox.js +23 -19
  17. package/dist/collection/components/checkbox/checkbox.js.map +1 -1
  18. package/dist/collection/components/checkbox/checkbox.template.js +9 -5
  19. package/dist/collection/components/checkbox/checkbox.template.js.map +1 -1
  20. package/dist/collection/components/chip-set/chip-set.css +2 -0
  21. package/dist/collection/components/input-field/input-field.css +9 -0
  22. package/dist/collection/components/list/list.css +282 -430
  23. package/dist/collection/components/list/radio-button/radio-button.template.js +6 -4
  24. package/dist/collection/components/list/radio-button/radio-button.template.js.map +1 -1
  25. package/dist/collection/components/menu-list/menu-list.css +282 -430
  26. package/dist/collection/components/notched-outline/notched-outline.css +1 -0
  27. package/dist/collection/style/internal/boolean-input.scss +178 -0
  28. package/dist/collection/style/internal/shared_input-select-picker.scss +3 -168
  29. package/dist/esm/{checkbox.template-0a54ff6e.js → checkbox.template-890a59d7.js} +12 -7
  30. package/dist/esm/checkbox.template-890a59d7.js.map +1 -0
  31. package/dist/esm/limel-breadcrumbs_7.entry.js +14 -15
  32. package/dist/esm/limel-breadcrumbs_7.entry.js.map +1 -1
  33. package/dist/esm/limel-checkbox.entry.js +25 -649
  34. package/dist/esm/limel-checkbox.entry.js.map +1 -1
  35. package/dist/esm/limel-chip_2.entry.js +1 -1
  36. package/dist/esm/limel-chip_2.entry.js.map +1 -1
  37. package/dist/esm/limel-dynamic-label_3.entry.js +1 -1
  38. package/dist/esm/limel-dynamic-label_3.entry.js.map +1 -1
  39. package/dist/esm/limel-slider.entry.js +1 -1
  40. package/dist/esm/{util-f1bde91c.js → util-a389da1e.js} +2 -33
  41. package/dist/esm/util-a389da1e.js.map +1 -0
  42. package/dist/lime-elements/lime-elements.esm.js +1 -1
  43. package/dist/lime-elements/{p-9faad6eb.js → p-127358a6.js} +2 -2
  44. package/dist/lime-elements/p-127358a6.js.map +1 -0
  45. package/dist/lime-elements/p-2c69d13e.js +2 -0
  46. package/dist/lime-elements/p-2c69d13e.js.map +1 -0
  47. package/dist/lime-elements/{p-2869405b.entry.js → p-576a290b.entry.js} +2 -2
  48. package/dist/lime-elements/{p-2869405b.entry.js.map → p-576a290b.entry.js.map} +1 -1
  49. package/dist/lime-elements/p-5ca2fc45.entry.js +266 -0
  50. package/dist/lime-elements/p-5ca2fc45.entry.js.map +1 -0
  51. package/dist/lime-elements/{p-0f113a9e.entry.js → p-a0fa40ee.entry.js} +2 -2
  52. package/dist/lime-elements/p-bd37337a.entry.js +2 -0
  53. package/dist/lime-elements/p-bd37337a.entry.js.map +1 -0
  54. package/dist/lime-elements/{p-84f3deba.entry.js → p-e5ae9af8.entry.js} +2 -2
  55. package/dist/lime-elements/{p-84f3deba.entry.js.map → p-e5ae9af8.entry.js.map} +1 -1
  56. package/dist/lime-elements/style/internal/boolean-input.scss +178 -0
  57. package/dist/lime-elements/style/internal/shared_input-select-picker.scss +3 -168
  58. package/dist/types/components/checkbox/checkbox.d.ts +0 -2
  59. package/package.json +1 -1
  60. package/dist/cjs/checkbox.template-882253c2.js.map +0 -1
  61. package/dist/cjs/util-b0f5741e.js.map +0 -1
  62. package/dist/esm/checkbox.template-0a54ff6e.js.map +0 -1
  63. package/dist/esm/util-f1bde91c.js.map +0 -1
  64. package/dist/lime-elements/p-3fab45c9.entry.js +0 -134
  65. package/dist/lime-elements/p-3fab45c9.entry.js.map +0 -1
  66. package/dist/lime-elements/p-6b746479.js +0 -2
  67. package/dist/lime-elements/p-6b746479.js.map +0 -1
  68. package/dist/lime-elements/p-6e698e38.entry.js +0 -266
  69. package/dist/lime-elements/p-6e698e38.entry.js.map +0 -1
  70. package/dist/lime-elements/p-9faad6eb.js.map +0 -1
  71. /package/dist/lime-elements/{p-0f113a9e.entry.js.map → p-a0fa40ee.entry.js.map} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"names":["cssPropertyNameMap","animation","prefixed","standard","transform","transition","jsEventTypeMap","animationend","cssProperty","animationiteration","animationstart","transitionend","isWindow","windowObj","Boolean","document","createElement","getCorrectPropertyName","el","_a","isStandard","style","getCorrectEventName","eventType"],"sources":["./node_modules/@material/animation/util.js"],"sourcesContent":["/**\n * @license\n * Copyright 2016 Google Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n */\nvar cssPropertyNameMap = {\n animation: {\n prefixed: '-webkit-animation',\n standard: 'animation',\n },\n transform: {\n prefixed: '-webkit-transform',\n standard: 'transform',\n },\n transition: {\n prefixed: '-webkit-transition',\n standard: 'transition',\n },\n};\nvar jsEventTypeMap = {\n animationend: {\n cssProperty: 'animation',\n prefixed: 'webkitAnimationEnd',\n standard: 'animationend',\n },\n animationiteration: {\n cssProperty: 'animation',\n prefixed: 'webkitAnimationIteration',\n standard: 'animationiteration',\n },\n animationstart: {\n cssProperty: 'animation',\n prefixed: 'webkitAnimationStart',\n standard: 'animationstart',\n },\n transitionend: {\n cssProperty: 'transition',\n prefixed: 'webkitTransitionEnd',\n standard: 'transitionend',\n },\n};\nfunction isWindow(windowObj) {\n return Boolean(windowObj.document) && typeof windowObj.document.createElement === 'function';\n}\nexport function getCorrectPropertyName(windowObj, cssProperty) {\n if (isWindow(windowObj) && cssProperty in cssPropertyNameMap) {\n var el = windowObj.document.createElement('div');\n var _a = cssPropertyNameMap[cssProperty], standard = _a.standard, prefixed = _a.prefixed;\n var isStandard = standard in el.style;\n return isStandard ? standard : prefixed;\n }\n return cssProperty;\n}\nexport function getCorrectEventName(windowObj, eventType) {\n if (isWindow(windowObj) && eventType in jsEventTypeMap) {\n var el = windowObj.document.createElement('div');\n var _a = jsEventTypeMap[eventType], standard = _a.standard, prefixed = _a.prefixed, cssProperty = _a.cssProperty;\n var isStandard = cssProperty in el.style;\n return isStandard ? standard : prefixed;\n }\n return eventType;\n}\n//# sourceMappingURL=util.js.map"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAsBA,IAAIA,EAAqB,CACrBC,UAAW,CACPC,SAAU,oBACVC,SAAU,aAEdC,UAAW,CACPF,SAAU,oBACVC,SAAU,aAEdE,WAAY,CACRH,SAAU,qBACVC,SAAU,eAGlB,IAAIG,EAAiB,CACjBC,aAAc,CACVC,YAAa,YACbN,SAAU,qBACVC,SAAU,gBAEdM,mBAAoB,CAChBD,YAAa,YACbN,SAAU,2BACVC,SAAU,sBAEdO,eAAgB,CACZF,YAAa,YACbN,SAAU,uBACVC,SAAU,kBAEdQ,cAAe,CACXH,YAAa,aACbN,SAAU,sBACVC,SAAU,kBAGlB,SAASS,EAASC,GACd,OAAOC,QAAQD,EAAUE,kBAAoBF,EAAUE,SAASC,gBAAkB,UACtF,CACO,SAASC,EAAuBJ,EAAWL,GAC9C,GAAII,EAASC,IAAcL,KAAeR,EAAoB,CAC1D,IAAIkB,EAAKL,EAAUE,SAASC,cAAc,OAC1C,IAAIG,EAAKnB,EAAmBQ,GAAcL,EAAWgB,EAAGhB,SAAUD,EAAWiB,EAAGjB,SAChF,IAAIkB,EAAajB,KAAYe,EAAGG,MAChC,OAAOD,EAAajB,EAAWD,CACvC,CACI,OAAOM,CACX,CACO,SAASc,EAAoBT,EAAWU,GAC3C,GAAIX,EAASC,IAAcU,KAAajB,EAAgB,CACpD,IAAIY,EAAKL,EAAUE,SAASC,cAAc,OAC1C,IAAIG,EAAKb,EAAeiB,GAAYpB,EAAWgB,EAAGhB,SAAUD,EAAWiB,EAAGjB,SAAUM,EAAcW,EAAGX,YACrG,IAAIY,EAAaZ,KAAeU,EAAGG,MACnC,OAAOD,EAAajB,EAAWD,CACvC,CACI,OAAOqB,CACX,Q"}