allaw-ui 1.1.1 → 2.0.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/assets/allaw-font.eot +0 -0
- package/dist/assets/allaw-font.svg +15 -0
- package/dist/assets/allaw-font.ttf +0 -0
- package/dist/assets/allaw-font.woff +0 -0
- package/dist/components/atoms/buttons/ActionCircleButton.stories.d.ts +35 -0
- package/dist/components/atoms/buttons/ActionCircleButton.stories.js +54 -0
- package/dist/components/atoms/buttons/AgendaSlot.stories.d.ts +41 -0
- package/dist/components/atoms/buttons/AgendaSlot.stories.js +77 -0
- package/dist/components/atoms/buttons/FavoriteToggle.stories.d.ts +23 -0
- package/dist/components/atoms/buttons/FavoriteToggle.stories.js +61 -0
- package/dist/components/atoms/buttons/FilterButton.stories.d.ts +36 -0
- package/dist/components/atoms/buttons/FilterButton.stories.js +56 -0
- package/dist/components/atoms/buttons/FilterButtonPrimary.stories.d.ts +7 -0
- package/dist/components/atoms/buttons/FilterButtonPrimary.stories.js +26 -0
- package/dist/components/atoms/buttons/GhostButton.stories.d.ts +79 -0
- package/dist/components/atoms/buttons/GhostButton.stories.js +95 -0
- package/dist/components/atoms/buttons/IconButton.js +2 -2
- package/dist/components/atoms/buttons/IconButton.stories.d.ts +48 -0
- package/dist/components/atoms/buttons/IconButton.stories.js +76 -0
- package/dist/components/atoms/buttons/OAuthProviderButton.css +25 -23
- package/dist/components/atoms/buttons/OAuthProviderButton.d.ts +2 -2
- package/dist/components/atoms/buttons/OAuthProviderButton.js +43 -10
- package/dist/components/atoms/buttons/OAuthProviderButton.stories.d.ts +56 -0
- package/dist/components/atoms/buttons/OAuthProviderButton.stories.js +130 -0
- package/dist/components/atoms/buttons/PendingDocuments.d.ts +0 -1
- package/dist/components/atoms/buttons/PendingDocuments.js +6 -4
- package/dist/components/atoms/buttons/PendingDocuments.stories.d.ts +52 -0
- package/dist/components/atoms/buttons/PendingDocuments.stories.js +67 -0
- package/dist/components/atoms/buttons/PrimaryButton.css +1 -0
- package/dist/components/atoms/buttons/PrimaryButton.stories.d.ts +86 -0
- package/dist/components/atoms/buttons/PrimaryButton.stories.js +147 -0
- package/dist/components/atoms/buttons/SecondaryButton.stories.d.ts +72 -0
- package/dist/components/atoms/buttons/SecondaryButton.stories.js +149 -0
- package/dist/components/atoms/buttons/TabNavigation.css +2 -0
- package/dist/components/atoms/buttons/TabNavigation.stories.d.ts +44 -0
- package/dist/components/atoms/buttons/TabNavigation.stories.js +66 -0
- package/dist/components/atoms/buttons/TertiaryButton.stories.d.ts +42 -0
- package/dist/components/atoms/buttons/TertiaryButton.stories.js +60 -0
- package/dist/components/atoms/buttons/{PendingDocuments.css → pendingDocuments.module.css} +9 -8
- package/dist/components/atoms/checkboxes/Checkbox.stories.d.ts +77 -0
- package/dist/components/atoms/checkboxes/Checkbox.stories.js +123 -0
- package/dist/components/atoms/datepickers/Datepicker.js +1 -0
- package/dist/components/atoms/datepickers/Datepicker.stories.d.ts +90 -0
- package/dist/components/atoms/datepickers/Datepicker.stories.js +67 -0
- package/dist/components/atoms/filter/Filter.stories.d.ts +9 -0
- package/dist/components/atoms/filter/Filter.stories.js +77 -0
- package/dist/components/atoms/filters/SingleFilter.stories.d.ts +7 -0
- package/dist/components/atoms/filters/SingleFilter.stories.js +34 -0
- package/dist/components/atoms/inputs/Input.stories.d.ts +62 -0
- package/dist/components/atoms/inputs/Input.stories.js +101 -0
- package/dist/components/atoms/inputs/SearchBar.stories.d.ts +54 -0
- package/dist/components/atoms/inputs/SearchBar.stories.js +67 -0
- package/dist/components/atoms/inputs/TextArea.stories.d.ts +70 -0
- package/dist/components/atoms/inputs/TextArea.stories.js +113 -0
- package/dist/components/atoms/progressBars/ProgressBar.css +2 -3
- package/dist/components/atoms/progressBars/ProgressBar.js +2 -3
- package/dist/components/atoms/progressBars/ProgressBar.stories.d.ts +83 -0
- package/dist/components/atoms/progressBars/ProgressBar.stories.js +88 -0
- package/dist/components/atoms/radios/RadioButton.stories.d.ts +36 -0
- package/dist/components/atoms/radios/RadioButton.stories.js +75 -0
- package/dist/components/atoms/selects/ComboBox.css +1 -1
- package/dist/components/atoms/selects/ComboBox.stories.d.ts +94 -0
- package/dist/components/atoms/selects/ComboBox.stories.js +122 -0
- package/dist/components/atoms/selects/Select.d.ts +0 -1
- package/dist/components/atoms/selects/Select.js +47 -20
- package/dist/components/atoms/selects/{Select.css → Select.module.css} +12 -13
- package/dist/components/atoms/selects/Select.stories.d.ts +86 -0
- package/dist/components/atoms/selects/Select.stories.js +154 -0
- package/dist/components/atoms/selects/SelectableListItem.d.ts +13 -0
- package/dist/components/atoms/selects/SelectableListItem.js +18 -0
- package/dist/components/atoms/selects/SelectableListItem.module.css +157 -0
- package/dist/components/atoms/selects/SelectableListItem.stories.d.ts +33 -0
- package/dist/components/atoms/selects/SelectableListItem.stories.js +53 -0
- package/dist/components/atoms/selects/index.d.ts +2 -0
- package/dist/components/atoms/selects/index.js +1 -0
- package/dist/components/atoms/tags/AppointementStatusTag.stories.d.ts +17 -0
- package/dist/components/atoms/tags/AppointementStatusTag.stories.js +70 -0
- package/dist/components/atoms/tags/FolderStatusTag.css +4 -4
- package/dist/components/atoms/tags/FolderStatusTag.stories.d.ts +28 -0
- package/dist/components/atoms/tags/FolderStatusTag.stories.js +51 -0
- package/dist/components/atoms/tags/OtherStatusTag.css +20 -1
- package/dist/components/atoms/tags/OtherStatusTag.d.ts +1 -0
- package/dist/components/atoms/tags/OtherStatusTag.js +2 -2
- package/dist/components/atoms/tags/OtherStatusTag.stories.d.ts +97 -0
- package/dist/components/atoms/tags/OtherStatusTag.stories.js +151 -0
- package/dist/components/atoms/typography/CardDate.stories.d.ts +119 -0
- package/dist/components/atoms/typography/CardDate.stories.js +103 -0
- package/dist/components/atoms/typography/Heading.js +1 -1
- package/dist/components/atoms/typography/Heading.stories.d.ts +45 -0
- package/dist/components/atoms/typography/Heading.stories.js +90 -0
- package/dist/components/atoms/typography/Link.d.ts +13 -0
- package/dist/components/atoms/typography/Link.js +35 -0
- package/dist/components/atoms/typography/Link.module.css +60 -0
- package/dist/components/atoms/typography/Link.stories.d.ts +57 -0
- package/dist/components/atoms/typography/Link.stories.js +105 -0
- package/dist/components/atoms/typography/Paragraph.d.ts +2 -0
- package/dist/components/atoms/typography/Paragraph.js +3 -3
- package/dist/components/atoms/typography/Paragraph.stories.d.ts +56 -0
- package/dist/components/atoms/typography/Paragraph.stories.js +97 -0
- package/dist/components/atoms/typography/SmallTitle.stories.d.ts +42 -0
- package/dist/components/atoms/typography/SmallTitle.stories.js +72 -0
- package/dist/components/atoms/typography/Subtitle.stories.d.ts +40 -0
- package/dist/components/atoms/typography/Subtitle.stories.js +60 -0
- package/dist/components/atoms/typography/TinyInfo.d.ts +1 -0
- package/dist/components/atoms/typography/TinyInfo.js +2 -2
- package/dist/components/atoms/typography/TinyInfo.stories.d.ts +52 -0
- package/dist/components/atoms/typography/TinyInfo.stories.js +97 -0
- package/dist/components/atoms/typography/index.d.ts +2 -0
- package/dist/components/atoms/typography/index.js +1 -0
- package/dist/components/atoms/uiVariables/AnimatedBorder.css +55 -0
- package/dist/components/atoms/uiVariables/AnimatedBorder.d.ts +4 -0
- package/dist/components/atoms/uiVariables/AnimatedBorder.js +11 -0
- package/dist/components/atoms/uiVariables/AnimatedBorder.stories.d.ts +17 -0
- package/dist/components/atoms/uiVariables/AnimatedBorder.stories.js +20 -0
- package/dist/components/atoms/uiVariables/BorderRadius.stories.d.ts +18 -0
- package/dist/components/atoms/uiVariables/BorderRadius.stories.js +34 -0
- package/dist/components/atoms/uiVariables/Shadows.stories.d.ts +18 -0
- package/dist/components/atoms/uiVariables/Shadows.stories.js +34 -0
- package/dist/components/atoms/uiVariables/Strokes.stories.d.ts +18 -0
- package/dist/components/atoms/uiVariables/Strokes.stories.js +34 -0
- package/dist/components/molecules/appointmentSlot/AppointmentSlot.stories.d.ts +70 -0
- package/dist/components/molecules/appointmentSlot/AppointmentSlot.stories.js +186 -0
- package/dist/components/molecules/billingCount/BillingCount.stories.d.ts +21 -0
- package/dist/components/molecules/billingCount/BillingCount.stories.js +44 -0
- package/dist/components/molecules/blogCard/BlogCard.d.ts +13 -0
- package/dist/components/molecules/blogCard/BlogCard.js +33 -0
- package/dist/components/molecules/blogCard/BlogCard.module.css +148 -0
- package/dist/components/molecules/blogCard/BlogCard.stories.d.ts +10 -0
- package/dist/components/molecules/blogCard/BlogCard.stories.js +33 -0
- package/dist/components/molecules/blogCard/index.d.ts +2 -0
- package/dist/components/molecules/blogCard/index.js +1 -0
- package/dist/components/molecules/blogFooter/BlogFooter.d.ts +12 -0
- package/dist/components/molecules/blogFooter/BlogFooter.js +14 -0
- package/dist/components/molecules/blogFooter/BlogFooter.module.css +48 -0
- package/dist/components/molecules/blogFooter/BlogFooter.stories.d.ts +60 -0
- package/dist/components/molecules/blogFooter/BlogFooter.stories.js +67 -0
- package/dist/components/molecules/blogFooter/index.d.ts +2 -0
- package/dist/components/molecules/blogFooter/index.js +1 -0
- package/dist/components/molecules/blogHeader/BlogHeader.d.ts +11 -0
- package/dist/components/molecules/blogHeader/BlogHeader.js +21 -0
- package/dist/components/molecules/blogHeader/BlogHeader.module.css +150 -0
- package/dist/components/molecules/blogHeader/BlogHeader.stories.d.ts +49 -0
- package/dist/components/molecules/blogHeader/BlogHeader.stories.js +63 -0
- package/dist/components/molecules/blogHeader/index.d.ts +2 -0
- package/dist/components/molecules/blogHeader/index.js +1 -0
- package/dist/components/molecules/blogText/BlogText.d.ts +7 -0
- package/dist/components/molecules/blogText/BlogText.js +11 -0
- package/dist/components/molecules/blogText/BlogText.module.css +59 -0
- package/dist/components/molecules/blogText/BlogText.stories.d.ts +31 -0
- package/dist/components/molecules/blogText/BlogText.stories.js +51 -0
- package/dist/components/molecules/blogText/index.d.ts +2 -0
- package/dist/components/molecules/blogText/index.js +1 -0
- package/dist/components/molecules/blogTextImageBlock/BlogTextImageBlock.d.ts +8 -0
- package/dist/components/molecules/blogTextImageBlock/BlogTextImageBlock.js +15 -0
- package/dist/components/molecules/blogTextImageBlock/BlogTextImageBlock.module.css +108 -0
- package/dist/components/molecules/blogTextImageBlock/BlogTextImageBlock.stories.d.ts +37 -0
- package/dist/components/molecules/blogTextImageBlock/BlogTextImageBlock.stories.js +58 -0
- package/dist/components/molecules/blogTextImageBlock/index.d.ts +2 -0
- package/dist/components/molecules/blogTextImageBlock/index.js +1 -0
- package/dist/components/molecules/breadcrumb/Breadcrumb.stories.d.ts +24 -0
- package/dist/components/molecules/breadcrumb/Breadcrumb.stories.js +54 -0
- package/dist/components/molecules/caseCard/CaseCard.stories.d.ts +114 -0
- package/dist/components/molecules/caseCard/CaseCard.stories.js +200 -0
- package/dist/components/molecules/caseCardCompact/CaseCardCompact.js +2 -1
- package/dist/components/molecules/caseCardCompact/CaseCardCompact.stories.d.ts +11 -0
- package/dist/components/molecules/caseCardCompact/CaseCardCompact.stories.js +59 -0
- package/dist/components/molecules/caseCardCompact/caseCardCompact.css +5 -2
- package/dist/components/molecules/caseLinkCard/CaseCardLink.stories.d.ts +9 -0
- package/dist/components/molecules/caseLinkCard/CaseCardLink.stories.js +37 -0
- package/dist/components/molecules/caseLinkCard/CaseLinkCard.css +2 -4
- package/dist/components/molecules/checkboxForm/CheckboxForm.d.ts +1 -0
- package/dist/components/molecules/checkboxForm/CheckboxForm.js +2 -2
- package/dist/components/molecules/checkboxForm/CheckboxForm.stories.d.ts +90 -0
- package/dist/components/molecules/checkboxForm/CheckboxForm.stories.js +149 -0
- package/dist/components/molecules/clientLinkCard/ClientLinkCard.stories.d.ts +11 -0
- package/dist/components/molecules/clientLinkCard/ClientLinkCard.stories.js +59 -0
- package/dist/components/molecules/contactCard/ContactCard.d.ts +3 -2
- package/dist/components/molecules/contactCard/ContactCard.js +25 -23
- package/dist/components/molecules/contactCard/ContactCard.stories.d.ts +83 -0
- package/dist/components/molecules/contactCard/ContactCard.stories.js +86 -0
- package/dist/components/molecules/contactCard/DetailedContactCard.stories.d.ts +94 -0
- package/dist/components/molecules/contactCard/DetailedContactCard.stories.js +83 -0
- package/dist/components/molecules/contactCard/{ContactCard.css → contactCard.module.css} +34 -28
- package/dist/components/molecules/datepickerForm/DatepickerForm.stories.d.ts +164 -0
- package/dist/components/molecules/datepickerForm/DatepickerForm.stories.js +113 -0
- package/dist/components/molecules/documentCard/DocumentCard.css +4 -1
- package/dist/components/molecules/documentCard/DocumentCard.d.ts +3 -2
- package/dist/components/molecules/documentCard/DocumentCard.js +45 -7
- package/dist/components/molecules/documentCard/DocumentCard.stories.d.ts +71 -0
- package/dist/components/molecules/documentCard/DocumentCard.stories.js +100 -0
- package/dist/components/molecules/employeeCard/EmployeeCard.stories.d.ts +74 -0
- package/dist/components/molecules/employeeCard/EmployeeCard.stories.js +65 -0
- package/dist/components/molecules/loadingBox/LoadingBox.stories.d.ts +54 -0
- package/dist/components/molecules/loadingBox/LoadingBox.stories.js +128 -0
- package/dist/components/molecules/pagination/Pagination.stories.d.ts +44 -0
- package/dist/components/molecules/pagination/Pagination.stories.js +59 -0
- package/dist/components/molecules/proCard/ProCard.js +0 -4
- package/dist/components/molecules/proCard/ProCard.stories.d.ts +49 -0
- package/dist/components/molecules/proCard/ProCard.stories.js +69 -0
- package/dist/components/molecules/radioForm/RadioForm.stories.d.ts +27 -0
- package/dist/components/molecules/radioForm/RadioForm.stories.js +52 -0
- package/dist/components/molecules/selectForm/SelectForm.stories.d.ts +58 -0
- package/dist/components/molecules/selectForm/SelectForm.stories.js +96 -0
- package/dist/components/molecules/stepper/Stepper.css +17 -4
- package/dist/components/molecules/stepper/Stepper.stories.d.ts +42 -0
- package/dist/components/molecules/stepper/Stepper.stories.js +132 -0
- package/dist/index.d.ts +14 -1
- package/dist/index.js +8 -1
- package/dist/stories/Header.d.ts +13 -0
- package/dist/stories/Header.js +20 -0
- package/dist/stories/Header.stories.d.ts +18 -0
- package/dist/stories/Header.stories.js +26 -0
- package/dist/stories/Page.d.ts +3 -0
- package/dist/stories/Page.js +37 -0
- package/dist/stories/Page.stories.d.ts +12 -0
- package/dist/stories/Page.stories.js +76 -0
- package/dist/stories/header.css +32 -0
- package/dist/stories/page.css +69 -0
- package/dist/styles/colors.css +2 -0
- package/dist/styles/colors.module.css +107 -0
- package/dist/styles/icons.css +76 -107
- package/package.json +16 -14
package/dist/styles/icons.css
CHANGED
|
@@ -17,8 +17,7 @@ li {
|
|
|
17
17
|
@font-face {
|
|
18
18
|
font-family: "allaw-font";
|
|
19
19
|
src: url("../assets/allaw-font.eot");
|
|
20
|
-
src:
|
|
21
|
-
url("../assets/allaw-font.eot?#iefix") format("embedded-opentype"),
|
|
20
|
+
src: url("../assets/allaw-font.eot?#iefix") format("embedded-opentype"),
|
|
22
21
|
url("../assets/allaw-font.ttf") format("truetype"),
|
|
23
22
|
url("../assets/allaw-font.woff") format("woff"),
|
|
24
23
|
url("../assets/allaw-font.svg#allaw-font") format("svg");
|
|
@@ -46,315 +45,225 @@ li {
|
|
|
46
45
|
.allaw-icon-cam:before {
|
|
47
46
|
content: "\e942";
|
|
48
47
|
}
|
|
49
|
-
|
|
50
|
-
.allaw-icon-cam-outline:before {
|
|
48
|
+
.allaw-icon-camOutline:before {
|
|
51
49
|
content: "\e944";
|
|
52
50
|
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
content: "\e944";
|
|
51
|
+
.allaw-icon-hungUp:before {
|
|
52
|
+
content: "\e945";
|
|
56
53
|
}
|
|
57
|
-
|
|
58
54
|
.allaw-icon-mic:before {
|
|
59
55
|
content: "\e946";
|
|
60
56
|
}
|
|
61
|
-
|
|
62
|
-
.allaw-icon-mic-outline:before {
|
|
57
|
+
.allaw-icon-micOutline:before {
|
|
63
58
|
content: "\e947";
|
|
64
59
|
}
|
|
65
|
-
|
|
66
|
-
.allaw-icon-presentation:before {
|
|
60
|
+
.allaw-icon-presIcon:before {
|
|
67
61
|
content: "\e948";
|
|
68
62
|
}
|
|
69
|
-
|
|
70
|
-
.allaw-icon-presentation-outline:before {
|
|
63
|
+
.allaw-icon-presIconOutline:before {
|
|
71
64
|
content: "\e949";
|
|
72
65
|
}
|
|
73
|
-
|
|
66
|
+
.allaw-icon-visio:before {
|
|
67
|
+
content: "\e943";
|
|
68
|
+
}
|
|
74
69
|
.allaw-icon-verified:before {
|
|
75
70
|
content: "\e90a";
|
|
76
71
|
}
|
|
77
|
-
|
|
78
72
|
.allaw-icon-logo:before {
|
|
79
73
|
content: "\e941";
|
|
80
74
|
}
|
|
81
|
-
|
|
82
75
|
.allaw-icon-document:before {
|
|
83
76
|
content: "\e915";
|
|
84
77
|
}
|
|
85
|
-
|
|
86
78
|
.allaw-icon-export:before {
|
|
87
79
|
content: "\e916";
|
|
88
80
|
}
|
|
89
|
-
|
|
90
|
-
.allaw-icon-visio:before {
|
|
91
|
-
content: "\e943";
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.allaw-icon-cam-off:before {
|
|
95
|
-
content: "\e946";
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.allaw-icon-hung-up:before {
|
|
99
|
-
content: "\e945";
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.allaw-icon-mic-off:before {
|
|
103
|
-
content: "\e944";
|
|
104
|
-
}
|
|
105
|
-
|
|
106
81
|
.allaw-icon-eye-off:before {
|
|
107
82
|
content: "\e917";
|
|
108
83
|
}
|
|
109
|
-
|
|
110
|
-
.allaw-icon-visio::before {
|
|
111
|
-
content: "\e942";
|
|
112
|
-
}
|
|
113
|
-
|
|
114
84
|
.allaw-icon-arrow-up:before {
|
|
115
85
|
content: "\e918";
|
|
116
86
|
}
|
|
117
|
-
|
|
118
87
|
.allaw-icon-file-not-found:before {
|
|
119
88
|
content: "\e919";
|
|
120
89
|
}
|
|
121
|
-
|
|
122
90
|
.allaw-icon-arrow-left:before {
|
|
123
91
|
content: "\e91a";
|
|
124
92
|
}
|
|
125
|
-
|
|
126
93
|
.allaw-icon-file:before {
|
|
127
94
|
content: "\e91b";
|
|
128
95
|
}
|
|
129
|
-
|
|
130
96
|
.allaw-icon-archive:before {
|
|
131
97
|
content: "\e91c";
|
|
132
98
|
}
|
|
133
|
-
|
|
134
99
|
.allaw-icon-arrow-right:before {
|
|
135
100
|
content: "\e91d";
|
|
136
101
|
}
|
|
137
|
-
|
|
138
102
|
.allaw-icon-arrow-up-right:before {
|
|
139
103
|
content: "\e91e";
|
|
140
104
|
}
|
|
141
|
-
|
|
142
105
|
.allaw-icon-calendar:before {
|
|
143
106
|
content: "\e91f";
|
|
144
107
|
}
|
|
145
|
-
|
|
146
108
|
.allaw-icon-carefull:before {
|
|
147
109
|
content: "\e920";
|
|
148
110
|
}
|
|
149
|
-
|
|
150
111
|
.allaw-icon-check-circle:before {
|
|
151
112
|
content: "\e921";
|
|
152
113
|
}
|
|
153
|
-
|
|
154
114
|
.allaw-icon-check:before {
|
|
155
115
|
content: "\e922";
|
|
156
116
|
}
|
|
157
|
-
|
|
158
117
|
.allaw-icon-chevron-down:before {
|
|
159
118
|
content: "\e923";
|
|
160
119
|
}
|
|
161
|
-
|
|
162
120
|
.allaw-icon-chevron-left:before {
|
|
163
121
|
content: "\e924";
|
|
164
122
|
}
|
|
165
|
-
|
|
166
123
|
.allaw-icon-chevron-right:before {
|
|
167
124
|
content: "\e925";
|
|
168
125
|
}
|
|
169
|
-
|
|
170
126
|
.allaw-icon-chevron-up:before {
|
|
171
127
|
content: "\e926";
|
|
172
128
|
}
|
|
173
|
-
|
|
174
129
|
.allaw-icon-deconnexion:before {
|
|
175
130
|
content: "\e927";
|
|
176
131
|
}
|
|
177
|
-
|
|
178
132
|
.allaw-icon-download:before {
|
|
179
133
|
content: "\e928";
|
|
180
134
|
}
|
|
181
|
-
|
|
182
135
|
.allaw-icon-edit-2:before {
|
|
183
136
|
content: "\e929";
|
|
184
137
|
}
|
|
185
|
-
|
|
186
138
|
.allaw-icon-edit-3:before {
|
|
187
139
|
content: "\e92a";
|
|
188
140
|
}
|
|
189
|
-
|
|
190
141
|
.allaw-icon-encrypted-file:before {
|
|
191
142
|
content: "\e92b";
|
|
192
143
|
}
|
|
193
|
-
|
|
194
144
|
.allaw-icon-external-link:before {
|
|
195
145
|
content: "\e92c";
|
|
196
146
|
}
|
|
197
|
-
|
|
198
147
|
.allaw-icon-eye:before {
|
|
199
148
|
content: "\e92d";
|
|
200
149
|
}
|
|
201
|
-
|
|
202
150
|
.allaw-icon-folder:before {
|
|
203
151
|
content: "\e92e";
|
|
204
152
|
}
|
|
205
|
-
|
|
206
153
|
.allaw-icon-grid:before {
|
|
207
154
|
content: "\e92f";
|
|
208
155
|
}
|
|
209
|
-
|
|
210
156
|
.allaw-icon-help-circle:before {
|
|
211
157
|
content: "\e930";
|
|
212
158
|
}
|
|
213
|
-
|
|
214
159
|
.allaw-icon-home:before {
|
|
215
160
|
content: "\e931";
|
|
216
161
|
}
|
|
217
|
-
|
|
218
162
|
.allaw-icon-inbox:before {
|
|
219
163
|
content: "\e932";
|
|
220
164
|
}
|
|
221
|
-
|
|
222
165
|
.allaw-icon-info:before {
|
|
223
166
|
content: "\e933";
|
|
224
167
|
}
|
|
225
|
-
|
|
226
168
|
.allaw-icon-link-off:before {
|
|
227
169
|
content: "\e934";
|
|
228
170
|
}
|
|
229
|
-
|
|
230
171
|
.allaw-icon-link:before {
|
|
231
172
|
content: "\e935";
|
|
232
173
|
}
|
|
233
|
-
|
|
234
174
|
.allaw-icon-loader:before {
|
|
235
175
|
content: "\e936";
|
|
236
176
|
}
|
|
237
|
-
|
|
238
177
|
.allaw-icon-lock:before {
|
|
239
178
|
content: "\e937";
|
|
240
179
|
}
|
|
241
|
-
|
|
242
180
|
.allaw-icon-map-pin:before {
|
|
243
181
|
content: "\e938";
|
|
244
182
|
}
|
|
245
|
-
|
|
246
183
|
.allaw-icon-map:before {
|
|
247
184
|
content: "\e939";
|
|
248
185
|
}
|
|
249
|
-
|
|
250
186
|
.allaw-icon-more-vertical:before {
|
|
251
187
|
content: "\e93a";
|
|
252
188
|
}
|
|
253
|
-
|
|
254
189
|
.allaw-icon-play-circle:before {
|
|
255
190
|
content: "\e93b";
|
|
256
191
|
}
|
|
257
|
-
|
|
258
192
|
.allaw-icon-refresh-cw:before {
|
|
259
193
|
content: "\e93c";
|
|
260
194
|
}
|
|
261
|
-
|
|
262
195
|
.allaw-icon-rss:before {
|
|
263
196
|
content: "\e93d";
|
|
264
197
|
}
|
|
265
|
-
|
|
266
198
|
.allaw-icon-search:before {
|
|
267
199
|
content: "\e93e";
|
|
268
200
|
}
|
|
269
|
-
|
|
270
201
|
.allaw-icon-settings:before {
|
|
271
202
|
content: "\e93f";
|
|
272
203
|
}
|
|
273
|
-
|
|
274
204
|
.allaw-icon-share:before {
|
|
275
205
|
content: "\e940";
|
|
276
206
|
}
|
|
277
|
-
|
|
278
207
|
.allaw-icon-contact-support:before {
|
|
279
208
|
content: "\e900";
|
|
280
209
|
}
|
|
281
|
-
|
|
282
210
|
.allaw-icon-phone:before {
|
|
283
211
|
content: "\e901";
|
|
284
212
|
}
|
|
285
|
-
|
|
286
213
|
.allaw-icon-user:before {
|
|
287
214
|
content: "\e902";
|
|
288
215
|
}
|
|
289
|
-
|
|
290
216
|
.allaw-icon-users:before {
|
|
291
217
|
content: "\e903";
|
|
292
218
|
}
|
|
293
|
-
|
|
294
219
|
.allaw-icon-add:before {
|
|
295
220
|
content: "\e904";
|
|
296
221
|
}
|
|
297
|
-
|
|
298
222
|
.allaw-icon-warning:before {
|
|
299
223
|
content: "\e905";
|
|
300
224
|
}
|
|
301
|
-
|
|
302
225
|
.allaw-icon-website:before {
|
|
303
226
|
content: "\e906";
|
|
304
227
|
}
|
|
305
|
-
|
|
306
228
|
.allaw-icon-close:before {
|
|
307
229
|
content: "\e907";
|
|
308
230
|
}
|
|
309
|
-
|
|
310
231
|
.allaw-icon-carefull1:before {
|
|
311
232
|
content: "\e908";
|
|
312
233
|
}
|
|
313
|
-
|
|
314
234
|
.allaw-icon-loading:before {
|
|
315
235
|
content: "\e909";
|
|
316
236
|
}
|
|
317
|
-
|
|
318
237
|
.allaw-icon-near-me:before {
|
|
319
238
|
content: "\e90b";
|
|
320
239
|
}
|
|
321
|
-
|
|
322
240
|
.allaw-icon-filter:before {
|
|
323
241
|
content: "\e90c";
|
|
324
242
|
}
|
|
325
|
-
|
|
326
243
|
.allaw-icon-clock:before {
|
|
327
244
|
content: "\e90d";
|
|
328
245
|
}
|
|
329
|
-
|
|
330
246
|
.allaw-icon-pmr:before {
|
|
331
247
|
content: "\e90e";
|
|
332
248
|
}
|
|
333
|
-
|
|
334
249
|
.allaw-icon-prestation:before {
|
|
335
250
|
content: "\e90f";
|
|
336
251
|
}
|
|
337
|
-
|
|
338
252
|
.allaw-icon-mail:before {
|
|
339
253
|
content: "\e910";
|
|
340
254
|
}
|
|
341
|
-
|
|
342
255
|
.allaw-icon-upload-file:before {
|
|
343
256
|
content: "\e911";
|
|
344
257
|
}
|
|
345
|
-
|
|
346
258
|
.allaw-icon-burger:before {
|
|
347
259
|
content: "\e912";
|
|
348
260
|
}
|
|
349
|
-
|
|
350
261
|
.allaw-icon-star-fill:before {
|
|
351
262
|
content: "\e913";
|
|
352
263
|
}
|
|
353
|
-
|
|
354
264
|
.allaw-icon-star-unfill:before {
|
|
355
265
|
content: "\e914";
|
|
356
266
|
}
|
|
357
|
-
|
|
358
267
|
.allaw-icon-google .path1:before {
|
|
359
268
|
content: "\e94a";
|
|
360
269
|
color: rgb(66, 133, 244);
|
|
@@ -374,15 +283,75 @@ li {
|
|
|
374
283
|
margin-left: -1em;
|
|
375
284
|
color: rgb(235, 67, 53);
|
|
376
285
|
}
|
|
377
|
-
|
|
378
286
|
.allaw-icon-apple:before {
|
|
379
287
|
content: "\e94e";
|
|
380
288
|
}
|
|
381
|
-
|
|
382
|
-
.allaw-icon-linkedin:before {
|
|
383
|
-
content: "\e94e";
|
|
384
|
-
}
|
|
385
|
-
|
|
386
289
|
.allaw-icon-linkedin:before {
|
|
387
290
|
content: "\e94f";
|
|
388
291
|
}
|
|
292
|
+
.allaw-icon-microsoft-outlook:before {
|
|
293
|
+
content: "\e950";
|
|
294
|
+
color: #0072c6;
|
|
295
|
+
}
|
|
296
|
+
.allaw-icon-google-calendar .path1:before {
|
|
297
|
+
content: "\e951";
|
|
298
|
+
color: rgb(255, 255, 255);
|
|
299
|
+
}
|
|
300
|
+
.allaw-icon-google-calendar .path2:before {
|
|
301
|
+
content: "\e952";
|
|
302
|
+
margin-left: -1em;
|
|
303
|
+
color: rgb(66, 133, 244);
|
|
304
|
+
}
|
|
305
|
+
.allaw-icon-google-calendar .path3:before {
|
|
306
|
+
content: "\e954";
|
|
307
|
+
margin-left: -1em;
|
|
308
|
+
color: rgb(25, 103, 210);
|
|
309
|
+
}
|
|
310
|
+
.allaw-icon-google-calendar .path4:before {
|
|
311
|
+
content: "\e955";
|
|
312
|
+
margin-left: -1em;
|
|
313
|
+
color: rgb(251, 188, 4);
|
|
314
|
+
}
|
|
315
|
+
.allaw-icon-google-calendar .path5:before {
|
|
316
|
+
content: "\e956";
|
|
317
|
+
margin-left: -1em;
|
|
318
|
+
color: rgb(24, 128, 56);
|
|
319
|
+
}
|
|
320
|
+
.allaw-icon-google-calendar .path6:before {
|
|
321
|
+
content: "\e957";
|
|
322
|
+
margin-left: -1em;
|
|
323
|
+
color: rgb(52, 168, 83);
|
|
324
|
+
}
|
|
325
|
+
.allaw-icon-google-calendar .path7:before {
|
|
326
|
+
content: "\e958";
|
|
327
|
+
margin-left: -1em;
|
|
328
|
+
color: rgb(234, 67, 53);
|
|
329
|
+
}
|
|
330
|
+
.allaw-icon-google-calendar .path8:before {
|
|
331
|
+
content: "\e959";
|
|
332
|
+
margin-left: -1em;
|
|
333
|
+
color: none;
|
|
334
|
+
}
|
|
335
|
+
.allaw-icon-microsoft .path1:before {
|
|
336
|
+
content: "\e95a";
|
|
337
|
+
color: rgb(242, 80, 34);
|
|
338
|
+
}
|
|
339
|
+
.allaw-icon-microsoft .path2:before {
|
|
340
|
+
content: "\e95b";
|
|
341
|
+
margin-left: -1em;
|
|
342
|
+
color: rgb(0, 164, 239);
|
|
343
|
+
}
|
|
344
|
+
.allaw-icon-microsoft .path3:before {
|
|
345
|
+
content: "\e95c";
|
|
346
|
+
margin-left: -1em;
|
|
347
|
+
color: rgb(127, 186, 0);
|
|
348
|
+
}
|
|
349
|
+
.allaw-icon-microsoft .path4:before {
|
|
350
|
+
content: "\e95d";
|
|
351
|
+
margin-left: -1em;
|
|
352
|
+
color: rgb(255, 185, 0);
|
|
353
|
+
}
|
|
354
|
+
.allaw-icon-microsoftoutlook:before {
|
|
355
|
+
content: "\e953";
|
|
356
|
+
color: #0072c6;
|
|
357
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "allaw-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Composants UI pour l'application Allaw",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -49,26 +49,28 @@
|
|
|
49
49
|
"typeface-open-sans": "^1.1.13"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@chromatic-com/storybook": "^
|
|
53
|
-
"@storybook/addon-backgrounds": "^8.
|
|
54
|
-
"@storybook/addon-essentials": "^8.
|
|
55
|
-
"@storybook/addon-interactions": "^8.
|
|
56
|
-
"@storybook/addon-links": "^8.
|
|
57
|
-
"@storybook/addon-mdx-gfm": "^8.
|
|
58
|
-
"@storybook/addon-onboarding": "^8.
|
|
59
|
-
"@storybook/blocks": "^8.
|
|
52
|
+
"@chromatic-com/storybook": "^3.2.2",
|
|
53
|
+
"@storybook/addon-backgrounds": "^8.4.6",
|
|
54
|
+
"@storybook/addon-essentials": "^8.4.6",
|
|
55
|
+
"@storybook/addon-interactions": "^8.4.6",
|
|
56
|
+
"@storybook/addon-links": "^8.4.6",
|
|
57
|
+
"@storybook/addon-mdx-gfm": "^8.4.6",
|
|
58
|
+
"@storybook/addon-onboarding": "^8.4.6",
|
|
59
|
+
"@storybook/blocks": "^8.4.6",
|
|
60
60
|
"@storybook/client-api": "^7.6.17",
|
|
61
|
-
"@storybook/nextjs": "^8.
|
|
62
|
-
"@storybook/react": "^8.
|
|
63
|
-
"@storybook/test": "^8.
|
|
61
|
+
"@storybook/nextjs": "^8.4.6",
|
|
62
|
+
"@storybook/react": "^8.4.6",
|
|
63
|
+
"@storybook/test": "^8.4.6",
|
|
64
64
|
"@types/node": "^20",
|
|
65
65
|
"@types/react": "^18",
|
|
66
66
|
"@types/react-dom": "^18",
|
|
67
67
|
"cloc": "^2.0.0-cloc",
|
|
68
|
+
"css-loader": "^7.1.2",
|
|
68
69
|
"eslint": "^8",
|
|
69
70
|
"eslint-config-next": "14.2.5",
|
|
70
|
-
"eslint-plugin-storybook": "^0.
|
|
71
|
-
"storybook": "^8.
|
|
71
|
+
"eslint-plugin-storybook": "^0.11.1",
|
|
72
|
+
"storybook": "^8.4.6",
|
|
73
|
+
"storybook-css-modules": "^1.0.8",
|
|
72
74
|
"typescript": "^5"
|
|
73
75
|
},
|
|
74
76
|
"peerDependencies": {
|