dolphin-client 1.1.1 → 1.1.3
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.
- package/.vscode/dolphin-tags.json +8 -0
- package/.vscode/settings.json +5 -0
- package/dist/dolphin-client.js +283 -180
- package/dist/dolphin-client.min.js +15 -15
- package/dist/index.cjs +283 -180
- package/dist/index.js +283 -180
- package/dist/testing.d.ts +5 -5
- package/fulltutorial.md +55 -0
- package/package.json +1 -1
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
"name": "dolphin-toast",
|
|
42
42
|
"description": "Dolphin CLI Component"
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
"name": "dolphin-store",
|
|
46
|
+
"description": "Declarative UI Store Initialization Component (Seeds state via attributes or JSON text content)"
|
|
47
|
+
},
|
|
44
48
|
{
|
|
45
49
|
"name": "dolphin-modal",
|
|
46
50
|
"description": "Dolphin CLI Component"
|
|
@@ -464,6 +468,10 @@
|
|
|
464
468
|
"name": "dolphin-toast",
|
|
465
469
|
"description": "Dolphin CLI Component (dolphin-toast.html)"
|
|
466
470
|
},
|
|
471
|
+
{
|
|
472
|
+
"name": "dolphin-store",
|
|
473
|
+
"description": "Declarative UI Store Component"
|
|
474
|
+
},
|
|
467
475
|
{
|
|
468
476
|
"name": "dolphin-modal",
|
|
469
477
|
"description": "Dolphin CLI Component (dolphin-modal.html)"
|