@pairbo/ui-kit 0.0.4 → 0.0.6
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/README.md +2 -60
- package/dist/pairbo.es.js +12944 -10050
- package/dist/pairbo.umd.js +182 -670
- package/dist/src/themes/default.css +9 -2
- package/package.json +13 -2
package/README.md
CHANGED
|
@@ -1,61 +1,3 @@
|
|
|
1
|
-
# Custom Integration
|
|
1
|
+
# Pairbo Custom Integration
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Roadmap
|
|
6
|
-
|
|
7
|
-
### Preprepare
|
|
8
|
-
|
|
9
|
-
- [ ] **Live Documentation for Development and Future Reference**
|
|
10
|
-
_Status_: The basic structure has been initialized using **11ty**. However, the bundling process for `src/components` is not fully configured. Additionally, rendering inline `` `html` `` within Markdown to actual HTML in **11ty** is not yet fully functional.
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
### Phase 1: Core Card Editor
|
|
15
|
-
|
|
16
|
-
- [ ] **Font Dropdown Selector**
|
|
17
|
-
- [ ] **Editor Dropdown Selector**
|
|
18
|
-
- [ ] **Text Alignment Button Group**
|
|
19
|
-
- [ ] **Text Color Block**
|
|
20
|
-
- [ ] **Live Preview (Zoomed View)**
|
|
21
|
-
- [ ] **Typing Live Preview**
|
|
22
|
-
- [ ] **Handwritten Live Preview**
|
|
23
|
-
- [ ] **Image Slider**
|
|
24
|
-
- [ ] **CTA Button**
|
|
25
|
-
- [ ] **Handwritten Description Section**
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
### Phase 2: Core Card Selection
|
|
30
|
-
|
|
31
|
-
- [ ] **Image Slider for Card Covers**
|
|
32
|
-
_(4 columns on desktop, 2 columns on mobile)_
|
|
33
|
-
- [ ] **Category Selection**
|
|
34
|
-
- [ ] **Image Components (Optional)**
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
### Phase 3: Integration Components
|
|
39
|
-
|
|
40
|
-
- [ ] **Card Selection - Main Content**
|
|
41
|
-
- [ ] **Card Editor (Typing) - Right Content Group**
|
|
42
|
-
- [ ] **Card Editor (Handwritten) - Right Content Group**
|
|
43
|
-
- [ ] **Card Editor (Handwritten) - Content Section**
|
|
44
|
-
- [ ] **Card Editor (Typing) - Content Section**
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
### Phase 4: Modal/Pop-up
|
|
49
|
-
|
|
50
|
-
- [ ] **Checkboxes**
|
|
51
|
-
- [ ] **Basic Modal Implementation**
|
|
52
|
-
- [ ] **Sectioned Form in Modal**
|
|
53
|
-
- [ ] **Modal Submission API**
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
### Phase 5: Abstract Internal Logic
|
|
58
|
-
|
|
59
|
-
- **TBD** _(Detailed planning will be decided later.)_
|
|
60
|
-
|
|
61
|
-
This phase will focus on abstracting internal logic, such as retrieving card data and synchronizing editing information across different components.
|
|
3
|
+
Custom integration module for Pairbo platform.
|