zuora_connect_ui 0.10.1 → 0.10.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1886f2f1471c4e35f9ae706758dc8e90439f510d4eafd9a1339e961c885102f7
|
|
4
|
+
data.tar.gz: f6ae8fcd775612cb2d692f26a08343c2331a2137f3b1c15ff781a06324d453ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a553ca47ce36211b62bb0c8bebd7cdfdf4be6a048eedb29f5abdab984ead5efb1d374b5f1b48a2a413a3798047d48c0aecf3fcf70ca2982d00ac7df28a63e84
|
|
7
|
+
data.tar.gz: 610d62cf603f05af53fb9e33db78b09fa184e9b0b78ad96119e0371ca61e541dcf013bfa10a5e0f4519ad16108098c06acbac3c158438d56f44a7a4458cb23bf
|
|
@@ -26,8 +26,8 @@ module ZuoraConnectUi
|
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
def anjuna(version, esm)
|
|
29
|
-
"https://cdn.zuora.com/
|
|
30
|
-
"/
|
|
29
|
+
"https://cdn.zuora.com/@anjuna/core@#{version}" \
|
|
30
|
+
"/anjuna-core/anjuna-core#{'.esm' if esm}.js"
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
def link_tag(attrs)
|
|
@@ -37,10 +37,10 @@ module ZuoraConnectUi
|
|
|
37
37
|
end
|
|
38
38
|
|
|
39
39
|
def theme(version, file)
|
|
40
|
-
"https://cdn.zuora.com/theme
|
|
40
|
+
"https://cdn.zuora.com/@anjuna/theme@#{version}/css/#{file}.css"
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
ANJUNA_VERSION = '1.0.0-rc.
|
|
43
|
+
ANJUNA_VERSION = '1.0.0-rc.36'
|
|
44
44
|
THEME_VERSION = '1.0.0-rc.11'
|
|
45
45
|
end
|
|
46
46
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_connect_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-sass
|