@aquera/nile-elements 0.0.35 → 0.0.36-1

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 (54) hide show
  1. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/nile-code-editor.css.js +12 -5
  2. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/nile-code-editor.css.js.map +1 -1
  3. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/nile-code-editor.d.ts +9 -4
  4. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/nile-code-editor.js +98 -39
  5. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/nile-code-editor.js.map +1 -1
  6. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/theme.d.ts +9 -0
  7. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/theme.js +10 -0
  8. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-code-editor/theme.js.map +1 -0
  9. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-switcher/nile-switcher.css.js +12 -6
  10. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-switcher/nile-switcher.css.js.map +1 -1
  11. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-switcher/nile-switcher.d.ts +1 -0
  12. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-switcher/nile-switcher.js +14 -6
  13. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-switcher/nile-switcher.js.map +1 -1
  14. package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/tsconfig.tsbuildinfo +1 -1
  15. package/dist/index.cjs.js +1 -1
  16. package/dist/index.esm.js +1 -1
  17. package/dist/index.iife.js +236 -213
  18. package/dist/nile-code-editor/index.cjs.js +1 -1
  19. package/dist/nile-code-editor/index.esm.js +1 -1
  20. package/dist/nile-code-editor/nile-code-editor.cjs.js +2 -2
  21. package/dist/nile-code-editor/nile-code-editor.cjs.js.map +1 -1
  22. package/dist/nile-code-editor/nile-code-editor.css.cjs.js +1 -1
  23. package/dist/nile-code-editor/nile-code-editor.css.cjs.js.map +1 -1
  24. package/dist/nile-code-editor/nile-code-editor.css.esm.js +14 -7
  25. package/dist/nile-code-editor/nile-code-editor.esm.js +17 -9
  26. package/dist/nile-code-editor/theme.cjs.js +2 -0
  27. package/dist/nile-code-editor/theme.cjs.js.map +1 -0
  28. package/dist/nile-code-editor/theme.esm.js +1 -0
  29. package/dist/nile-switcher/nile-switcher.cjs.js +1 -1
  30. package/dist/nile-switcher/nile-switcher.cjs.js.map +1 -1
  31. package/dist/nile-switcher/nile-switcher.css.cjs.js +1 -1
  32. package/dist/nile-switcher/nile-switcher.css.cjs.js.map +1 -1
  33. package/dist/nile-switcher/nile-switcher.css.esm.js +12 -6
  34. package/dist/nile-switcher/nile-switcher.esm.js +29 -27
  35. package/dist/src/nile-code-editor/nile-code-editor.css.js +12 -5
  36. package/dist/src/nile-code-editor/nile-code-editor.css.js.map +1 -1
  37. package/dist/src/nile-code-editor/nile-code-editor.d.ts +9 -4
  38. package/dist/src/nile-code-editor/nile-code-editor.js +98 -39
  39. package/dist/src/nile-code-editor/nile-code-editor.js.map +1 -1
  40. package/dist/src/nile-code-editor/theme.d.ts +9 -0
  41. package/dist/src/nile-code-editor/theme.js +10 -0
  42. package/dist/src/nile-code-editor/theme.js.map +1 -0
  43. package/dist/src/nile-switcher/nile-switcher.css.js +12 -6
  44. package/dist/src/nile-switcher/nile-switcher.css.js.map +1 -1
  45. package/dist/src/nile-switcher/nile-switcher.d.ts +1 -0
  46. package/dist/src/nile-switcher/nile-switcher.js +14 -6
  47. package/dist/src/nile-switcher/nile-switcher.js.map +1 -1
  48. package/dist/tsconfig.tsbuildinfo +1 -1
  49. package/package.json +1 -1
  50. package/src/nile-code-editor/nile-code-editor.css.ts +12 -5
  51. package/src/nile-code-editor/nile-code-editor.ts +93 -42
  52. package/src/nile-code-editor/theme.ts +9 -0
  53. package/src/nile-switcher/nile-switcher.css.ts +12 -6
  54. package/src/nile-switcher/nile-switcher.ts +15 -7
@@ -1,2 +1,2 @@
1
- System.register(["./nile-code-editor.cjs.js","tslib","../index-cd83c5c8.cjs.js","lit/decorators.js","./nile-code-editor.css.cjs.js","./extensionSetup.cjs.js","../internal/nile-element.cjs.js","lit","../property-0f6a51ec.cjs.js"],function(_export,_context){"use strict";return{setters:[function(_nileCodeEditorCjsJs){_export("NileCodeEditor",_nileCodeEditorCjsJs.N);},function(_tslib){},function(_index001CjsJs){},function(_litDecoratorsJs){},function(_nileCodeEditorCssCjsJs){},function(_extensionSetupCjsJs){},function(_internalNileElementCjsJs){},function(_lit){},function(_property002CjsJs){}],execute:function(){}};});
1
+ System.register(["./nile-code-editor.cjs.js","tslib","../index-cd83c5c8.cjs.js","lit/decorators.js","./nile-code-editor.css.cjs.js","./extensionSetup.cjs.js","../internal/nile-element.cjs.js","lit","../internal/watch.cjs.js","lit/directives/class-map.js","./theme.cjs.js","../property-0f6a51ec.cjs.js"],function(_export,_context){"use strict";return{setters:[function(_nileCodeEditorCjsJs){_export("NileCodeEditor",_nileCodeEditorCjsJs.N);},function(_tslib){},function(_index001CjsJs){},function(_litDecoratorsJs){},function(_nileCodeEditorCssCjsJs){},function(_extensionSetupCjsJs){},function(_internalNileElementCjsJs){},function(_lit){},function(_internalWatchCjsJs){},function(_litDirectivesClassMapJs){},function(_themeCjsJs){},function(_property002CjsJs){}],execute:function(){}};});
2
2
  //# sourceMappingURL=index.cjs.js.map
@@ -1 +1 @@
1
- export{N as NileCodeEditor}from"./nile-code-editor.esm.js";import"tslib";import"../index-cd2f9c12.esm.js";import"lit/decorators.js";import"./nile-code-editor.css.esm.js";import"./extensionSetup.esm.js";import"../internal/nile-element.esm.js";import"lit";import"../property-09139d3c.esm.js";
1
+ export{N as NileCodeEditor}from"./nile-code-editor.esm.js";import"tslib";import"../index-cd2f9c12.esm.js";import"lit/decorators.js";import"./nile-code-editor.css.esm.js";import"./extensionSetup.esm.js";import"../internal/nile-element.esm.js";import"lit";import"../internal/watch.esm.js";import"lit/directives/class-map.js";import"./theme.esm.js";import"../property-09139d3c.esm.js";