@telus-uds/palette-koodo 0.1.0-prerelease.2 → 0.1.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/README.md +1 -1
- package/build/android/border.xml +2 -2
- package/build/android/color.xml +24 -23
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +3 -3
- package/build/android/size.xml +8 -5
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +31 -30
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +4 -1
- package/build/rn/icons/ExclamationOctagon.js +9 -6
- package/build/rn/icons/ExclamationOctagon.native.js +9 -6
- package/build/rn/icons/exclamation-octagon.icon.svg +1 -1
- package/build/rn/icons/index.js +29 -85
- package/build/rn/palette.js +104 -100
- package/build/web/fonts/fonts-cdn-family.css +5 -5
- package/build/web/fonts/fonts-cdn.css +5 -5
- package/build/web/fonts/fonts-local-family.css +5 -5
- package/build/web/fonts/fonts-local.css +5 -5
- package/build/web/fonts/{v0_1_0-prerelease_1-StagSans-300--J6ixSsuRBjOGdGhFumrh.otf → v0_1_0-prerelease_4-StagSans-300-wi7lUscTTptUKQD7P8OJ-.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_1-StagSans-400-SMHWqRVrOHgQPQVQibwUB.otf → v0_1_0-prerelease_4-StagSans-400-ri6DeLTRe2YcnbV9WQFMq.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_1-StagSans-500-m8llDILdEpyWmY7qIJcpx.otf → v0_1_0-prerelease_4-StagSans-500-KnTsHx80-LJlDaod9vP7S.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_1-StagSans-600-d3QN6Jjk-5ZLp0vTigRV-.otf → v0_1_0-prerelease_4-StagSans-600-dGFcTwtLyjAV2ikv3GFMK.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_1-StagSans-700-m1nFhrTNcuwrCDvPhYo1b.otf → v0_1_0-prerelease_4-StagSans-700-sLQycEOqp6P-NsuR4Fxlb.otf} +0 -0
- package/build/web/icons/ExclamationOctagon.js +9 -6
- package/build/web/icons/exclamation-octagon.icon.svg +1 -1
- package/build/web/icons/index.js +29 -85
- package/build/web/palette.js +104 -100
- package/package.json +8 -11
- package/palette.json +465 -0
- package/CHANGELOG.md +0 -172
package/README.md
CHANGED
package/build/android/border.xml
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 05 Apr 2022 06:04:23 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
|
-
<dimen name="none">0.00dp</dimen>
|
|
10
9
|
<dimen name="border_1">1.00dp</dimen>
|
|
11
10
|
<dimen name="border_2">2.00dp</dimen>
|
|
12
11
|
<dimen name="border_3">3.00dp</dimen>
|
|
13
12
|
<dimen name="border_4">4.00dp</dimen>
|
|
13
|
+
<dimen name="none">0.00dp</dimen>
|
|
14
14
|
|
|
15
15
|
</resources>
|
package/build/android/color.xml
CHANGED
|
@@ -2,38 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 05 Apr 2022 06:04:23 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
|
-
<color name="flirt">#ff7c1366</color>
|
|
10
|
-
<color name="mosque">#ff016b6a</color>
|
|
11
|
-
<color name="dark_mosque">#ff014847</color>
|
|
12
|
-
<color name="blue">#ff00a1db</color>
|
|
13
|
-
<color name="dark_blue">#ff0083b3</color>
|
|
14
|
-
<color name="texas">#fff9f6a5</color>
|
|
15
9
|
<color name="amaranth">#ffee2c74</color>
|
|
16
|
-
<color name="cardinal_pink">#ff8c0448</color>
|
|
17
|
-
<color name="trinidad">#ffdf3d0c</color>
|
|
18
|
-
<color name="onahau">#ffc3efff</color>
|
|
19
|
-
<color name="burnt_sienna">#ffed6358</color>
|
|
20
|
-
<color name="chathams_blue">#ff17367d</color>
|
|
21
|
-
<color name="well_read">#ffb8373e</color>
|
|
22
|
-
<color name="wattle">#ffd5e04d</color>
|
|
23
10
|
<color name="beeswax">#fffeeec7</color>
|
|
24
11
|
<color name="bilbao">#ff258b0b</color>
|
|
25
|
-
<color name="sea_buckthorn">#fffbaf34</color>
|
|
26
|
-
<color name="mint_tulip">#ffc1f2e8</color>
|
|
27
|
-
<color name="turquoise">#ff39cdc9</color>
|
|
28
|
-
<color name="hibiscus">#ffc53a70</color>
|
|
29
|
-
<color name="carousel_pink">#fffae6f4</color>
|
|
30
|
-
<color name="white">#ffffffff</color>
|
|
31
12
|
<color name="black">#ff000000</color>
|
|
32
|
-
<color name="
|
|
33
|
-
<color name="
|
|
34
|
-
<color name="
|
|
13
|
+
<color name="blue">#ff00a1db</color>
|
|
14
|
+
<color name="burnt_sienna">#ffed6358</color>
|
|
15
|
+
<color name="cardinal_pink">#ff8c0448</color>
|
|
16
|
+
<color name="carousel_pink">#fffae6f4</color>
|
|
17
|
+
<color name="chathams_blue">#ff17367d</color>
|
|
18
|
+
<color name="dark_blue">#ff0083b3</color>
|
|
19
|
+
<color name="dark_mosque">#ff014847</color>
|
|
35
20
|
<color name="dove">#ff666666</color>
|
|
21
|
+
<color name="flirt">#ff7c1366</color>
|
|
22
|
+
<color name="gallery">#ffefefef</color>
|
|
23
|
+
<color name="hibiscus">#ffc53a70</color>
|
|
36
24
|
<color name="iceberg">#ffcbf0e8</color>
|
|
25
|
+
<color name="mint_tulip">#ffc1f2e8</color>
|
|
26
|
+
<color name="mortar">#ff595959</color>
|
|
27
|
+
<color name="mosque">#ff016b6a</color>
|
|
28
|
+
<color name="notification_error_bg">#fff8dde3</color>
|
|
29
|
+
<color name="onahau">#ffc3efff</color>
|
|
30
|
+
<color name="sea_buckthorn">#fffbaf34</color>
|
|
31
|
+
<color name="silver">#ffc9c8c8</color>
|
|
32
|
+
<color name="texas">#fff9f6a5</color>
|
|
37
33
|
<color name="transparent">#00000000</color>
|
|
34
|
+
<color name="trinidad">#ffdf3d0c</color>
|
|
35
|
+
<color name="turquoise">#ff39cdc9</color>
|
|
36
|
+
<color name="wattle">#ffd5e04d</color>
|
|
37
|
+
<color name="well_read">#ffb8373e</color>
|
|
38
|
+
<color name="white">#ffffffff</color>
|
|
38
39
|
|
|
39
40
|
</resources>
|
package/build/android/radius.xml
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 05 Apr 2022 06:04:23 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
9
|
<dimen name="none">0.00dp</dimen>
|
|
10
|
-
<dimen name="radius_4">4.00dp</dimen>
|
|
11
|
-
<dimen name="radius_12">12.00dp</dimen>
|
|
12
10
|
<dimen name="pill_32">32.00dp</dimen>
|
|
11
|
+
<dimen name="radius_12">12.00dp</dimen>
|
|
12
|
+
<dimen name="radius_4">4.00dp</dimen>
|
|
13
13
|
|
|
14
14
|
</resources>
|
package/build/android/size.xml
CHANGED
|
@@ -2,27 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 05 Apr 2022 06:04:23 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
9
9
|
<dimen name="size_0">0.00dp</dimen>
|
|
10
|
-
<dimen name="
|
|
11
|
-
<dimen name="size_4">4.00dp</dimen>
|
|
12
|
-
<dimen name="size_8">8.00dp</dimen>
|
|
10
|
+
<dimen name="size_1">1.00dp</dimen>
|
|
13
11
|
<dimen name="size_10">10.00dp</dimen>
|
|
14
12
|
<dimen name="size_12">12.00dp</dimen>
|
|
13
|
+
<dimen name="size_120">120.00dp</dimen>
|
|
14
|
+
<dimen name="size_14">14.00dp</dimen>
|
|
15
|
+
<dimen name="size_15">15.00dp</dimen>
|
|
15
16
|
<dimen name="size_16">16.00dp</dimen>
|
|
17
|
+
<dimen name="size_2">2.00dp</dimen>
|
|
16
18
|
<dimen name="size_20">20.00dp</dimen>
|
|
17
19
|
<dimen name="size_24">24.00dp</dimen>
|
|
18
20
|
<dimen name="size_32">32.00dp</dimen>
|
|
19
21
|
<dimen name="size_36">36.00dp</dimen>
|
|
22
|
+
<dimen name="size_4">4.00dp</dimen>
|
|
20
23
|
<dimen name="size_40">40.00dp</dimen>
|
|
21
24
|
<dimen name="size_48">48.00dp</dimen>
|
|
22
25
|
<dimen name="size_64">64.00dp</dimen>
|
|
23
26
|
<dimen name="size_72">72.00dp</dimen>
|
|
27
|
+
<dimen name="size_8">8.00dp</dimen>
|
|
24
28
|
<dimen name="size_80">80.00dp</dimen>
|
|
25
29
|
<dimen name="size_96">96.00dp</dimen>
|
|
26
|
-
<dimen name="size_120">120.00dp</dimen>
|
|
27
30
|
|
|
28
31
|
</resources>
|
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
|
@@ -4,39 +4,40 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Apr 2022 06:04:23 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public enum PaletteColor {
|
|
13
|
-
public static let amaranth = UIColor(red: 0.933, green: 0.173, blue: 0.455, alpha:1)
|
|
14
|
-
public static let beeswax = UIColor(red: 0.996, green: 0.933, blue: 0.780, alpha:1)
|
|
15
|
-
public static let bilbao = UIColor(red: 0.145, green: 0.545, blue: 0.043, alpha:1)
|
|
16
|
-
public static let black = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:1)
|
|
17
|
-
public static let blue = UIColor(red: 0.000, green: 0.631, blue: 0.859, alpha:1)
|
|
18
|
-
public static let burntSienna = UIColor(red: 0.929, green: 0.388, blue: 0.345, alpha:1)
|
|
19
|
-
public static let cardinalPink = UIColor(red: 0.549, green: 0.016, blue: 0.282, alpha:1)
|
|
20
|
-
public static let carouselPink = UIColor(red: 0.980, green: 0.902, blue: 0.957, alpha:1)
|
|
21
|
-
public static let chathamsBlue = UIColor(red: 0.090, green: 0.212, blue: 0.490, alpha:1)
|
|
22
|
-
public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha:1)
|
|
23
|
-
public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha:1)
|
|
24
|
-
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha:1)
|
|
25
|
-
public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha:1)
|
|
26
|
-
public static let gallery = UIColor(red: 0.937, green: 0.937, blue: 0.937, alpha:1)
|
|
27
|
-
public static let hibiscus = UIColor(red: 0.773, green: 0.227, blue: 0.439, alpha:1)
|
|
28
|
-
public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha:1)
|
|
29
|
-
public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha:1)
|
|
30
|
-
public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha:1)
|
|
31
|
-
public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha:1)
|
|
32
|
-
public static let
|
|
33
|
-
public static let
|
|
34
|
-
public static let
|
|
35
|
-
public static let
|
|
36
|
-
public static let
|
|
37
|
-
public static let
|
|
38
|
-
public static let
|
|
39
|
-
public static let
|
|
40
|
-
public static let
|
|
41
|
-
public static let
|
|
13
|
+
public static let amaranth = UIColor(red: 0.933, green: 0.173, blue: 0.455, alpha: 1)
|
|
14
|
+
public static let beeswax = UIColor(red: 0.996, green: 0.933, blue: 0.780, alpha: 1)
|
|
15
|
+
public static let bilbao = UIColor(red: 0.145, green: 0.545, blue: 0.043, alpha: 1)
|
|
16
|
+
public static let black = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
17
|
+
public static let blue = UIColor(red: 0.000, green: 0.631, blue: 0.859, alpha: 1)
|
|
18
|
+
public static let burntSienna = UIColor(red: 0.929, green: 0.388, blue: 0.345, alpha: 1)
|
|
19
|
+
public static let cardinalPink = UIColor(red: 0.549, green: 0.016, blue: 0.282, alpha: 1)
|
|
20
|
+
public static let carouselPink = UIColor(red: 0.980, green: 0.902, blue: 0.957, alpha: 1)
|
|
21
|
+
public static let chathamsBlue = UIColor(red: 0.090, green: 0.212, blue: 0.490, alpha: 1)
|
|
22
|
+
public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
|
|
23
|
+
public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
|
|
24
|
+
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
25
|
+
public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha: 1)
|
|
26
|
+
public static let gallery = UIColor(red: 0.937, green: 0.937, blue: 0.937, alpha: 1)
|
|
27
|
+
public static let hibiscus = UIColor(red: 0.773, green: 0.227, blue: 0.439, alpha: 1)
|
|
28
|
+
public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha: 1)
|
|
29
|
+
public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha: 1)
|
|
30
|
+
public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha: 1)
|
|
31
|
+
public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha: 1)
|
|
32
|
+
public static let notificationErrorBg = UIColor(red: 0.973, green: 0.867, blue: 0.890, alpha: 1)
|
|
33
|
+
public static let onahau = UIColor(red: 0.765, green: 0.937, blue: 1.000, alpha: 1)
|
|
34
|
+
public static let seaBuckthorn = UIColor(red: 0.984, green: 0.686, blue: 0.204, alpha: 1)
|
|
35
|
+
public static let silver = UIColor(red: 0.788, green: 0.784, blue: 0.784, alpha: 1)
|
|
36
|
+
public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
|
|
37
|
+
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
38
|
+
public static let trinidad = UIColor(red: 0.875, green: 0.239, blue: 0.047, alpha: 1)
|
|
39
|
+
public static let turquoise = UIColor(red: 0.224, green: 0.804, blue: 0.788, alpha: 1)
|
|
40
|
+
public static let wattle = UIColor(red: 0.835, green: 0.878, blue: 0.302, alpha: 1)
|
|
41
|
+
public static let wellRead = UIColor(red: 0.722, green: 0.216, blue: 0.243, alpha: 1)
|
|
42
|
+
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
42
43
|
}
|
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
|
@@ -4,16 +4,19 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Apr 2022 06:04:23 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public enum PaletteSize {
|
|
13
13
|
public static let size0 = CGFloat(0)
|
|
14
|
+
public static let size1 = CGFloat(1)
|
|
14
15
|
public static let size10 = CGFloat(10)
|
|
15
16
|
public static let size12 = CGFloat(12)
|
|
16
17
|
public static let size120 = CGFloat(120)
|
|
18
|
+
public static let size14 = CGFloat(14)
|
|
19
|
+
public static let size15 = CGFloat(15)
|
|
17
20
|
public static let size16 = CGFloat(16)
|
|
18
21
|
public static let size2 = CGFloat(2)
|
|
19
22
|
public static let size20 = CGFloat(20)
|
|
@@ -19,11 +19,14 @@ module.exports = ({
|
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
|
-
}) : null, /*#__PURE__*/(0, _jsxRuntime.
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
25
|
+
fill: "#FFF",
|
|
26
|
+
d: "M9 3h3.4v17H9z"
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
d: "M9.618 13.073h2.762v-9.67H9.618v9.67Zm0 5.524h2.762v-2.762H9.618v2.762ZM6.443 0 0 6.442v9.115L6.443 22h9.114L22 15.557V6.442L15.557 0H6.443Z",
|
|
29
|
+
fill: "#E61360"
|
|
30
|
+
})]
|
|
28
31
|
})]
|
|
29
32
|
});
|
|
@@ -19,11 +19,14 @@ module.exports = ({
|
|
|
19
19
|
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
20
|
id: titleId,
|
|
21
21
|
children: title
|
|
22
|
-
}) : null, /*#__PURE__*/(0, _jsxRuntime.
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
25
|
+
fill: "#FFF",
|
|
26
|
+
d: "M9 3h3.4v17H9z"
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
28
|
+
d: "M9.618 13.073h2.762v-9.67H9.618v9.67Zm0 5.524h2.762v-2.762H9.618v2.762ZM6.443 0 0 6.442v9.115L6.443 22h9.114L22 15.557V6.442L15.557 0H6.443Z",
|
|
29
|
+
fill: "#E61360"
|
|
30
|
+
})]
|
|
28
31
|
})]
|
|
29
32
|
});
|
package/build/rn/icons/index.js
CHANGED
|
@@ -1,86 +1,30 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
get CheckCircledNotFilled() {
|
|
33
|
-
return require('./CheckCircledNotFilled')
|
|
34
|
-
},
|
|
35
|
-
get ArrowDownCircled() {
|
|
36
|
-
return require('./ArrowDownCircled')
|
|
37
|
-
},
|
|
38
|
-
get ExclamationTriangle() {
|
|
39
|
-
return require('./ExclamationTriangle')
|
|
40
|
-
},
|
|
41
|
-
get ExclamationOctagon() {
|
|
42
|
-
return require('./ExclamationOctagon')
|
|
43
|
-
},
|
|
44
|
-
get InformationCircled() {
|
|
45
|
-
return require('./InformationCircled')
|
|
46
|
-
},
|
|
47
|
-
get BoxOutline() {
|
|
48
|
-
return require('./BoxOutline')
|
|
49
|
-
},
|
|
50
|
-
get BoxOutlineChecked() {
|
|
51
|
-
return require('./BoxOutlineChecked')
|
|
52
|
-
},
|
|
53
|
-
get RadialOutline() {
|
|
54
|
-
return require('./RadialOutline')
|
|
55
|
-
},
|
|
56
|
-
get RadialOutlineChecked() {
|
|
57
|
-
return require('./RadialOutlineChecked')
|
|
58
|
-
},
|
|
59
|
-
get Hamburger() {
|
|
60
|
-
return require('./Hamburger')
|
|
61
|
-
},
|
|
62
|
-
get Spyglass() {
|
|
63
|
-
return require('./Spyglass')
|
|
64
|
-
},
|
|
65
|
-
get Bullet() {
|
|
66
|
-
return require('./Bullet')
|
|
67
|
-
},
|
|
68
|
-
get Info() {
|
|
69
|
-
return require('./Info')
|
|
70
|
-
},
|
|
71
|
-
get InfoSelected() {
|
|
72
|
-
return require('./InfoSelected')
|
|
73
|
-
},
|
|
74
|
-
get Refresh() {
|
|
75
|
-
return require('./Refresh')
|
|
76
|
-
},
|
|
77
|
-
get Kebab() {
|
|
78
|
-
return require('./Kebab')
|
|
79
|
-
},
|
|
80
|
-
get EyeOpened() {
|
|
81
|
-
return require('./EyeOpened')
|
|
82
|
-
},
|
|
83
|
-
get EyeClosed() {
|
|
84
|
-
return require('./EyeClosed')
|
|
85
|
-
}
|
|
86
|
-
}
|
|
2
|
+
ArrowDownCircled: require('./ArrowDownCircled'),
|
|
3
|
+
BoxOutline: require('./BoxOutline'),
|
|
4
|
+
BoxOutlineChecked: require('./BoxOutlineChecked'),
|
|
5
|
+
Bullet: require('./Bullet'),
|
|
6
|
+
Cart: require('./Cart'),
|
|
7
|
+
Check: require('./Check'),
|
|
8
|
+
CheckCircledFilled: require('./CheckCircledFilled'),
|
|
9
|
+
CheckCircledNotFilled: require('./CheckCircledNotFilled'),
|
|
10
|
+
ChevronDown: require('./ChevronDown'),
|
|
11
|
+
ChevronLeft: require('./ChevronLeft'),
|
|
12
|
+
ChevronRight: require('./ChevronRight'),
|
|
13
|
+
ChevronUp: require('./ChevronUp'),
|
|
14
|
+
CircledLine: require('./CircledLine'),
|
|
15
|
+
ExclamationOctagon: require('./ExclamationOctagon'),
|
|
16
|
+
ExclamationTriangle: require('./ExclamationTriangle'),
|
|
17
|
+
EyeClosed: require('./EyeClosed'),
|
|
18
|
+
EyeOpened: require('./EyeOpened'),
|
|
19
|
+
Hamburger: require('./Hamburger'),
|
|
20
|
+
Info: require('./Info'),
|
|
21
|
+
InfoSelected: require('./InfoSelected'),
|
|
22
|
+
InformationCircled: require('./InformationCircled'),
|
|
23
|
+
Kebab: require('./Kebab'),
|
|
24
|
+
RadialOutline: require('./RadialOutline'),
|
|
25
|
+
RadialOutlineChecked: require('./RadialOutlineChecked'),
|
|
26
|
+
Refresh: require('./Refresh'),
|
|
27
|
+
Spyglass: require('./Spyglass'),
|
|
28
|
+
Times: require('./Times'),
|
|
29
|
+
TimesCircled: require('./TimesCircled')
|
|
30
|
+
}
|