@diskette/palette 0.8.0 → 0.9.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.
Files changed (66) hide show
  1. package/README.md +232 -0
  2. package/dist/colors/amber.d.ts +10 -0
  3. package/dist/colors/amber.js +10 -0
  4. package/dist/colors/blue.d.ts +10 -0
  5. package/dist/colors/blue.js +10 -0
  6. package/dist/colors/bronze.d.ts +10 -0
  7. package/dist/colors/bronze.js +10 -0
  8. package/dist/colors/brown.d.ts +10 -0
  9. package/dist/colors/brown.js +10 -0
  10. package/dist/colors/crimson.d.ts +10 -0
  11. package/dist/colors/crimson.js +10 -0
  12. package/dist/colors/cyan.d.ts +10 -0
  13. package/dist/colors/cyan.js +10 -0
  14. package/dist/colors/gold.d.ts +10 -0
  15. package/dist/colors/gold.js +10 -0
  16. package/dist/colors/grass.d.ts +10 -0
  17. package/dist/colors/grass.js +10 -0
  18. package/dist/colors/gray.d.ts +10 -0
  19. package/dist/colors/gray.js +10 -0
  20. package/dist/colors/green.d.ts +10 -0
  21. package/dist/colors/green.js +10 -0
  22. package/dist/colors/indigo.d.ts +10 -0
  23. package/dist/colors/indigo.js +10 -0
  24. package/dist/colors/iris.d.ts +10 -0
  25. package/dist/colors/iris.js +10 -0
  26. package/dist/colors/jade.d.ts +10 -0
  27. package/dist/colors/jade.js +10 -0
  28. package/dist/colors/lime.d.ts +10 -0
  29. package/dist/colors/lime.js +10 -0
  30. package/dist/colors/mauve.d.ts +10 -0
  31. package/dist/colors/mauve.js +10 -0
  32. package/dist/colors/mint.d.ts +10 -0
  33. package/dist/colors/mint.js +10 -0
  34. package/dist/colors/olive.d.ts +10 -0
  35. package/dist/colors/olive.js +10 -0
  36. package/dist/colors/orange.d.ts +10 -0
  37. package/dist/colors/orange.js +10 -0
  38. package/dist/colors/pink.d.ts +10 -0
  39. package/dist/colors/pink.js +10 -0
  40. package/dist/colors/plum.d.ts +10 -0
  41. package/dist/colors/plum.js +10 -0
  42. package/dist/colors/purple.d.ts +10 -0
  43. package/dist/colors/purple.js +10 -0
  44. package/dist/colors/red.d.ts +10 -0
  45. package/dist/colors/red.js +10 -0
  46. package/dist/colors/ruby.d.ts +10 -0
  47. package/dist/colors/ruby.js +10 -0
  48. package/dist/colors/sage.d.ts +10 -0
  49. package/dist/colors/sage.js +10 -0
  50. package/dist/colors/sand.d.ts +10 -0
  51. package/dist/colors/sand.js +10 -0
  52. package/dist/colors/sky.d.ts +10 -0
  53. package/dist/colors/sky.js +10 -0
  54. package/dist/colors/slate.d.ts +10 -0
  55. package/dist/colors/slate.js +10 -0
  56. package/dist/colors/teal.d.ts +10 -0
  57. package/dist/colors/teal.js +10 -0
  58. package/dist/colors/tomato.d.ts +10 -0
  59. package/dist/colors/tomato.js +10 -0
  60. package/dist/colors/violet.d.ts +10 -0
  61. package/dist/colors/violet.js +10 -0
  62. package/dist/colors/yellow.d.ts +10 -0
  63. package/dist/colors/yellow.js +10 -0
  64. package/dist/index.d.ts +311 -1
  65. package/dist/types.d.ts +18 -1
  66. package/package.json +1 -1
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'mauve9',
116
116
  track: 'mauve9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#ffffffcc',
120
+ dark: '#22212380',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 1 1 1 / 0.8)',
124
+ dark: 'color(display-p3 0.1333 0.1255 0.1333 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: '#1a211e',
115
115
  indicator: 'mint9',
116
116
  track: 'mint9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#effaf8cc',
120
+ dark: '#15272780',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9451 0.9804 0.9725 / 0.8)',
124
+ dark: 'color(display-p3 0.0941 0.149 0.1412 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'olive9',
116
116
  track: 'olive9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#ffffffcc',
120
+ dark: '#1f201e80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 1 1 1 / 0.8)',
124
+ dark: 'color(display-p3 0.1176 0.1255 0.1176 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'orange9',
116
116
  track: 'orange9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fff5e9cc',
120
+ dark: '#271d1380',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9961 0.9608 0.9176 / 0.8)',
124
+ dark: 'color(display-p3 0.1412 0.1098 0.0706 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'pink9',
116
116
  track: 'pink9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fef5facc',
120
+ dark: '#31132980',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9922 0.9608 0.9804 / 0.8)',
124
+ dark: 'color(display-p3 0.1725 0.0784 0.149 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'plum9',
116
116
  track: 'plum9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fdf5fdcc',
120
+ dark: '#2f152f80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9843 0.9647 0.9843 / 0.8)',
124
+ dark: 'color(display-p3 0.1647 0.0863 0.1725 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'purple9',
116
116
  track: 'purple9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#faf5fecc',
120
+ dark: '#2b173580',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9804 0.9647 0.9922 / 0.8)',
124
+ dark: 'color(display-p3 0.149 0.0941 0.1961 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'red9',
116
116
  track: 'red9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fff5f5cc',
120
+ dark: '#2f151780',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9961 0.9647 0.9647 / 0.8)',
124
+ dark: 'color(display-p3 0.1647 0.0863 0.0863 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'ruby9',
116
116
  track: 'ruby9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fff5f6cc',
120
+ dark: '#2b191d80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9961 0.9647 0.9647 / 0.8)',
124
+ dark: 'color(display-p3 0.1569 0.0941 0.1098 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'sage9',
116
116
  track: 'sage9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#ffffffcc',
120
+ dark: '#1e201f80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 1 1 1 / 0.8)',
124
+ dark: 'color(display-p3 0.1176 0.1255 0.1176 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'sand9',
116
116
  track: 'sand9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#ffffffcc',
120
+ dark: '#21212080',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 1 1 1 / 0.8)',
124
+ dark: 'color(display-p3 0.1255 0.1255 0.1255 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: '#1c2024',
115
115
  indicator: 'sky9',
116
116
  track: 'sky9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#eef9fdcc',
120
+ dark: '#13233b80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9412 0.9765 0.9843 / 0.8)',
124
+ dark: 'color(display-p3 0.0863 0.1333 0.2196 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'slate9',
116
116
  track: 'slate9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#ffffffcc',
120
+ dark: '#1f212380',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 1 1 1 / 0.8)',
124
+ dark: 'color(display-p3 0.1176 0.1255 0.1333 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'teal9',
116
116
  track: 'teal9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#f0faf8cc',
120
+ dark: '#13272580',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9451 0.9804 0.9725 / 0.8)',
124
+ dark: 'color(display-p3 0.0863 0.149 0.1412 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'tomato9',
116
116
  track: 'tomato9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fff6f5cc',
120
+ dark: '#2d191580',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9922 0.9647 0.9608 / 0.8)',
124
+ dark: 'color(display-p3 0.1569 0.0941 0.0784 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: 'white',
115
115
  indicator: 'violet9',
116
116
  track: 'violet9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#f9f6ffcc',
120
+ dark: '#25193980',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9725 0.9647 0.9961 / 0.8)',
124
+ dark: 'color(display-p3 0.1333 0.102 0.2118 / 0.5)',
125
+ },
126
+ },
117
127
  };
@@ -114,5 +114,15 @@ declare const _default: {
114
114
  contrast: string;
115
115
  indicator: string;
116
116
  track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
117
127
  };
118
128
  export default _default;
@@ -114,4 +114,14 @@ export default {
114
114
  contrast: '#21201c',
115
115
  indicator: 'yellow10',
116
116
  track: 'yellow10',
117
+ surface: {
118
+ srgb: {
119
+ light: '#fefbe4cc',
120
+ dark: '#231f1380',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9961 0.9922 0.902 / 0.8)',
124
+ dark: 'color(display-p3 0.1333 0.1176 0.0706 / 0.5)',
125
+ },
126
+ },
117
127
  };