@pie-element/passage 7.1.0-next.24 → 7.1.1-next.0

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 (113) hide show
  1. package/dist/author/common.d.ts +36 -0
  2. package/dist/author/common.js +56 -0
  3. package/dist/author/defaults.d.ts +175 -0
  4. package/dist/author/defaults.js +113 -0
  5. package/dist/author/design.d.ts +28 -0
  6. package/dist/author/design.js +120 -0
  7. package/dist/author/index.d.ts +36 -0
  8. package/dist/author/index.js +66 -0
  9. package/dist/author/passage.d.ts +27 -0
  10. package/dist/author/passage.js +127 -0
  11. package/dist/controller/defaults.d.ts +23 -0
  12. package/dist/controller/defaults.js +17 -0
  13. package/dist/controller/index.d.ts +18 -0
  14. package/dist/controller/index.js +50 -0
  15. package/dist/delivery/index.d.ts +22 -0
  16. package/dist/delivery/index.js +83 -0
  17. package/dist/delivery/stimulus-tabs.d.ts +21 -0
  18. package/dist/delivery/stimulus-tabs.js +220 -0
  19. package/dist/index.d.ts +1 -0
  20. package/dist/index.iife.d.ts +8 -0
  21. package/dist/index.iife.js +145 -0
  22. package/dist/index.js +2 -0
  23. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  24. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  25. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  26. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  27. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  28. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  29. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  30. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  31. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  32. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  33. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  34. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -0
  35. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  36. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  37. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  38. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  39. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  40. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  41. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  42. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +8 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/debounce.js +50 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/now.js +7 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
  66. package/dist/print/index.d.ts +15 -0
  67. package/dist/print/index.js +47 -0
  68. package/package.json +56 -19
  69. package/CHANGELOG.json +0 -227
  70. package/CHANGELOG.md +0 -1440
  71. package/LICENSE.md +0 -5
  72. package/README.md +0 -3
  73. package/configure/CHANGELOG.md +0 -665
  74. package/configure/lib/common.js +0 -74
  75. package/configure/lib/common.js.map +0 -1
  76. package/configure/lib/defaults.js +0 -174
  77. package/configure/lib/defaults.js.map +0 -1
  78. package/configure/lib/design.js +0 -185
  79. package/configure/lib/design.js.map +0 -1
  80. package/configure/lib/index.js +0 -86
  81. package/configure/lib/index.js.map +0 -1
  82. package/configure/lib/passage.js +0 -194
  83. package/configure/lib/passage.js.map +0 -1
  84. package/configure/package.json +0 -23
  85. package/controller/CHANGELOG.json +0 -1
  86. package/controller/CHANGELOG.md +0 -105
  87. package/controller/lib/defaults.js +0 -23
  88. package/controller/lib/defaults.js.map +0 -1
  89. package/controller/lib/index.js +0 -80
  90. package/controller/lib/index.js.map +0 -1
  91. package/controller/package.json +0 -13
  92. package/docs/config-schema.json +0 -1325
  93. package/docs/config-schema.json.md +0 -974
  94. package/docs/demo/config.js +0 -8
  95. package/docs/demo/generate.js +0 -32
  96. package/docs/demo/index.html +0 -1
  97. package/docs/pie-schema.json +0 -775
  98. package/docs/pie-schema.json.md +0 -561
  99. package/lib/index.js +0 -143
  100. package/lib/index.js.map +0 -1
  101. package/lib/print.js +0 -78
  102. package/lib/print.js.map +0 -1
  103. package/lib/stimulus-tabs.js +0 -319
  104. package/lib/stimulus-tabs.js.map +0 -1
  105. package/module/configure.js +0 -1
  106. package/module/controller.js +0 -920
  107. package/module/demo.js +0 -57
  108. package/module/element.js +0 -1
  109. package/module/index.html +0 -21
  110. package/module/manifest.json +0 -10
  111. package/module/print-demo.js +0 -95
  112. package/module/print.html +0 -18
  113. package/module/print.js +0 -1
@@ -1,8 +0,0 @@
1
- const { model } = require('./generate');
2
-
3
- module.exports = {
4
- elements: {
5
- 'passage-element': '../..',
6
- },
7
- models: [model('1', 'passage-element')],
8
- };
@@ -1,32 +0,0 @@
1
- exports.model = (id, element) => ({
2
- id,
3
- element,
4
- passages: [
5
- {
6
- teacherInstructions: 'Teacher instructions for first tab',
7
- title: 'Hope Is the Thing with Feathers',
8
- subtitle: 'from <em>The Complete Poems of Emily Dickinson</em>',
9
- author: 'by Emily Dickinson',
10
- text: '<p><font style="visibility:hidden">00000</font>Hope is the thing with feathers<br /><font style="visibility:hidden">00000</font>That perches in the soul,<br /><font style="visibility:hidden">00000</font>And sings the tune without the words,<br /><font style="visibility:hidden">00000</font>And never stops at all,</p><p>5<font style="visibility:hidden">0000</font>And sweetest in the gale is heard;<br /><font style="visibility:hidden">00000</font>And sore must be the storm<br /><font style="visibility:hidden">00000</font>That could abash the little bird<br /><font style="visibility:hidden">00000</font>That kept so many warm.</p><p><font style="visibility:hidden">00000</font>I&#8217;ve heard it in the chillest land,<br />10<font style="visibility:hidden">000</font>And on the strangest sea;<br /><font style="visibility:hidden">00000</font>Yet, never, in extremity,<br /><font style="visibility:hidden">00000</font>It asked a crumb of me.</p>',
11
- },
12
- {
13
- title: 'Ineskeen Road, July Evening',
14
- text: `The bicycles go by in twos and threes -<br/>
15
- There's a dance in Billy Brennan's barn tonight,<br/>
16
- And there's the half-talk code of mysteries<br/>
17
- And the wink-and-elbow language of delight.<br/>
18
- Half-past eight and there is not a spot<br/>
19
- Upon a mile of road, no shadow thrown<br/>
20
- That might turn out a man or woman, not<br/>
21
- A footfall tapping secrecies of stone. <br/>
22
- <p/>
23
- I have what every poet hates in spite<br/>
24
- Of all the solemn talk of contemplation.<br/>
25
- Oh, Alexander Selkirk knew the plight<br/>
26
- Of being king and government and nation.<br/>
27
- A road, a mile of kingdom. I am king<br/>
28
- Of banks and stones and every blooming thing.<br/>
29
- `,
30
- },
31
- ],
32
- });
@@ -1 +0,0 @@
1
- <passage-element pie-id="1"></passage-element>