@telus-uds/palette-koodo 3.3.0 → 3.5.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/CHANGELOG.json +43 -1
- package/CHANGELOG.md +20 -2
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +1 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/fonts/StagSans-Bold.woff +0 -0
- package/build/rn/fonts/StagSans-Bold2.woff2 +0 -0
- package/build/rn/fonts/StagSans-Light.woff +0 -0
- package/build/rn/fonts/StagSans-Light2.woff2 +0 -0
- package/build/rn/fonts/StagSans-Medium.woff +0 -0
- package/build/rn/fonts/StagSans-Medium2.woff2 +0 -0
- package/build/rn/fonts/StagSans-Regular.woff +0 -0
- package/build/rn/fonts/StagSans-Regular2.woff2 +0 -0
- package/build/rn/fonts/StagSans-Semibold.woff +0 -0
- package/build/rn/fonts/StagSans-Semibold2.woff2 +0 -0
- package/build/rn/fonts/fonts.css +50 -0
- package/build/rn/fonts/index.js +10 -0
- package/build/rn/icons/ArrowLeft.js +1 -1
- package/build/rn/icons/ArrowLeft.native.js +1 -1
- package/build/rn/icons/ArrowRight.js +1 -1
- package/build/rn/icons/ArrowRight.native.js +1 -1
- package/build/rn/icons/Bank.js +46 -0
- package/build/rn/icons/Bank.native.js +45 -0
- package/build/rn/icons/BankFilled.js +46 -0
- package/build/rn/icons/BankFilled.native.js +45 -0
- package/build/rn/icons/Cart.js +6 -2
- package/build/rn/icons/Cart.native.js +6 -2
- package/build/rn/icons/CartFilled.js +3 -1
- package/build/rn/icons/CartFilled.native.js +3 -1
- package/build/rn/icons/CartFilledMulti.js +45 -0
- package/build/rn/icons/CartFilledMulti.native.js +44 -0
- package/build/rn/icons/CheckCircle.js +3 -3
- package/build/rn/icons/CheckCircle.native.js +3 -3
- package/build/rn/icons/CheckCircleFilled.js +1 -1
- package/build/rn/icons/CheckCircleFilled.native.js +1 -1
- package/build/rn/icons/ChevronLeftCircle.js +42 -0
- package/build/rn/icons/ChevronLeftCircle.native.js +41 -0
- package/build/rn/icons/ChevronRightCircle.js +42 -0
- package/build/rn/icons/ChevronRightCircle.native.js +41 -0
- package/build/rn/icons/Clipboard.js +1 -1
- package/build/rn/icons/Clipboard.native.js +1 -1
- package/build/rn/icons/Devices.js +3 -1
- package/build/rn/icons/Devices.native.js +3 -1
- package/build/rn/icons/Download.js +1 -3
- package/build/rn/icons/Download.native.js +1 -3
- package/build/rn/icons/Fingerprint.js +54 -0
- package/build/rn/icons/Fingerprint.native.js +53 -0
- package/build/rn/icons/LocationMap.js +1 -3
- package/build/rn/icons/LocationMap.native.js +1 -3
- package/build/rn/icons/LocationMapFilled.js +46 -0
- package/build/rn/icons/LocationMapFilled.native.js +45 -0
- package/build/rn/icons/LockFilled.js +1 -1
- package/build/rn/icons/LockFilled.native.js +1 -1
- package/build/rn/icons/LockOpenFilled.js +44 -0
- package/build/rn/icons/LockOpenFilled.native.js +43 -0
- package/build/rn/icons/Phone.js +3 -1
- package/build/rn/icons/Phone.native.js +3 -1
- package/build/rn/icons/PhoneManage.js +48 -0
- package/build/rn/icons/PhoneManage.native.js +47 -0
- package/build/rn/icons/PhoneTroubleshoot.js +5 -1
- package/build/rn/icons/PhoneTroubleshoot.native.js +5 -1
- package/build/rn/icons/Question.js +3 -3
- package/build/rn/icons/Question.native.js +3 -3
- package/build/rn/icons/QuestionFilled.js +1 -1
- package/build/rn/icons/QuestionFilled.native.js +1 -1
- package/build/rn/icons/QuoteLeftArrow.js +1 -7
- package/build/rn/icons/QuoteLeftArrow.native.js +1 -7
- package/build/rn/icons/QuoteRightArrow.js +1 -7
- package/build/rn/icons/QuoteRightArrow.native.js +1 -7
- package/build/rn/icons/Receipt.js +4 -2
- package/build/rn/icons/Receipt.native.js +4 -2
- package/build/rn/icons/Refresh.js +1 -3
- package/build/rn/icons/Refresh.native.js +1 -3
- package/build/rn/icons/Replay.js +1 -1
- package/build/rn/icons/Replay.native.js +1 -1
- package/build/rn/icons/Settings.js +1 -3
- package/build/rn/icons/Settings.native.js +1 -3
- package/build/rn/icons/SettingsFilled.js +44 -0
- package/build/rn/icons/SettingsFilled.native.js +43 -0
- package/build/rn/icons/SimElectronic.js +44 -0
- package/build/rn/icons/SimElectronic.native.js +43 -0
- package/build/rn/icons/SimElectronicFilled.js +46 -0
- package/build/rn/icons/SimElectronicFilled.native.js +45 -0
- package/build/rn/icons/Tablet.js +44 -0
- package/build/rn/icons/Tablet.native.js +43 -0
- package/build/rn/icons/Tag.js +1 -3
- package/build/rn/icons/Tag.native.js +1 -3
- package/build/rn/icons/TagFilled.js +1 -3
- package/build/rn/icons/TagFilled.native.js +1 -3
- package/build/rn/icons/ToolTipFilled.js +1 -1
- package/build/rn/icons/ToolTipFilled.native.js +1 -1
- package/build/rn/icons/Tooltip.js +3 -3
- package/build/rn/icons/Tooltip.native.js +3 -3
- package/build/rn/icons/UserAdd.js +5 -1
- package/build/rn/icons/UserAdd.native.js +5 -1
- package/build/rn/icons/arrow-left.icon.svg +1 -1
- package/build/rn/icons/arrow-right.icon.svg +1 -1
- package/build/rn/icons/bank-filled.icon.svg +4 -0
- package/build/rn/icons/bank.icon.svg +4 -0
- package/build/rn/icons/cart-filled-multi.icon.svg +4 -0
- package/build/rn/icons/cart-filled.icon.svg +2 -1
- package/build/rn/icons/cart.icon.svg +3 -2
- package/build/rn/icons/check-circle-filled.icon.svg +1 -1
- package/build/rn/icons/check-circle.icon.svg +2 -1
- package/build/rn/icons/chevron-left-circle.icon.svg +3 -0
- package/build/rn/icons/chevron-right-circle.icon.svg +3 -0
- package/build/rn/icons/clipboard.icon.svg +1 -1
- package/build/rn/icons/devices.icon.svg +2 -1
- package/build/rn/icons/download.icon.svg +1 -1
- package/build/rn/icons/fingerprint.icon.svg +9 -0
- package/build/rn/icons/index.js +13 -0
- package/build/rn/icons/location-map-filled.icon.svg +4 -0
- package/build/rn/icons/location-map.icon.svg +1 -1
- package/build/rn/icons/lock-filled.icon.svg +1 -1
- package/build/rn/icons/lock-open-filled.icon.svg +3 -0
- package/build/rn/icons/phone-manage.icon.svg +5 -0
- package/build/rn/icons/phone-troubleshoot.icon.svg +3 -1
- package/build/rn/icons/phone.icon.svg +3 -2
- package/build/rn/icons/question-filled.icon.svg +1 -1
- package/build/rn/icons/question.icon.svg +2 -1
- package/build/rn/icons/quote-left-arrow.icon.svg +1 -2
- package/build/rn/icons/quote-right-arrow.icon.svg +1 -2
- package/build/rn/icons/receipt.icon.svg +3 -2
- package/build/rn/icons/refresh.icon.svg +1 -1
- package/build/rn/icons/replay.icon.svg +1 -1
- package/build/rn/icons/settings-filled.icon.svg +3 -0
- package/build/rn/icons/settings.icon.svg +1 -1
- package/build/rn/icons/sim-electronic-filled.icon.svg +4 -0
- package/build/rn/icons/sim-electronic.icon.svg +4 -0
- package/build/rn/icons/tablet.icon.svg +3 -0
- package/build/rn/icons/tag-filled.icon.svg +1 -1
- package/build/rn/icons/tag.icon.svg +1 -1
- package/build/rn/icons/tool-tip-filled.icon.svg +1 -1
- package/build/rn/icons/tooltip.icon.svg +2 -1
- package/build/rn/icons/user-add.icon.svg +3 -1
- package/build/rn/palette.js +28 -1
- package/build/web/fonts/StagSans-Bold-v3_5_0.woff +0 -0
- package/build/web/fonts/StagSans-Bold2-v3_5_0.woff2 +0 -0
- package/build/web/fonts/StagSans-Light-v3_5_0.woff +0 -0
- package/build/web/fonts/StagSans-Light2-v3_5_0.woff2 +0 -0
- package/build/web/fonts/StagSans-Medium-v3_5_0.woff +0 -0
- package/build/web/fonts/StagSans-Medium2-v3_5_0.woff2 +0 -0
- package/build/web/fonts/StagSans-Regular-v3_5_0.woff +0 -0
- package/build/web/fonts/StagSans-Regular2-v3_5_0.woff2 +0 -0
- package/build/web/fonts/StagSans-Semibold-v3_5_0.woff +0 -0
- package/build/web/fonts/StagSans-Semibold2-v3_5_0.woff2 +0 -0
- package/build/web/fonts/fonts-cdn-family.css +75 -5
- package/build/web/fonts/fonts-cdn.css +55 -5
- package/build/web/fonts/fonts-local-family.css +75 -5
- package/build/web/fonts/fonts-local.css +55 -5
- package/build/web/icons/ArrowLeft.js +1 -1
- package/build/web/icons/ArrowRight.js +1 -1
- package/build/web/icons/Bank.js +46 -0
- package/build/web/icons/BankFilled.js +46 -0
- package/build/web/icons/Cart.js +6 -2
- package/build/web/icons/CartFilled.js +3 -1
- package/build/web/icons/CartFilledMulti.js +45 -0
- package/build/web/icons/CheckCircle.js +3 -3
- package/build/web/icons/CheckCircleFilled.js +1 -1
- package/build/web/icons/ChevronLeftCircle.js +42 -0
- package/build/web/icons/ChevronRightCircle.js +42 -0
- package/build/web/icons/Clipboard.js +1 -1
- package/build/web/icons/Devices.js +3 -1
- package/build/web/icons/Download.js +1 -3
- package/build/web/icons/Fingerprint.js +54 -0
- package/build/web/icons/LocationMap.js +1 -3
- package/build/web/icons/LocationMapFilled.js +46 -0
- package/build/web/icons/LockFilled.js +1 -1
- package/build/web/icons/LockOpenFilled.js +44 -0
- package/build/web/icons/Phone.js +3 -1
- package/build/web/icons/PhoneManage.js +48 -0
- package/build/web/icons/PhoneTroubleshoot.js +5 -1
- package/build/web/icons/Question.js +3 -3
- package/build/web/icons/QuestionFilled.js +1 -1
- package/build/web/icons/QuoteLeftArrow.js +1 -7
- package/build/web/icons/QuoteRightArrow.js +1 -7
- package/build/web/icons/Receipt.js +4 -2
- package/build/web/icons/Refresh.js +1 -3
- package/build/web/icons/Replay.js +1 -1
- package/build/web/icons/Settings.js +1 -3
- package/build/web/icons/SettingsFilled.js +44 -0
- package/build/web/icons/SimElectronic.js +44 -0
- package/build/web/icons/SimElectronicFilled.js +46 -0
- package/build/web/icons/Tablet.js +44 -0
- package/build/web/icons/Tag.js +1 -3
- package/build/web/icons/TagFilled.js +1 -3
- package/build/web/icons/ToolTipFilled.js +1 -1
- package/build/web/icons/Tooltip.js +3 -3
- package/build/web/icons/UserAdd.js +5 -1
- package/build/web/icons/arrow-left.icon.svg +1 -1
- package/build/web/icons/arrow-right.icon.svg +1 -1
- package/build/web/icons/bank-filled.icon.svg +4 -0
- package/build/web/icons/bank.icon.svg +4 -0
- package/build/web/icons/cart-filled-multi.icon.svg +4 -0
- package/build/web/icons/cart-filled.icon.svg +2 -1
- package/build/web/icons/cart.icon.svg +3 -2
- package/build/web/icons/check-circle-filled.icon.svg +1 -1
- package/build/web/icons/check-circle.icon.svg +2 -1
- package/build/web/icons/chevron-left-circle.icon.svg +3 -0
- package/build/web/icons/chevron-right-circle.icon.svg +3 -0
- package/build/web/icons/clipboard.icon.svg +1 -1
- package/build/web/icons/devices.icon.svg +2 -1
- package/build/web/icons/download.icon.svg +1 -1
- package/build/web/icons/fingerprint.icon.svg +9 -0
- package/build/web/icons/index.js +13 -0
- package/build/web/icons/location-map-filled.icon.svg +4 -0
- package/build/web/icons/location-map.icon.svg +1 -1
- package/build/web/icons/lock-filled.icon.svg +1 -1
- package/build/web/icons/lock-open-filled.icon.svg +3 -0
- package/build/web/icons/phone-manage.icon.svg +5 -0
- package/build/web/icons/phone-troubleshoot.icon.svg +3 -1
- package/build/web/icons/phone.icon.svg +3 -2
- package/build/web/icons/question-filled.icon.svg +1 -1
- package/build/web/icons/question.icon.svg +2 -1
- package/build/web/icons/quote-left-arrow.icon.svg +1 -2
- package/build/web/icons/quote-right-arrow.icon.svg +1 -2
- package/build/web/icons/receipt.icon.svg +3 -2
- package/build/web/icons/refresh.icon.svg +1 -1
- package/build/web/icons/replay.icon.svg +1 -1
- package/build/web/icons/settings-filled.icon.svg +3 -0
- package/build/web/icons/settings.icon.svg +1 -1
- package/build/web/icons/sim-electronic-filled.icon.svg +4 -0
- package/build/web/icons/sim-electronic.icon.svg +4 -0
- package/build/web/icons/tablet.icon.svg +3 -0
- package/build/web/icons/tag-filled.icon.svg +1 -1
- package/build/web/icons/tag.icon.svg +1 -1
- package/build/web/icons/tool-tip-filled.icon.svg +1 -1
- package/build/web/icons/tooltip.icon.svg +2 -1
- package/build/web/icons/user-add.icon.svg +3 -1
- package/build/web/palette.js +33 -6
- package/font/StagSans-Bold.woff +0 -0
- package/font/StagSans-Bold.woff2 +0 -0
- package/font/StagSans-Light.woff +0 -0
- package/font/StagSans-Light.woff2 +0 -0
- package/font/StagSans-Medium.woff +0 -0
- package/font/StagSans-Medium.woff2 +0 -0
- package/font/StagSans-Regular.woff +0 -0
- package/font/StagSans-Regular.woff2 +0 -0
- package/font/StagSans-Semibold.woff +0 -0
- package/font/StagSans-Semibold.woff2 +0 -0
- package/icon/arrow-left.svg +1 -1
- package/icon/arrow-right.svg +1 -1
- package/icon/bank-filled.svg +4 -0
- package/icon/bank.svg +4 -0
- package/icon/cart-filled-multi.svg +4 -0
- package/icon/cart-filled.svg +2 -1
- package/icon/cart.svg +3 -2
- package/icon/check-circle-filled.svg +1 -1
- package/icon/check-circle.svg +2 -1
- package/icon/chevron-left-circle.svg +3 -0
- package/icon/chevron-right-circle.svg +3 -0
- package/icon/clipboard.svg +1 -1
- package/icon/devices.svg +2 -1
- package/icon/download.svg +1 -1
- package/icon/fingerprint.svg +9 -0
- package/icon/location-map-filled.svg +4 -0
- package/icon/location-map.svg +1 -1
- package/icon/lock-filled.svg +1 -1
- package/icon/lock-open-filled.svg +3 -0
- package/icon/phone-manage.svg +5 -0
- package/icon/phone-troubleshoot.svg +3 -1
- package/icon/phone.svg +3 -2
- package/icon/question-filled.svg +1 -1
- package/icon/question.svg +2 -1
- package/icon/quote-left-arrow.svg +1 -2
- package/icon/quote-right-arrow.svg +1 -2
- package/icon/receipt.svg +3 -2
- package/icon/refresh.svg +1 -1
- package/icon/replay.svg +1 -1
- package/icon/settings-filled.svg +3 -0
- package/icon/settings.svg +1 -1
- package/icon/sim-electronic-filled.svg +4 -0
- package/icon/sim-electronic.svg +4 -0
- package/icon/tablet.svg +3 -0
- package/icon/tag-filled.svg +1 -1
- package/icon/tag.svg +1 -1
- package/icon/tooltip-filled.svg +1 -1
- package/icon/tooltip.svg +2 -1
- package/icon/user-add.svg +3 -1
- package/package.json +1 -1
- package/palette.json +77 -5
- /package/build/web/fonts/{StagSans-Bold-v3_3_0.otf → StagSans-Bold-v3_5_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_3_0.otf → StagSans-Light-v3_5_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_3_0.otf → StagSans-Medium-v3_5_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_3_0.otf → StagSans-Regular-v3_5_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_3_0.otf → StagSans-Semibold-v3_5_0.otf} +0 -0
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 24 Jun 2025 18:56:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -74,6 +74,20 @@ module.exports = {
|
|
|
74
74
|
500: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium.otf',
|
|
75
75
|
600: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold.otf',
|
|
76
76
|
700: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold.otf'
|
|
77
|
+
},
|
|
78
|
+
StagSansWoff: {
|
|
79
|
+
300: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Light.woff',
|
|
80
|
+
400: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Regular.woff',
|
|
81
|
+
500: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium.woff',
|
|
82
|
+
600: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold.woff',
|
|
83
|
+
700: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold.woff'
|
|
84
|
+
},
|
|
85
|
+
StagSansWoff2: {
|
|
86
|
+
300: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Light2.woff2',
|
|
87
|
+
400: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Regular2.woff2',
|
|
88
|
+
500: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium2.woff2',
|
|
89
|
+
600: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold2.woff2',
|
|
90
|
+
700: '@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold2.woff2'
|
|
77
91
|
}
|
|
78
92
|
},
|
|
79
93
|
fontSize: {
|
|
@@ -123,6 +137,8 @@ module.exports = {
|
|
|
123
137
|
ArrowDownCircled: '@telus-uds/palette-koodo/build/rn/icons/arrow-down-circled.icon.svg',
|
|
124
138
|
ArrowLeft: '@telus-uds/palette-koodo/build/rn/icons/arrow-left.icon.svg',
|
|
125
139
|
ArrowRight: '@telus-uds/palette-koodo/build/rn/icons/arrow-right.icon.svg',
|
|
140
|
+
Bank: '@telus-uds/palette-koodo/build/rn/icons/bank.icon.svg',
|
|
141
|
+
BankFilled: '@telus-uds/palette-koodo/build/rn/icons/bank-filled.icon.svg',
|
|
126
142
|
BoxOutline: '@telus-uds/palette-koodo/build/rn/icons/box-outline.icon.svg',
|
|
127
143
|
BoxOutlineChecked: '@telus-uds/palette-koodo/build/rn/icons/box-outline-checked.icon.svg',
|
|
128
144
|
Bullet: '@telus-uds/palette-koodo/build/rn/icons/bullet.icon.svg',
|
|
@@ -131,6 +147,7 @@ module.exports = {
|
|
|
131
147
|
CanadaFilled: '@telus-uds/palette-koodo/build/rn/icons/canada-filled.icon.svg',
|
|
132
148
|
Cart: '@telus-uds/palette-koodo/build/rn/icons/cart.icon.svg',
|
|
133
149
|
CartFilled: '@telus-uds/palette-koodo/build/rn/icons/cart-filled.icon.svg',
|
|
150
|
+
CartFilledMulti: '@telus-uds/palette-koodo/build/rn/icons/cart-filled-multi.icon.svg',
|
|
134
151
|
Caution: '@telus-uds/palette-koodo/build/rn/icons/caution.icon.svg',
|
|
135
152
|
Check: '@telus-uds/palette-koodo/build/rn/icons/check.icon.svg',
|
|
136
153
|
CheckCircle: '@telus-uds/palette-koodo/build/rn/icons/check-circle.icon.svg',
|
|
@@ -139,7 +156,9 @@ module.exports = {
|
|
|
139
156
|
CheckCircledNotFilled: '@telus-uds/palette-koodo/build/rn/icons/check-circled-not-filled.icon.svg',
|
|
140
157
|
ChevronDown: '@telus-uds/palette-koodo/build/rn/icons/chevron-down.icon.svg',
|
|
141
158
|
ChevronLeft: '@telus-uds/palette-koodo/build/rn/icons/chevron-left.icon.svg',
|
|
159
|
+
ChevronLeftCircle: '@telus-uds/palette-koodo/build/rn/icons/chevron-left-circle.icon.svg',
|
|
142
160
|
ChevronRight: '@telus-uds/palette-koodo/build/rn/icons/chevron-right.icon.svg',
|
|
161
|
+
ChevronRightCircle: '@telus-uds/palette-koodo/build/rn/icons/chevron-right-circle.icon.svg',
|
|
143
162
|
ChevronUp: '@telus-uds/palette-koodo/build/rn/icons/chevron-up.icon.svg',
|
|
144
163
|
CircledLine: '@telus-uds/palette-koodo/build/rn/icons/circled-line.icon.svg',
|
|
145
164
|
Clipboard: '@telus-uds/palette-koodo/build/rn/icons/clipboard.icon.svg',
|
|
@@ -157,6 +176,7 @@ module.exports = {
|
|
|
157
176
|
EyeMasked: '@telus-uds/palette-koodo/build/rn/icons/eye-masked.icon.svg',
|
|
158
177
|
EyeOpened: '@telus-uds/palette-koodo/build/rn/icons/eye-opened.icon.svg',
|
|
159
178
|
EyeUnmasked: '@telus-uds/palette-koodo/build/rn/icons/eye-unmasked.icon.svg',
|
|
179
|
+
Fingerprint: '@telus-uds/palette-koodo/build/rn/icons/fingerprint.icon.svg',
|
|
160
180
|
FullscreenExpand: '@telus-uds/palette-koodo/build/rn/icons/fullscreen-expand.icon.svg',
|
|
161
181
|
FullscreenMinimize: '@telus-uds/palette-koodo/build/rn/icons/fullscreen-minimize.icon.svg',
|
|
162
182
|
Gift: '@telus-uds/palette-koodo/build/rn/icons/gift.icon.svg',
|
|
@@ -173,7 +193,9 @@ module.exports = {
|
|
|
173
193
|
LeftCircle: '@telus-uds/palette-koodo/build/rn/icons/left-circle.icon.svg',
|
|
174
194
|
LinkExternal: '@telus-uds/palette-koodo/build/rn/icons/link-external.icon.svg',
|
|
175
195
|
LocationMap: '@telus-uds/palette-koodo/build/rn/icons/location-map.icon.svg',
|
|
196
|
+
LocationMapFilled: '@telus-uds/palette-koodo/build/rn/icons/location-map-filled.icon.svg',
|
|
176
197
|
LockFilled: '@telus-uds/palette-koodo/build/rn/icons/lock-filled.icon.svg',
|
|
198
|
+
LockOpenFilled: '@telus-uds/palette-koodo/build/rn/icons/lock-open-filled.icon.svg',
|
|
177
199
|
Maintenance: '@telus-uds/palette-koodo/build/rn/icons/maintenance.icon.svg',
|
|
178
200
|
MaintenanceFilled: '@telus-uds/palette-koodo/build/rn/icons/maintenance-filled.icon.svg',
|
|
179
201
|
MasterCard: '@telus-uds/palette-koodo/build/rn/icons/master-card.icon.svg',
|
|
@@ -193,6 +215,7 @@ module.exports = {
|
|
|
193
215
|
PaymentAdd: '@telus-uds/palette-koodo/build/rn/icons/payment-add.icon.svg',
|
|
194
216
|
Perk: '@telus-uds/palette-koodo/build/rn/icons/perk.icon.svg',
|
|
195
217
|
Phone: '@telus-uds/palette-koodo/build/rn/icons/phone.icon.svg',
|
|
218
|
+
PhoneManage: '@telus-uds/palette-koodo/build/rn/icons/phone-manage.icon.svg',
|
|
196
219
|
PhoneTroubleshoot: '@telus-uds/palette-koodo/build/rn/icons/phone-troubleshoot.icon.svg',
|
|
197
220
|
Play: '@telus-uds/palette-koodo/build/rn/icons/play.icon.svg',
|
|
198
221
|
PlaySolid: '@telus-uds/palette-koodo/build/rn/icons/play-solid.icon.svg',
|
|
@@ -214,14 +237,18 @@ module.exports = {
|
|
|
214
237
|
RightCircle: '@telus-uds/palette-koodo/build/rn/icons/right-circle.icon.svg',
|
|
215
238
|
RightCirlce: '@telus-uds/palette-koodo/build/rn/icons/right-cirlce.icon.svg',
|
|
216
239
|
Settings: '@telus-uds/palette-koodo/build/rn/icons/settings.icon.svg',
|
|
240
|
+
SettingsFilled: '@telus-uds/palette-koodo/build/rn/icons/settings-filled.icon.svg',
|
|
217
241
|
SettingsSolid: '@telus-uds/palette-koodo/build/rn/icons/settings-solid.icon.svg',
|
|
218
242
|
ShippingFilled: '@telus-uds/palette-koodo/build/rn/icons/shipping-filled.icon.svg',
|
|
219
243
|
Shop: '@telus-uds/palette-koodo/build/rn/icons/shop.icon.svg',
|
|
220
244
|
Sim: '@telus-uds/palette-koodo/build/rn/icons/sim.icon.svg',
|
|
245
|
+
SimElectronic: '@telus-uds/palette-koodo/build/rn/icons/sim-electronic.icon.svg',
|
|
246
|
+
SimElectronicFilled: '@telus-uds/palette-koodo/build/rn/icons/sim-electronic-filled.icon.svg',
|
|
221
247
|
SimFilled: '@telus-uds/palette-koodo/build/rn/icons/sim-filled.icon.svg',
|
|
222
248
|
Spyglass: '@telus-uds/palette-koodo/build/rn/icons/spyglass.icon.svg',
|
|
223
249
|
Streaming: '@telus-uds/palette-koodo/build/rn/icons/streaming.icon.svg',
|
|
224
250
|
Subtract: '@telus-uds/palette-koodo/build/rn/icons/subtract.icon.svg',
|
|
251
|
+
Tablet: '@telus-uds/palette-koodo/build/rn/icons/tablet.icon.svg',
|
|
225
252
|
Tag: '@telus-uds/palette-koodo/build/rn/icons/tag.icon.svg',
|
|
226
253
|
TagFilled: '@telus-uds/palette-koodo/build/rn/icons/tag-filled.icon.svg',
|
|
227
254
|
Times: '@telus-uds/palette-koodo/build/rn/icons/times.icon.svg',
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,34 +1,104 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_5_0.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'StagSans';
|
|
10
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular-
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_5_0.otf');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'StagSans';
|
|
17
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium-
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_5_0.otf');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'StagSans';
|
|
24
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_5_0.otf');
|
|
25
25
|
font-weight: 600;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'StagSans';
|
|
31
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold-
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_5_0.otf');
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
font-display: block;
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'StagSansWoff';
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_5_0.woff');
|
|
39
|
+
font-weight: 300;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: block;
|
|
42
|
+
}
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'StagSansWoff';
|
|
45
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_5_0.woff');
|
|
46
|
+
font-weight: 400;
|
|
47
|
+
font-style: normal;
|
|
48
|
+
font-display: block;
|
|
49
|
+
}
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'StagSansWoff';
|
|
52
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_5_0.woff');
|
|
53
|
+
font-weight: 500;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: block;
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'StagSansWoff';
|
|
59
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_5_0.woff');
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-display: block;
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'StagSansWoff';
|
|
66
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_5_0.woff');
|
|
67
|
+
font-weight: 700;
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-display: block;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'StagSansWoff2';
|
|
73
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_5_0.woff2');
|
|
74
|
+
font-weight: 300;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
font-display: block;
|
|
77
|
+
}
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'StagSansWoff2';
|
|
80
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_5_0.woff2');
|
|
81
|
+
font-weight: 400;
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-display: block;
|
|
84
|
+
}
|
|
85
|
+
@font-face {
|
|
86
|
+
font-family: 'StagSansWoff2';
|
|
87
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_5_0.woff2');
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
font-style: normal;
|
|
90
|
+
font-display: block;
|
|
91
|
+
}
|
|
92
|
+
@font-face {
|
|
93
|
+
font-family: 'StagSansWoff2';
|
|
94
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_5_0.woff2');
|
|
95
|
+
font-weight: 600;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-display: block;
|
|
98
|
+
}
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'StagSansWoff2';
|
|
101
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_5_0.woff2');
|
|
32
102
|
font-weight: 700;
|
|
33
103
|
font-style: normal;
|
|
34
104
|
font-display: block;
|
|
@@ -1,25 +1,75 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_5_0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular-
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_5_0.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium-
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_5_0.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_5_0.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold-
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_5_0.otf');
|
|
24
|
+
font-display: block;
|
|
25
|
+
}
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: 'StagSansWoff300normal';
|
|
28
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_5_0.woff');
|
|
29
|
+
font-display: block;
|
|
30
|
+
}
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: 'StagSansWoff400normal';
|
|
33
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_5_0.woff');
|
|
34
|
+
font-display: block;
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'StagSansWoff500normal';
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_5_0.woff');
|
|
39
|
+
font-display: block;
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'StagSansWoff600normal';
|
|
43
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_5_0.woff');
|
|
44
|
+
font-display: block;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'StagSansWoff700normal';
|
|
48
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_5_0.woff');
|
|
49
|
+
font-display: block;
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'StagSansWoff2300normal';
|
|
53
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_5_0.woff2');
|
|
54
|
+
font-display: block;
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'StagSansWoff2400normal';
|
|
58
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_5_0.woff2');
|
|
59
|
+
font-display: block;
|
|
60
|
+
}
|
|
61
|
+
@font-face {
|
|
62
|
+
font-family: 'StagSansWoff2500normal';
|
|
63
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_5_0.woff2');
|
|
64
|
+
font-display: block;
|
|
65
|
+
}
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'StagSansWoff2600normal';
|
|
68
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_5_0.woff2');
|
|
69
|
+
font-display: block;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'StagSansWoff2700normal';
|
|
73
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_5_0.woff2');
|
|
24
74
|
font-display: block;
|
|
25
75
|
}
|
|
@@ -1,34 +1,104 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_5_0.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'StagSans';
|
|
10
|
-
src: url('./StagSans-Regular-
|
|
10
|
+
src: url('./StagSans-Regular-v3_5_0.otf');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'StagSans';
|
|
17
|
-
src: url('./StagSans-Medium-
|
|
17
|
+
src: url('./StagSans-Medium-v3_5_0.otf');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'StagSans';
|
|
24
|
-
src: url('./StagSans-Semibold-
|
|
24
|
+
src: url('./StagSans-Semibold-v3_5_0.otf');
|
|
25
25
|
font-weight: 600;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'StagSans';
|
|
31
|
-
src: url('./StagSans-Bold-
|
|
31
|
+
src: url('./StagSans-Bold-v3_5_0.otf');
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
font-display: block;
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'StagSansWoff';
|
|
38
|
+
src: url('./StagSans-Light-v3_5_0.woff');
|
|
39
|
+
font-weight: 300;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: block;
|
|
42
|
+
}
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'StagSansWoff';
|
|
45
|
+
src: url('./StagSans-Regular-v3_5_0.woff');
|
|
46
|
+
font-weight: 400;
|
|
47
|
+
font-style: normal;
|
|
48
|
+
font-display: block;
|
|
49
|
+
}
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'StagSansWoff';
|
|
52
|
+
src: url('./StagSans-Medium-v3_5_0.woff');
|
|
53
|
+
font-weight: 500;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: block;
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'StagSansWoff';
|
|
59
|
+
src: url('./StagSans-Semibold-v3_5_0.woff');
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-display: block;
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'StagSansWoff';
|
|
66
|
+
src: url('./StagSans-Bold-v3_5_0.woff');
|
|
67
|
+
font-weight: 700;
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-display: block;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'StagSansWoff2';
|
|
73
|
+
src: url('./StagSans-Light2-v3_5_0.woff2');
|
|
74
|
+
font-weight: 300;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
font-display: block;
|
|
77
|
+
}
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'StagSansWoff2';
|
|
80
|
+
src: url('./StagSans-Regular2-v3_5_0.woff2');
|
|
81
|
+
font-weight: 400;
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-display: block;
|
|
84
|
+
}
|
|
85
|
+
@font-face {
|
|
86
|
+
font-family: 'StagSansWoff2';
|
|
87
|
+
src: url('./StagSans-Medium2-v3_5_0.woff2');
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
font-style: normal;
|
|
90
|
+
font-display: block;
|
|
91
|
+
}
|
|
92
|
+
@font-face {
|
|
93
|
+
font-family: 'StagSansWoff2';
|
|
94
|
+
src: url('./StagSans-Semibold2-v3_5_0.woff2');
|
|
95
|
+
font-weight: 600;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-display: block;
|
|
98
|
+
}
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'StagSansWoff2';
|
|
101
|
+
src: url('./StagSans-Bold2-v3_5_0.woff2');
|
|
32
102
|
font-weight: 700;
|
|
33
103
|
font-style: normal;
|
|
34
104
|
font-display: block;
|
|
@@ -1,25 +1,75 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_5_0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./StagSans-Regular-
|
|
8
|
+
src: url('./StagSans-Regular-v3_5_0.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./StagSans-Medium-
|
|
13
|
+
src: url('./StagSans-Medium-v3_5_0.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./StagSans-Semibold-
|
|
18
|
+
src: url('./StagSans-Semibold-v3_5_0.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./StagSans-Bold-
|
|
23
|
+
src: url('./StagSans-Bold-v3_5_0.otf');
|
|
24
|
+
font-display: block;
|
|
25
|
+
}
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: 'StagSansWoff300normal';
|
|
28
|
+
src: url('./StagSans-Light-v3_5_0.woff');
|
|
29
|
+
font-display: block;
|
|
30
|
+
}
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: 'StagSansWoff400normal';
|
|
33
|
+
src: url('./StagSans-Regular-v3_5_0.woff');
|
|
34
|
+
font-display: block;
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'StagSansWoff500normal';
|
|
38
|
+
src: url('./StagSans-Medium-v3_5_0.woff');
|
|
39
|
+
font-display: block;
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'StagSansWoff600normal';
|
|
43
|
+
src: url('./StagSans-Semibold-v3_5_0.woff');
|
|
44
|
+
font-display: block;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'StagSansWoff700normal';
|
|
48
|
+
src: url('./StagSans-Bold-v3_5_0.woff');
|
|
49
|
+
font-display: block;
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'StagSansWoff2300normal';
|
|
53
|
+
src: url('./StagSans-Light2-v3_5_0.woff2');
|
|
54
|
+
font-display: block;
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'StagSansWoff2400normal';
|
|
58
|
+
src: url('./StagSans-Regular2-v3_5_0.woff2');
|
|
59
|
+
font-display: block;
|
|
60
|
+
}
|
|
61
|
+
@font-face {
|
|
62
|
+
font-family: 'StagSansWoff2500normal';
|
|
63
|
+
src: url('./StagSans-Medium2-v3_5_0.woff2');
|
|
64
|
+
font-display: block;
|
|
65
|
+
}
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'StagSansWoff2600normal';
|
|
68
|
+
src: url('./StagSans-Semibold2-v3_5_0.woff2');
|
|
69
|
+
font-display: block;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'StagSansWoff2700normal';
|
|
73
|
+
src: url('./StagSans-Bold2-v3_5_0.woff2');
|
|
24
74
|
font-display: block;
|
|
25
75
|
}
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M2.095 11.414a1.356 1.356 0 0 0-.095.51c-.003.18.03.357.095.524l.007.016.008.015c.04.074.085.145.137.21a.97.97 0 0 0 .119.178l.006.009 5.483 5.682a1.375 1.375 0 0 0 1.984-1.904l-3.219-3.32h14.024a1.356 1.356 0 0 0 0-2.712H6.597L9.653 7.32a1.368 1.368 0 0 0-2-1.867L2.38 10.978a.819.819 0 0 0-.154.223l-.12.185-.01.028Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M21.905 12.586c.064-.162.096-.335.095-.51.003-.18-.03-.357-.095-.524l-.007-.016-.008-.015a1.494 1.494 0 0 0-.137-.21 1.007 1.007 0 0 0-.119-.178l-.006-.008-5.483-5.683a1.375 1.375 0 0 0-1.984 1.904l3.219 3.32H3.356a1.356 1.356 0 1 0 0 2.712h14.047l-3.056 3.302a1.371 1.371 0 0 0 .068 1.933 1.37 1.37 0 0 0 1.932-.066l5.273-5.525a.82.82 0 0 0 .154-.223l.12-.185.01-.028Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M12 3.362 6.747 6.464h10.506L12 3.362Zm.451-2.237a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M12.451 1.125a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
package/build/web/icons/Cart.js
CHANGED
|
@@ -24,7 +24,7 @@ module.exports = ({
|
|
|
24
24
|
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
25
|
...props,
|
|
26
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
-
viewBox: "0 0
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
28
|
height: size,
|
|
29
29
|
width: size,
|
|
30
30
|
fill: fillValue,
|
|
@@ -35,7 +35,11 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Zm6.686 11.019L7.645 8.19l-.366-1.153h12.049l-2.692 7.04h-6.95Z",
|
|
42
|
+
clipRule: "evenodd"
|
|
39
43
|
})]
|
|
40
44
|
});
|
|
41
45
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|