@burger-editor/blocks 4.0.0-alpha.62 → 4.0.0-alpha.63

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 (2) hide show
  1. package/dist/index.js +12 -12
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ var style$b = "/* No Styling */\n";
9
9
  var template$b = "<a href=\"\" data-kind=\"primary\" data-before-icon=\"none\" data-after-icon=\"none\" data-bge=\"link:href, target:target, kind:data-kind, before-icon:data-before-icon, after-icon:data-after-icon\">\n\t<div>\n\t\t<span data-bge=\"text\">ボタン</span>\n\t\t<span data-bge=\"subtext\">サブテキスト</span>\n\t</div>\n</a>\n";
10
10
 
11
11
  var button = createItem({
12
- version: "4.0.0-alpha.61",
12
+ version: "4.0.0-alpha.62",
13
13
  name: "button",
14
14
  template: template$b,
15
15
  style: style$b,
@@ -65,7 +65,7 @@ var style$a = "/* No Styling */\n";
65
65
  var template$a = "<details data-bge=\"open:open\">\n\t<summary data-bge=\"summary\">折りたたみコンテンツ</summary>\n\t<div data-bge=\"content\"><p>内容を入力してください</p></div>\n</details>\n";
66
66
 
67
67
  var details = createItem({
68
- version: "4.0.0-alpha.61",
68
+ version: "4.0.0-alpha.62",
69
69
  name: "details",
70
70
  template: template$a,
71
71
  style: style$a,
@@ -79,7 +79,7 @@ var style$9 = "[data-bgi='download-file'] {\n\t[data-bge*='size'] {\n\t\t&::befo
79
79
  var template$9 = "<a href=\"./files/bgeditor/bg-sample.pdf\" target=\"_blank\" data-bge=\"path:href, download:download\">\n\t<div>\n\t\t<span data-bge=\"name\">サンプルダウンロードファイル</span>\n\t\t<span data-bge=\"formated-size, size:data-size\" data-size=\"138158\">134.92kB</span>\n\t</div>\n</a>\n";
80
80
 
81
81
  var downloadFile = createItem({
82
- version: "4.0.0-alpha.61",
82
+ version: "4.0.0-alpha.62",
83
83
  name: "download-file",
84
84
  template: template$9,
85
85
  style: style$9,
@@ -118,7 +118,7 @@ var style$8 = "[data-bgi='google-maps'] {\n\tdiv {\n\t\tinline-size: 100%;\n\t\t
118
118
  var template$8 = "<div data-lat=\"35.681382\" data-lng=\"139.766084\" data-zoom=\"16\" data-bge=\"lat:data-lat, lng:data-lng, zoom:data-zoom\">\n\t<img data-bge=\"img:src\" src=\"https://maps.google.com/maps/api/staticmap?center=35.681382,139.766084&amp;zoom=16&amp;size=640x400&amp;markers=color:red|color:red|35.681382,139.766084&amp;scale=2&amp;key=%googleMapsApiKey%\" width=\"8\" height=\"5\" alt=\"Google Maps\" />\n</div>\n<a href=\"https://maps.apple.com/?q=35.681382,139.766084\" data-bge=\"url:href\" target=\"_blank\"><span>アプリで開く</span></a>\n";
119
119
 
120
120
  var googleMaps = createItem({
121
- version: "4.0.0-alpha.61",
121
+ version: "4.0.0-alpha.62",
122
122
  name: "google-maps",
123
123
  template: template$8,
124
124
  style: style$8,
@@ -253,7 +253,7 @@ var style$7 = "[data-bgi='hr'] {\n\t--inline-size: 100%;\n\t--border-color: #000
253
253
  var template$7 = "<div data-bgi-hr-kind=\"primary\" data-bge=\"kind:data-bgi-hr-kind\">\n\t<hr />\n</div>\n";
254
254
 
255
255
  var hr = createItem({
256
- version: "4.0.0-alpha.61",
256
+ version: "4.0.0-alpha.62",
257
257
  name: "hr",
258
258
  template: template$7,
259
259
  style: style$7,
@@ -343,7 +343,7 @@ function createWidthState() {
343
343
 
344
344
  const ORIGIN = "__org";
345
345
  var image = createItem({
346
- version: "4.0.0-alpha.61",
346
+ version: "4.0.0-alpha.62",
347
347
  name: "image",
348
348
  template: template$6,
349
349
  style: style$6,
@@ -541,7 +541,7 @@ var style$5 = "[data-bgi='import'] {\n\tbge-import {\n\t\t&::before {\n\t\t\tfon
541
541
  var template$5 = "<bge-import data-bge=\":src\" src=\"\"></bge-import>\n";
542
542
 
543
543
  var importItem = createItem({
544
- version: "4.0.0-alpha.61",
544
+ version: "4.0.0-alpha.62",
545
545
  name: "import",
546
546
  template: template$5,
547
547
  style: style$5,
@@ -555,7 +555,7 @@ var style$4 = "/* No Styling */\n";
555
555
  var template$4 = "<div data-bge=\":scrollable\" data-bge-scrollable=\"false\">\n\t<table>\n\t\t<caption data-bge=\"caption\">\n\t\t\tキャプションを入力してください\n\t\t</caption>\n\t\t<tbody data-bge-list>\n\t\t\t<tr>\n\t\t\t\t<th data-bge=\"th\">表組の見出し</th>\n\t\t\t\t<td data-bge=\"td\">表組の内容を入力してください</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n</div>\n";
556
556
 
557
557
  var table = createItem({
558
- version: "4.0.0-alpha.61",
558
+ version: "4.0.0-alpha.62",
559
559
  name: "table",
560
560
  template: template$4,
561
561
  style: style$4,
@@ -583,7 +583,7 @@ var style$3 = "/* No Styling */\n";
583
583
  var template$3 = "<h2 data-bge=\"title-h2\">見出しを入力してください</h2>\n";
584
584
 
585
585
  var titleH2 = createItem({
586
- version: "4.0.0-alpha.61",
586
+ version: "4.0.0-alpha.62",
587
587
  name: "title-h2",
588
588
  template: template$3,
589
589
  style: style$3,
@@ -597,7 +597,7 @@ var style$2 = "/* No Styling */\n";
597
597
  var template$2 = "<h3 data-bge=\"title-h3\">見出しを入力してください</h3>\n";
598
598
 
599
599
  var titleH3 = createItem({
600
- version: "4.0.0-alpha.61",
600
+ version: "4.0.0-alpha.62",
601
601
  name: "title-h3",
602
602
  template: template$2,
603
603
  style: style$2,
@@ -611,7 +611,7 @@ var style$1 = "/* No Styling */\n";
611
611
  var template$1 = "<div data-bge=\"wysiwyg\"><p>本文を入力してください</p></div>\n";
612
612
 
613
613
  var wysiwyg = createItem({
614
- version: "4.0.0-alpha.61",
614
+ version: "4.0.0-alpha.62",
615
615
  name: "wysiwyg",
616
616
  template: template$1,
617
617
  style: style$1,
@@ -626,7 +626,7 @@ var template = "<div data-id=\"3KtWfp0UopM\" data-title=\"YouTube動画\" data-w
626
626
 
627
627
  const FALLBACK_TITLE = "YouTube\u52D5\u753B";
628
628
  var youtube = createItem({
629
- version: "4.0.0-alpha.61",
629
+ version: "4.0.0-alpha.62",
630
630
  name: "youtube",
631
631
  template,
632
632
  style,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burger-editor/blocks",
3
- "version": "4.0.0-alpha.62",
3
+ "version": "4.0.0-alpha.63",
4
4
  "description": "BurgerEditor Blocks",
5
5
  "author": "D-ZERO",
6
6
  "license": "(MIT OR Apache-2.0)",
@@ -28,16 +28,16 @@
28
28
  "dev": "rollup -c -w"
29
29
  },
30
30
  "dependencies": {
31
- "@burger-editor/core": "4.0.0-alpha.62",
32
- "@burger-editor/utils": "4.0.0-alpha.62",
31
+ "@burger-editor/core": "4.0.0-alpha.63",
32
+ "@burger-editor/utils": "4.0.0-alpha.63",
33
33
  "@d-zero/shared": "0.17.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@burger-editor/custom-element": "4.0.0-alpha.62",
36
+ "@burger-editor/custom-element": "4.0.0-alpha.63",
37
37
  "@types/google.maps": "3.58.1",
38
38
  "rollup": "4.59.0",
39
39
  "rollup-plugin-esbuild": "6.2.1",
40
40
  "rollup-plugin-string": "3.0.0"
41
41
  },
42
- "gitHead": "643683e73e3cafd5d4a89da55900ef5538c1ff35"
42
+ "gitHead": "4ae044f9cff5133608170c22a3bf118d31feef89"
43
43
  }