@ironsource/shared-ui 2.0.0-test.6 → 2.0.0-test.9
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/components/switch/v4/SwitchV4.vue.js +7 -0
- package/components/switch/v4/SwitchV4.vue2.js +69 -0
- package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +1 -1
- package/package.json +2 -2
- package/style/v4/grid.css +1 -0
- package/style/v4/grid.css.map +1 -0
- package/style/v4/styleguideV4.scss +4 -0
- package/commonCssVariables.scss +0 -4
- package/v4/grid.css +0 -1
- package/v4/grid.css.map +0 -1
- /package/{v4 → style/v4}/border-radius.scss +0 -0
- /package/{v4 → style/v4}/breakpoints.scss +0 -0
- /package/{v4 → style/v4}/colors.scss +0 -0
- /package/{v4 → style/v4}/elevations.scss +0 -0
- /package/{v4 → style/v4}/fonts.css +0 -0
- /package/{v4 → style/v4}/fonts.css.map +0 -0
- /package/{v4 → style/v4}/fonts.scss +0 -0
- /package/{v4 → style/v4}/grid.scss +0 -0
- /package/{v4 → style/v4}/spacings.scss +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "./SwitchV4.vue2.js";
|
|
2
|
+
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_afb0d2d7_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-afb0d2d7"]]);
|
|
5
|
+
export {
|
|
6
|
+
c as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_afb0d2d7_lang.css"; import { defineComponent as $, ref as d, computed as b, onMounted as k, openBlock as r, createElementBlock as c, normalizeClass as u, unref as l, createElementVNode as z, normalizeStyle as g, Fragment as T, renderList as C, renderSlot as I, createVNode as y, withCtx as S, createTextVNode as E, toDisplayString as N } from "vue";
|
|
2
|
+
import { useVModel as R } from "@vueuse/core";
|
|
3
|
+
import B from "../../typography/Text.vue.js";
|
|
4
|
+
import { SwitchTestIdModifiers as f } from "../../../testids/index.js";
|
|
5
|
+
const M = ["data-testid"], P = ["aria-label", "data-testid", "onClick"], D = /* @__PURE__ */ $({
|
|
6
|
+
__name: "SwitchV4",
|
|
7
|
+
props: {
|
|
8
|
+
options: null,
|
|
9
|
+
modelValue: null,
|
|
10
|
+
size: { default: "lg" },
|
|
11
|
+
testId: { default: "" }
|
|
12
|
+
},
|
|
13
|
+
emits: ["update:modelValue"],
|
|
14
|
+
setup(e, { emit: v }) {
|
|
15
|
+
const n = e, w = d(null), p = R(n, "modelValue", v), i = d([]), x = { optionsRefs: i }, t = d(), m = b(() => ({
|
|
16
|
+
left: i.value[t.value]?.offsetLeft,
|
|
17
|
+
width: i.value[t.value]?.offsetWidth
|
|
18
|
+
}));
|
|
19
|
+
k(() => {
|
|
20
|
+
t.value = n.options.findIndex(
|
|
21
|
+
(s) => s === n.modelValue
|
|
22
|
+
);
|
|
23
|
+
});
|
|
24
|
+
const V = (s, h) => {
|
|
25
|
+
t.value = h, p.value = s;
|
|
26
|
+
};
|
|
27
|
+
return (s, h) => (r(), c("div", {
|
|
28
|
+
class: u(["switch", { "switch--lg": e.size === "lg", "switch--sm": e.size === "sm" }]),
|
|
29
|
+
"data-testid": `${e.testId}-${l(f).WRAPPER}`
|
|
30
|
+
}, [
|
|
31
|
+
z("span", {
|
|
32
|
+
ref_key: "box",
|
|
33
|
+
ref: w,
|
|
34
|
+
class: u(["box", { "box--lg": e.size === "lg", "box--sm": e.size === "sm" }]),
|
|
35
|
+
style: g({
|
|
36
|
+
transform: `translateX(${l(m)?.left}px)`,
|
|
37
|
+
width: l(m)?.width + "px"
|
|
38
|
+
})
|
|
39
|
+
}, null, 6),
|
|
40
|
+
(r(!0), c(T, null, C(e.options, (o, a) => (r(), c("button", {
|
|
41
|
+
ref_for: !0,
|
|
42
|
+
ref: x.optionsRefs,
|
|
43
|
+
key: a,
|
|
44
|
+
"aria-label": o,
|
|
45
|
+
class: u([{ "option--selected": t.value === a }, "option"]),
|
|
46
|
+
"data-testid": `${e.testId}-${l(f).BUTTON}`,
|
|
47
|
+
onClick: (L) => V(o, a)
|
|
48
|
+
}, [
|
|
49
|
+
I(s.$slots, "default", {
|
|
50
|
+
option: o,
|
|
51
|
+
selected: t.value === a
|
|
52
|
+
}, () => [
|
|
53
|
+
y(B, {
|
|
54
|
+
size: "caption",
|
|
55
|
+
"data-testid": `${e.testId}-${l(f).TEXT}`
|
|
56
|
+
}, {
|
|
57
|
+
default: S(() => [
|
|
58
|
+
E(N(o), 1)
|
|
59
|
+
]),
|
|
60
|
+
_: 2
|
|
61
|
+
}, 1032, ["data-testid"])
|
|
62
|
+
], !0)
|
|
63
|
+
], 10, P))), 128))
|
|
64
|
+
], 10, M));
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
export {
|
|
68
|
+
D as default
|
|
69
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '../../style/v4/colors.
|
|
1
|
+
import '../../style/v4/colors.scss';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3
3
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.0.0-test.
|
|
3
|
+
"version": "2.0.0-test.9",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"./percentageInput": "./components/input/v3/PercentageInput.vue.js",
|
|
193
193
|
"./textArea": "./components/textArea/TextArea.vue.js",
|
|
194
194
|
"./styleguide": "./styleguide.scss",
|
|
195
|
-
"./
|
|
195
|
+
"./styleguideV4": "./style/styleguideV4.scss",
|
|
196
196
|
"./banner": "./components/banner/Banner.vue.js",
|
|
197
197
|
"./typography": "./components/typography/v4/Typography.vue.js"
|
|
198
198
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.light-theme-v4{--background-default: #FFFFFF;--background-paper: hsl(0, 0%, 99.0%);--background-model-elevation: #FFFFFF;--background-backdrop: hsla(0, 0%, 0%, 0.11);--background-paper-elevation-0: hsl(0, 0%, 97.5%);--background-paper-elevation-1: hsl(0, 0%, 94.6%);--background-paper-elevation-2: hsl(0, 0%, 92.0%);--background-paper-elevation-3: hsl(0, 0%, 89.5%);--background-paper-elevation-4: hsl(0, 0%, 86.8%);--background-paper-elevation-5: hsl(0, 0%, 83.0%);--background-paper-elevation-6: hsl(0, 0%, 73.2%);--background-paper-elevation-7: hsl(0, 0%, 55.2%);--background-paper-elevation-8: hsl(0, 0%, 50.3%);--background-paper-elevation-9: hsl(0, 0%, 39.3%);--action-primary: hsl(0, 0%, 12.5%);--action-active: hsl(0, 0%, 50.3%);--action-hover: hsla(0, 0%, 0%, 0.05);--action-selected: hsla(0, 0%, 92%, 1);--action-disabled: hsla(0, 0%, 87%, 1);--action-disabled-background: hsla(0, 0%, 95%, 1);--action-focus: hsl(0, 0%, 92.0%);--action-outlined-border: hsla(0, 0%, 73%, 1);--default-light: hsl(0, 0%, 89.5%);--default-main: hsl(0 0% 94.51%);--default-dark: hsl(0, 0%, 92.0%);--default-outlined-border: hsl(0, 0%, 73.2%);--default-contrast-text: hsl(0, 0%, 12.5%);--default-button-contrast-text: hsla(0, 0%, 0%, 1);--common-white: #FFFFFF;--common-black: #000000;--common-inverse-white: #FFFFFF;--common-inverse-black: #000000;--common-divider: hsl(0, 0%, 86.8%);--common-divider-elevation-0: hsla(0, 0%, 89%, 1);--text-primary: hsl(0, 0%, 12.5%);--text-secondary: hsl(0, 0%, 39.3%);--text-disabled: hsl(0 0% 73.33%);--primary-lighter: hsl(209, 100%, 96.5%);--primary-light: hsl(209, 95.0%, 90.1%);--primary-main: hsl(206, 100%, 50.0%);--primary-main-8-p: hsla(206, 100%, 50%, 0.08);--primary-main-50-p: hsla(206, 100%, 50%, 0.5);--primary-dark: hsl(208, 93.5%, 47.4%);--primary-darker: hsl(211, 90.0%, 42.0%);--primary-outlined-border: hsl(206, 100%, 50.0%);--primary-contrast-text: hsl(216, 71.0%, 23.0%);--primary-button-contrast-text: hsla(0, 0%, 100%, 1);--info-lighter: hsl(223, 98.4%, 97.1%);--info-light: hsl(224, 87.1%, 92.0%);--info-main: hsl(226, 70.0%, 55.5%);--info-main-8-p: hsla(226, 70%, 55.5%, 0.08);--info-main-50-p: hsla(226, 70%, 55.5%, 0.5);--info-dark: hsl(226, 58.6%, 51.3%);--info-darker: hsl(226, 55.0%, 45.0%);--info-outlined-border: hsl(226, 70.0%, 55.5%);--info-contrast-text: hsl(226, 50.0%, 24.0%);--info-button-contrast-text: hsla(0, 0%, 100%, 1);--success-lighter: hsl(139, 55.2%, 94.5%);--success-light: hsl(141, 43.7%, 86.0%);--success-main: hsl(151, 55.0%, 41.5%);--success-main-8-p: hsla(151, 55%, 41.5%, 0.08);--success-main-50-p: hsla(151, 55%, 41.5%, 0.5);--success-dark: hsl(152, 57.5%, 37.6%);--success-darker: hsl(153, 67.0%, 28.5%);--success-outlined-border: hsl(151, 55.0%, 41.5%);--success-contrast-text: hsl(155, 40.0%, 16.5%);--success-button-contrast-text: hsla(0, 0%, 100%, 1);--warning-lighter: hsl(45, 100%, 90.8%);--warning-light: hsl(40, 100%, 81.5%);--warning-main: hsl(42, 100%, 62.0%);--warning-main-8-p: hsla(42, 100%, 62%, 0.08);--warning-main-50-p: hsla(42, 100%, 62%, 0.5);--warning-dark: hsl(42, 100%, 55.0%);--warning-darker: hsl(25, 50.0%, 38.0%);--warning-outlined-border: hsl(42, 100%, 62.0%);--warning-contrast-text: hsl(25, 40.0%, 22.0%);--warning-button-contrast-text: hsla(24, 40%, 22%, 1);--error-lighter: hsl(360, 100%, 96.8%);--error-light: hsl(360, 90.2%, 91.9%);--error-main: hsl(358, 75.0%, 59.0%);--error-main-8-p: hsla(358, 75%, 59%, 0.08);--error-main-50-p: hsla(358, 75%, 59%, 0.5);--error-dark: hsl(358, 67.4%, 54.6%);--error-darker: hsl(358, 65.0%, 47.0%);--error-outlined-border: hsl(358, 75.0%, 59.0%);--error-contrast-text: hsl(350, 63.0%, 24.0%);--error-button-contrast-text: hsla(0, 0%, 100%, 1);--aba: #FFC134;--abb: #4F4FF5}.light-theme-v4{--border-radius-xs: 2px;--border-radius-sm: 4px;--border-radius-md: 6px;--border-radius-lg: 8px;--border-radius-xl: 16px;--border-radius-full: 100px}.light-theme-v4{--elevation-xs: 0px 1px 2px rgba(16, 24, 40, 0.05);--elevation-sm: 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 1px 3px rgba(16, 24, 40, 0.1);--elevation-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.12);--elevation-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);--elevation-xl: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -6px rgba(16, 24, 40, 0.08);--elevation-xxl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);--elevation-xxxl: 0px 19px 32px 2px rgba(44, 45, 45, 0.14);--elevation-sl: 0px 27px 27px 2px rgba(44, 45, 45, 0.14)}.light-theme-v4{--spacing-tokenset: 0px;--spacing-25: 2px;--spacing-50: 4px;--spacing-75: 6px;--spacing-100: 8px;--spacing-125: 10px;--spacing-150: 12px;--spacing-200: 16px;--spacing-250: 20px;--spacing-300: 24px;--spacing-400: 32px;--spacing-500: 40px;--spacing-600: 48px;--spacing-700: 56px;--spacing-800: 64px;--spacing-900: 72px;--spacing-1000: 80px}/*# sourceMappingURL=grid.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["colors.scss","border-radius.scss","elevations.scss","spacings.scss"],"names":[],"mappings":"AAAA,gBACE,8BACA,sCACA,sCACA,6CACA,kDACA,kDACA,kDACA,kDACA,kDACA,kDACA,kDACA,kDACA,kDACA,kDAEA,oCACA,mCACA,sCACA,uCACA,uCACA,kDACA,kCACA,8CAEA,mCACA,iCACA,kCACA,6CACA,2CACA,mDAEA,wBACA,wBACA,gCACA,gCACA,oCACA,kDAEA,kCACA,oCACA,kCAEA,yCACA,wCACA,sCACA,+CACA,+CACA,uCACA,yCACA,iDACA,gDACA,qDAEA,uCACA,qCACA,oCACA,6CACA,6CACA,oCACA,sCACA,+CACA,6CACA,kDAEA,0CACA,wCACA,uCACA,gDACA,gDACA,uCACA,yCACA,kDACA,gDACA,qDAEA,wCACA,sCACA,qCACA,8CACA,8CACA,qCACA,wCACA,gDACA,+CACA,sDAEA,uCACA,sCACA,qCACA,4CACA,4CACA,qCACA,uCACA,gDACA,8CACA,mDAEA,eACA,eCnGF,gBACI,wBACA,wBACA,wBACA,wBACA,yBACA,4BCNJ,gBACE,mDACA,sFACA,wDACA,0DACA,mGACA,4DACA,2DACA,yDCRF,gBACE,wBACA,kBACA,kBACA,kBACA,mBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA,oBACA","file":"grid.css"}
|
package/commonCssVariables.scss
DELETED
package/v4/grid.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.light-theme-v4 .row{display:flex;flex-wrap:wrap;margin-right:calc(24px/-2);margin-left:calc(24px/-2);width:unset;max-width:unset}.light-theme-v4 .row>*{box-sizing:border-box;padding-right:calc(24px/2);padding-left:calc(24px/2)}.light-theme-v4 .hidden{display:none}.light-theme-v4 .col-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-1{margin-left:8.3333333333%}.light-theme-v4 .offset-2{margin-left:16.6666666667%}.light-theme-v4 .offset-3{margin-left:25%}.light-theme-v4 .offset-4{margin-left:33.3333333333%}.light-theme-v4 .offset-5{margin-left:41.6666666667%}.light-theme-v4 .offset-6{margin-left:50%}.light-theme-v4 .offset-7{margin-left:58.3333333333%}.light-theme-v4 .offset-8{margin-left:66.6666666667%}.light-theme-v4 .offset-9{margin-left:75%}.light-theme-v4 .offset-10{margin-left:83.3333333333%}.light-theme-v4 .offset-11{margin-left:91.6666666667%}@media(min-width: 768px){.light-theme-v4 .hidden-xs{display:none}.light-theme-v4 .col-xs-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-xs-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-xs-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-xs-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-xs-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-xs-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-xs-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-xs-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-xs-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-xs-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-xs-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-xs-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-xs-0{margin-left:0}.light-theme-v4 .offset-xs-1{margin-left:8.3333333333%}.light-theme-v4 .offset-xs-2{margin-left:16.6666666667%}.light-theme-v4 .offset-xs-3{margin-left:25%}.light-theme-v4 .offset-xs-4{margin-left:33.3333333333%}.light-theme-v4 .offset-xs-5{margin-left:41.6666666667%}.light-theme-v4 .offset-xs-6{margin-left:50%}.light-theme-v4 .offset-xs-7{margin-left:58.3333333333%}.light-theme-v4 .offset-xs-8{margin-left:66.6666666667%}.light-theme-v4 .offset-xs-9{margin-left:75%}.light-theme-v4 .offset-xs-10{margin-left:83.3333333333%}.light-theme-v4 .offset-xs-11{margin-left:91.6666666667%}}@media(min-width: 1024px){.light-theme-v4 .hidden-sm{display:none}.light-theme-v4 .col-sm-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-sm-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-sm-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-sm-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-sm-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-sm-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-sm-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-sm-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-sm-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-sm-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-sm-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-sm-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-sm-0{margin-left:0}.light-theme-v4 .offset-sm-1{margin-left:8.3333333333%}.light-theme-v4 .offset-sm-2{margin-left:16.6666666667%}.light-theme-v4 .offset-sm-3{margin-left:25%}.light-theme-v4 .offset-sm-4{margin-left:33.3333333333%}.light-theme-v4 .offset-sm-5{margin-left:41.6666666667%}.light-theme-v4 .offset-sm-6{margin-left:50%}.light-theme-v4 .offset-sm-7{margin-left:58.3333333333%}.light-theme-v4 .offset-sm-8{margin-left:66.6666666667%}.light-theme-v4 .offset-sm-9{margin-left:75%}.light-theme-v4 .offset-sm-10{margin-left:83.3333333333%}.light-theme-v4 .offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 1280px){.light-theme-v4 .hidden-md{display:none}.light-theme-v4 .col-md-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-md-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-md-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-md-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-md-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-md-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-md-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-md-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-md-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-md-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-md-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-md-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-md-0{margin-left:0}.light-theme-v4 .offset-md-1{margin-left:8.3333333333%}.light-theme-v4 .offset-md-2{margin-left:16.6666666667%}.light-theme-v4 .offset-md-3{margin-left:25%}.light-theme-v4 .offset-md-4{margin-left:33.3333333333%}.light-theme-v4 .offset-md-5{margin-left:41.6666666667%}.light-theme-v4 .offset-md-6{margin-left:50%}.light-theme-v4 .offset-md-7{margin-left:58.3333333333%}.light-theme-v4 .offset-md-8{margin-left:66.6666666667%}.light-theme-v4 .offset-md-9{margin-left:75%}.light-theme-v4 .offset-md-10{margin-left:83.3333333333%}.light-theme-v4 .offset-md-11{margin-left:91.6666666667%}}@media(min-width: 1440px){.light-theme-v4 .hidden-lg{display:none}.light-theme-v4 .col-lg-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-lg-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-lg-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-lg-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-lg-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-lg-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-lg-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-lg-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-lg-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-lg-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-lg-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-lg-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-lg-0{margin-left:0}.light-theme-v4 .offset-lg-1{margin-left:8.3333333333%}.light-theme-v4 .offset-lg-2{margin-left:16.6666666667%}.light-theme-v4 .offset-lg-3{margin-left:25%}.light-theme-v4 .offset-lg-4{margin-left:33.3333333333%}.light-theme-v4 .offset-lg-5{margin-left:41.6666666667%}.light-theme-v4 .offset-lg-6{margin-left:50%}.light-theme-v4 .offset-lg-7{margin-left:58.3333333333%}.light-theme-v4 .offset-lg-8{margin-left:66.6666666667%}.light-theme-v4 .offset-lg-9{margin-left:75%}.light-theme-v4 .offset-lg-10{margin-left:83.3333333333%}.light-theme-v4 .offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1920px){.light-theme-v4 .hidden-xl{display:none}.light-theme-v4 .col-xl-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-xl-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-xl-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-xl-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-xl-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-xl-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-xl-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-xl-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-xl-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-xl-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-xl-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-xl-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-xl-0{margin-left:0}.light-theme-v4 .offset-xl-1{margin-left:8.3333333333%}.light-theme-v4 .offset-xl-2{margin-left:16.6666666667%}.light-theme-v4 .offset-xl-3{margin-left:25%}.light-theme-v4 .offset-xl-4{margin-left:33.3333333333%}.light-theme-v4 .offset-xl-5{margin-left:41.6666666667%}.light-theme-v4 .offset-xl-6{margin-left:50%}.light-theme-v4 .offset-xl-7{margin-left:58.3333333333%}.light-theme-v4 .offset-xl-8{margin-left:66.6666666667%}.light-theme-v4 .offset-xl-9{margin-left:75%}.light-theme-v4 .offset-xl-10{margin-left:83.3333333333%}.light-theme-v4 .offset-xl-11{margin-left:91.6666666667%}}@media(min-width: 2560px){.light-theme-v4 .hidden-xxl{display:none}.light-theme-v4 .col-xxl-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-xxl-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-xxl-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-xxl-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-xxl-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-xxl-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-xxl-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-xxl-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-xxl-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-xxl-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-xxl-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-xxl-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-xxl-0{margin-left:0}.light-theme-v4 .offset-xxl-1{margin-left:8.3333333333%}.light-theme-v4 .offset-xxl-2{margin-left:16.6666666667%}.light-theme-v4 .offset-xxl-3{margin-left:25%}.light-theme-v4 .offset-xxl-4{margin-left:33.3333333333%}.light-theme-v4 .offset-xxl-5{margin-left:41.6666666667%}.light-theme-v4 .offset-xxl-6{margin-left:50%}.light-theme-v4 .offset-xxl-7{margin-left:58.3333333333%}.light-theme-v4 .offset-xxl-8{margin-left:66.6666666667%}.light-theme-v4 .offset-xxl-9{margin-left:75%}.light-theme-v4 .offset-xxl-10{margin-left:83.3333333333%}.light-theme-v4 .offset-xxl-11{margin-left:91.6666666667%}}/*# sourceMappingURL=grid.css.map */
|
package/v4/grid.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["grid.scss","breakpoints.scss"],"names":[],"mappings":"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","file":"grid.css"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|