@superleapai/flow-ui 1.0.1 → 1.0.2

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,13 +18,13 @@ npm install @superleapai/flow-ui
18
18
  <!DOCTYPE html>
19
19
  <html>
20
20
  <head>
21
- <link rel="stylesheet" href="node_modules/@superleapai/flow-ui/dist/output.css">
21
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@superleapai/flow-ui@latest/dist/output.css">
22
22
  </head>
23
23
  <body>
24
24
  <div id="app"></div>
25
25
 
26
26
  <!-- Single script tag - includes SuperLeap SDK and all components -->
27
- <script src="node_modules/@superleapai/flow-ui/index.js"></script>
27
+ <script src="https://cdn.jsdelivr.net/npm/@superleapai/flow-ui@latest/index.js"></script>
28
28
 
29
29
  <script>
30
30
  // Wait for library to be ready
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superleapai/flow-ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A reusable design system for building multi-step forms with comprehensive UI components. Single file, clean globals, SDK included. Only FlowUI and SuperLeap exposed.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",