@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.
@@ -4032,16 +4032,16 @@ export {
4032
4032
  ws as Y,
4033
4033
  bs as a,
4034
4034
  ns as b,
4035
- Ve as c,
4036
- is as d,
4037
- Rr as e,
4038
- Ui as f,
4039
- Er as g,
4040
- Cr as h,
4041
- pi as i,
4042
- bi as j,
4043
- ts as k,
4044
- os as l,
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: {