@factorearth/component-library 3.6.9-alpha.0 → 3.6.11-alpha.0
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/Atoms/Badge/Badge.d.ts +1 -1
- package/dist/Atoms/Badge/Badge.js +3 -2
- package/dist/Atoms/Badge/Badge.js.map +1 -1
- package/dist/Atoms/Buttons/Button.d.ts +1 -1
- package/dist/Atoms/Buttons/Button.js +4 -4
- package/dist/Atoms/Buttons/Button.js.map +1 -1
- package/dist/Atoms/DateField/DateField.d.ts +1 -1
- package/dist/Atoms/DateField/DateField.js.map +1 -1
- package/dist/Atoms/DropdownField/DropdownField.d.ts +1 -1
- package/dist/Atoms/FieldWrapper/FieldWrapper.d.ts +1 -1
- package/dist/Atoms/FieldWrapper/FieldWrapper.js +4 -3
- package/dist/Atoms/FieldWrapper/FieldWrapper.js.map +1 -1
- package/dist/Atoms/NumberField/NumberField.d.ts +1 -1
- package/dist/Atoms/NumberField/NumberField.js.map +1 -1
- package/dist/Atoms/Pagination/Pagination.js +1 -5
- package/dist/Atoms/Pagination/Pagination.js.map +1 -1
- package/dist/Atoms/PhoneNumberField/PhoneNumberField.d.ts +1 -1
- package/dist/Atoms/PhoneNumberField/PhoneNumberField.js +4 -2
- package/dist/Atoms/PhoneNumberField/PhoneNumberField.js.map +1 -1
- package/dist/Atoms/SelectField/SelectField.d.ts +1 -1
- package/dist/Atoms/SortDropdown/SortDropdown.js +3 -3
- package/dist/Atoms/SortDropdown/SortDropdown.js.map +1 -1
- package/dist/Atoms/TextField/TextField.d.ts +1 -1
- package/dist/Atoms/TextField/TextField.js +3 -0
- package/dist/Atoms/TextField/TextField.js.map +1 -1
- package/dist/Atoms/Toggle/Toggle.js +0 -2
- package/dist/Atoms/Toggle/Toggle.js.map +1 -1
- package/dist/Molecules/NavMenu/NavMenu.d.ts +2 -2
- package/dist/Molecules/NavMenu/NavMenu.js +36 -36
- package/dist/Molecules/NavMenu/NavMenu.js.map +1 -1
- package/dist/Molecules/TableHeader/TableHeader.js +1 -1
- package/dist/Molecules/TableRow/TableRow.js +3 -5
- package/dist/Molecules/TableRow/TableRow.js.map +1 -1
- package/dist/Molecules/Thumbnail/Thumbnail.d.ts +1 -1
- package/dist/Molecules/Thumbnail/Thumbnail.js +9 -9
- package/dist/Molecules/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Organisms/Card/Card.d.ts +1 -1
- package/dist/Organisms/Card/Card.js.map +1 -1
- package/dist/Organisms/EditUserPerms/EditUserPerms.js +1 -1
- package/dist/Organisms/EditUserPerms/EditUserPerms.js.map +1 -1
- package/dist/Organisms/Modal/Modal.d.ts +2 -2
- package/dist/Organisms/Modal/Modal.js.map +1 -1
- package/dist/Organisms/Table/Table.js +1 -0
- package/dist/Organisms/Table/Table.js.map +1 -1
- package/dist/Theme/ThemeProvider.d.ts +1 -1
- package/dist/Theme/ThemeProvider.js +133 -46
- package/dist/Theme/ThemeProvider.js.map +1 -1
- package/dist/Theme/tokens.json +85 -88
- package/dist/Theme/types.d.ts +62 -5
- package/dist/index.d.ts +5 -2
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/Theme/tokens.json
CHANGED
|
@@ -5,112 +5,151 @@
|
|
|
5
5
|
"type": "lineHeights"
|
|
6
6
|
},
|
|
7
7
|
"Base Colors": {
|
|
8
|
+
"100-white": {
|
|
9
|
+
"value": "#FFFFFF",
|
|
10
|
+
"type": "color",
|
|
11
|
+
"description": "Background, Primary Button Background Dark, Primary Link Dark"
|
|
12
|
+
},
|
|
8
13
|
"200-white-grey": {
|
|
9
14
|
"value": "#FCFCFD",
|
|
10
15
|
"type": "color",
|
|
11
16
|
"parent": "Collection 1/Mode 1",
|
|
12
17
|
"description": "Container Background, Text Dark"
|
|
13
18
|
},
|
|
14
|
-
"300-
|
|
19
|
+
"300-porcelain-grey": {
|
|
20
|
+
"value": "#EFF0F0",
|
|
21
|
+
"type": "color",
|
|
22
|
+
"description": "Border 2 Dark"
|
|
23
|
+
},
|
|
24
|
+
"400-iron-grey": {
|
|
25
|
+
"value": "#DCDEE0",
|
|
26
|
+
"type": "color",
|
|
27
|
+
"description": "Border 2, Border Dark"
|
|
28
|
+
},
|
|
29
|
+
"500-French-grey": {
|
|
15
30
|
"value": "#d0d8dc",
|
|
16
31
|
"type": "color",
|
|
17
32
|
"parent": "Collection 1/Mode 1",
|
|
18
33
|
"description": "Text 2 Dark"
|
|
19
34
|
},
|
|
20
|
-
"
|
|
35
|
+
"600-cadet-grey": {
|
|
21
36
|
"value": "#9aa3ac",
|
|
22
37
|
"type": "color",
|
|
23
38
|
"parent": "Collection 1/Mode 1",
|
|
24
39
|
"description": "Text 3"
|
|
25
40
|
},
|
|
26
|
-
"
|
|
41
|
+
"700-regent-grey": {
|
|
42
|
+
"value": "#89949F",
|
|
43
|
+
"type": "color",
|
|
44
|
+
"description": "Border"
|
|
45
|
+
},
|
|
46
|
+
"800-slate-grey": {
|
|
27
47
|
"value": "#6e7a87",
|
|
28
48
|
"type": "color",
|
|
29
49
|
"parent": "Collection 1/Mode 1",
|
|
30
50
|
"description": "Text 3"
|
|
31
51
|
},
|
|
32
|
-
"
|
|
52
|
+
"900-space-grey": {
|
|
33
53
|
"value": "#2f3034",
|
|
34
54
|
"type": "color",
|
|
35
55
|
"parent": "Collection 1/Mode 1",
|
|
36
56
|
"description": "Text 2, Container Background 2 Dark"
|
|
37
57
|
},
|
|
38
|
-
"
|
|
39
|
-
"value": "#
|
|
58
|
+
"1000-blue-grey": {
|
|
59
|
+
"value": "#0D1A26",
|
|
40
60
|
"type": "color",
|
|
41
61
|
"parent": "Collection 1/Mode 1",
|
|
42
|
-
"description": "
|
|
62
|
+
"description": "Default Badge Label"
|
|
43
63
|
},
|
|
44
|
-
"
|
|
45
|
-
"value": "#
|
|
64
|
+
"1100-grey": {
|
|
65
|
+
"value": "#1b1b1e",
|
|
46
66
|
"type": "color",
|
|
47
67
|
"parent": "Collection 1/Mode 1",
|
|
48
|
-
"description": "Container Background
|
|
68
|
+
"description": "Text, Container Background Dark, Primary Label Dark"
|
|
49
69
|
},
|
|
50
|
-
"
|
|
51
|
-
"value": "#
|
|
70
|
+
"1200-black": {
|
|
71
|
+
"value": "#000000",
|
|
52
72
|
"type": "color",
|
|
53
|
-
"
|
|
54
|
-
"description": "Primary Button Background, Primary Link"
|
|
73
|
+
"description": "Background Dark"
|
|
55
74
|
},
|
|
56
|
-
"
|
|
57
|
-
"value": "#
|
|
75
|
+
"100-error-pink": {
|
|
76
|
+
"value": "#FCE9E9",
|
|
58
77
|
"type": "color",
|
|
59
|
-
"
|
|
78
|
+
"description": "Error Red Background"
|
|
60
79
|
},
|
|
61
|
-
"
|
|
80
|
+
"200-red": {
|
|
62
81
|
"value": "#BF4040",
|
|
63
82
|
"type": "color",
|
|
64
83
|
"parent": "Collection 1/Mode 1"
|
|
65
84
|
},
|
|
66
|
-
"
|
|
67
|
-
"value": "#
|
|
85
|
+
"300-fuscia": {
|
|
86
|
+
"value": "#A44D9B",
|
|
68
87
|
"type": "color",
|
|
69
|
-
"description": "
|
|
88
|
+
"description": "Factor Earth Fuscia"
|
|
70
89
|
},
|
|
71
|
-
"
|
|
72
|
-
"value": "#
|
|
90
|
+
"400-error-red": {
|
|
91
|
+
"value": "#660000",
|
|
73
92
|
"type": "color",
|
|
74
|
-
"description": "
|
|
93
|
+
"description": "Error Red Label"
|
|
75
94
|
},
|
|
76
|
-
"
|
|
77
|
-
"value": "#
|
|
95
|
+
"100-warning-orange": {
|
|
96
|
+
"value": "#FCF2E9",
|
|
78
97
|
"type": "color",
|
|
79
|
-
"description": "
|
|
98
|
+
"description": "Warning Orange Background"
|
|
80
99
|
},
|
|
81
|
-
"
|
|
82
|
-
"value": "#
|
|
100
|
+
"200-grain-yellow": {
|
|
101
|
+
"value": "#DCCAAD",
|
|
83
102
|
"type": "color",
|
|
84
|
-
"description": "
|
|
103
|
+
"description": "Factor Earth Grain"
|
|
85
104
|
},
|
|
86
|
-
"300-
|
|
87
|
-
"value": "#
|
|
88
|
-
"type": "color",
|
|
89
|
-
"description": "Border 2 Dark"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"Brand Colors": {
|
|
93
|
-
"Factor Earth Fuscia": {
|
|
94
|
-
"value": "#A44D9B",
|
|
105
|
+
"300-warning-orange": {
|
|
106
|
+
"value": "#663300",
|
|
95
107
|
"type": "color",
|
|
96
|
-
"description": "
|
|
108
|
+
"description": "Warning Orange Label"
|
|
97
109
|
},
|
|
98
|
-
"
|
|
99
|
-
"value": "#
|
|
110
|
+
"100-light-green": {
|
|
111
|
+
"value": "#EBFAED",
|
|
100
112
|
"type": "color",
|
|
101
|
-
"description": "
|
|
113
|
+
"description": "Success Green Background"
|
|
102
114
|
},
|
|
103
|
-
"
|
|
115
|
+
"200-tea-green": {
|
|
104
116
|
"value": "#BEDFB9",
|
|
105
117
|
"type": "color",
|
|
106
118
|
"description": "Factor Earth Tea Flower"
|
|
107
119
|
},
|
|
108
|
-
"
|
|
120
|
+
"300-green": {
|
|
121
|
+
"value": "#365E3D",
|
|
122
|
+
"type": "color",
|
|
123
|
+
"parent": "Collection 1/Mode 1"
|
|
124
|
+
},
|
|
125
|
+
"100-lighter-blue": {
|
|
126
|
+
"value": "#E6EEFE",
|
|
127
|
+
"type": "color",
|
|
128
|
+
"description": "Info Blue Background"
|
|
129
|
+
},
|
|
130
|
+
"200-light-blue": {
|
|
131
|
+
"value": "#ebf7ff",
|
|
132
|
+
"type": "color",
|
|
133
|
+
"parent": "Collection 1/Mode 1",
|
|
134
|
+
"description": "Container Background 2"
|
|
135
|
+
},
|
|
136
|
+
"300-tropaz-blue": {
|
|
109
137
|
"value": "#325690",
|
|
110
138
|
"type": "color",
|
|
111
139
|
"description": "Factor Earth Tropaz"
|
|
112
140
|
},
|
|
113
|
-
"
|
|
141
|
+
"400-blue": {
|
|
142
|
+
"value": "#004F80",
|
|
143
|
+
"type": "color",
|
|
144
|
+
"parent": "Collection 1/Mode 1",
|
|
145
|
+
"description": "Primary Button Background, Primary Link"
|
|
146
|
+
},
|
|
147
|
+
"500-info-blue": {
|
|
148
|
+
"value": "#002266",
|
|
149
|
+
"type": "color",
|
|
150
|
+
"description": "Info Blue Label"
|
|
151
|
+
},
|
|
152
|
+
"600-bison-blue": {
|
|
114
153
|
"value": "#142541",
|
|
115
154
|
"type": "color",
|
|
116
155
|
"description": "Metcalf Bison Blue"
|
|
@@ -233,48 +272,6 @@
|
|
|
233
272
|
"paragraphIndent": "0"
|
|
234
273
|
},
|
|
235
274
|
"type": "typography"
|
|
236
|
-
},
|
|
237
|
-
"Badge Colors": {
|
|
238
|
-
"Info Blue Background": {
|
|
239
|
-
"value": "#E6EEFE",
|
|
240
|
-
"type": "color",
|
|
241
|
-
"description": "Info Blue Background"
|
|
242
|
-
},
|
|
243
|
-
"Info Blue Label": {
|
|
244
|
-
"value": "#002266",
|
|
245
|
-
"type": "color",
|
|
246
|
-
"description": "Info Blue Label"
|
|
247
|
-
},
|
|
248
|
-
"Success Green Background": {
|
|
249
|
-
"value": "#EBFAED",
|
|
250
|
-
"type": "color",
|
|
251
|
-
"description": "Success Green Background"
|
|
252
|
-
},
|
|
253
|
-
"Sucess Green Label": {
|
|
254
|
-
"value": "#365E3D",
|
|
255
|
-
"type": "color",
|
|
256
|
-
"description": "Success Green Label"
|
|
257
|
-
},
|
|
258
|
-
"Warning Orange Background": {
|
|
259
|
-
"value": "#FCF2E9",
|
|
260
|
-
"type": "color",
|
|
261
|
-
"description": "Warning Orange Background"
|
|
262
|
-
},
|
|
263
|
-
"Warning Orange Label": {
|
|
264
|
-
"value": "#663300",
|
|
265
|
-
"type": "color",
|
|
266
|
-
"description": "Warning Orange Label"
|
|
267
|
-
},
|
|
268
|
-
"Error Red Background": {
|
|
269
|
-
"value": "#FCE9E9",
|
|
270
|
-
"type": "color",
|
|
271
|
-
"description": "Error Red Background"
|
|
272
|
-
},
|
|
273
|
-
"Error Red Label": {
|
|
274
|
-
"value": "#660000",
|
|
275
|
-
"type": "color",
|
|
276
|
-
"description": "Error Red Label"
|
|
277
|
-
}
|
|
278
275
|
}
|
|
279
276
|
},
|
|
280
277
|
"$themes": [],
|
package/dist/Theme/types.d.ts
CHANGED
|
@@ -5,22 +5,49 @@ interface GreyColorMapping {
|
|
|
5
5
|
500: string;
|
|
6
6
|
600: string;
|
|
7
7
|
700: string;
|
|
8
|
+
800: string;
|
|
9
|
+
900: string;
|
|
10
|
+
1000: string;
|
|
11
|
+
1100: string;
|
|
12
|
+
1200: string;
|
|
8
13
|
}
|
|
9
14
|
interface BlueColorMapping {
|
|
15
|
+
100: string;
|
|
16
|
+
200: string;
|
|
10
17
|
300: string;
|
|
11
|
-
|
|
18
|
+
400: string;
|
|
19
|
+
500: string;
|
|
20
|
+
600: string;
|
|
12
21
|
}
|
|
13
22
|
interface GreenColorMapping {
|
|
14
|
-
|
|
23
|
+
100: string;
|
|
24
|
+
200: string;
|
|
25
|
+
300: string;
|
|
15
26
|
}
|
|
16
27
|
interface RedColorMapping {
|
|
17
|
-
|
|
28
|
+
100: string;
|
|
29
|
+
200: string;
|
|
30
|
+
300: string;
|
|
31
|
+
400: string;
|
|
32
|
+
}
|
|
33
|
+
interface OrangeColorMapping {
|
|
34
|
+
100: string;
|
|
35
|
+
300: string;
|
|
36
|
+
}
|
|
37
|
+
interface YellowColorMapping {
|
|
38
|
+
200: string;
|
|
39
|
+
}
|
|
40
|
+
interface WhiteColorMapping {
|
|
41
|
+
100: string;
|
|
18
42
|
}
|
|
19
43
|
export interface ThemeBaseColors {
|
|
20
|
-
|
|
44
|
+
yellow: YellowColorMapping;
|
|
45
|
+
orange: OrangeColorMapping;
|
|
21
46
|
blue: BlueColorMapping;
|
|
22
47
|
green: GreenColorMapping;
|
|
48
|
+
grey: GreyColorMapping;
|
|
23
49
|
red: RedColorMapping;
|
|
50
|
+
white: WhiteColorMapping;
|
|
24
51
|
}
|
|
25
52
|
export interface Colors {
|
|
26
53
|
text: {
|
|
@@ -28,12 +55,15 @@ export interface Colors {
|
|
|
28
55
|
secondary: string;
|
|
29
56
|
tertiary: string;
|
|
30
57
|
badge: string;
|
|
58
|
+
disabled: string;
|
|
31
59
|
};
|
|
32
60
|
background: {
|
|
61
|
+
absolute: string;
|
|
33
62
|
primary: string;
|
|
34
63
|
secondary: string;
|
|
35
64
|
tertiary: string;
|
|
36
65
|
tableRow: string;
|
|
66
|
+
disabledInput: string;
|
|
37
67
|
};
|
|
38
68
|
border: {
|
|
39
69
|
primary: string;
|
|
@@ -45,6 +75,7 @@ export interface Colors {
|
|
|
45
75
|
filled: string;
|
|
46
76
|
destructive: string;
|
|
47
77
|
success: string;
|
|
78
|
+
disabled: string;
|
|
48
79
|
};
|
|
49
80
|
buttonBorder: {
|
|
50
81
|
outlined: string;
|
|
@@ -58,13 +89,39 @@ export interface Colors {
|
|
|
58
89
|
destructive: string;
|
|
59
90
|
success: string;
|
|
60
91
|
};
|
|
92
|
+
tab: {
|
|
93
|
+
selected: string;
|
|
94
|
+
notSelected: string;
|
|
95
|
+
};
|
|
96
|
+
tabText: {
|
|
97
|
+
selected: string;
|
|
98
|
+
notSelected: string;
|
|
99
|
+
};
|
|
100
|
+
badgeText: {
|
|
101
|
+
outlined: string;
|
|
102
|
+
filled: string;
|
|
103
|
+
destructive: string;
|
|
104
|
+
success: string;
|
|
105
|
+
};
|
|
106
|
+
badgeBorder: {
|
|
107
|
+
outlined: string;
|
|
108
|
+
filled: string;
|
|
109
|
+
destructive: string;
|
|
110
|
+
success: string;
|
|
111
|
+
};
|
|
112
|
+
badgeBackground: {
|
|
113
|
+
outlined: string;
|
|
114
|
+
filled: string;
|
|
115
|
+
destructive: string;
|
|
116
|
+
success: string;
|
|
117
|
+
};
|
|
61
118
|
highlight: {
|
|
62
119
|
primary: string;
|
|
63
120
|
secondary: string;
|
|
64
121
|
};
|
|
65
122
|
utils: {
|
|
66
123
|
success: string;
|
|
67
|
-
|
|
124
|
+
destructive: string;
|
|
68
125
|
icon: string;
|
|
69
126
|
disabled: string;
|
|
70
127
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -7,9 +7,12 @@ export * from "./Atoms/TextField/TextField";
|
|
|
7
7
|
export * from "./Atoms/Buttons/Button";
|
|
8
8
|
export * from "./Atoms/FieldWrapper/FieldWrapper";
|
|
9
9
|
export * from "./Atoms/DropdownField/DropdownField";
|
|
10
|
-
export * from "./Molecules/Thumbnail/Thumbnail";
|
|
11
|
-
export * from "./Organisms/Card/Card";
|
|
12
10
|
export * from "./Atoms/NoteField/NoteField";
|
|
13
11
|
export * from "./Atoms/SelectField/SelectField";
|
|
12
|
+
export * from "./Atoms/Tab/Tab";
|
|
13
|
+
export * from "./Molecules/Form/Form";
|
|
14
|
+
export * from "./Molecules/Thumbnail/Thumbnail";
|
|
15
|
+
export * from "./Organisms/Card/Card";
|
|
14
16
|
export * from "./Organisms/Modal/Modal";
|
|
15
17
|
export * from "./Molecules/NavMenu/NavMenu";
|
|
18
|
+
export * from "./Organisms/TabManager/TabManager";
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// Atoms
|
|
1
2
|
export * from "./Atoms/MoreHorizonButton/MoreHorizonButton";
|
|
2
3
|
export * from "./Atoms/NumberField/NumberField";
|
|
3
4
|
export * from "./Atoms/PhoneNumberField/PhoneNumberField";
|
|
@@ -8,10 +9,15 @@ export * from "./Atoms/TextField/TextField";
|
|
|
8
9
|
export * from "./Atoms/Buttons/Button";
|
|
9
10
|
export * from "./Atoms/FieldWrapper/FieldWrapper";
|
|
10
11
|
export * from "./Atoms/DropdownField/DropdownField";
|
|
11
|
-
export * from "./Molecules/Thumbnail/Thumbnail";
|
|
12
|
-
export * from "./Organisms/Card/Card";
|
|
13
12
|
export * from "./Atoms/NoteField/NoteField";
|
|
14
13
|
export * from "./Atoms/SelectField/SelectField";
|
|
14
|
+
export * from "./Atoms/Tab/Tab";
|
|
15
|
+
// Molecules
|
|
16
|
+
export * from "./Molecules/Form/Form";
|
|
17
|
+
export * from "./Molecules/Thumbnail/Thumbnail";
|
|
18
|
+
// Organisms
|
|
19
|
+
export * from "./Organisms/Card/Card";
|
|
15
20
|
export * from "./Organisms/Modal/Modal";
|
|
16
21
|
export * from "./Molecules/NavMenu/NavMenu";
|
|
22
|
+
export * from "./Organisms/TabManager/TabManager";
|
|
17
23
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+BAA+B,CAAC;AAC9C,qDAAqD;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,QAAQ;AACR,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+BAA+B,CAAC;AAC9C,qDAAqD;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,YAAY;AACZ,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,YAAY;AACZ,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorearth/component-library",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.11-alpha.0",
|
|
4
4
|
"description": " A storybook component library for FactorEarth",
|
|
5
5
|
"author": "madtrx <marlin.makori@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/FactorEarth/RecordMiddleware#readme",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"access": "public",
|
|
47
47
|
"registry": "https://registry.npmjs.org/"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "b4231a8eb279ec94e7135e928b40c0c4f5818cbc",
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@emotion/react": "^11.13.0",
|
|
52
52
|
"@emotion/styled": "^11.13.0",
|