@imaginario27/air-ui-ds 1.4.3 → 1.4.7
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/CHANGELOG.md +37 -7
- package/assets/css/main.css +1 -1
- package/assets/css/theme/ui-theme.css +2 -2
- package/components/badges/Badge.vue +3 -3
- package/components/badges/IconBadge.vue +2 -2
- package/components/forms/fields/radio/RadioButtonField.vue +1 -1
- package/components/icons/ContainedIcon.vue +2 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,39 @@ All notable changes to this package are documented in this file.
|
|
|
5
5
|
Historical releases were reconstructed from git history (GitHub repository) and npm publish dates.
|
|
6
6
|
Future releases will include detailed entries generated with Changesets.
|
|
7
7
|
|
|
8
|
+
## 1.4.6 - 2026-03-21
|
|
9
|
+
|
|
10
|
+
Release type: patch.
|
|
11
|
+
Commits found in range: 1.
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
1. fix design token grammar error ([b9b9178](https://github.com/imaginario27/air-ui/commit/b9b9178e4992569c1ea2a10550e9a69ac78f9fa1))
|
|
16
|
+
|
|
17
|
+
- Package: @imaginario27/air-ui-ds.
|
|
18
|
+
|
|
19
|
+
## 1.4.4 - 2026-03-21
|
|
20
|
+
|
|
21
|
+
Release type: patch.
|
|
22
|
+
Commits found in range: 1.
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
|
|
26
|
+
1. update package versions ([c5a01a1](https://github.com/imaginario27/air-ui/commit/c5a01a186b047bceca41d6cf50d1f9da4e1aa15e))
|
|
27
|
+
|
|
28
|
+
- Package: @imaginario27/air-ui-ds.
|
|
29
|
+
|
|
30
|
+
## 1.4.3 - 2026-03-20
|
|
31
|
+
|
|
32
|
+
Release type: patch.
|
|
33
|
+
Commits found in range: 1.
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
|
|
37
|
+
1. fix whitespace wraps in docs table and fix items custom classes in nav sidebar ([96c3040](https://github.com/imaginario27/air-ui/commit/96c30402ae8464e8ad66d9a74e2f3f98db183e45))
|
|
38
|
+
|
|
39
|
+
- Package: @imaginario27/air-ui-ds.
|
|
40
|
+
|
|
8
41
|
## 1.4.2 - 2026-03-20
|
|
9
42
|
|
|
10
43
|
Release type: patch.
|
|
@@ -329,14 +362,12 @@ Commits found in range: 0.
|
|
|
329
362
|
## 1.1.7 - 2026-01-25
|
|
330
363
|
|
|
331
364
|
Release type: patch.
|
|
332
|
-
Commits found in range:
|
|
365
|
+
Commits found in range: 2.
|
|
333
366
|
|
|
334
367
|
### Added
|
|
335
368
|
|
|
336
369
|
1. add missing component thumbnails and fix styles ([35eea46](https://github.com/imaginario27/air-ui/commit/35eea46f366995f8dace66a03b0e36ad3eeca119))
|
|
337
|
-
2. Adds
|
|
338
|
-
3. Adds a part of the components page thumbnails + Hides unused header menu items ([7c9d08f](https://github.com/imaginario27/air-ui/commit/7c9d08fac9b8124c85638e4ed09223c224d35d90))
|
|
339
|
-
4. Adds teleport to dropdowns + Updates dropdown activator references + Updates unit tests ([ea96bcf](https://github.com/imaginario27/air-ui/commit/ea96bcff1eaf5ec5c45695349b0acd25eda5b952))
|
|
370
|
+
2. Adds teleport to dropdowns + Updates dropdown activator references + Updates unit tests ([ea96bcf](https://github.com/imaginario27/air-ui/commit/ea96bcff1eaf5ec5c45695349b0acd25eda5b952))
|
|
340
371
|
|
|
341
372
|
- Package: @imaginario27/air-ui-ds.
|
|
342
373
|
|
|
@@ -487,13 +518,12 @@ Commits found in range: 0.
|
|
|
487
518
|
## 1.0.16 - 2025-12-29
|
|
488
519
|
|
|
489
520
|
Release type: patch.
|
|
490
|
-
Commits found in range:
|
|
521
|
+
Commits found in range: 2.
|
|
491
522
|
|
|
492
523
|
### Added
|
|
493
524
|
|
|
494
525
|
1. Improves the copy button + Fixes links and table description text sizes + Adds redirects middleware ([5b28953](https://github.com/imaginario27/air-ui/commit/5b289539957d2a9901cf23acead7660fb06373c7))
|
|
495
|
-
2. Adds new components docs pages +
|
|
496
|
-
3. Adds new components docs pages + Fixes Toc composable ([675a956](https://github.com/imaginario27/air-ui/commit/675a95642dd4e3ce214f9ac8b9c2a8ceea3f7eab))
|
|
526
|
+
2. Adds new components docs pages + Fixes Toc composable ([675a956](https://github.com/imaginario27/air-ui/commit/675a95642dd4e3ce214f9ac8b9c2a8ceea3f7eab))
|
|
497
527
|
|
|
498
528
|
- Package: @imaginario27/air-ui-ds.
|
|
499
529
|
|
package/assets/css/main.css
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
--color-background-neutral-filled-transparent: var(--color-background-neutral-filled-transparent);
|
|
30
30
|
--color-background-neutral-hover: var(--color-background-neutral-hover);
|
|
31
31
|
--color-background-neutral-hover-subtle: var(--color-background-neutral-hover-subtle);
|
|
32
|
-
--color-background-neutral-
|
|
32
|
+
--color-background-neutral-subtler: var(--color-background-neutral-subtler);
|
|
33
33
|
--color-background-neutral-subtle: var(--color-background-neutral-subtle);
|
|
34
34
|
--color-background-neutral-subtlest: var(--color-background-neutral-subtlest);
|
|
35
35
|
--color-background-neutral-subtlest-on-container-surface: var(--color-background-neutral-subtlest-on-container-surface);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
--color-background-neutral-filled-transparent: #182953d9;
|
|
22
22
|
--color-background-neutral-hover: var(--color-theme-neutral-100);
|
|
23
23
|
--color-background-neutral-hover-subtle: var(--color-theme-neutral-100);
|
|
24
|
-
--color-background-neutral-
|
|
24
|
+
--color-background-neutral-subtler: var(--color-theme-neutral-100);
|
|
25
25
|
--color-background-neutral-subtle: var(--color-theme-neutral-200);
|
|
26
26
|
--color-background-neutral-subtlest: var(--color-theme-neutral-50);
|
|
27
27
|
--color-background-neutral-subtlest-on-container-surface: var(--color-theme-neutral-50);
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
--color-background-neutral-filled-transparent: #182953d9;
|
|
244
244
|
--color-background-neutral-hover: var(--color-theme-neutral-50);
|
|
245
245
|
--color-background-neutral-hover-subtle: var(--color-theme-neutral-200);
|
|
246
|
-
--color-background-neutral-
|
|
246
|
+
--color-background-neutral-subtler: var(--color-theme-neutral-100);
|
|
247
247
|
--color-background-neutral-subtle: var(--color-theme-neutral-200);
|
|
248
248
|
--color-background-neutral-subtlest: var(--color-theme-neutral-50);
|
|
249
249
|
--color-background-neutral-subtlest-on-container-surface: var(--color-theme-neutral-100);
|
|
@@ -139,7 +139,7 @@ const shapeClass = computed(() => {
|
|
|
139
139
|
const colorClass = computed(() => {
|
|
140
140
|
if (props.styleType === BadgeStyle.FLAT) {
|
|
141
141
|
const flatColorVariant: Record<ColorAccent, string> = {
|
|
142
|
-
[ColorAccent.NEUTRAL]: "bg-background-neutral-
|
|
142
|
+
[ColorAccent.NEUTRAL]: "bg-background-neutral-subtler",
|
|
143
143
|
[ColorAccent.SUCCESS]: "bg-background-success-subtler",
|
|
144
144
|
[ColorAccent.WARNING]: "bg-background-warning-subtler",
|
|
145
145
|
[ColorAccent.DANGER]: "bg-background-danger-subtler",
|
|
@@ -154,7 +154,7 @@ const colorClass = computed(() => {
|
|
|
154
154
|
const colorVariant: Record<ColorAccent, string> = {
|
|
155
155
|
[ColorAccent.NEUTRAL]: props.styleType === BadgeStyle.FILLED
|
|
156
156
|
? "bg-background-neutral-bold"
|
|
157
|
-
: "bg-background-neutral-
|
|
157
|
+
: "bg-background-neutral-subtler",
|
|
158
158
|
[ColorAccent.SUCCESS]: props.styleType === BadgeStyle.FILLED
|
|
159
159
|
? "bg-background-success-bold"
|
|
160
160
|
: "bg-background-success-subtlest",
|
|
@@ -175,7 +175,7 @@ const colorClass = computed(() => {
|
|
|
175
175
|
: "bg-background-secondary-brand-soft",
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
return colorVariant[props.color as ColorAccent] || "bg-background-neutral-
|
|
178
|
+
return colorVariant[props.color as ColorAccent] || "bg-background-neutral-subtler"
|
|
179
179
|
})
|
|
180
180
|
|
|
181
181
|
const textClass = computed(() => {
|
|
@@ -31,7 +31,7 @@ const props = defineProps({
|
|
|
31
31
|
// Computed Classes
|
|
32
32
|
const colorClass = computed(() => {
|
|
33
33
|
const colorVariants = {
|
|
34
|
-
[ColorAccent.NEUTRAL]: 'bg-background-neutral-
|
|
34
|
+
[ColorAccent.NEUTRAL]: 'bg-background-neutral-subtler',
|
|
35
35
|
[ColorAccent.SUCCESS]: 'bg-background-success-subtler',
|
|
36
36
|
[ColorAccent.WARNING]: 'bg-background-warning-subtler',
|
|
37
37
|
[ColorAccent.DANGER]: 'bg-background-danger-subtler',
|
|
@@ -39,7 +39,7 @@ const colorClass = computed(() => {
|
|
|
39
39
|
[ColorAccent.PRIMARY_BRAND]: 'bg-background-primary-brand-soft',
|
|
40
40
|
[ColorAccent.SECONDARY_BRAND]: 'bg-background-secondary-brand-soft',
|
|
41
41
|
}
|
|
42
|
-
return colorVariants[props.color as ColorAccent] || 'bg-background-neutral-
|
|
42
|
+
return colorVariants[props.color as ColorAccent] || 'bg-background-neutral-subtler'
|
|
43
43
|
})
|
|
44
44
|
|
|
45
45
|
const iconColorClass = computed(() => {
|
|
@@ -67,7 +67,7 @@ const iconContainerClass = computed(() => {
|
|
|
67
67
|
const colorVariants: Record<ColorAccent, string> = {
|
|
68
68
|
[ColorAccent.NEUTRAL]: filled
|
|
69
69
|
? 'bg-background-neutral-bold'
|
|
70
|
-
: 'bg-background-neutral-
|
|
70
|
+
: 'bg-background-neutral-subtler',
|
|
71
71
|
[ColorAccent.SUCCESS]: filled
|
|
72
72
|
? 'bg-background-success-bold'
|
|
73
73
|
: 'bg-background-success-subtler',
|
|
@@ -90,7 +90,7 @@ const iconContainerClass = computed(() => {
|
|
|
90
90
|
|
|
91
91
|
return colorVariants[props.color as ColorAccent] || (filled
|
|
92
92
|
? 'bg-background-neutral-bold'
|
|
93
|
-
: 'bg-background-neutral-
|
|
93
|
+
: 'bg-background-neutral-subtler')
|
|
94
94
|
})
|
|
95
95
|
|
|
96
96
|
const iconColorClass = computed(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imaginario27/air-ui-ds",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7",
|
|
4
4
|
"author": "imaginario27",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://air-ui.netlify.app/",
|
|
@@ -24,31 +24,31 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@jaxtheprime/vue3-dropzone": "3.4.5",
|
|
27
|
-
"@nuxt/content": "3.
|
|
28
|
-
"@nuxt/eslint": "1.15.
|
|
27
|
+
"@nuxt/content": "3.12.0",
|
|
28
|
+
"@nuxt/eslint": "1.15.2",
|
|
29
29
|
"@nuxt/icon": "2.2.1",
|
|
30
30
|
"@nuxt/image": "2.0.0",
|
|
31
31
|
"@nuxtjs/i18n": "10.2.3",
|
|
32
|
-
"@tailwindcss/vite": "4.
|
|
32
|
+
"@tailwindcss/vite": "4.2.2",
|
|
33
33
|
"@vueuse/core": "14.2.1",
|
|
34
34
|
"@vueuse/nuxt": "14.2.1",
|
|
35
|
-
"nuxt": "4.
|
|
35
|
+
"nuxt": "4.4.2",
|
|
36
36
|
"qrcode.vue": "3.8.0",
|
|
37
|
-
"tailwindcss": "4.
|
|
38
|
-
"vue": "3.5.
|
|
39
|
-
"vue-router": "5.0.
|
|
40
|
-
"vue3-toastify": "0.2.
|
|
37
|
+
"tailwindcss": "4.2.2",
|
|
38
|
+
"vue": "3.5.30",
|
|
39
|
+
"vue-router": "5.0.4",
|
|
40
|
+
"vue3-toastify": "0.2.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@nuxt/test-utils": "4.0.0",
|
|
44
|
-
"@vitest/coverage-v8": "4.0
|
|
44
|
+
"@vitest/coverage-v8": "4.1.0",
|
|
45
45
|
"@vue/test-utils": "2.4.6",
|
|
46
|
-
"eslint": "10.
|
|
47
|
-
"happy-dom": "20.
|
|
46
|
+
"eslint": "10.1.0",
|
|
47
|
+
"happy-dom": "20.8.4",
|
|
48
48
|
"playwright-core": "1.58.2",
|
|
49
49
|
"prettier": "3.8.1",
|
|
50
50
|
"ts-node": "10.9.2",
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
|
-
"vitest": "4.0
|
|
52
|
+
"vitest": "4.1.0"
|
|
53
53
|
}
|
|
54
54
|
}
|