@instructure/ui-theme-tokens 10.0.1-snapshot-14 → 10.1.1-snapshot-4973

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. package/CHANGELOG.md +16 -2
  2. package/es/index.js +1 -3
  3. package/lib/index.js +4 -5
  4. package/package.json +3 -5
  5. package/src/index.ts +1 -3
  6. package/tokens/canvas/scss/_variables.scss +90 -0
  7. package/tokens/canvas/source.json +1 -1
  8. package/tokens/canvas-high-contrast/scss/_variables.scss +90 -0
  9. package/tokens/canvas-high-contrast/source.json +1 -1
  10. package/tsconfig.build.json +1 -7
  11. package/tsconfig.build.tsbuildinfo +1 -1
  12. package/types/index.d.ts +1 -3
  13. package/types/index.d.ts.map +1 -1
  14. package/es/canvas/borders.js +0 -45
  15. package/es/canvas/breakpoints.js +0 -57
  16. package/es/canvas/colors.js +0 -60
  17. package/es/canvas/forms.js +0 -31
  18. package/es/canvas/index.js +0 -48
  19. package/es/canvas/media.js +0 -32
  20. package/es/canvas/shadows.js +0 -36
  21. package/es/canvas/spacing.js +0 -45
  22. package/es/canvas/stacking.js +0 -32
  23. package/es/canvas/transitions.js +0 -30
  24. package/es/canvas/typography.js +0 -54
  25. package/es/canvasHighContrast/colors.js +0 -60
  26. package/es/canvasHighContrast/index.js +0 -32
  27. package/es/common/colors/index.js +0 -29
  28. package/es/common/colors/primitves.js +0 -61
  29. package/es/utils/getUIColors.js +0 -48
  30. package/lib/canvas/borders.js +0 -50
  31. package/lib/canvas/breakpoints.js +0 -62
  32. package/lib/canvas/colors.js +0 -66
  33. package/lib/canvas/forms.js +0 -36
  34. package/lib/canvas/index.js +0 -53
  35. package/lib/canvas/media.js +0 -37
  36. package/lib/canvas/shadows.js +0 -41
  37. package/lib/canvas/spacing.js +0 -50
  38. package/lib/canvas/stacking.js +0 -37
  39. package/lib/canvas/transitions.js +0 -35
  40. package/lib/canvas/typography.js +0 -59
  41. package/lib/canvasHighContrast/colors.js +0 -66
  42. package/lib/canvasHighContrast/index.js +0 -37
  43. package/lib/common/colors/index.js +0 -36
  44. package/lib/common/colors/primitves.js +0 -67
  45. package/lib/utils/getUIColors.js +0 -55
  46. package/src/canvas/borders.ts +0 -42
  47. package/src/canvas/breakpoints.ts +0 -54
  48. package/src/canvas/colors.ts +0 -66
  49. package/src/canvas/forms.ts +0 -34
  50. package/src/canvas/index.ts +0 -50
  51. package/src/canvas/media.ts +0 -35
  52. package/src/canvas/shadows.ts +0 -45
  53. package/src/canvas/spacing.ts +0 -40
  54. package/src/canvas/stacking.ts +0 -34
  55. package/src/canvas/transitions.ts +0 -33
  56. package/src/canvas/typography.ts +0 -53
  57. package/src/canvasHighContrast/colors.ts +0 -66
  58. package/src/canvasHighContrast/index.ts +0 -34
  59. package/src/common/colors/index.ts +0 -31
  60. package/src/common/colors/primitves.ts +0 -69
  61. package/src/utils/getUIColors.ts +0 -54
  62. package/types/canvas/borders.d.ts +0 -5
  63. package/types/canvas/borders.d.ts.map +0 -1
  64. package/types/canvas/breakpoints.d.ts +0 -5
  65. package/types/canvas/breakpoints.d.ts.map +0 -1
  66. package/types/canvas/colors.d.ts +0 -5
  67. package/types/canvas/colors.d.ts.map +0 -1
  68. package/types/canvas/forms.d.ts +0 -5
  69. package/types/canvas/forms.d.ts.map +0 -1
  70. package/types/canvas/index.d.ts +0 -15
  71. package/types/canvas/index.d.ts.map +0 -1
  72. package/types/canvas/media.d.ts +0 -5
  73. package/types/canvas/media.d.ts.map +0 -1
  74. package/types/canvas/shadows.d.ts +0 -5
  75. package/types/canvas/shadows.d.ts.map +0 -1
  76. package/types/canvas/spacing.d.ts +0 -5
  77. package/types/canvas/spacing.d.ts.map +0 -1
  78. package/types/canvas/stacking.d.ts +0 -5
  79. package/types/canvas/stacking.d.ts.map +0 -1
  80. package/types/canvas/transitions.d.ts +0 -5
  81. package/types/canvas/transitions.d.ts.map +0 -1
  82. package/types/canvas/typography.d.ts +0 -5
  83. package/types/canvas/typography.d.ts.map +0 -1
  84. package/types/canvasHighContrast/colors.d.ts +0 -9
  85. package/types/canvasHighContrast/colors.d.ts.map +0 -1
  86. package/types/canvasHighContrast/index.d.ts +0 -19
  87. package/types/canvasHighContrast/index.d.ts.map +0 -1
  88. package/types/common/colors/index.d.ts +0 -5
  89. package/types/common/colors/index.d.ts.map +0 -1
  90. package/types/common/colors/primitves.d.ts +0 -4
  91. package/types/common/colors/primitves.d.ts.map +0 -1
  92. package/types/utils/getUIColors.d.ts +0 -4
  93. package/types/utils/getUIColors.d.ts.map +0 -1
@@ -1,66 +0,0 @@
1
- /*
2
- * The MIT License (MIT)
3
- *
4
- * Copyright (c) 2015 - present Instructure, Inc.
5
- *
6
- * Permission is hereby granted, free of charge, to any person obtaining a copy
7
- * of this software and associated documentation files (the "Software"), to deal
8
- * in the Software without restriction, including without limitation the rights
9
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- * copies of the Software, and to permit persons to whom the Software is
11
- * furnished to do so, subject to the following conditions:
12
- *
13
- * The above copyright notice and this permission notice shall be included in all
14
- * copies or substantial portions of the Software.
15
- *
16
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- * SOFTWARE.
23
- */
24
-
25
- import primitives from '../common/colors/primitves'
26
- import getUIColors from '../utils/getUIColors'
27
-
28
- import type { UI, Contrasts } from '@instructure/shared-types'
29
-
30
- const contrasts: Contrasts = {
31
- white1010: primitives.white,
32
- white1010op75: primitives.white10op75,
33
-
34
- grey1111: primitives.grey11,
35
- grey1214: primitives.grey14,
36
- grey1424: primitives.grey24,
37
- grey2424: primitives.grey24,
38
- grey4570: primitives.grey70,
39
- grey5782: primitives.grey82,
40
- grey100100: primitives.grey100,
41
- grey100100op75: primitives.grey100op75,
42
- grey125125: primitives.grey125,
43
-
44
- blue1212: primitives.blue12,
45
- blue4570: primitives.blue70,
46
- blue5782: primitives.blue82,
47
-
48
- green1212: primitives.green12,
49
- green4570: primitives.green70,
50
- green5782: primitives.green82,
51
-
52
- orange1212: primitives.orange12,
53
- orange3045: primitives.orange45,
54
- orange4570: primitives.orange70,
55
- orange5782: primitives.orange82,
56
-
57
- red1212: primitives.red12,
58
- red4570: primitives.red70,
59
- red5782: primitives.red82
60
- }
61
-
62
- const ui: UI = getUIColors(contrasts)
63
-
64
- const colors = { primitives, contrasts, ui }
65
- export default colors
66
- export { colors }
@@ -1,34 +0,0 @@
1
- /*
2
- * The MIT License (MIT)
3
- *
4
- * Copyright (c) 2015 - present Instructure, Inc.
5
- *
6
- * Permission is hereby granted, free of charge, to any person obtaining a copy
7
- * of this software and associated documentation files (the "Software"), to deal
8
- * in the Software without restriction, including without limitation the rights
9
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- * copies of the Software, and to permit persons to whom the Software is
11
- * furnished to do so, subject to the following conditions:
12
- *
13
- * The above copyright notice and this permission notice shall be included in all
14
- * copies or substantial portions of the Software.
15
- *
16
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- * SOFTWARE.
23
- */
24
-
25
- import { canvas } from '../canvas'
26
- import { colors } from './colors'
27
-
28
- const canvasHighContrast = {
29
- ...canvas,
30
- colors
31
- }
32
-
33
- export default canvasHighContrast
34
- export { canvasHighContrast }
@@ -1,31 +0,0 @@
1
- /*
2
- * The MIT License (MIT)
3
- *
4
- * Copyright (c) 2015 - present Instructure, Inc.
5
- *
6
- * Permission is hereby granted, free of charge, to any person obtaining a copy
7
- * of this software and associated documentation files (the "Software"), to deal
8
- * in the Software without restriction, including without limitation the rights
9
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- * copies of the Software, and to permit persons to whom the Software is
11
- * furnished to do so, subject to the following conditions:
12
- *
13
- * The above copyright notice and this permission notice shall be included in all
14
- * copies or substantial portions of the Software.
15
- *
16
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- * SOFTWARE.
23
- */
24
-
25
- import primitives from './primitves'
26
-
27
- const colors = {
28
- primitives
29
- }
30
-
31
- export default colors
@@ -1,69 +0,0 @@
1
- /*
2
- * The MIT License (MIT)
3
- *
4
- * Copyright (c) 2015 - present Instructure, Inc.
5
- *
6
- * Permission is hereby granted, free of charge, to any person obtaining a copy
7
- * of this software and associated documentation files (the "Software"), to deal
8
- * in the Software without restriction, including without limitation the rights
9
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- * copies of the Software, and to permit persons to whom the Software is
11
- * furnished to do so, subject to the following conditions:
12
- *
13
- * The above copyright notice and this permission notice shall be included in all
14
- * copies or substantial portions of the Software.
15
- *
16
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- * SOFTWARE.
23
- */
24
-
25
- import { Primitives } from '@instructure/shared-types'
26
-
27
- const primitives: Primitives = {
28
- white: '#FFFFFF',
29
- white10op75: '#FFFFFFBF',
30
-
31
- grey11: '#F2F4F4',
32
- grey12: '#E8EAEC',
33
- grey14: '#D7DADE',
34
- grey24: '#9EA6AD',
35
- grey45: '#6A7883',
36
- grey57: '#586874',
37
- grey70: '#4A5B68',
38
- grey82: '#3F515E',
39
- grey100: '#334451',
40
- grey100op75: '#334451BF',
41
- grey125: '#273540',
42
-
43
- blue12: '#E0EBF5',
44
- blue45: '#2B7ABC',
45
- blue57: '#0E68B3',
46
- blue70: '#0A5A9E',
47
- blue82: '#09508C',
48
-
49
- green12: '#DCEEE4',
50
- green45: '#03893D',
51
- green57: '#027634',
52
- green70: '#02672D',
53
- green82: '#015B28',
54
-
55
- orange12: '#FCE5D9',
56
- orange30: '#F06E26',
57
- orange45: '#CF4A00',
58
- orange57: '#B34000',
59
- orange70: '#9C3800',
60
- orange82: '#8B3200',
61
-
62
- red12: '#FCE4E5',
63
- red45: '#E62429',
64
- red57: '#C71F23',
65
- red70: '#AE1B1F',
66
- red82: '#9B181C'
67
- }
68
-
69
- export default primitives
@@ -1,54 +0,0 @@
1
- /*
2
- * The MIT License (MIT)
3
- *
4
- * Copyright (c) 2015 - present Instructure, Inc.
5
- *
6
- * Permission is hereby granted, free of charge, to any person obtaining a copy
7
- * of this software and associated documentation files (the "Software"), to deal
8
- * in the Software without restriction, including without limitation the rights
9
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- * copies of the Software, and to permit persons to whom the Software is
11
- * furnished to do so, subject to the following conditions:
12
- *
13
- * The above copyright notice and this permission notice shall be included in all
14
- * copies or substantial portions of the Software.
15
- *
16
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- * SOFTWARE.
23
- */
24
-
25
- import type { Contrasts, UI } from '@instructure/shared-types'
26
-
27
- export const getUIColors = (contrasts: Contrasts): UI => ({
28
- surfacePagePrimary: contrasts?.white1010,
29
- surfacePageSecondary: contrasts?.grey1111,
30
- surfaceCardPrimary: contrasts?.white1010,
31
- surfaceCardSecondary: contrasts?.grey1111,
32
- surfaceDark: contrasts?.grey100100,
33
-
34
- textTitle: contrasts?.grey125125,
35
- textDescription: contrasts?.grey125125,
36
- textBody: contrasts?.grey125125,
37
- textTimestamp: contrasts?.grey5782,
38
- textAuthor: contrasts?.grey5782,
39
- textDatapoint: contrasts?.grey5782,
40
- textLink: contrasts?.blue4570,
41
- textPlaceholder: contrasts?.grey2424,
42
- textSuccess: contrasts?.green4570,
43
- textWarning: contrasts?.orange4570,
44
- textError: contrasts?.red4570,
45
-
46
- lineStroke: contrasts?.grey1424,
47
- lineDivider: contrasts?.grey1214,
48
-
49
- surfaceOverlayGrey: contrasts?.grey100100op75,
50
- surfaceOverlayWhite: contrasts?.white1010op75,
51
- surfaceDivider: contrasts?.grey1424
52
- })
53
-
54
- export default getUIColors
@@ -1,5 +0,0 @@
1
- import { Border } from '@instructure/shared-types';
2
- declare const borders: Border;
3
- export default borders;
4
- export { borders };
5
- //# sourceMappingURL=borders.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"borders.d.ts","sourceRoot":"","sources":["../../src/canvas/borders.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAIlD,QAAA,MAAM,OAAO,EAAE,MAUJ,CAAA;AAEX,eAAe,OAAO,CAAA;AACtB,OAAO,EAAE,OAAO,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Breakpoints } from '@instructure/shared-types';
2
- declare const breakpoints: Breakpoints;
3
- export default breakpoints;
4
- export { breakpoints };
5
- //# sourceMappingURL=breakpoints.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../src/canvas/breakpoints.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAgBvD,QAAA,MAAM,WAAW,EAAE,WAUjB,CAAA;AAEF,eAAe,WAAW,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import type { Colors } from '@instructure/shared-types';
2
- declare const colors: Colors;
3
- export default colors;
4
- export { colors };
5
- //# sourceMappingURL=colors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/canvas/colors.ts"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,MAAM,EAAiB,MAAM,2BAA2B,CAAA;AAoCtE,QAAA,MAAM,MAAM,EAAE,MAAsC,CAAA;AACpD,eAAe,MAAM,CAAA;AACrB,OAAO,EAAE,MAAM,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Forms } from '@instructure/shared-types';
2
- declare const forms: Forms;
3
- export default forms;
4
- export { forms };
5
- //# sourceMappingURL=forms.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"forms.d.ts","sourceRoot":"","sources":["../../src/canvas/forms.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAA;AAEjD,QAAA,MAAM,KAAK,EAAE,KAIX,CAAA;AAEF,eAAe,KAAK,CAAA;AACpB,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,15 +0,0 @@
1
- declare const canvas: {
2
- colors: import("@instructure/shared-types").Colors;
3
- borders: import("@instructure/shared-types").Border;
4
- transitions: import("@instructure/shared-types").Transitions;
5
- typography: import("@instructure/shared-types").Typography;
6
- spacing: import("@instructure/shared-types").Spacing;
7
- forms: import("@instructure/shared-types").Forms;
8
- media: import("@instructure/shared-types").Media;
9
- breakpoints: import("@instructure/shared-types").Breakpoints;
10
- shadows: import("@instructure/shared-types").Shadows;
11
- stacking: import("@instructure/shared-types").Stacking;
12
- };
13
- export default canvas;
14
- export { canvas };
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/canvas/index.ts"],"names":[],"mappings":"AAmCA,QAAA,MAAM,MAAM;;;;;;;;;;;CAWX,CAAA;AAED,eAAe,MAAM,CAAA;AACrB,OAAO,EAAE,MAAM,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Media } from '@instructure/shared-types';
2
- declare const media: Media;
3
- export default media;
4
- export { media };
5
- //# sourceMappingURL=media.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../../src/canvas/media.ts"],"names":[],"mappings":"AAyBA,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAA;AAEjD,QAAA,MAAM,KAAK,EAAE,KAIF,CAAA;AAEX,eAAe,KAAK,CAAA;AACpB,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Shadows } from '@instructure/shared-types';
2
- declare const shadows: Shadows;
3
- export default shadows;
4
- export { shadows };
5
- //# sourceMappingURL=shadows.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../src/canvas/shadows.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AASnD,QAAA,MAAM,OAAO,EAAE,OAQJ,CAAA;AAEX,eAAe,OAAO,CAAA;AACtB,OAAO,EAAE,OAAO,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Spacing } from '@instructure/shared-types';
2
- declare const spacing: Spacing;
3
- export default spacing;
4
- export { spacing };
5
- //# sourceMappingURL=spacing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/canvas/spacing.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAEnD,QAAA,MAAM,OAAO,EAAE,OAUJ,CAAA;AAEX,eAAe,OAAO,CAAA;AACtB,OAAO,EAAE,OAAO,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Stacking } from '@instructure/shared-types';
2
- declare const stacking: Stacking;
3
- export default stacking;
4
- export { stacking };
5
- //# sourceMappingURL=stacking.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stacking.d.ts","sourceRoot":"","sources":["../../src/canvas/stacking.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AAEpD,QAAA,MAAM,QAAQ,EAAE,QAKL,CAAA;AACX,eAAe,QAAQ,CAAA;AACvB,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Transitions } from '@instructure/shared-types';
2
- declare const transitions: Transitions;
3
- export default transitions;
4
- export { transitions };
5
- //# sourceMappingURL=transitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transitions.d.ts","sourceRoot":"","sources":["../../src/canvas/transitions.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAEvD,QAAA,MAAM,WAAW,EAAE,WAGR,CAAA;AAEX,eAAe,WAAW,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Typography } from '@instructure/shared-types';
2
- declare const typography: Typography;
3
- export default typography;
4
- export { typography };
5
- //# sourceMappingURL=typography.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/canvas/typography.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAEtD,QAAA,MAAM,UAAU,EAAE,UAuBhB,CAAA;AAEF,eAAe,UAAU,CAAA;AACzB,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -1,9 +0,0 @@
1
- import type { UI, Contrasts } from '@instructure/shared-types';
2
- declare const colors: {
3
- primitives: import("@instructure/shared-types").Primitives;
4
- contrasts: Contrasts;
5
- ui: UI;
6
- };
7
- export default colors;
8
- export { colors };
9
- //# sourceMappingURL=colors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/canvasHighContrast/colors.ts"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAoC9D,QAAA,MAAM,MAAM;;;;CAAgC,CAAA;AAC5C,eAAe,MAAM,CAAA;AACrB,OAAO,EAAE,MAAM,EAAE,CAAA"}
@@ -1,19 +0,0 @@
1
- declare const canvasHighContrast: {
2
- colors: {
3
- primitives: import("@instructure/shared-types").Primitives;
4
- contrasts: import("@instructure/shared-types").Contrasts;
5
- ui: import("@instructure/shared-types").UI;
6
- };
7
- borders: import("@instructure/shared-types").Border;
8
- transitions: import("@instructure/shared-types").Transitions;
9
- typography: import("@instructure/shared-types").Typography;
10
- spacing: import("@instructure/shared-types").Spacing;
11
- forms: import("@instructure/shared-types").Forms;
12
- media: import("@instructure/shared-types").Media;
13
- breakpoints: import("@instructure/shared-types").Breakpoints;
14
- shadows: import("@instructure/shared-types").Shadows;
15
- stacking: import("@instructure/shared-types").Stacking;
16
- };
17
- export default canvasHighContrast;
18
- export { canvasHighContrast };
19
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/canvasHighContrast/index.ts"],"names":[],"mappings":"AA2BA,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;CAGvB,CAAA;AAED,eAAe,kBAAkB,CAAA;AACjC,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
@@ -1,5 +0,0 @@
1
- declare const colors: {
2
- primitives: import("@instructure/shared-types").Primitives;
3
- };
4
- export default colors;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/colors/index.ts"],"names":[],"mappings":"AA0BA,QAAA,MAAM,MAAM;;CAEX,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,4 +0,0 @@
1
- import { Primitives } from '@instructure/shared-types';
2
- declare const primitives: Primitives;
3
- export default primitives;
4
- //# sourceMappingURL=primitves.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"primitves.d.ts","sourceRoot":"","sources":["../../../src/common/colors/primitves.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAEtD,QAAA,MAAM,UAAU,EAAE,UAwCjB,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -1,4 +0,0 @@
1
- import type { Contrasts, UI } from '@instructure/shared-types';
2
- export declare const getUIColors: (contrasts: Contrasts) => UI;
3
- export default getUIColors;
4
- //# sourceMappingURL=getUIColors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getUIColors.d.ts","sourceRoot":"","sources":["../../src/utils/getUIColors.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,2BAA2B,CAAA;AAE9D,eAAO,MAAM,WAAW,cAAe,SAAS,KAAG,EAyBjD,CAAA;AAEF,eAAe,WAAW,CAAA"}