@aotearoan/neon 28.7.0 → 28.7.2
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/dist/components/layout/filter-bar/NeonFilterBar.cjs.js +1 -1
- package/dist/components/layout/filter-bar/NeonFilterBar.cjs.js.map +1 -1
- package/dist/components/layout/filter-bar/NeonFilterBar.es.js +9 -6
- package/dist/components/layout/filter-bar/NeonFilterBar.es.js.map +1 -1
- package/dist/components/layout/filter-bar/NeonFilterBar.vue.cjs.js +1 -1
- package/dist/components/layout/filter-bar/NeonFilterBar.vue.cjs.js.map +1 -1
- package/dist/components/layout/filter-bar/NeonFilterBar.vue.es.js +25 -19
- package/dist/components/layout/filter-bar/NeonFilterBar.vue.es.js.map +1 -1
- package/dist/src/components/layout/filter-bar/NeonFilterBar.d.ts +5 -1
- package/package.json +1 -1
- package/src/sass/components/_badge.scss +1 -1
- package/src/sass/components/_button.scss +1 -1
- package/src/sass/components/_card-list.scss +9 -13
- package/src/sass/components/_label.scss +2 -2
- package/src/sass/components/_slider.scss +1 -1
- package/src/sass/variables-dark.scss +10 -14
- package/src/sass/variables-global.scss +13 -0
- package/src/sass/variables-light.scss +10 -14
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const n=require("vue"),r=require("../inline/NeonInline.vue.cjs.js"),o=require("../swiper/NeonSwiper.vue.cjs.js"),t=n.defineComponent({name:"NeonFilterBar",components:{NeonInline:r,NeonSwiper:o},setup(s,{slots:e}){return{slots:e}}});module.exports=t;
|
|
2
2
|
//# sourceMappingURL=NeonFilterBar.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonFilterBar.cjs.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport NeonInline from '@/components/layout/inline/NeonInline.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A filter bar to be placed above a list of items providing search, filter and sort options.\n */\nexport default defineComponent({\n name: 'NeonFilterBar',\n components: { NeonInline, NeonSwiper },\n});\n"],"names":["_sfc_main","defineComponent","NeonInline","NeonSwiper"],"mappings":"8HAOAA,EAAeC,kBAAgB,CAC7B,KAAM,gBACN,WAAY,CAAE,WAAAC,EAAY,WAAAC,CAAA,
|
|
1
|
+
{"version":3,"file":"NeonFilterBar.cjs.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport NeonInline from '@/components/layout/inline/NeonInline.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A filter bar to be placed above a list of items providing search, filter and sort options.\n */\nexport default defineComponent({\n name: 'NeonFilterBar',\n components: { NeonInline, NeonSwiper },\n setup(_props, { slots }) {\n return { slots };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonInline","NeonSwiper","_props","slots"],"mappings":"8HAOAA,EAAeC,kBAAgB,CAC7B,KAAM,gBACN,WAAY,CAAE,WAAAC,EAAY,WAAAC,CAAA,EAC1B,MAAMC,EAAQ,CAAE,MAAAC,GAAS,CACvB,MAAO,CAAE,MAAAA,CAAA,CACX,CACF,CAAC"}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as e } from "vue";
|
|
2
|
+
import n from "../inline/NeonInline.vue.es.js";
|
|
3
|
+
import r from "../swiper/NeonSwiper.vue.es.js";
|
|
4
|
+
const f = e({
|
|
5
5
|
name: "NeonFilterBar",
|
|
6
|
-
components: { NeonInline:
|
|
6
|
+
components: { NeonInline: n, NeonSwiper: r },
|
|
7
|
+
setup(t, { slots: o }) {
|
|
8
|
+
return { slots: o };
|
|
9
|
+
}
|
|
7
10
|
});
|
|
8
11
|
export {
|
|
9
|
-
|
|
12
|
+
f as default
|
|
10
13
|
};
|
|
11
14
|
//# sourceMappingURL=NeonFilterBar.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonFilterBar.es.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport NeonInline from '@/components/layout/inline/NeonInline.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A filter bar to be placed above a list of items providing search, filter and sort options.\n */\nexport default defineComponent({\n name: 'NeonFilterBar',\n components: { NeonInline, NeonSwiper },\n});\n"],"names":["_sfc_main","defineComponent","NeonInline","NeonSwiper"],"mappings":";;;AAOA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,YAAY,EAAE,YAAAC,GAAY,YAAAC,EAAA;
|
|
1
|
+
{"version":3,"file":"NeonFilterBar.es.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport NeonInline from '@/components/layout/inline/NeonInline.vue';\nimport NeonSwiper from '@/components/layout/swiper/NeonSwiper.vue';\n\n/**\n * A filter bar to be placed above a list of items providing search, filter and sort options.\n */\nexport default defineComponent({\n name: 'NeonFilterBar',\n components: { NeonInline, NeonSwiper },\n setup(_props, { slots }) {\n return { slots };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonInline","NeonSwiper","_props","slots"],"mappings":";;;AAOA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,YAAY,EAAE,YAAAC,GAAY,YAAAC,EAAA;AAAA,EAC1B,MAAMC,GAAQ,EAAE,OAAAC,KAAS;AACvB,WAAO,EAAE,OAAAA,EAAA;AAAA,EACX;AACF,CAAC;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const n=require("./NeonFilterBar.cjs.js"),e=require("vue"),s=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),l={key:1,class:"neon-filter-bar__sort"};function c(t,_,a,p,u,d){const o=e.resolveComponent("neon-inline"),r=e.resolveComponent("neon-swiper");return e.openBlock(),e.createBlock(o,{class:"neon-filter-bar",gap:"m"},{default:e.withCtx(()=>[t.slots.filters?(e.openBlock(),e.createBlock(r,{key:0,class:"neon-filter-bar__swiper"},{default:e.withCtx(()=>[e.createVNode(o,{class:"neon-filter-bar__filters"},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"filters")]),_:3})]),_:3})):e.createCommentVNode("",!0),t.slots.sort?(e.openBlock(),e.createElementBlock("div",l,[e.renderSlot(t.$slots,"sort")])):e.createCommentVNode("",!0)]),_:3})}const i=s(n,[["render",c]]);module.exports=i;
|
|
2
2
|
//# sourceMappingURL=NeonFilterBar.vue.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonFilterBar.vue.cjs.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.vue"],"sourcesContent":["<template>\n <neon-inline class=\"neon-filter-bar\" gap=\"m\">\n <neon-swiper class=\"neon-filter-bar__swiper\">\n <neon-inline class=\"neon-filter-bar__filters\">\n <!-- @slot container for filters, e.g. search-filter & filter components -->\n <slot name=\"filters\"></slot>\n </neon-inline>\n </neon-swiper>\n <div class=\"neon-filter-bar__sort\">\n <!-- @slot sort component, e.g. select component -->\n <slot name=\"sort\"></slot>\n </div>\n </neon-inline>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterBar.ts\"></script>\n"],"names":["
|
|
1
|
+
{"version":3,"file":"NeonFilterBar.vue.cjs.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.vue"],"sourcesContent":["<template>\n <neon-inline class=\"neon-filter-bar\" gap=\"m\">\n <neon-swiper v-if=\"slots.filters\" class=\"neon-filter-bar__swiper\">\n <neon-inline class=\"neon-filter-bar__filters\">\n <!-- @slot container for filters, e.g. search-filter & filter components -->\n <slot name=\"filters\"></slot>\n </neon-inline>\n </neon-swiper>\n <div v-if=\"slots.sort\" class=\"neon-filter-bar__sort\">\n <!-- @slot sort component, e.g. select component -->\n <slot name=\"sort\"></slot>\n </div>\n </neon-inline>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterBar.ts\"></script>\n"],"names":["_createBlock","_component_neon_inline","_ctx","_component_neon_swiper","_createVNode","_renderSlot","_openBlock","_createElementBlock","_hoisted_1"],"mappings":"iJAQ2B,MAAM,oJAP/BA,EAAAA,YAWcC,EAAA,CAXD,MAAM,kBAAkB,IAAI,wBACvC,IAKc,CALKC,EAAA,MAAM,uBAAzBF,EAAAA,YAKcG,EAAA,OALoB,MAAM,8CACtC,IAGc,CAHdC,EAAAA,YAGcH,EAAA,CAHD,MAAM,0BAA0B,EAAA,mBAE3C,IAA4B,CAA5BI,aAA4BH,EAAA,OAAA,SAAA,+CAGrBA,EAAA,MAAM,MAAjBI,EAAAA,YAAAC,EAAAA,mBAGM,MAHNC,EAGM,CADJH,aAAyBH,EAAA,OAAA,MAAA"}
|
|
@@ -1,34 +1,40 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { resolveComponent as
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import _ from "./NeonFilterBar.es.js";
|
|
2
|
+
import { resolveComponent as n, openBlock as o, createBlock as s, withCtx as t, createVNode as c, renderSlot as l, createCommentVNode as i, createElementBlock as f } from "vue";
|
|
3
|
+
import p from "../../../_virtual/_plugin-vue_export-helper.es.js";
|
|
4
|
+
const m = {
|
|
5
|
+
key: 1,
|
|
6
|
+
class: "neon-filter-bar__sort"
|
|
7
|
+
};
|
|
8
|
+
function d(e, u, $, k, b, w) {
|
|
9
|
+
const r = n("neon-inline"), a = n("neon-swiper");
|
|
10
|
+
return o(), s(r, {
|
|
8
11
|
class: "neon-filter-bar",
|
|
9
12
|
gap: "m"
|
|
10
13
|
}, {
|
|
11
|
-
default:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
default: t(() => [
|
|
15
|
+
e.slots.filters ? (o(), s(a, {
|
|
16
|
+
key: 0,
|
|
17
|
+
class: "neon-filter-bar__swiper"
|
|
18
|
+
}, {
|
|
19
|
+
default: t(() => [
|
|
20
|
+
c(r, { class: "neon-filter-bar__filters" }, {
|
|
21
|
+
default: t(() => [
|
|
22
|
+
l(e.$slots, "filters")
|
|
17
23
|
]),
|
|
18
24
|
_: 3
|
|
19
25
|
})
|
|
20
26
|
]),
|
|
21
27
|
_: 3
|
|
22
|
-
}),
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
])
|
|
28
|
+
})) : i("", !0),
|
|
29
|
+
e.slots.sort ? (o(), f("div", m, [
|
|
30
|
+
l(e.$slots, "sort")
|
|
31
|
+
])) : i("", !0)
|
|
26
32
|
]),
|
|
27
33
|
_: 3
|
|
28
34
|
});
|
|
29
35
|
}
|
|
30
|
-
const
|
|
36
|
+
const N = /* @__PURE__ */ p(_, [["render", d]]);
|
|
31
37
|
export {
|
|
32
|
-
|
|
38
|
+
N as default
|
|
33
39
|
};
|
|
34
40
|
//# sourceMappingURL=NeonFilterBar.vue.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonFilterBar.vue.es.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.vue"],"sourcesContent":["<template>\n <neon-inline class=\"neon-filter-bar\" gap=\"m\">\n <neon-swiper class=\"neon-filter-bar__swiper\">\n <neon-inline class=\"neon-filter-bar__filters\">\n <!-- @slot container for filters, e.g. search-filter & filter components -->\n <slot name=\"filters\"></slot>\n </neon-inline>\n </neon-swiper>\n <div class=\"neon-filter-bar__sort\">\n <!-- @slot sort component, e.g. select component -->\n <slot name=\"sort\"></slot>\n </div>\n </neon-inline>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterBar.ts\"></script>\n"],"names":["
|
|
1
|
+
{"version":3,"file":"NeonFilterBar.vue.es.js","sources":["../../../../src/components/layout/filter-bar/NeonFilterBar.vue"],"sourcesContent":["<template>\n <neon-inline class=\"neon-filter-bar\" gap=\"m\">\n <neon-swiper v-if=\"slots.filters\" class=\"neon-filter-bar__swiper\">\n <neon-inline class=\"neon-filter-bar__filters\">\n <!-- @slot container for filters, e.g. search-filter & filter components -->\n <slot name=\"filters\"></slot>\n </neon-inline>\n </neon-swiper>\n <div v-if=\"slots.sort\" class=\"neon-filter-bar__sort\">\n <!-- @slot sort component, e.g. select component -->\n <slot name=\"sort\"></slot>\n </div>\n </neon-inline>\n</template>\n\n<script lang=\"ts\" src=\"./NeonFilterBar.ts\"></script>\n"],"names":["_createBlock","_component_neon_inline","_ctx","_component_neon_swiper","_createVNode","_renderSlot","_openBlock","_createElementBlock","_hoisted_1"],"mappings":";;;;;EAQ2B,OAAM;;;;cAP/BA,EAWcC,GAAA;AAAA,IAXD,OAAM;AAAA,IAAkB,KAAI;AAAA;eACvC,MAKc;AAAA,MALKC,EAAA,MAAM,gBAAzBF,EAKcG,GAAA;AAAA;QALoB,OAAM;AAAA;mBACtC,MAGc;AAAA,UAHdC,EAGcH,GAAA,EAHD,OAAM,2BAA0B,GAAA;AAAA,uBAE3C,MAA4B;AAAA,cAA5BI,EAA4BH,EAAA,QAAA,SAAA;AAAA;;;;;;MAGrBA,EAAA,MAAM,QAAjBI,KAAAC,EAGM,OAHNC,GAGM;AAAA,QADJH,EAAyBH,EAAA,QAAA,MAAA;AAAA;;;;;;"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A filter bar to be placed above a list of items providing search, filter and sort options.
|
|
3
3
|
*/
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
5
|
+
slots: Readonly<{
|
|
6
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
7
|
+
}>;
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
5
9
|
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
10
|
gap: {
|
|
7
11
|
type: () => import("../../../neon").NeonLayoutSize;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotearoan/neon",
|
|
3
3
|
"description": "Neon is a lightweight design library of Vue 3 components with minimal dependencies.",
|
|
4
|
-
"version": "28.7.
|
|
4
|
+
"version": "28.7.2",
|
|
5
5
|
"main": "./dist/neon.cjs.js",
|
|
6
6
|
"module": "./dist/neon.es.js",
|
|
7
7
|
"types": "./dist/src/neon.d.ts",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
min-width: var(--neon-size-#{$badge-size}-badge);
|
|
125
125
|
height: var(--neon-size-#{$badge-size}-badge);
|
|
126
126
|
min-height: var(--neon-size-#{$badge-size}-badge);
|
|
127
|
-
object-fit:
|
|
127
|
+
object-fit: var(--neon-object-fit-badge-image);
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.neon-icon {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@mixin gradient-button($from-color, $to-color) {
|
|
7
7
|
--neon-gradient-button-c1: var(--neon-color-#{$from-color});
|
|
8
|
-
--neon-gradient-button-c2: var(--neon-
|
|
8
|
+
--neon-gradient-button-c2: var(--neon-color-#{$to-color});
|
|
9
9
|
|
|
10
10
|
background: linear-gradient(
|
|
11
11
|
var(--neon-background-gradient-angle),
|
|
@@ -91,26 +91,22 @@
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
&.neon-card-list--grid {
|
|
94
|
-
.neon-card-list__link {
|
|
95
|
-
width: fit-content;
|
|
96
|
-
min-width: fit-content;
|
|
97
|
-
max-width: fit-content;
|
|
98
|
-
display: inline-flex;
|
|
99
|
-
flex: 0 1 auto;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
94
|
.neon-card-list__cards {
|
|
95
|
+
display: grid;
|
|
96
|
+
grid-template-columns: repeat(auto-fill, minmax(var(--neon-min-width-card-list-grid-card), 1fr));
|
|
103
97
|
gap: var(--neon-space-32);
|
|
104
98
|
margin-top: var(--neon-space-32);
|
|
105
99
|
border-top: none;
|
|
106
|
-
|
|
107
|
-
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.neon-card-list__link {
|
|
103
|
+
width: 100%;
|
|
104
|
+
display: inline-flex;
|
|
105
|
+
align-items: flex-start;
|
|
108
106
|
}
|
|
109
107
|
|
|
110
108
|
.neon-card-list__card {
|
|
111
|
-
width:
|
|
112
|
-
max-width: fit-content;
|
|
113
|
-
flex: 0 1 auto;
|
|
109
|
+
width: 100%;
|
|
114
110
|
padding: 0 0 var(--neon-space-24) 0;
|
|
115
111
|
}
|
|
116
112
|
}
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
@each $color in palettes.$neon-functional-colors {
|
|
23
23
|
&--#{$color} {
|
|
24
24
|
@include svg.color-with-svg(var(--neon-color-#{$color}));
|
|
25
|
-
background:
|
|
25
|
+
background: var(--neon-background-color-#{$color});
|
|
26
26
|
|
|
27
27
|
@each $alternateColor in palettes.$neon-functional-colors {
|
|
28
28
|
&.neon-label--alternate-color-#{$alternateColor} {
|
|
29
|
-
background: linear-gradient(90deg,
|
|
29
|
+
background: linear-gradient(90deg, var(--neon-background-color-#{$color}), var(--neon-background-color-#{$alternateColor}));
|
|
30
30
|
|
|
31
31
|
.neon-label__label {
|
|
32
32
|
@include gradient.neon-gradient-text($color, $alternateColor);
|
|
@@ -153,7 +153,7 @@ $neon-width-slider-tooltip: 201rem;
|
|
|
153
153
|
outline: none;
|
|
154
154
|
|
|
155
155
|
&:focus {
|
|
156
|
-
$neon-box-shadow-slider-thumb-focus: 0 0 0 4rem rgba(var(--neon-
|
|
156
|
+
$neon-box-shadow-slider-thumb-focus: 0 0 0 4rem rgba(var(--neon-rgb-low-contrast), 0.3);
|
|
157
157
|
|
|
158
158
|
&::-webkit-slider-thumb {
|
|
159
159
|
box-shadow: $neon-box-shadow-slider-thumb-focus;
|
|
@@ -136,50 +136,46 @@
|
|
|
136
136
|
--neon-color-error: var(--neon-color-error-l1);
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
/**
|
|
140
|
-
* background low contrast color RGB values
|
|
141
|
-
*/
|
|
142
|
-
--neon-background-rgb-low-contrast: var(--neon-rgb-low-contrast-d1);
|
|
143
139
|
/**
|
|
144
140
|
* background low contrast color variable
|
|
145
141
|
*/
|
|
146
|
-
--neon-background-color-low-contrast: var(--neon-color-low-contrast-
|
|
142
|
+
--neon-background-color-low-contrast: var(--neon-color-low-contrast-d5);
|
|
147
143
|
/**
|
|
148
144
|
* background neutral color variable
|
|
149
145
|
*/
|
|
150
|
-
--neon-background-color-neutral: var(--neon-color-neutral-
|
|
146
|
+
--neon-background-color-neutral: var(--neon-color-neutral-d5);
|
|
151
147
|
/**
|
|
152
148
|
* background high contrast color variable
|
|
153
149
|
*/
|
|
154
|
-
--neon-background-color-high-contrast: var(--neon-color-high-contrast-
|
|
150
|
+
--neon-background-color-high-contrast: var(--neon-color-high-contrast-d5);
|
|
155
151
|
/**
|
|
156
152
|
* background brand color variable
|
|
157
153
|
*/
|
|
158
|
-
--neon-background-color-brand: var(--neon-color-brand-
|
|
154
|
+
--neon-background-color-brand: var(--neon-color-brand-d5);
|
|
159
155
|
/**
|
|
160
156
|
* background accent color variable
|
|
161
157
|
*/
|
|
162
|
-
--neon-background-color-accent: var(--neon-color-accent-
|
|
158
|
+
--neon-background-color-accent: var(--neon-color-accent-d5);
|
|
163
159
|
/**
|
|
164
160
|
* background primary color variable
|
|
165
161
|
*/
|
|
166
|
-
--neon-background-color-primary: var(--neon-color-primary-
|
|
162
|
+
--neon-background-color-primary: var(--neon-color-primary-d5);
|
|
167
163
|
/**
|
|
168
164
|
* background info color variable
|
|
169
165
|
*/
|
|
170
|
-
--neon-background-color-info: var(--neon-color-info-
|
|
166
|
+
--neon-background-color-info: var(--neon-color-info-d5);
|
|
171
167
|
/**
|
|
172
168
|
* background success color variable
|
|
173
169
|
*/
|
|
174
|
-
--neon-background-color-success: var(--neon-color-success-
|
|
170
|
+
--neon-background-color-success: var(--neon-color-success-d5);
|
|
175
171
|
/**
|
|
176
172
|
* background warning color variable
|
|
177
173
|
*/
|
|
178
|
-
--neon-background-color-warn: var(--neon-color-warn-
|
|
174
|
+
--neon-background-color-warn: var(--neon-color-warn-d5);
|
|
179
175
|
/**
|
|
180
176
|
* background error color variable
|
|
181
177
|
*/
|
|
182
|
-
--neon-background-color-error: var(--neon-color-error-
|
|
178
|
+
--neon-background-color-error: var(--neon-color-error-d5);
|
|
183
179
|
|
|
184
180
|
|
|
185
181
|
/**
|
|
@@ -1249,6 +1249,11 @@
|
|
|
1249
1249
|
* Badge border radius for square badges
|
|
1250
1250
|
*/
|
|
1251
1251
|
--neon-border-radius-badge: var(--neon-border-radius);
|
|
1252
|
+
/**
|
|
1253
|
+
* @component NeonBadge,NeonAvatar
|
|
1254
|
+
* Badge image object fit property
|
|
1255
|
+
*/
|
|
1256
|
+
--neon-object-fit-badge-image: cover;
|
|
1252
1257
|
/**
|
|
1253
1258
|
* @component NeonBadge
|
|
1254
1259
|
* Background gradient angle for a multicolored badge
|
|
@@ -1424,4 +1429,12 @@
|
|
|
1424
1429
|
* Font size of the header component subtitle
|
|
1425
1430
|
*/
|
|
1426
1431
|
--neon-font-size-header-subtitle: var(--neon-font-size-m);
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
/* Card list component */
|
|
1435
|
+
/**
|
|
1436
|
+
* @component NeonCardList
|
|
1437
|
+
* Set the min width of the card list grid card
|
|
1438
|
+
*/
|
|
1439
|
+
--neon-min-width-card-list-grid-card: 288rem;
|
|
1427
1440
|
}
|
|
@@ -136,50 +136,46 @@
|
|
|
136
136
|
--neon-color-error: var(--neon-color-error-d1);
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
/**
|
|
140
|
-
* background low contrast color RGB values
|
|
141
|
-
*/
|
|
142
|
-
--neon-background-rgb-low-contrast: var(--neon-rgb-low-contrast-l1);
|
|
143
139
|
/**
|
|
144
140
|
* background low contrast color variable
|
|
145
141
|
*/
|
|
146
|
-
--neon-background-color-low-contrast: var(--neon-color-low-contrast-
|
|
142
|
+
--neon-background-color-low-contrast: var(--neon-color-low-contrast-l5);
|
|
147
143
|
/**
|
|
148
144
|
* background neutral color variable
|
|
149
145
|
*/
|
|
150
|
-
--neon-background-color-neutral: var(--neon-color-neutral-
|
|
146
|
+
--neon-background-color-neutral: var(--neon-color-neutral-l5);
|
|
151
147
|
/**
|
|
152
148
|
* background high contrast color variable
|
|
153
149
|
*/
|
|
154
|
-
--neon-background-color-high-contrast: var(--neon-color-high-contrast-
|
|
150
|
+
--neon-background-color-high-contrast: var(--neon-color-high-contrast-l5);
|
|
155
151
|
/**
|
|
156
152
|
* background brand color variable
|
|
157
153
|
*/
|
|
158
|
-
--neon-background-color-brand: var(--neon-color-brand-
|
|
154
|
+
--neon-background-color-brand: var(--neon-color-brand-l5);
|
|
159
155
|
/**
|
|
160
156
|
* background accent color variable
|
|
161
157
|
*/
|
|
162
|
-
--neon-background-color-accent: var(--neon-color-accent-
|
|
158
|
+
--neon-background-color-accent: var(--neon-color-accent-l5);
|
|
163
159
|
/**
|
|
164
160
|
* background primary color variable
|
|
165
161
|
*/
|
|
166
|
-
--neon-background-color-primary: var(--neon-color-primary-
|
|
162
|
+
--neon-background-color-primary: var(--neon-color-primary-l5);
|
|
167
163
|
/**
|
|
168
164
|
* background info color variable
|
|
169
165
|
*/
|
|
170
|
-
--neon-background-color-info: var(--neon-color-info-
|
|
166
|
+
--neon-background-color-info: var(--neon-color-info-l5);
|
|
171
167
|
/**
|
|
172
168
|
* background success color variable
|
|
173
169
|
*/
|
|
174
|
-
--neon-background-color-success: var(--neon-color-success-
|
|
170
|
+
--neon-background-color-success: var(--neon-color-success-l5);
|
|
175
171
|
/**
|
|
176
172
|
* background warning color variable
|
|
177
173
|
*/
|
|
178
|
-
--neon-background-color-warn: var(--neon-color-warn-
|
|
174
|
+
--neon-background-color-warn: var(--neon-color-warn-l5);
|
|
179
175
|
/**
|
|
180
176
|
* background error color variable
|
|
181
177
|
*/
|
|
182
|
-
--neon-background-color-error: var(--neon-color-error-
|
|
178
|
+
--neon-background-color-error: var(--neon-color-error-l5);
|
|
183
179
|
|
|
184
180
|
|
|
185
181
|
/**
|