@aquera/nile-elements 0.1.19 → 0.1.20

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 CHANGED
@@ -79,6 +79,10 @@ To run a local development server that serves the basic demo located in `demo/in
79
79
 
80
80
  In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
81
81
 
82
+ #### Version 0.1.20
83
+ - Fixes: width token typo
84
+ - Dependency nile 0.3.57
85
+
82
86
  #### Version 0.1.19
83
87
  - Nile Tour: Improvements
84
88
  - Dependency nile 0.3.56
@@ -130,6 +130,18 @@
130
130
  --nile-slide-toggle-color-indicator: var(--nile-colors-white-base);
131
131
  --nile-slide-toggle-color-background-inactive: var(--nile-colors-neutral-500);
132
132
  --nile-slide-toggle-color-background-active: var(--nile-colors-primary-600);
133
+ --nile-sizes-width-xxs: 320px; /* 80 (320px) */
134
+ --nile-sizes-width-xs: 384px; /* 96 (384px) */
135
+ --nile-sizes-width-xl: 768px; /* 192 (768px) */
136
+ --nile-sizes-width-sm: 480px; /* 120 (480px) */
137
+ --nile-sizes-width-md: 560px; /* 140 (560px) */
138
+ --nile-sizes-width-lg: 640px; /* 160 (640px) */
139
+ --nile-sizes-width-6xl: 1920px; /* 480 (1,920px) */
140
+ --nile-sizes-width-5xl: 1600px; /* 400 (1,600px) */
141
+ --nile-sizes-width-4xl: 1440px; /* 360 (1,440px) */
142
+ --nile-sizes-width-3xl: 1280px; /* 320 (1,280px) */
143
+ --nile-sizes-width-2xl: 1024px; /* 256 (1,024px) */
144
+ --nile-sizes-paragraph-max-width: 720px; /* 180 (720px) */
133
145
  --nile-sidebar-wrapper-overlay-background-color: var(--nile-colors-dark-900);
134
146
  --nile-sidebar-menu-background-color: var(--nile-colors-dark-200);
135
147
  --nile-section-message-icon-background-color-warning: var(--nile-colors-yellow-700);
@@ -130,6 +130,18 @@
130
130
  --nile-slide-toggle-color-indicator: #FFFFFF;
131
131
  --nile-slide-toggle-color-background-inactive: #F2F4F7;
132
132
  --nile-slide-toggle-color-background-active: #005EA6;
133
+ --nile-sizes-width-xxs: 320px; /* 80 (320px) */
134
+ --nile-sizes-width-xs: 384px; /* 96 (384px) */
135
+ --nile-sizes-width-xl: 768px; /* 192 (768px) */
136
+ --nile-sizes-width-sm: 480px; /* 120 (480px) */
137
+ --nile-sizes-width-md: 560px; /* 140 (560px) */
138
+ --nile-sizes-width-lg: 640px; /* 160 (640px) */
139
+ --nile-sizes-width-6xl: 1920px; /* 480 (1,920px) */
140
+ --nile-sizes-width-5xl: 1600px; /* 400 (1,600px) */
141
+ --nile-sizes-width-4xl: 1440px; /* 360 (1,440px) */
142
+ --nile-sizes-width-3xl: 1280px; /* 320 (1,280px) */
143
+ --nile-sizes-width-2xl: 1024px; /* 256 (1,024px) */
144
+ --nile-sizes-paragraph-max-width: 720px; /* 180 (720px) */
133
145
  --nile-sidebar-wrapper-overlay-background-color: #0C111D;
134
146
  --nile-sidebar-menu-background-color: #f2f4f7;
135
147
  --nile-section-message-icon-background-color-warning: #b89219;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.1.19",
6
+ "version": "0.1.20",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",