@telus-uds/theme-allium 1.0.0-prerelease.0 → 1.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/CHANGELOG.md +43 -0
- package/build/schema.json +2022 -3702
- package/build/theme.js +4 -4
- package/package.json +6 -6
- package/theme.json +1536 -1536
package/build/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Thu,
|
|
4
|
+
* Generated on Thu, 03 Feb 2022 19:38:53 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -16,8 +16,8 @@ const PaletteIconClose = require('@telus-uds/palette-allium/build/rn/icons/Close
|
|
|
16
16
|
const PaletteIconStatusWarning = require('@telus-uds/palette-allium/build/rn/icons/StatusWarning')
|
|
17
17
|
const PaletteIconTimes = require('@telus-uds/palette-allium/build/rn/icons/Times')
|
|
18
18
|
const PaletteIconSearchBold = require('@telus-uds/palette-allium/build/rn/icons/SearchBold')
|
|
19
|
-
const PaletteIconQuestion = require('@telus-uds/palette-allium/build/rn/icons/Question')
|
|
20
19
|
const PaletteIconAdd = require('@telus-uds/palette-allium/build/rn/icons/Add')
|
|
20
|
+
const PaletteIconQuestion = require('@telus-uds/palette-allium/build/rn/icons/Question')
|
|
21
21
|
|
|
22
22
|
module.exports = {
|
|
23
23
|
components: {
|
|
@@ -2093,7 +2093,7 @@ module.exports = {
|
|
|
2093
2093
|
baseWidth: 40,
|
|
2094
2094
|
characters: 10,
|
|
2095
2095
|
color: '#b2b9bf',
|
|
2096
|
-
radius:
|
|
2096
|
+
radius: 99999999999999,
|
|
2097
2097
|
size: 3,
|
|
2098
2098
|
spaceBetweenLines: 2,
|
|
2099
2099
|
squareRadius: 4
|
|
@@ -2989,6 +2989,6 @@ module.exports = {
|
|
|
2989
2989
|
metadata: {
|
|
2990
2990
|
name: 'allium',
|
|
2991
2991
|
package: '@telus-uds/theme-allium',
|
|
2992
|
-
themeTokensVersion: '
|
|
2992
|
+
themeTokensVersion: '1.0.0'
|
|
2993
2993
|
}
|
|
2994
2994
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/universal-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^1.0.0
|
|
12
|
-
"@telus-uds/system-
|
|
13
|
-
"@telus-uds/system-
|
|
11
|
+
"@telus-uds/palette-allium": "^1.0.0",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^1.0.0",
|
|
13
|
+
"@telus-uds/system-themes": "^0.0.1"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^1.0.0
|
|
16
|
+
"@telus-uds/palette-allium": "^1.0.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"release": "standard-version",
|
|
28
|
-
"build": "
|
|
28
|
+
"build": "UDS_PALETTE=@telus-uds/palette-allium system-themes-build",
|
|
29
29
|
"dev": "nodemon -w src -x 'yarn build'"
|
|
30
30
|
},
|
|
31
31
|
"bugs": {
|