@zohodesk/icons 1.2.7 → 1.2.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/README.md +8 -0
- package/assets/fonts/zd-rAutomation.svg +58 -62
- package/assets/fonts/zd-rAutomation.woff +0 -0
- package/assets/fonts/zd-rAutomation.woff2 +0 -0
- package/assets/fonts/zd-rGeneral.svg +7 -0
- package/assets/fonts/zd-rGeneral.woff +0 -0
- package/assets/fonts/zd-rGeneral.woff2 +0 -0
- package/assets/react/zd-font-rAutomation.module.css +66 -86
- package/assets/react/zd-font-rGeneral.module.css +24 -3
- package/cbt.config.js +8 -8
- package/es/Icon/FontFactory.js +9 -3
- package/lib/Icon/FontFactory.js +3 -3
- package/package.json +10 -7
- package/_react-cli.config.js +0 -53
package/_react-cli.config.js
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
exports.config = {
|
|
2
|
-
"css": {
|
|
3
|
-
"valueReplacer": [
|
|
4
|
-
{
|
|
5
|
-
"props": [
|
|
6
|
-
"font",
|
|
7
|
-
"font-family"
|
|
8
|
-
],
|
|
9
|
-
"values": {
|
|
10
|
-
"zdfonts-rCallBar": "zdf-rCallBar_1",
|
|
11
|
-
"zdfonts-rChannels": "zdf-rChannels_4",
|
|
12
|
-
"zdfonts-rCustomize": "zdf-rCustomize_10",
|
|
13
|
-
"zdfonts-react-addforms": "zdf-react-addforms_1",
|
|
14
|
-
"zdfonts-react-automate": "zdf-react-automate_2",
|
|
15
|
-
"zdfonts-react-channels": "zdf-react-channels_2",
|
|
16
|
-
"zdfonts-react-common": "zdf-react-common_3",
|
|
17
|
-
"zdfonts-react-community": "zdf-react-community_1",
|
|
18
|
-
"zdfonts-react-customers": "zdf-react-customers_1",
|
|
19
|
-
"zdfonts-react-customize": "zdf-react-customize_2",
|
|
20
|
-
"zdfonts-react-gamescope": "zdf-react-gamescope_1",
|
|
21
|
-
"zdfonts-react-gcFonts": "zdf-react-gcFonts_21",
|
|
22
|
-
"zdfonts-react-gettingstarted": "zdf-react-gettingstarted_1",
|
|
23
|
-
"zdfonts-react-integrations": "zdf-react-integrations_1",
|
|
24
|
-
"zdfonts-react-kb": "zdf-react-kb_1",
|
|
25
|
-
"zdfonts-react-logo": "zdf-react-logo_1",
|
|
26
|
-
"zdfonts-react-organization": "zdf-react-organization_1",
|
|
27
|
-
"zdfonts-react-others": "zdf-react-others_1",
|
|
28
|
-
"zdfonts-react-reports": "zdf-react-reports_2",
|
|
29
|
-
"zdfonts-react-setup": "zdf-react-setup_1",
|
|
30
|
-
"zdfonts-react-social": "zdf-react-social_1",
|
|
31
|
-
"zdfonts-ticket-channels": "zdf-ticket-channels_3",
|
|
32
|
-
"zdfonts-react-tickets": "zdf-react-tickets_4",
|
|
33
|
-
"zdfonts-react-topband": "zdf-react-topband_2",
|
|
34
|
-
"zdfonts-rExportFiles": "zdf-rExportFiles_2",
|
|
35
|
-
"zdfonts-rGeneral": "zdf-rGeneral_37",
|
|
36
|
-
"zdfonts-rIntegrations": "zdf-rIntegrations_4",
|
|
37
|
-
"zdfonts-rLhs": "zdf-rLhs_1",
|
|
38
|
-
"zdfonts-rMarketplace": "zdf-rMarketplace_5",
|
|
39
|
-
"zdfonts-rReports": "zdf-rReports_5",
|
|
40
|
-
"zdfonts-rSetup": "zdf-rSetup_3",
|
|
41
|
-
"zdfonts-rTickets": "zdf-rTickets_10",
|
|
42
|
-
"zdfonts-rTopband": "zdf-rTopband_5",
|
|
43
|
-
"zdfonts-rTwotone": "zdf-rTwotone_28",
|
|
44
|
-
"zdfonts-rAccessibility": "zdf-rAccessibility_1",
|
|
45
|
-
"zdfonts-rUpdates": "zdf-rUpdates_1",
|
|
46
|
-
"zdfonts-rAI": "zdf-rAI_5",
|
|
47
|
-
"zdfonts-rAutomation": "zdf-rAutomation_3",
|
|
48
|
-
"zdfonts-rDeveloperSpace": "zdf-rDeveloperSpace_1"
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
}
|