@nowline/embed 0.4.1 → 0.5.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 (42) hide show
  1. package/README.md +14 -26
  2. package/dist/auto-scan.d.ts +11 -0
  3. package/dist/auto-scan.d.ts.map +1 -1
  4. package/dist/auto-scan.js +28 -0
  5. package/dist/auto-scan.js.map +1 -1
  6. package/dist/index.d.ts +18 -1
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +8 -20
  9. package/dist/index.js.map +1 -1
  10. package/dist/meta.json +116 -59
  11. package/dist/nowline.esm.js +1020 -133
  12. package/dist/nowline.esm.js.map +4 -4
  13. package/dist/nowline.min.js +82 -82
  14. package/dist/nowline.min.js.map +4 -4
  15. package/dist/share.d.ts +45 -0
  16. package/dist/share.d.ts.map +1 -0
  17. package/dist/share.js +75 -0
  18. package/dist/share.js.map +1 -0
  19. package/dist/theme.d.ts +3 -3
  20. package/dist/theme.d.ts.map +1 -1
  21. package/dist/theme.js +5 -3
  22. package/dist/theme.js.map +1 -1
  23. package/package.json +6 -7
  24. package/src/auto-scan.ts +42 -0
  25. package/src/index.ts +43 -31
  26. package/src/share.ts +108 -0
  27. package/src/theme.ts +7 -5
  28. package/dist/auth/allowlist.d.ts +0 -20
  29. package/dist/auth/allowlist.d.ts.map +0 -1
  30. package/dist/auth/allowlist.js +0 -33
  31. package/dist/auth/allowlist.js.map +0 -1
  32. package/dist/auth/env.d.ts +0 -23
  33. package/dist/auth/env.d.ts.map +0 -1
  34. package/dist/auth/env.js +0 -24
  35. package/dist/auth/env.js.map +0 -1
  36. package/dist/auth/firebase-auth.client.d.ts +0 -21
  37. package/dist/auth/firebase-auth.client.d.ts.map +0 -1
  38. package/dist/auth/firebase-auth.client.js +0 -142
  39. package/dist/auth/firebase-auth.client.js.map +0 -1
  40. package/src/auth/allowlist.ts +0 -32
  41. package/src/auth/env.ts +0 -37
  42. package/src/auth/firebase-auth.client.ts +0 -174
package/dist/meta.json CHANGED
@@ -1,22 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
- "src/auth/env.ts": {
4
- "bytes": 1462,
5
- "imports": [],
6
- "format": "esm"
7
- },
8
- "../browser/dist/diagnostic-row.js": {
9
- "bytes": 3065,
10
- "imports": [],
11
- "format": "esm"
12
- },
13
- "../browser/dist/generated/showcase.js": {
14
- "bytes": 1071,
15
- "imports": [],
16
- "format": "esm"
17
- },
18
- "../browser/dist/no-op-include-resolver.js": {
19
- "bytes": 1050,
3
+ "../core/dist/diagnostics/index.js": {
4
+ "bytes": 4615,
20
5
  "imports": [],
21
6
  "format": "esm"
22
7
  },
@@ -5701,8 +5686,13 @@
5701
5686
  "format": "esm"
5702
5687
  },
5703
5688
  "../core/dist/index.js": {
5704
- "bytes": 454,
5689
+ "bytes": 680,
5705
5690
  "imports": [
5691
+ {
5692
+ "path": "../core/dist/diagnostics/index.js",
5693
+ "kind": "import-statement",
5694
+ "original": "./diagnostics/index.js"
5695
+ },
5706
5696
  {
5707
5697
  "path": "../core/dist/generated/ast.js",
5708
5698
  "kind": "import-statement",
@@ -5741,6 +5731,27 @@
5741
5731
  ],
5742
5732
  "format": "esm"
5743
5733
  },
5734
+ "../browser/dist/diagnostic-row.js": {
5735
+ "bytes": 2275,
5736
+ "imports": [
5737
+ {
5738
+ "path": "../core/dist/index.js",
5739
+ "kind": "import-statement",
5740
+ "original": "@nowline/core"
5741
+ }
5742
+ ],
5743
+ "format": "esm"
5744
+ },
5745
+ "../browser/dist/generated/showcase.js": {
5746
+ "bytes": 1071,
5747
+ "imports": [],
5748
+ "format": "esm"
5749
+ },
5750
+ "../browser/dist/no-op-include-resolver.js": {
5751
+ "bytes": 1050,
5752
+ "imports": [],
5753
+ "format": "esm"
5754
+ },
5744
5755
  "../layout/dist/capacity.js": {
5745
5756
  "bytes": 6829,
5746
5757
  "imports": [],
@@ -5835,19 +5846,29 @@
5835
5846
  "imports": [],
5836
5847
  "format": "esm"
5837
5848
  },
5849
+ "../layout/dist/themes/grayscale.js": {
5850
+ "bytes": 5745,
5851
+ "imports": [],
5852
+ "format": "esm"
5853
+ },
5838
5854
  "../layout/dist/themes/light.js": {
5839
5855
  "bytes": 6218,
5840
5856
  "imports": [],
5841
5857
  "format": "esm"
5842
5858
  },
5843
5859
  "../layout/dist/themes/index.js": {
5844
- "bytes": 1027,
5860
+ "bytes": 2224,
5845
5861
  "imports": [
5846
5862
  {
5847
5863
  "path": "../layout/dist/themes/dark.js",
5848
5864
  "kind": "import-statement",
5849
5865
  "original": "./dark.js"
5850
5866
  },
5867
+ {
5868
+ "path": "../layout/dist/themes/grayscale.js",
5869
+ "kind": "import-statement",
5870
+ "original": "./grayscale.js"
5871
+ },
5851
5872
  {
5852
5873
  "path": "../layout/dist/themes/light.js",
5853
5874
  "kind": "import-statement",
@@ -5858,6 +5879,11 @@
5858
5879
  "kind": "import-statement",
5859
5880
  "original": "./dark.js"
5860
5881
  },
5882
+ {
5883
+ "path": "../layout/dist/themes/grayscale.js",
5884
+ "kind": "import-statement",
5885
+ "original": "./grayscale.js"
5886
+ },
5861
5887
  {
5862
5888
  "path": "../layout/dist/themes/light.js",
5863
5889
  "kind": "import-statement",
@@ -8765,7 +8791,7 @@
8765
8791
  "format": "esm"
8766
8792
  },
8767
8793
  "../layout/dist/layout.js": {
8768
- "bytes": 59773,
8794
+ "bytes": 60192,
8769
8795
  "imports": [
8770
8796
  {
8771
8797
  "path": "../core/dist/index.js",
@@ -8866,7 +8892,7 @@
8866
8892
  "format": "esm"
8867
8893
  },
8868
8894
  "../layout/dist/index.js": {
8869
- "bytes": 2995,
8895
+ "bytes": 3031,
8870
8896
  "imports": [
8871
8897
  {
8872
8898
  "path": "../layout/dist/capacity.js",
@@ -9006,7 +9032,7 @@
9006
9032
  "format": "esm"
9007
9033
  },
9008
9034
  "../browser/dist/pipeline.js": {
9009
- "bytes": 5773,
9035
+ "bytes": 6059,
9010
9036
  "imports": [
9011
9037
  {
9012
9038
  "path": "../core/dist/index.js",
@@ -9083,30 +9109,52 @@
9083
9109
  ],
9084
9110
  "format": "esm"
9085
9111
  },
9112
+ "../../node_modules/.pnpm/fflate@0.8.3/node_modules/fflate/esm/browser.js": {
9113
+ "bytes": 90922,
9114
+ "imports": [],
9115
+ "format": "esm"
9116
+ },
9117
+ "src/share.ts": {
9118
+ "bytes": 3808,
9119
+ "imports": [
9120
+ {
9121
+ "path": "../../node_modules/.pnpm/fflate@0.8.3/node_modules/fflate/esm/browser.js",
9122
+ "kind": "import-statement",
9123
+ "original": "fflate"
9124
+ }
9125
+ ],
9126
+ "format": "esm"
9127
+ },
9086
9128
  "src/auto-scan.ts": {
9087
- "bytes": 3595,
9129
+ "bytes": 5530,
9088
9130
  "imports": [
9089
9131
  {
9090
9132
  "path": "src/pipeline.ts",
9091
9133
  "kind": "import-statement",
9092
9134
  "original": "./pipeline.js"
9135
+ },
9136
+ {
9137
+ "path": "src/share.ts",
9138
+ "kind": "import-statement",
9139
+ "original": "./share.js"
9093
9140
  }
9094
9141
  ],
9095
9142
  "format": "esm"
9096
9143
  },
9097
9144
  "src/theme.ts": {
9098
- "bytes": 1337,
9099
- "imports": [],
9145
+ "bytes": 1555,
9146
+ "imports": [
9147
+ {
9148
+ "path": "../layout/dist/index.js",
9149
+ "kind": "import-statement",
9150
+ "original": "@nowline/layout"
9151
+ }
9152
+ ],
9100
9153
  "format": "esm"
9101
9154
  },
9102
9155
  "src/index.ts": {
9103
- "bytes": 8352,
9156
+ "bytes": 8629,
9104
9157
  "imports": [
9105
- {
9106
- "path": "src/auth/env.ts",
9107
- "kind": "import-statement",
9108
- "original": "./auth/env.js"
9109
- },
9110
9158
  {
9111
9159
  "path": "src/auto-scan.ts",
9112
9160
  "kind": "import-statement",
@@ -9131,7 +9179,7 @@
9131
9179
  "imports": [],
9132
9180
  "exports": [],
9133
9181
  "inputs": {},
9134
- "bytes": 3195016
9182
+ "bytes": 3328461
9135
9183
  },
9136
9184
  "dist/nowline.min.js": {
9137
9185
  "imports": [],
@@ -9157,7 +9205,7 @@
9157
9205
  "bytesInOutput": 583
9158
9206
  },
9159
9207
  "../../node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/messages.js": {
9160
- "bytesInOutput": 4023
9208
+ "bytesInOutput": 4079
9161
9209
  },
9162
9210
  "../../node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/linkedMap.js": {
9163
9211
  "bytesInOutput": 4637
@@ -9190,7 +9238,7 @@
9190
9238
  "bytesInOutput": 1851
9191
9239
  },
9192
9240
  "../../node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/connection.js": {
9193
- "bytesInOutput": 17679
9241
+ "bytesInOutput": 17676
9194
9242
  },
9195
9243
  "../../node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/api.js": {
9196
9244
  "bytesInOutput": 7465
@@ -9289,16 +9337,13 @@
9289
9337
  "bytesInOutput": 161
9290
9338
  },
9291
9339
  "src/index.ts": {
9292
- "bytesInOutput": 1168
9340
+ "bytesInOutput": 1311
9293
9341
  },
9294
- "src/auth/env.ts": {
9295
- "bytesInOutput": 28
9296
- },
9297
- "../browser/dist/diagnostic-row.js": {
9298
- "bytesInOutput": 1325
9342
+ "../core/dist/diagnostics/index.js": {
9343
+ "bytesInOutput": 1168
9299
9344
  },
9300
- "../browser/dist/no-op-include-resolver.js": {
9301
- "bytesInOutput": 189
9345
+ "../core/dist/index.js": {
9346
+ "bytesInOutput": 0
9302
9347
  },
9303
9348
  "../../node_modules/.pnpm/langium@4.2.4/node_modules/langium/lib/index.js": {
9304
9349
  "bytesInOutput": 3101
@@ -9400,7 +9445,7 @@
9400
9445
  "bytesInOutput": 281
9401
9446
  },
9402
9447
  "../../node_modules/.pnpm/chevrotain@12.0.0/node_modules/chevrotain/lib/src/scan/lexer_public.js": {
9403
- "bytesInOutput": 10562
9448
+ "bytesInOutput": 10556
9404
9449
  },
9405
9450
  "../../node_modules/.pnpm/chevrotain@12.0.0/node_modules/chevrotain/lib/src/scan/tokens_public.js": {
9406
9451
  "bytesInOutput": 1098
@@ -9961,7 +10006,7 @@
9961
10006
  "bytesInOutput": 3710
9962
10007
  },
9963
10008
  "../../node_modules/.pnpm/vscode-uri@3.1.0/node_modules/vscode-uri/lib/esm/index.mjs": {
9964
- "bytesInOutput": 10779
10009
+ "bytesInOutput": 10774
9965
10010
  },
9966
10011
  "../../node_modules/.pnpm/langium@4.2.4/node_modules/langium/lib/utils/uri-utils.js": {
9967
10012
  "bytesInOutput": 2389
@@ -10071,9 +10116,6 @@
10071
10116
  "../core/dist/generated/ast.js": {
10072
10117
  "bytesInOutput": 8422
10073
10118
  },
10074
- "../core/dist/index.js": {
10075
- "bytesInOutput": 0
10076
- },
10077
10119
  "../core/dist/generated/grammar.js": {
10078
10120
  "bytesInOutput": 60489
10079
10121
  },
@@ -10107,6 +10149,12 @@
10107
10149
  "../core/dist/language/nowline-module.js": {
10108
10150
  "bytesInOutput": 831
10109
10151
  },
10152
+ "../browser/dist/diagnostic-row.js": {
10153
+ "bytesInOutput": 699
10154
+ },
10155
+ "../browser/dist/no-op-include-resolver.js": {
10156
+ "bytesInOutput": 189
10157
+ },
10110
10158
  "../layout/dist/capacity.js": {
10111
10159
  "bytesInOutput": 954
10112
10160
  },
@@ -10146,11 +10194,14 @@
10146
10194
  "../layout/dist/themes/dark.js": {
10147
10195
  "bytesInOutput": 3123
10148
10196
  },
10197
+ "../layout/dist/themes/grayscale.js": {
10198
+ "bytesInOutput": 3128
10199
+ },
10149
10200
  "../layout/dist/themes/light.js": {
10150
10201
  "bytesInOutput": 3124
10151
10202
  },
10152
10203
  "../layout/dist/themes/index.js": {
10153
- "bytesInOutput": 213
10204
+ "bytesInOutput": 382
10154
10205
  },
10155
10206
  "../layout/dist/style-resolution.js": {
10156
10207
  "bytesInOutput": 2394
@@ -10159,7 +10210,7 @@
10159
10210
  "bytesInOutput": 786
10160
10211
  },
10161
10212
  "../layout/dist/nodes/group-node.js": {
10162
- "bytesInOutput": 1988
10213
+ "bytesInOutput": 1979
10163
10214
  },
10164
10215
  "../layout/dist/nodes/item-node.js": {
10165
10216
  "bytesInOutput": 713
@@ -10303,7 +10354,7 @@
10303
10354
  "bytesInOutput": 715
10304
10355
  },
10305
10356
  "../../node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js": {
10306
- "bytesInOutput": 8588
10357
+ "bytesInOutput": 8586
10307
10358
  },
10308
10359
  "../../node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js": {
10309
10360
  "bytesInOutput": 528
@@ -10336,19 +10387,19 @@
10336
10387
  "bytesInOutput": 1842
10337
10388
  },
10338
10389
  "../layout/dist/nodes/swimlane-node.js": {
10339
- "bytesInOutput": 2866
10390
+ "bytesInOutput": 2861
10340
10391
  },
10341
10392
  "../layout/dist/nodes/include-node.js": {
10342
- "bytesInOutput": 1415
10393
+ "bytesInOutput": 1412
10343
10394
  },
10344
10395
  "../layout/dist/nodes/milestone-node.js": {
10345
10396
  "bytesInOutput": 2017
10346
10397
  },
10347
10398
  "../layout/dist/nodes/roadmap-node.js": {
10348
- "bytesInOutput": 8318
10399
+ "bytesInOutput": 8308
10349
10400
  },
10350
10401
  "../layout/dist/layout.js": {
10351
- "bytesInOutput": 12341
10402
+ "bytesInOutput": 12512
10352
10403
  },
10353
10404
  "../renderer/dist/svg/icons.js": {
10354
10405
  "bytesInOutput": 2290
@@ -10366,13 +10417,13 @@
10366
10417
  "bytesInOutput": 727
10367
10418
  },
10368
10419
  "../renderer/dist/svg/render.js": {
10369
- "bytesInOutput": 22240
10420
+ "bytesInOutput": 22236
10370
10421
  },
10371
10422
  "../renderer/dist/index.js": {
10372
10423
  "bytesInOutput": 0
10373
10424
  },
10374
10425
  "../browser/dist/pipeline.js": {
10375
- "bytesInOutput": 1473
10426
+ "bytesInOutput": 1444
10376
10427
  },
10377
10428
  "../browser/dist/index.js": {
10378
10429
  "bytesInOutput": 0
@@ -10380,14 +10431,20 @@
10380
10431
  "src/pipeline.ts": {
10381
10432
  "bytesInOutput": 809
10382
10433
  },
10434
+ "../../node_modules/.pnpm/fflate@0.8.3/node_modules/fflate/esm/browser.js": {
10435
+ "bytesInOutput": 6591
10436
+ },
10437
+ "src/share.ts": {
10438
+ "bytesInOutput": 665
10439
+ },
10383
10440
  "src/auto-scan.ts": {
10384
- "bytesInOutput": 636
10441
+ "bytesInOutput": 981
10385
10442
  },
10386
10443
  "src/theme.ts": {
10387
- "bytesInOutput": 260
10444
+ "bytesInOutput": 257
10388
10445
  }
10389
10446
  },
10390
- "bytes": 650674
10447
+ "bytes": 662364
10391
10448
  }
10392
10449
  }
10393
10450
  }