vueless 0.0.215 → 0.0.216

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.215",
3
+ "version": "0.0.216",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -19,8 +19,8 @@ export default {
19
19
  const defaultTemplate = `
20
20
  <template #default>
21
21
  <p>
22
- <b>Lorem ipsum dolor sit amet</b>, consectetur adipiscing elit,
23
- sed do <u>eiusmod</u> tempor incididunt ut <i>labore</i> et dolore magna aliqua.
22
+ <b>To proceed with your registration</b>, please enter your
23
+ <u>email address</u> in the field below. <i>A verification link</i> will be sent to your inbox shortly.
24
24
  <a href="https://uk.wikipedia.org/wiki/Lorem_ipsum" target="_blank">Wikipedia</a>
25
25
  </p>
26
26
  </template>
@@ -73,43 +73,45 @@ paragraphs.args = {
73
73
  slotTemplate: `
74
74
  <template #default>
75
75
  <p>
76
- Lorem ipsum dolor sit amet, consectetur adipiscing elit,
77
- sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
78
- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
79
- nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
80
- reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
81
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
82
- culpa qui officia deserunt mollit anim id est laborum.
76
+ In a world where technology evolves at an unprecedented pace, staying
77
+ updated with the latest advancements is crucial for success. Companies
78
+ that adapt quickly to new trends often find themselves at the forefront
79
+ of their industries, leading to increased innovation and productivity.
80
+ However, it's not just about adopting new tools but also about integrating
81
+ them seamlessly into existing workflows to maximize their potential.
83
82
  </p>
84
83
 
85
84
  <p>
86
- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
87
- nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
88
- reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
89
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
90
- culpa qui officia deserunt mollit anim id est laborum.
85
+ Employees must be encouraged to continuously learn and develop new skills,
86
+ ensuring they can leverage these technological advancements effectively.
87
+ This not only enhances their professional growth but also contributes to
88
+ the overall success of the organization. By fostering a culture of
89
+ continuous improvement, businesses can navigate the challenges of a
90
+ rapidly changing landscape and emerge stronger and more competitive.
91
91
  </p>
92
92
  </template>
93
+
93
94
  `,
94
95
  };
95
96
 
96
97
  export const list = DefaultTemplate.bind({});
97
98
  list.args = {
98
99
  slotTemplate: `
99
- <template #default>
100
- <URow gap="2xl">
101
- <ul>
102
- <li> Lorem ipsum dolor </li>
103
- <li> Lorem ipsum dolor </li>
104
- <li> Lorem ipsum dolor </li>
105
- </ul>
100
+ <template #default>
101
+ <URow gap="2xl">
102
+ <ul>
103
+ <li>Ensure your password is strong</li>
104
+ <li>Update your profile information</li>
105
+ <li>Check your email for updates</li>
106
+ </ul>
106
107
 
107
- <ol>
108
- <li> Lorem ipsum dolor </li>
109
- <li> Lorem ipsum dolor </li>
110
- <li> Lorem ipsum dolor </li>
111
- </ol>
112
- </URow>
113
- </template>
108
+
109
+ <ol>
110
+ <li>Create an account by signing up</li>
111
+ <li>Verify your email address</li>
112
+ <li>Log in to access your dashboard</li>
113
+ </ol>
114
+ </URow>
115
+ </template>
114
116
  `,
115
117
  };
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.215",
4
+ "version": "0.0.216",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",