create-sitecore-jss 22.9.1-canary.2 → 22.9.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 (131) hide show
  1. package/LICENSE.MD +202 -202
  2. package/README.md +10 -10
  3. package/dist/templates/angular/src/assets/images/sc_logo.svg +52 -52
  4. package/dist/templates/angular-sxp/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
  5. package/dist/templates/angular-sxp/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
  6. package/dist/templates/angular-sxp/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
  7. package/dist/templates/angular-sxp/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
  8. package/dist/templates/angular-sxp/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
  9. package/dist/templates/angular-sxp/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
  10. package/dist/templates/angular-sxp/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
  11. package/dist/templates/angular-sxp/data/dictionary/en.yml +4 -4
  12. package/dist/templates/angular-sxp/data/dictionary/{{language}}.yml +4 -4
  13. package/dist/templates/angular-sxp/data/routes/en.yml +61 -61
  14. package/dist/templates/angular-sxp/data/routes/graphql/en.yml +27 -27
  15. package/dist/templates/angular-sxp/data/routes/graphql/sample-1/en.yml +9 -9
  16. package/dist/templates/angular-sxp/data/routes/graphql/sample-2/en.yml +9 -9
  17. package/dist/templates/angular-sxp/data/routes/styleguide/custom-route-type/en.yml +12 -12
  18. package/dist/templates/angular-sxp/data/routes/styleguide/en.yml +271 -271
  19. package/dist/templates/angular-sxp/data/routes/styleguide/{{language}}.yml +25 -25
  20. package/dist/templates/angular-sxp/data/routes/{{language}}.yml +4 -4
  21. package/dist/templates/angular-sxp/sitecore/config/{{appName}}.config +90 -90
  22. package/dist/templates/angular-sxp/sitecore/definitions/components/graph-ql-integrated-demo.sitecore.graphql +71 -71
  23. package/dist/templates/angular-sxp/sitecore/gitignore +2 -2
  24. package/dist/templates/nextjs/public/sc_logo.svg +52 -52
  25. package/dist/templates/nextjs-styleguide/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
  26. package/dist/templates/nextjs-styleguide/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
  27. package/dist/templates/nextjs-styleguide/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
  28. package/dist/templates/nextjs-styleguide/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
  29. package/dist/templates/nextjs-styleguide/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
  30. package/dist/templates/nextjs-styleguide/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
  31. package/dist/templates/nextjs-styleguide/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
  32. package/dist/templates/nextjs-styleguide/data/dictionary/en.yml +4 -4
  33. package/dist/templates/nextjs-styleguide/data/dictionary/{{language}}.yml +4 -4
  34. package/dist/templates/nextjs-styleguide/data/routes/en.yml +63 -63
  35. package/dist/templates/nextjs-styleguide/data/routes/graphql/en.yml +27 -27
  36. package/dist/templates/nextjs-styleguide/data/routes/graphql/sample-1/en.yml +9 -9
  37. package/dist/templates/nextjs-styleguide/data/routes/graphql/sample-2/en.yml +9 -9
  38. package/dist/templates/nextjs-styleguide/data/routes/styleguide/custom-route-type/en.yml +12 -12
  39. package/dist/templates/nextjs-styleguide/data/routes/styleguide/en.yml +259 -259
  40. package/dist/templates/nextjs-styleguide/data/routes/styleguide/{{language}}.yml +25 -25
  41. package/dist/templates/nextjs-styleguide/data/routes/{{language}}.yml +4 -4
  42. package/dist/templates/nextjs-styleguide-tracking/data/dictionary/en.yml +5 -5
  43. package/dist/templates/nextjs-styleguide-tracking/data/routes/tracking/en.yml +8 -8
  44. package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-column-splitter.scss +14 -14
  45. package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_promo-shadow.scss +42 -42
  46. package/dist/templates/react/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
  47. package/dist/templates/react/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
  48. package/dist/templates/react/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
  49. package/dist/templates/react/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
  50. package/dist/templates/react/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
  51. package/dist/templates/react/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
  52. package/dist/templates/react/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
  53. package/dist/templates/react/data/dictionary/en.yml +4 -4
  54. package/dist/templates/react/data/dictionary/{{language}}.yml +4 -4
  55. package/dist/templates/react/data/routes/en.yml +61 -61
  56. package/dist/templates/react/data/routes/graphql/en.yml +27 -27
  57. package/dist/templates/react/data/routes/graphql/sample-1/en.yml +9 -9
  58. package/dist/templates/react/data/routes/graphql/sample-2/en.yml +9 -9
  59. package/dist/templates/react/data/routes/styleguide/custom-route-type/en.yml +12 -12
  60. package/dist/templates/react/data/routes/styleguide/en.yml +263 -263
  61. package/dist/templates/react/data/routes/styleguide/{{language}}.yml +26 -26
  62. package/dist/templates/react/data/routes/{{language}}.yml +4 -4
  63. package/dist/templates/react-native/.buckconfig +6 -6
  64. package/dist/templates/react-native/.eslintrc +74 -74
  65. package/dist/templates/react-native/.gitattributes +1 -1
  66. package/dist/templates/react-native/.prettierrc +9 -9
  67. package/dist/templates/react-native/.vscode/launch.json +42 -42
  68. package/dist/templates/react-native/.vscode/settings.json +1 -1
  69. package/dist/templates/react-native/LICENSE.txt +202 -202
  70. package/dist/templates/react-native/README.MD +115 -115
  71. package/dist/templates/react-native/android/app/BUCK +55 -55
  72. package/dist/templates/react-native/android/app/build.gradle +201 -201
  73. package/dist/templates/react-native/android/app/build_defs.bzl +19 -19
  74. package/dist/templates/react-native/android/app/proguard-rules.pro +10 -10
  75. package/dist/templates/react-native/android/app/src/debug/AndroidManifest.xml +8 -8
  76. package/dist/templates/react-native/android/app/src/main/AndroidManifest.xml +26 -26
  77. package/dist/templates/react-native/android/app/src/main/java/com/{{appName}}/MainActivity.java +15 -15
  78. package/dist/templates/react-native/android/app/src/main/java/com/{{appName}}/MainApplication.java +74 -74
  79. package/dist/templates/react-native/android/app/src/main/res/values/strings.xml +3 -3
  80. package/dist/templates/react-native/android/app/src/main/res/values/styles.xml +9 -9
  81. package/dist/templates/react-native/android/build.gradle +38 -38
  82. package/dist/templates/react-native/android/gradle/wrapper/gradle-wrapper.properties +5 -5
  83. package/dist/templates/react-native/android/gradle.properties +21 -21
  84. package/dist/templates/react-native/android/gradlew +188 -188
  85. package/dist/templates/react-native/android/gradlew.bat +100 -100
  86. package/dist/templates/react-native/android/settings.gradle +3 -3
  87. package/dist/templates/react-native/app.json +3 -3
  88. package/dist/templates/react-native/assets/img/sc_logo.svg +52 -52
  89. package/dist/templates/react-native/data/content/Styleguide/ItemLinkField/Item1/en.json +10 -10
  90. package/dist/templates/react-native/data/routes/en.json +22 -22
  91. package/dist/templates/react-native/data/routes/styleguide/en.json +227 -227
  92. package/dist/templates/react-native/data/routes/styleguide/{{language}}.json +31 -31
  93. package/dist/templates/react-native/data/routes/{{language}}.json +7 -7
  94. package/dist/templates/react-native/gitignore +60 -60
  95. package/dist/templates/react-native/ios/Podfile +53 -53
  96. package/dist/templates/react-native/ios/{{appName}}/AppDelegate.h +15 -15
  97. package/dist/templates/react-native/ios/{{appName}}/AppDelegate.m +42 -42
  98. package/dist/templates/react-native/ios/{{appName}}/Base.lproj/LaunchScreen.xib +42 -42
  99. package/dist/templates/react-native/ios/{{appName}}/Images.xcassets/AppIcon.appiconset/Contents.json +38 -38
  100. package/dist/templates/react-native/ios/{{appName}}/Images.xcassets/Contents.json +6 -6
  101. package/dist/templates/react-native/ios/{{appName}}/Info.plist +57 -57
  102. package/dist/templates/react-native/ios/{{appName}}/main.m +16 -16
  103. package/dist/templates/react-native/ios/{{appName}}-tvOS/Info.plist +53 -53
  104. package/dist/templates/react-native/ios/{{appName}}-tvOSTests/Info.plist +24 -24
  105. package/dist/templates/react-native/ios/{{appName}}.xcodeproj/xcshareddata/xcschemes/BasicSampleReactNative-tvOS.xcscheme +129 -129
  106. package/dist/templates/react-native/ios/{{appName}}.xcodeproj/xcshareddata/xcschemes/BasicSampleReactNative.xcscheme +129 -129
  107. package/dist/templates/react-native/ios/{{appName}}Tests/BasicSampleReactNativeTests.m +72 -72
  108. package/dist/templates/react-native/ios/{{appName}}Tests/Info.plist +24 -24
  109. package/dist/templates/react-native/package.json +78 -78
  110. package/dist/templates/react-native/sitecore/config/{{appName}}.config +47 -47
  111. package/dist/templates/react-native/sitecore/gitignore +2 -2
  112. package/dist/templates/vue/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
  113. package/dist/templates/vue/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
  114. package/dist/templates/vue/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
  115. package/dist/templates/vue/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
  116. package/dist/templates/vue/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
  117. package/dist/templates/vue/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
  118. package/dist/templates/vue/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
  119. package/dist/templates/vue/data/dictionary/en.yml +7 -7
  120. package/dist/templates/vue/data/dictionary/{{language}}.yml +7 -7
  121. package/dist/templates/vue/data/routes/en.yml +63 -63
  122. package/dist/templates/vue/data/routes/graphql/en.yml +34 -34
  123. package/dist/templates/vue/data/routes/graphql/sample-1/en.yml +9 -9
  124. package/dist/templates/vue/data/routes/graphql/sample-2/en.yml +9 -9
  125. package/dist/templates/vue/data/routes/styleguide/custom-route-type/en.yml +12 -12
  126. package/dist/templates/vue/data/routes/styleguide/en.yml +264 -264
  127. package/dist/templates/vue/data/routes/styleguide/{{language}}.yml +26 -26
  128. package/dist/templates/vue/data/routes/{{language}}.yml +4 -4
  129. package/dist/templates/vue/public/img/icons/safari-pinned-tab.svg +75 -75
  130. package/dist/templates/vue/src/assets/sc_logo.svg +52 -52
  131. package/package.json +2 -2
@@ -1,52 +1,52 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg width="221px" height="48px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 668 143.7" style="enable-background:new 0 0 668 143.7;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#EB1F1F;}
7
- </style>
8
- <path d="M645.5,98.1V85.8h-27.6V73.5h24.7V62h-24.7V50.8H644V38.7h-39.9v59.4C604.1,98.1,645.5,98.1,645.5,98.1z M570.7,60.6
9
- c-0.6,0.9-1.5,1.7-2.5,2.2c-1.1,0.5-2.2,0.8-3.4,1s-2.4,0.3-3.6,0.3h-6.8V50.3h7.7c1.1,0,2.2,0.1,3.3,0.2c1.1,0.2,2.1,0.5,3.1,1
10
- c0.9,0.5,1.7,1.2,2.3,2c0.6,1,0.9,2.2,0.9,3.4C571.7,58.2,571.4,59.5,570.7,60.6 M589,98.1l-15.5-25.4c3.6-1,6.8-3,9.1-5.9
11
- c2.2-2.9,3.4-6.5,3.3-10.2c0.1-2.9-0.6-5.9-1.9-8.5c-1.2-2.2-3-4.1-5.2-5.5s-4.7-2.5-7.3-3c-2.7-0.6-5.5-0.9-8.3-0.9h-22.6v59.4h14
12
- V74.5h4.9l12.9,23.6H589z M508.1,75.6c-0.8,2.1-2,4.1-3.5,5.8c-1.5,1.6-3.4,2.9-5.4,3.8c-4.4,1.9-9.4,1.9-13.8,0
13
- c-2-0.9-3.8-2.2-5.3-3.8c-1.5-1.7-2.7-3.7-3.5-5.8c-1.7-4.7-1.7-9.9,0-14.6c0.7-2.1,1.9-4.1,3.5-5.7c3.2-3.3,7.6-5.2,12.2-5.2
14
- c2.4,0,4.7,0.4,6.9,1.4c2,0.9,3.9,2.2,5.4,3.8c1.5,1.7,2.7,3.6,3.5,5.7c0.9,2.3,1.3,4.7,1.3,7.2C509.4,70.7,509,73.2,508.1,75.6
15
- M522.3,55.3c-1.5-3.7-3.8-7.1-6.8-9.8s-6.5-4.8-10.3-6.2c-8.4-2.9-17.4-2.9-25.8,0c-3.8,1.4-7.2,3.5-10.2,6.2
16
- c-2.9,2.8-5.2,6.1-6.8,9.8c-1.7,4.1-2.5,8.5-2.4,12.9c0,4.4,0.8,8.7,2.4,12.8c1.5,3.8,3.8,7.2,6.8,10c2.9,2.8,6.4,5,10.2,6.4
17
- c8.3,3,17.5,3,25.8,0c3.8-1.4,7.3-3.6,10.3-6.4c2.9-2.8,5.2-6.2,6.8-10c1.7-4.1,2.5-8.5,2.4-12.9C524.8,63.7,523.9,59.4,522.3,55.3
18
- M451.4,89.8l-10-9.4c-1.4,1.8-3.1,3.3-5.1,4.4c-2.3,1.2-4.9,1.7-7.5,1.7c-2.3,0-4.6-0.4-6.8-1.3c-2-0.9-3.8-2.1-5.3-3.7
19
- c-1.5-1.7-2.7-3.6-3.5-5.7c-0.9-2.4-1.3-4.9-1.3-7.4s0.4-4.9,1.3-7.2c0.8-2.1,2-4.1,3.5-5.8c1.5-1.6,3.4-2.9,5.4-3.8
20
- c2.2-0.9,4.5-1.4,6.9-1.4c2.3,0,4.6,0.5,6.7,1.3c2.1,0.9,4,2.3,5.3,4.2l9.7-9.7c-2.7-3-6.1-5.2-9.9-6.5c-8.1-2.9-16.9-2.9-25,0
21
- c-3.8,1.3-7.3,3.4-10.3,6.2c-2.9,2.8-5.3,6.2-6.8,9.9c-1.7,4.1-2.5,8.5-2.5,12.9c-0.1,4.4,0.8,8.7,2.4,12.7
22
- c3.1,7.6,9.2,13.5,16.9,16.4c4.1,1.5,8.4,2.3,12.7,2.3c4.6,0.1,9.1-0.8,13.3-2.6C445.3,95.5,448.6,92.9,451.4,89.8 M383,98.1V85.8
23
- h-27.6V73.5H380V62h-24.6V50.8h26.1V38.7h-39.9v59.4L383,98.1z M325.8,50.9V38.7h-47.9v12.2h16.8V98H309V50.9H325.8z M262.2,38.7
24
- h-14.4v59.4h14.4V38.7z M230.3,44.5c-2.7-2.4-5.8-4.3-9.2-5.4c-3.3-1.2-6.8-1.8-10.3-1.8c-2.8,0-5.6,0.3-8.3,1
25
- c-2.6,0.7-5.1,1.8-7.4,3.4c-2.2,1.5-4,3.5-5.3,5.8c-1.4,2.6-2.1,5.5-2,8.5c-0.2,4.4,1.5,8.6,4.7,11.6c1.4,1.3,3.1,2.4,4.9,3.2
26
- c1.8,0.8,3.7,1.6,5.6,2.2c2,0.6,3.7,1.2,5.2,1.7c1.4,0.4,2.7,1,3.9,1.8c0.9,0.6,1.7,1.3,2.4,2.1c0.6,0.8,0.9,1.8,0.8,2.8
27
- c0,1-0.2,2.1-0.7,3c-0.4,0.8-1,1.5-1.8,2s-1.7,0.9-2.6,1.1c-1,0.2-2.1,0.3-3.1,0.3c-2.5,0-4.9-0.6-7.1-1.8c-2.2-1.1-4.2-2.6-5.7-4.5
28
- l-9.4,9.6c2.8,2.8,6.2,5,9.9,6.3c3.9,1.5,8.1,2.3,12.3,2.3c2.9,0,5.7-0.4,8.5-1.2c2.6-0.7,5.1-2,7.3-3.6c2.1-1.7,3.8-3.8,5-6.2
29
- c1.3-2.7,2-5.8,1.9-8.8c0.1-2.6-0.5-5.2-1.8-7.4c-1.1-1.9-2.6-3.6-4.4-5c-1.8-1.4-3.8-2.4-5.9-3.2c-2.2-0.8-4.3-1.6-6.3-2.2
30
- c-1.4-0.4-2.7-0.9-3.8-1.3c-1-0.4-2-0.8-2.9-1.4c-1.5-0.9-2.5-2.5-2.4-4.3c0-1,0.2-2,0.8-2.9c0.5-0.7,1.2-1.4,2-1.8
31
- c0.8-0.5,1.7-0.8,2.6-1c1-0.2,1.9-0.2,2.9-0.2c4.1,0.1,7.9,2,10.5,5.1L230.3,44.5z"/>
32
- <path class="st0" d="M68.6,104.8c5.6-0.7,11.1-2.4,16-5.2c12.1-6.8,19.1-18.4,19.7-32.7l0.1-1.2h16.8c-1-8.3-4.2-16.2-9.1-23
33
- L94.9,53.6c5.2,7.9,5.9,17.9,1.9,26.4C92.1,90.8,81,100.2,68.6,104.8"/>
34
- <path class="st0" d="M121.4,68.2h-14.6c-1,14.5-8.6,26.7-21,33.6c-7.2,3.9-15.2,6-23.4,5.9c-6.5,0-13-1.2-19.1-3.5
35
- c7.3,4.7,15.9,7.2,24.6,7.2H68c15.7,0,30.1-8.5,37.7-22.3l0.7-1.2l9.8,6.2c3.5-6.9,5.4-14.6,5.4-22.4
36
- C121.5,70.6,121.5,69.4,121.4,68.2"/>
37
- <path class="st0" d="M68,114L68,114c-15.7,0-30.4-7.8-40.9-21.1c11.6,24.8,41.2,35.5,65.9,23.8c9.2-4.3,16.9-11.4,22-20.2l-7.6-4.8
38
- C99.1,105.6,84.2,114.1,68,114"/>
39
- <path class="st0" d="M71.9,124c-28.8,0-52.2-23.4-52.2-52.2s23.4-52.2,52.2-52.2s52.2,23.4,52.2,52.2l0,0l0,0
40
- C124.1,100.6,100.8,124,71.9,124C72,124,72,124,71.9,124L71.9,124L71.9,124 M71.9,0C32.2,0,0,32.1,0,71.8s32.1,71.9,71.8,71.9
41
- s71.9-32.1,71.9-71.8v-0.1C143.7,32.2,111.6,0,71.9,0L71.9,0L71.9,0"/>
42
- <path d="M660.9,44.3v-1.9h1.1c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.4,0.4,0.4,0.7c0,0.4-0.2,0.7-0.5,0.8c-0.3,0.1-0.6,0.2-1,0.2H660.9z
43
- M659.7,48h1.2v-2.8h0.8l1.5,2.8h1.4l-1.8-2.9c0.5-0.1,0.8-0.3,1.1-0.6c0.3-0.3,0.4-0.7,0.4-1.2c0-0.4-0.1-0.7-0.2-0.9
44
- c-0.1-0.2-0.3-0.4-0.6-0.6c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3-0.1-0.6-0.1-0.9-0.1h-2.3V48z M657.5,42.8c0.3-0.6,0.6-1.1,1.1-1.6
45
- c0.4-0.4,1-0.8,1.6-1.1c0.6-0.3,1.2-0.4,1.9-0.4c0.7,0,1.3,0.1,1.9,0.4c0.6,0.3,1.1,0.6,1.6,1.1c0.4,0.4,0.8,1,1.1,1.6
46
- c0.3,0.6,0.4,1.2,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9c-0.3,0.6-0.6,1.1-1.1,1.6c-0.4,0.5-1,0.8-1.6,1.1c-0.6,0.3-1.2,0.4-1.9,0.4
47
- c-0.7,0-1.3-0.1-1.9-0.4c-0.6-0.3-1.1-0.6-1.6-1.1c-0.4-0.5-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.2-0.4-1.9C657.1,44,657.2,43.4,657.5,42.8
48
- M656.6,47c0.3,0.7,0.7,1.3,1.3,1.8c0.5,0.5,1.2,0.9,1.9,1.2c0.7,0.3,1.5,0.4,2.3,0.4s1.6-0.1,2.3-0.4c0.7-0.3,1.3-0.7,1.9-1.2
49
- c0.5-0.5,1-1.1,1.3-1.8c0.3-0.7,0.5-1.5,0.5-2.3s-0.2-1.6-0.5-2.3c-0.3-0.7-0.7-1.3-1.3-1.9c-0.5-0.5-1.2-0.9-1.9-1.2
50
- c-0.7-0.3-1.5-0.5-2.3-0.5s-1.6,0.2-2.3,0.5c-0.7,0.3-1.3,0.7-1.9,1.2c-0.5,0.5-1,1.1-1.3,1.9c-0.3,0.7-0.5,1.5-0.5,2.3
51
- S656.3,46.3,656.6,47"/>
52
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg width="221px" height="48px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 668 143.7" style="enable-background:new 0 0 668 143.7;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#EB1F1F;}
7
+ </style>
8
+ <path d="M645.5,98.1V85.8h-27.6V73.5h24.7V62h-24.7V50.8H644V38.7h-39.9v59.4C604.1,98.1,645.5,98.1,645.5,98.1z M570.7,60.6
9
+ c-0.6,0.9-1.5,1.7-2.5,2.2c-1.1,0.5-2.2,0.8-3.4,1s-2.4,0.3-3.6,0.3h-6.8V50.3h7.7c1.1,0,2.2,0.1,3.3,0.2c1.1,0.2,2.1,0.5,3.1,1
10
+ c0.9,0.5,1.7,1.2,2.3,2c0.6,1,0.9,2.2,0.9,3.4C571.7,58.2,571.4,59.5,570.7,60.6 M589,98.1l-15.5-25.4c3.6-1,6.8-3,9.1-5.9
11
+ c2.2-2.9,3.4-6.5,3.3-10.2c0.1-2.9-0.6-5.9-1.9-8.5c-1.2-2.2-3-4.1-5.2-5.5s-4.7-2.5-7.3-3c-2.7-0.6-5.5-0.9-8.3-0.9h-22.6v59.4h14
12
+ V74.5h4.9l12.9,23.6H589z M508.1,75.6c-0.8,2.1-2,4.1-3.5,5.8c-1.5,1.6-3.4,2.9-5.4,3.8c-4.4,1.9-9.4,1.9-13.8,0
13
+ c-2-0.9-3.8-2.2-5.3-3.8c-1.5-1.7-2.7-3.7-3.5-5.8c-1.7-4.7-1.7-9.9,0-14.6c0.7-2.1,1.9-4.1,3.5-5.7c3.2-3.3,7.6-5.2,12.2-5.2
14
+ c2.4,0,4.7,0.4,6.9,1.4c2,0.9,3.9,2.2,5.4,3.8c1.5,1.7,2.7,3.6,3.5,5.7c0.9,2.3,1.3,4.7,1.3,7.2C509.4,70.7,509,73.2,508.1,75.6
15
+ M522.3,55.3c-1.5-3.7-3.8-7.1-6.8-9.8s-6.5-4.8-10.3-6.2c-8.4-2.9-17.4-2.9-25.8,0c-3.8,1.4-7.2,3.5-10.2,6.2
16
+ c-2.9,2.8-5.2,6.1-6.8,9.8c-1.7,4.1-2.5,8.5-2.4,12.9c0,4.4,0.8,8.7,2.4,12.8c1.5,3.8,3.8,7.2,6.8,10c2.9,2.8,6.4,5,10.2,6.4
17
+ c8.3,3,17.5,3,25.8,0c3.8-1.4,7.3-3.6,10.3-6.4c2.9-2.8,5.2-6.2,6.8-10c1.7-4.1,2.5-8.5,2.4-12.9C524.8,63.7,523.9,59.4,522.3,55.3
18
+ M451.4,89.8l-10-9.4c-1.4,1.8-3.1,3.3-5.1,4.4c-2.3,1.2-4.9,1.7-7.5,1.7c-2.3,0-4.6-0.4-6.8-1.3c-2-0.9-3.8-2.1-5.3-3.7
19
+ c-1.5-1.7-2.7-3.6-3.5-5.7c-0.9-2.4-1.3-4.9-1.3-7.4s0.4-4.9,1.3-7.2c0.8-2.1,2-4.1,3.5-5.8c1.5-1.6,3.4-2.9,5.4-3.8
20
+ c2.2-0.9,4.5-1.4,6.9-1.4c2.3,0,4.6,0.5,6.7,1.3c2.1,0.9,4,2.3,5.3,4.2l9.7-9.7c-2.7-3-6.1-5.2-9.9-6.5c-8.1-2.9-16.9-2.9-25,0
21
+ c-3.8,1.3-7.3,3.4-10.3,6.2c-2.9,2.8-5.3,6.2-6.8,9.9c-1.7,4.1-2.5,8.5-2.5,12.9c-0.1,4.4,0.8,8.7,2.4,12.7
22
+ c3.1,7.6,9.2,13.5,16.9,16.4c4.1,1.5,8.4,2.3,12.7,2.3c4.6,0.1,9.1-0.8,13.3-2.6C445.3,95.5,448.6,92.9,451.4,89.8 M383,98.1V85.8
23
+ h-27.6V73.5H380V62h-24.6V50.8h26.1V38.7h-39.9v59.4L383,98.1z M325.8,50.9V38.7h-47.9v12.2h16.8V98H309V50.9H325.8z M262.2,38.7
24
+ h-14.4v59.4h14.4V38.7z M230.3,44.5c-2.7-2.4-5.8-4.3-9.2-5.4c-3.3-1.2-6.8-1.8-10.3-1.8c-2.8,0-5.6,0.3-8.3,1
25
+ c-2.6,0.7-5.1,1.8-7.4,3.4c-2.2,1.5-4,3.5-5.3,5.8c-1.4,2.6-2.1,5.5-2,8.5c-0.2,4.4,1.5,8.6,4.7,11.6c1.4,1.3,3.1,2.4,4.9,3.2
26
+ c1.8,0.8,3.7,1.6,5.6,2.2c2,0.6,3.7,1.2,5.2,1.7c1.4,0.4,2.7,1,3.9,1.8c0.9,0.6,1.7,1.3,2.4,2.1c0.6,0.8,0.9,1.8,0.8,2.8
27
+ c0,1-0.2,2.1-0.7,3c-0.4,0.8-1,1.5-1.8,2s-1.7,0.9-2.6,1.1c-1,0.2-2.1,0.3-3.1,0.3c-2.5,0-4.9-0.6-7.1-1.8c-2.2-1.1-4.2-2.6-5.7-4.5
28
+ l-9.4,9.6c2.8,2.8,6.2,5,9.9,6.3c3.9,1.5,8.1,2.3,12.3,2.3c2.9,0,5.7-0.4,8.5-1.2c2.6-0.7,5.1-2,7.3-3.6c2.1-1.7,3.8-3.8,5-6.2
29
+ c1.3-2.7,2-5.8,1.9-8.8c0.1-2.6-0.5-5.2-1.8-7.4c-1.1-1.9-2.6-3.6-4.4-5c-1.8-1.4-3.8-2.4-5.9-3.2c-2.2-0.8-4.3-1.6-6.3-2.2
30
+ c-1.4-0.4-2.7-0.9-3.8-1.3c-1-0.4-2-0.8-2.9-1.4c-1.5-0.9-2.5-2.5-2.4-4.3c0-1,0.2-2,0.8-2.9c0.5-0.7,1.2-1.4,2-1.8
31
+ c0.8-0.5,1.7-0.8,2.6-1c1-0.2,1.9-0.2,2.9-0.2c4.1,0.1,7.9,2,10.5,5.1L230.3,44.5z"/>
32
+ <path class="st0" d="M68.6,104.8c5.6-0.7,11.1-2.4,16-5.2c12.1-6.8,19.1-18.4,19.7-32.7l0.1-1.2h16.8c-1-8.3-4.2-16.2-9.1-23
33
+ L94.9,53.6c5.2,7.9,5.9,17.9,1.9,26.4C92.1,90.8,81,100.2,68.6,104.8"/>
34
+ <path class="st0" d="M121.4,68.2h-14.6c-1,14.5-8.6,26.7-21,33.6c-7.2,3.9-15.2,6-23.4,5.9c-6.5,0-13-1.2-19.1-3.5
35
+ c7.3,4.7,15.9,7.2,24.6,7.2H68c15.7,0,30.1-8.5,37.7-22.3l0.7-1.2l9.8,6.2c3.5-6.9,5.4-14.6,5.4-22.4
36
+ C121.5,70.6,121.5,69.4,121.4,68.2"/>
37
+ <path class="st0" d="M68,114L68,114c-15.7,0-30.4-7.8-40.9-21.1c11.6,24.8,41.2,35.5,65.9,23.8c9.2-4.3,16.9-11.4,22-20.2l-7.6-4.8
38
+ C99.1,105.6,84.2,114.1,68,114"/>
39
+ <path class="st0" d="M71.9,124c-28.8,0-52.2-23.4-52.2-52.2s23.4-52.2,52.2-52.2s52.2,23.4,52.2,52.2l0,0l0,0
40
+ C124.1,100.6,100.8,124,71.9,124C72,124,72,124,71.9,124L71.9,124L71.9,124 M71.9,0C32.2,0,0,32.1,0,71.8s32.1,71.9,71.8,71.9
41
+ s71.9-32.1,71.9-71.8v-0.1C143.7,32.2,111.6,0,71.9,0L71.9,0L71.9,0"/>
42
+ <path d="M660.9,44.3v-1.9h1.1c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.4,0.4,0.4,0.7c0,0.4-0.2,0.7-0.5,0.8c-0.3,0.1-0.6,0.2-1,0.2H660.9z
43
+ M659.7,48h1.2v-2.8h0.8l1.5,2.8h1.4l-1.8-2.9c0.5-0.1,0.8-0.3,1.1-0.6c0.3-0.3,0.4-0.7,0.4-1.2c0-0.4-0.1-0.7-0.2-0.9
44
+ c-0.1-0.2-0.3-0.4-0.6-0.6c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3-0.1-0.6-0.1-0.9-0.1h-2.3V48z M657.5,42.8c0.3-0.6,0.6-1.1,1.1-1.6
45
+ c0.4-0.4,1-0.8,1.6-1.1c0.6-0.3,1.2-0.4,1.9-0.4c0.7,0,1.3,0.1,1.9,0.4c0.6,0.3,1.1,0.6,1.6,1.1c0.4,0.4,0.8,1,1.1,1.6
46
+ c0.3,0.6,0.4,1.2,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9c-0.3,0.6-0.6,1.1-1.1,1.6c-0.4,0.5-1,0.8-1.6,1.1c-0.6,0.3-1.2,0.4-1.9,0.4
47
+ c-0.7,0-1.3-0.1-1.9-0.4c-0.6-0.3-1.1-0.6-1.6-1.1c-0.4-0.5-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.2-0.4-1.9C657.1,44,657.2,43.4,657.5,42.8
48
+ M656.6,47c0.3,0.7,0.7,1.3,1.3,1.8c0.5,0.5,1.2,0.9,1.9,1.2c0.7,0.3,1.5,0.4,2.3,0.4s1.6-0.1,2.3-0.4c0.7-0.3,1.3-0.7,1.9-1.2
49
+ c0.5-0.5,1-1.1,1.3-1.8c0.3-0.7,0.5-1.5,0.5-2.3s-0.2-1.6-0.5-2.3c-0.3-0.7-0.7-1.3-1.3-1.9c-0.5-0.5-1.2-0.9-1.9-1.2
50
+ c-0.7-0.3-1.5-0.5-2.3-0.5s-1.6,0.2-2.3,0.5c-0.7,0.3-1.3,0.7-1.9,1.2c-0.5,0.5-1,1.1-1.3,1.9c-0.3,0.7-0.5,1.5-0.5,2.3
51
+ S656.3,46.3,656.6,47"/>
52
+ </svg>
@@ -1,10 +1,10 @@
1
- {
2
- "id": "styleguide-item-link-field-shared-1",
3
- "displayName": "Styleguide Item Link Item 1 (Shared)",
4
- "template": "Styleguide-ItemLink-Item-Template",
5
- "fields": {
6
- "textField": {
7
- "value": "ItemLink Demo (Shared) Item 1 Text Field"
8
- }
9
- }
10
- }
1
+ {
2
+ "id": "styleguide-item-link-field-shared-1",
3
+ "displayName": "Styleguide Item Link Item 1 (Shared)",
4
+ "template": "Styleguide-ItemLink-Item-Template",
5
+ "fields": {
6
+ "textField": {
7
+ "value": "ItemLink Demo (Shared) Item 1 Text Field"
8
+ }
9
+ }
10
+ }
@@ -1,22 +1,22 @@
1
- {
2
- "name": "home",
3
- "displayName": "Home",
4
- "placeholders": {
5
- "jss-main": [
6
- {
7
- "componentName": "Home",
8
- "fields": {
9
- "title": {
10
- "value": "Sitecore Experience Platform + JSS + React Native + disconnected!!"
11
- },
12
- "styleguideLink": {
13
- "value": "Styleguide"
14
- },
15
- "text": {
16
- "value": "<p>From a single connected platform that also integrates with other customer-facing platforms, to a single view of the customer in a big data marketing repository, to completely eliminating much of the complexity that has previously held marketers back, the latest version of Sitecore makes customer experience highly achievable. Learn how the latest version of Sitecore gives marketers the complete data, integrated tools, and automation capabilities to engage customers throughout an iterative lifecycle – the technology foundation absolutely necessary to win customers for life.</p><p>For further information, please go to the <a href=\"https://doc.sitecore.net/\" target=\"_blank\" title=\"Sitecore Documentation site\">Sitecore Documentation site</a></p>"
17
- }
18
- }
19
- }
20
- ]
21
- }
22
- }
1
+ {
2
+ "name": "home",
3
+ "displayName": "Home",
4
+ "placeholders": {
5
+ "jss-main": [
6
+ {
7
+ "componentName": "Home",
8
+ "fields": {
9
+ "title": {
10
+ "value": "Sitecore Experience Platform + JSS + React Native + disconnected!!"
11
+ },
12
+ "styleguideLink": {
13
+ "value": "Styleguide"
14
+ },
15
+ "text": {
16
+ "value": "<p>From a single connected platform that also integrates with other customer-facing platforms, to a single view of the customer in a big data marketing repository, to completely eliminating much of the complexity that has previously held marketers back, the latest version of Sitecore makes customer experience highly achievable. Learn how the latest version of Sitecore gives marketers the complete data, integrated tools, and automation capabilities to engage customers throughout an iterative lifecycle – the technology foundation absolutely necessary to win customers for life.</p><p>For further information, please go to the <a href=\"https://doc.sitecore.net/\" target=\"_blank\" title=\"Sitecore Documentation site\">Sitecore Documentation site</a></p>"
17
+ }
18
+ }
19
+ }
20
+ ]
21
+ }
22
+ }
@@ -1,227 +1,227 @@
1
- {
2
- "name": "styleguide",
3
- "displayName": "Styleguide",
4
- "placeholders": {
5
- "jss-main": [
6
- {
7
- "componentName": "Styleguide-FieldUsage-Text",
8
- "fields": {
9
- "heading": {
10
- "value": "Single-Line Text"
11
- },
12
- "sample": {
13
- "value": "This is a sample text field."
14
- },
15
- "sample2": {
16
- "value": "This is another sample text field using rendering options. Cannot edit because editable=false."
17
- }
18
- }
19
- },
20
- {
21
- "componentName": "Styleguide-FieldUsage-Text",
22
- "fields": {
23
- "heading": {
24
- "value": "Multi-Line Text"
25
- },
26
- "sample": {
27
- "value": "This is a sample text field."
28
- },
29
- "sample2": {
30
- "value": "This is another sample text field using rendering options. Cannot edit because editable=false."
31
- }
32
- }
33
- },
34
- {
35
- "componentName": "Styleguide-FieldUsage-RichText",
36
- "fields": {
37
- "heading": {
38
- "value": "Rich Text"
39
- },
40
- "sample": {
41
- "value": "<p>This is a sample rich text field. <mark>HTML is always supported.</mark> In Sitecore, editors will see a WYSIWYG editor for these fields.</p>"
42
- },
43
- "sample2": {
44
- "value": "<p>Another sample rich text field, using options. Keep markup entered in rich text fields as simple as possible - ideally bare tags only (no classes). Adding a wrapping class can help with styling within rich text blocks.</p><marquee>But you can use any valid HTML in a rich text field!</marquee>"
45
- }
46
- }
47
- },
48
- {
49
- "componentName": "Styleguide-FieldUsage-Image",
50
- "fields": {
51
- "heading": {
52
- "value": "Image"
53
- },
54
- "sample1": {
55
- "value": {
56
- "src": "/data/media/img/sc_logo.png",
57
- "alt": "Sitecore Logo"
58
- }
59
- },
60
- "sample2": {
61
- "value": {
62
- "src": "/data/media/img/jss_logo.png",
63
- "alt": "Sitecore JSS Logo"
64
- }
65
- }
66
- }
67
- },
68
- {
69
- "componentName": "Styleguide-FieldUsage-Number",
70
- "fields": {
71
- "description": {
72
- "value": "Number tells Sitecore to use a number entry for editing."
73
- },
74
- "heading": {
75
- "value": "Number"
76
- },
77
- "sample1": {
78
- "value": 1.2
79
- },
80
- "sample2": {
81
- "value": 23
82
- }
83
- }
84
- },
85
- {
86
- "componentName": "Styleguide-FieldUsage-Checkbox",
87
- "fields": {
88
- "heading": {
89
- "value": "Checkbox"
90
- },
91
- "description": {
92
- "value": "Note: Sitecore does not support inline editing of Checkbox fields. The value must be edited in Experience Editor by using the edit rendering fields button (looks like a pencil) with the whole component selected."
93
- },
94
- "checkbox": {
95
- "value": true
96
- },
97
- "checkbox2": {
98
- "value": false
99
- }
100
- }
101
- },
102
- {
103
- "componentName": "Styleguide-FieldUsage-Date",
104
- "fields": {
105
- "heading": {
106
- "value": "Date"
107
- },
108
- "description": {
109
- "value": "Both Date and DateTime field types are available. Choosing DateTime will make Sitecore show editing UI for time; both types store complete date and time values internally. Date values in JSS are formatted using<a href=\"https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations\" target=\"_blank\">ISO 8601 formatted strings</a>for example 2012-04-23T18: 25: 43.511Z. Note: this is a JavaScript date format(e.g. new Date().toISOString()), and is different from how Sitecore stores date field values internally. Sitecore-formatted dates will not work."
110
- },
111
- "date": {
112
- "value": "2012-05-04T00:00:00Z"
113
- },
114
- "dateTime": {
115
- "value": "2018-03-14T15:00:00Z"
116
- }
117
- }
118
- },
119
- {
120
- "componentName": "Styleguide-FieldUsage-Link",
121
- "fields": {
122
- "heading": {
123
- "value": "General Link"
124
- },
125
- "description": {
126
- "value": "<p>A <em>General Link</em> is a field that represents a Link tag.</p>"
127
- },
128
- "externalLink": {
129
- "href": "https://www.sitecore.com",
130
- "text": "Link to Sitecore"
131
- },
132
- "emailLink": {
133
- "href": "mailto:foo@bar.com",
134
- "text": "Send an Email"
135
- }
136
- }
137
- },
138
- {
139
- "componentName": "Styleguide-FieldUsage-Custom",
140
- "fields": {
141
- "heading": {
142
- "value": "Custom Fields"
143
- },
144
- "description": {
145
- "value": "<p><small>Any Sitecore field type can be consumed by JSS. In this sample we consume the <em>Integer</em> field type.<br /><strong>Note:</strong> For field types with complex data, custom <code>FieldSerializer</code>s may need to be implemented on the Sitecore side.</small></p>"
146
- },
147
- "customIntField": {
148
- "value": 31337
149
- }
150
- }
151
- },
152
- {
153
- "componentName": "Styleguide-Layout-Tabs",
154
- "fields": {
155
- "heading": {
156
- "value": "Tabs"
157
- },
158
- "description": {
159
- "value": "<p>Creating hierarchical components like tabs is made simpler in JSS because it's easy to introspect the layout structure.</p>"
160
- }
161
- },
162
- "placeholders": {
163
- "jss-tabs": [
164
- {
165
- "componentName": "Styleguide-Layout-Tabs-Tab",
166
- "fields": {
167
- "title": {
168
- "value": "Tab 1"
169
- },
170
- "content": {
171
- "value": "Tab 1 super content!"
172
- }
173
- }
174
- },
175
- {
176
- "componentName": "Styleguide-Layout-Tabs-Tab",
177
- "fields": {
178
- "title": {
179
- "value": "Tab 2"
180
- },
181
- "content": {
182
- "value": "Tab 2 low content!"
183
- }
184
- }
185
- },
186
- {
187
- "componentName": "Styleguide-Layout-Tabs-Tab",
188
- "fields": {
189
- "title": {
190
- "value": "Tab 3"
191
- },
192
- "content": {
193
- "value": "Tab 3 medium content!"
194
- }
195
- }
196
- }
197
- ]
198
- }
199
- },
200
- {
201
- "componentName": "Styleguide-ComponentParams",
202
- "fields": {
203
- "heading": {
204
- "value": "Component Params"
205
- },
206
- "description": {
207
- "value": "Component params (also called Rendering Parameters) allow storing non-content parameters for a component. These params should be used for more technical options such as CSS class names or structural settings."
208
- }
209
- },
210
- "params": {
211
- "cssClass": "firstParagraph",
212
- "columns": "5",
213
- "useCallToAction": "true"
214
- }
215
- },
216
- {
217
- "componentName": "Styleguide-Multilingual",
218
- "fields": {
219
- "heading": {
220
- "value": "Translation Patterns"
221
- },
222
- "sample": "This text can be translated in en.yml"
223
- }
224
- }
225
- ]
226
- }
227
- }
1
+ {
2
+ "name": "styleguide",
3
+ "displayName": "Styleguide",
4
+ "placeholders": {
5
+ "jss-main": [
6
+ {
7
+ "componentName": "Styleguide-FieldUsage-Text",
8
+ "fields": {
9
+ "heading": {
10
+ "value": "Single-Line Text"
11
+ },
12
+ "sample": {
13
+ "value": "This is a sample text field."
14
+ },
15
+ "sample2": {
16
+ "value": "This is another sample text field using rendering options. Cannot edit because editable=false."
17
+ }
18
+ }
19
+ },
20
+ {
21
+ "componentName": "Styleguide-FieldUsage-Text",
22
+ "fields": {
23
+ "heading": {
24
+ "value": "Multi-Line Text"
25
+ },
26
+ "sample": {
27
+ "value": "This is a sample text field."
28
+ },
29
+ "sample2": {
30
+ "value": "This is another sample text field using rendering options. Cannot edit because editable=false."
31
+ }
32
+ }
33
+ },
34
+ {
35
+ "componentName": "Styleguide-FieldUsage-RichText",
36
+ "fields": {
37
+ "heading": {
38
+ "value": "Rich Text"
39
+ },
40
+ "sample": {
41
+ "value": "<p>This is a sample rich text field. <mark>HTML is always supported.</mark> In Sitecore, editors will see a WYSIWYG editor for these fields.</p>"
42
+ },
43
+ "sample2": {
44
+ "value": "<p>Another sample rich text field, using options. Keep markup entered in rich text fields as simple as possible - ideally bare tags only (no classes). Adding a wrapping class can help with styling within rich text blocks.</p><marquee>But you can use any valid HTML in a rich text field!</marquee>"
45
+ }
46
+ }
47
+ },
48
+ {
49
+ "componentName": "Styleguide-FieldUsage-Image",
50
+ "fields": {
51
+ "heading": {
52
+ "value": "Image"
53
+ },
54
+ "sample1": {
55
+ "value": {
56
+ "src": "/data/media/img/sc_logo.png",
57
+ "alt": "Sitecore Logo"
58
+ }
59
+ },
60
+ "sample2": {
61
+ "value": {
62
+ "src": "/data/media/img/jss_logo.png",
63
+ "alt": "Sitecore JSS Logo"
64
+ }
65
+ }
66
+ }
67
+ },
68
+ {
69
+ "componentName": "Styleguide-FieldUsage-Number",
70
+ "fields": {
71
+ "description": {
72
+ "value": "Number tells Sitecore to use a number entry for editing."
73
+ },
74
+ "heading": {
75
+ "value": "Number"
76
+ },
77
+ "sample1": {
78
+ "value": 1.2
79
+ },
80
+ "sample2": {
81
+ "value": 23
82
+ }
83
+ }
84
+ },
85
+ {
86
+ "componentName": "Styleguide-FieldUsage-Checkbox",
87
+ "fields": {
88
+ "heading": {
89
+ "value": "Checkbox"
90
+ },
91
+ "description": {
92
+ "value": "Note: Sitecore does not support inline editing of Checkbox fields. The value must be edited in Experience Editor by using the edit rendering fields button (looks like a pencil) with the whole component selected."
93
+ },
94
+ "checkbox": {
95
+ "value": true
96
+ },
97
+ "checkbox2": {
98
+ "value": false
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "componentName": "Styleguide-FieldUsage-Date",
104
+ "fields": {
105
+ "heading": {
106
+ "value": "Date"
107
+ },
108
+ "description": {
109
+ "value": "Both Date and DateTime field types are available. Choosing DateTime will make Sitecore show editing UI for time; both types store complete date and time values internally. Date values in JSS are formatted using<a href=\"https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations\" target=\"_blank\">ISO 8601 formatted strings</a>for example 2012-04-23T18: 25: 43.511Z. Note: this is a JavaScript date format(e.g. new Date().toISOString()), and is different from how Sitecore stores date field values internally. Sitecore-formatted dates will not work."
110
+ },
111
+ "date": {
112
+ "value": "2012-05-04T00:00:00Z"
113
+ },
114
+ "dateTime": {
115
+ "value": "2018-03-14T15:00:00Z"
116
+ }
117
+ }
118
+ },
119
+ {
120
+ "componentName": "Styleguide-FieldUsage-Link",
121
+ "fields": {
122
+ "heading": {
123
+ "value": "General Link"
124
+ },
125
+ "description": {
126
+ "value": "<p>A <em>General Link</em> is a field that represents a Link tag.</p>"
127
+ },
128
+ "externalLink": {
129
+ "href": "https://www.sitecore.com",
130
+ "text": "Link to Sitecore"
131
+ },
132
+ "emailLink": {
133
+ "href": "mailto:foo@bar.com",
134
+ "text": "Send an Email"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "componentName": "Styleguide-FieldUsage-Custom",
140
+ "fields": {
141
+ "heading": {
142
+ "value": "Custom Fields"
143
+ },
144
+ "description": {
145
+ "value": "<p><small>Any Sitecore field type can be consumed by JSS. In this sample we consume the <em>Integer</em> field type.<br /><strong>Note:</strong> For field types with complex data, custom <code>FieldSerializer</code>s may need to be implemented on the Sitecore side.</small></p>"
146
+ },
147
+ "customIntField": {
148
+ "value": 31337
149
+ }
150
+ }
151
+ },
152
+ {
153
+ "componentName": "Styleguide-Layout-Tabs",
154
+ "fields": {
155
+ "heading": {
156
+ "value": "Tabs"
157
+ },
158
+ "description": {
159
+ "value": "<p>Creating hierarchical components like tabs is made simpler in JSS because it's easy to introspect the layout structure.</p>"
160
+ }
161
+ },
162
+ "placeholders": {
163
+ "jss-tabs": [
164
+ {
165
+ "componentName": "Styleguide-Layout-Tabs-Tab",
166
+ "fields": {
167
+ "title": {
168
+ "value": "Tab 1"
169
+ },
170
+ "content": {
171
+ "value": "Tab 1 super content!"
172
+ }
173
+ }
174
+ },
175
+ {
176
+ "componentName": "Styleguide-Layout-Tabs-Tab",
177
+ "fields": {
178
+ "title": {
179
+ "value": "Tab 2"
180
+ },
181
+ "content": {
182
+ "value": "Tab 2 low content!"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "componentName": "Styleguide-Layout-Tabs-Tab",
188
+ "fields": {
189
+ "title": {
190
+ "value": "Tab 3"
191
+ },
192
+ "content": {
193
+ "value": "Tab 3 medium content!"
194
+ }
195
+ }
196
+ }
197
+ ]
198
+ }
199
+ },
200
+ {
201
+ "componentName": "Styleguide-ComponentParams",
202
+ "fields": {
203
+ "heading": {
204
+ "value": "Component Params"
205
+ },
206
+ "description": {
207
+ "value": "Component params (also called Rendering Parameters) allow storing non-content parameters for a component. These params should be used for more technical options such as CSS class names or structural settings."
208
+ }
209
+ },
210
+ "params": {
211
+ "cssClass": "firstParagraph",
212
+ "columns": "5",
213
+ "useCallToAction": "true"
214
+ }
215
+ },
216
+ {
217
+ "componentName": "Styleguide-Multilingual",
218
+ "fields": {
219
+ "heading": {
220
+ "value": "Translation Patterns"
221
+ },
222
+ "sample": "This text can be translated in en.yml"
223
+ }
224
+ }
225
+ ]
226
+ }
227
+ }