cyber-elx 1.2.0 → 1.2.1

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.
@@ -7,14 +7,14 @@
7
7
  - [Overview](#overview)
8
8
  - [Login Page](#login-page)
9
9
  - [Component Structure](#component-structure)
10
- - [Project Colors](#project-colors)
10
+ - [Project Colors (Required)](#project-colors-required)
11
11
  - [Available Props](#available-props)
12
12
  - [Login Flow Steps](#login-flow-steps)
13
13
  - [Events to Emit](#events-to-emit)
14
14
  - [Example Login Page:](#example-login-page)
15
15
  - [Register Page](#register-page)
16
16
  - [Component Structure](#component-structure-1)
17
- - [Project Colors](#project-colors-1)
17
+ - [Project Colors (Required)](#project-colors-required-1)
18
18
  - [Available Props](#available-props-1)
19
19
  - [inputsData Object](#inputsdata-object)
20
20
  - [Register Flow States](#register-flow-states)
@@ -51,7 +51,7 @@ The login component must export a module with:
51
51
  - `template` - HTML template string
52
52
  - `style` - CSS styles string (optional but recommended)
53
53
 
54
- ### Project Colors
54
+ ### Project Colors (Required)
55
55
 
56
56
  - Primary: `--elx-primary-color`
57
57
  - Secondary: `--elx-secondary-color`
@@ -294,7 +294,7 @@ The register component must export a module with:
294
294
  - `template` - HTML template string
295
295
  - `style` - CSS styles string (optional but recommended)
296
296
 
297
- ### Project Colors
297
+ ### Project Colors (Required)
298
298
 
299
299
  - Primary: `--elx-primary-color`
300
300
  - Secondary: `--elx-secondary-color`
@@ -7,7 +7,7 @@
7
7
  - [Overview](#overview)
8
8
  - [Payment Page](#payment-page)
9
9
  - [Component Structure](#component-structure)
10
- - [Project Colors](#project-colors)
10
+ - [Project Colors (Required)](#project-colors-required)
11
11
  - [Available Props](#available-props)
12
12
  - [course Object](#course-object)
13
13
  - [user Object](#user-object)
@@ -45,7 +45,7 @@ The payment component must export a module with:
45
45
  - `template` - HTML template string
46
46
  - `style` - CSS styles string (optional but recommended)
47
47
 
48
- ### Project Colors
48
+ ### Project Colors (Required)
49
49
 
50
50
  - Primary: `--elx-primary-color`
51
51
  - Secondary: `--elx-secondary-color`
@@ -21,7 +21,7 @@ The Student Course Detail Page is rendered when a student views a specific cours
21
21
 
22
22
  ## Student Course Detail Page
23
23
 
24
- ### Project Colors
24
+ ### Project Colors (Required)
25
25
 
26
26
  - Primary: `--elx-primary-color`
27
27
  - Secondary: `--elx-secondary-color`
@@ -50,7 +50,7 @@ The Student Course Player is rendered when a student opens a course they are enr
50
50
  └─────────────────────────────────────────────────────────────────┘
51
51
  ```
52
52
 
53
- ### Project Colors
53
+ ### Project Colors (Required)
54
54
 
55
55
  - Primary: `--elx-primary-color`
56
56
  - Secondary: `--elx-secondary-color`
@@ -9,6 +9,10 @@
9
9
  ```
10
10
  - **Do not** Edit `.v-main::before` or `.v-main::after` unless requested
11
11
 
12
+ ### Project Colors (Required)
13
+
14
+ - Primary: `--elx-primary-color`
15
+ - Secondary: `--elx-secondary-color`
12
16
 
13
17
  ## Navbar Customization Guide
14
18
 
@@ -7,7 +7,7 @@
7
7
  - [Overview](#overview)
8
8
  - [Student List Courses Page](#student-list-courses-page)
9
9
  - [Component Structure](#component-structure)
10
- - [Project Colors](#project-colors)
10
+ - [Project Colors (Required)](#project-colors-required)
11
11
  - [Available Props](#available-props)
12
12
  - [allCategories Array](#allcategories-array)
13
13
  - [coursesList / promotedCourses Arrays](#courseslist--promotedcourses-arrays)
@@ -60,7 +60,7 @@ The component must export a module with:
60
60
  - `mounted` - Initialize slider width and resize listener
61
61
  - `beforeDestroy` - Clean up resize listener
62
62
 
63
- ### Project Colors
63
+ ### Project Colors (Required)
64
64
 
65
65
  - Primary: `--elx-primary-color`
66
66
  - Secondary: `--elx-secondary-color`
@@ -7,7 +7,7 @@
7
7
  - [Overview](#overview)
8
8
  - [Student My Courses Page](#student-my-courses-page)
9
9
  - [Component Structure](#component-structure)
10
- - [Project Colors](#project-colors)
10
+ - [Project Colors (Required)](#project-colors-required)
11
11
  - [Available Props](#available-props)
12
12
  - [cardsInfos Array](#cardsinfos-array)
13
13
  - [courses Array](#courses-array)
@@ -51,7 +51,7 @@ The component must export a module with:
51
51
  - `data` - Local state (search field)
52
52
  - `computed` - Computed properties (filteredCourses, headers)
53
53
 
54
- ### Project Colors
54
+ ### Project Colors (Required)
55
55
 
56
56
  - Primary: `--elx-primary-color`
57
57
  - Secondary: `--elx-secondary-color`
@@ -56,7 +56,7 @@ The Student Profile Page displays the current user's information and allows edit
56
56
  └─────────────────────────────────────────────────────────────┘
57
57
  ```
58
58
 
59
- ### Project Colors
59
+ ### Project Colors (Required)
60
60
 
61
61
  - Primary: `--elx-primary-color`
62
62
  - Secondary: `--elx-secondary-color`
@@ -57,7 +57,7 @@ Session Detail Dialog:
57
57
  └─────────────────────────────────────────────────────────────────┘
58
58
  ```
59
59
 
60
- ### Project Colors
60
+ ### Project Colors (Required)
61
61
 
62
62
  - Primary: `--elx-primary-color`
63
63
  - Secondary: `--elx-secondary-color`
@@ -9,6 +9,10 @@
9
9
  ```
10
10
  - **Do not** Edit `.v-main::before` or `.v-main::after` unless requested
11
11
 
12
+ ### Project Colors (Required)
13
+
14
+ - Primary: `--elx-primary-color`
15
+ - Secondary: `--elx-secondary-color`
12
16
 
13
17
  ## Navbar Customization Guide
14
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyber-elx",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CyberOcean CLI tool to upload/download ELX custom pages",
5
5
  "main": "src/index.js",
6
6
  "bin": {