@arkitektbedriftene/fe-lib 0.4.25 → 0.4.27
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/{Checkbox-404e0375.js → Checkbox-48d88d36.js} +10 -10
- package/dist/rich-text/styles.d.ts +23 -1
- package/dist/rich-text.es.js +352 -343
- package/dist/ui.es.js +4 -4
- package/package.json +10 -10
|
@@ -4032,16 +4032,16 @@ export {
|
|
|
4032
4032
|
ws as Y,
|
|
4033
4033
|
bs as a,
|
|
4034
4034
|
ns as b,
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4035
|
+
is as c,
|
|
4036
|
+
Rr as d,
|
|
4037
|
+
Ui as e,
|
|
4038
|
+
Er as f,
|
|
4039
|
+
Cr as g,
|
|
4040
|
+
pi as h,
|
|
4041
|
+
bi as i,
|
|
4042
|
+
ts as j,
|
|
4043
|
+
os as k,
|
|
4044
|
+
Ve as l,
|
|
4045
4045
|
un as m,
|
|
4046
4046
|
hs as n,
|
|
4047
4047
|
ir as o,
|
|
@@ -36,9 +36,15 @@ export declare const richTextStyleObj: {
|
|
|
36
36
|
marginBottom: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
strong: {
|
|
39
|
+
"b, strong, .ain-rich-text-bold": {
|
|
40
40
|
fontWeight: string;
|
|
41
41
|
};
|
|
42
|
+
"i, em, .ain-rich-text-italic": {
|
|
43
|
+
fontStyle: string;
|
|
44
|
+
};
|
|
45
|
+
".ain-rich-text-underline": {
|
|
46
|
+
textDecoration: string;
|
|
47
|
+
};
|
|
42
48
|
"ul, ol": {
|
|
43
49
|
paddingLeft: string;
|
|
44
50
|
listStylePosition: string;
|
|
@@ -47,9 +53,18 @@ export declare const richTextStyleObj: {
|
|
|
47
53
|
ul: {
|
|
48
54
|
listStyleType: string;
|
|
49
55
|
};
|
|
56
|
+
"ul ul": {
|
|
57
|
+
listStyleType: string;
|
|
58
|
+
};
|
|
59
|
+
"ul ul ul": {
|
|
60
|
+
listStyleType: string;
|
|
61
|
+
};
|
|
50
62
|
ol: {
|
|
51
63
|
listStyleType: string;
|
|
52
64
|
};
|
|
65
|
+
".ain-rich-text-nested-list-item": {
|
|
66
|
+
listStyleType: string;
|
|
67
|
+
};
|
|
53
68
|
th: {
|
|
54
69
|
fontWeight: string;
|
|
55
70
|
backgroundColor: string;
|
|
@@ -129,6 +144,13 @@ export declare const richTextStyleObj: {
|
|
|
129
144
|
borderRadius: string;
|
|
130
145
|
};
|
|
131
146
|
};
|
|
147
|
+
".ain-rich-text-quote": {
|
|
148
|
+
borderLeft: string;
|
|
149
|
+
color: string;
|
|
150
|
+
fontStyle: string;
|
|
151
|
+
margin: string;
|
|
152
|
+
padding: string;
|
|
153
|
+
};
|
|
132
154
|
variants: {
|
|
133
155
|
size: {
|
|
134
156
|
xs: {
|