@mptw/skylens-ui 1.4.14 → 1.4.16

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 (58) hide show
  1. package/assets/css/layout.styl +5 -5
  2. package/components/SLAlertModal.vue +4 -4
  3. package/components/SLButton.vue +29 -29
  4. package/components/SLCalendarButton.vue +1 -1
  5. package/components/SLCalendarPopup.vue +4 -4
  6. package/components/SLCard.vue +5 -5
  7. package/components/SLCircleButton.vue +5 -5
  8. package/components/SLCollapsableBlock.vue +1 -1
  9. package/components/SLCollapsableMulitPillSelect.vue +2 -2
  10. package/components/SLConfirmModal.vue +1 -1
  11. package/components/SLDateInput.vue +6 -6
  12. package/components/SLDownloadButton.vue +3 -3
  13. package/components/SLDropdown.vue +2 -2
  14. package/components/SLDropdownItem.vue +2 -2
  15. package/components/SLElementWithTitle.vue +1 -1
  16. package/components/SLFileInput.vue +2 -2
  17. package/components/SLGenderAgeSelect.vue +3 -3
  18. package/components/SLHourRangeInput.vue +2 -2
  19. package/components/SLIOSSwitch.vue +2 -2
  20. package/components/SLIconButton.vue +4 -4
  21. package/components/SLInfoTip.vue +1 -1
  22. package/components/SLInsightSitePage.vue +1 -1
  23. package/components/SLLegend.vue +1 -1
  24. package/components/SLLoading.vue +5 -5
  25. package/components/SLModal.vue +1 -1
  26. package/components/SLMonthCalendarButton.vue +3 -3
  27. package/components/SLMonthPicker.vue +2 -2
  28. package/components/SLMultiEmailInput.vue +7 -7
  29. package/components/SLMultiSelect.vue +3 -3
  30. package/components/SLNoData.vue +1 -1
  31. package/components/SLPillCheckbox.vue +16 -21
  32. package/components/SLPillLabel.vue +17 -17
  33. package/components/SLPopupMenuButton.vue +2 -2
  34. package/components/SLProfileButton.vue +3 -3
  35. package/components/SLProjectShareItem.vue +3 -3
  36. package/components/SLRadioGroup.vue +17 -17
  37. package/components/SLRangeInput.vue +2 -2
  38. package/components/SLRightSider.vue +5 -5
  39. package/components/SLSearchInput.vue +2 -2
  40. package/components/SLSelect.vue +6 -6
  41. package/components/SLSelectAllToggle.vue +11 -11
  42. package/components/SLSiderbarNav.vue +14 -14
  43. package/components/SLSkyInsightSitePage.vue +1 -1
  44. package/components/SLSortByDropdown.vue +3 -3
  45. package/components/SLStayRangeInput.vue +2 -2
  46. package/components/SLTab.vue +12 -3
  47. package/components/SLTable.vue +10 -10
  48. package/components/SLTableTooltip.vue +2 -2
  49. package/components/SLTabs.vue +14 -10
  50. package/components/SLTextInput.vue +9 -9
  51. package/components/SLTextarea.vue +3 -3
  52. package/components/SLToast.vue +1 -1
  53. package/components/SLToggleButton.vue +2 -2
  54. package/components/SLTwoLayerMultiSelect.vue +5 -5
  55. package/components/SLTwoLayerSelect.vue +3 -3
  56. package/components/SLTwoLayerSingleSelect.vue +1 -1
  57. package/package.json +1 -1
  58. package/tailwind.config.js +59 -103
@@ -12,154 +12,110 @@ module.exports = {
12
12
  backdropBlur: {
13
13
  5: '5px',
14
14
  8: '8px',
15
- 20: '20px',
16
15
  },
17
16
  fontFamily: {
18
17
  'login-title': 'Roboto',
19
18
  },
20
19
  colors: {
21
20
  primary: {
22
- DEFAULT: '#5A5C85',
23
- lighter: '#BABBE1',
24
- light: '#A09BAF',
25
- hover: '#8486B4',
26
- heavy: '#4D4F79',
21
+ 25: '#F9F9FF',
22
+ 50: '#F3F4F8',
23
+ 100: '#E8EAF2',
24
+ 200: '#DDE1F3',
25
+ 300: '#BABBE1',
26
+ 400: '#A1A3D0',
27
+ 500: '#9193C1',
28
+ 600: '#8486B4',
29
+ DEFAULT: '#626493',
30
+ 800: '#4E5076',
31
+ 900: '#3B3C58',
27
32
  },
28
33
  secondary: {
29
- DEFAULT: '#FBBE21',
30
- hover: '#FFD874',
31
- line: '#EEB13C',
32
- 'line-base': '#F2EFE8',
33
- light: '#FFFBF1',
34
- 'new-light': '#EAF1FF',
35
- new: '#6182C3',
36
- 'new-300': '#9AA9C7',
37
- 'new-bg': '#F1F5FC',
34
+ 50: '#F1F5FC',
35
+ 200: '#EAF1FF',
36
+ 400: '#A9BADB',
37
+ 500: '#90A8D7',
38
+ 600: '#7996CF',
39
+ DEFAULT: '#6182C3',
40
+ 800: '#4E689C',
38
41
  'new-dark': '#445B89',
39
42
  },
40
43
  third: {
41
- DEFAULT: '#82CDDB',
42
- hover: '#4EA3B6',
43
- line: '#69B590',
44
- 'line-base': '#E8F2ED',
45
- light: '#F9FFF1',
46
- 7: '#4C8098',
44
+ 50: '#F9FFF1',
45
+ 100: '#E8F2EB',
46
+ 400: '#B3D9C7',
47
+ 500: '#82CDDB',
48
+ 600: '#4EA3B6',
49
+ DEFAULT: '#4C8098',
47
50
  },
48
51
  four: {
49
- DEFAULT: '#FEABBF',
50
- hover: '#EC6F8D',
51
- 'line-base': '#FAE7F0',
52
+ 100: '#FAE7F0',
53
+ 400: '#FEABBF',
54
+ 500: '#EC6F8D',
55
+ },
56
+ highlight: {
57
+ 50: '#FFFBF1',
58
+ 100: '#F2EFE8',
59
+ 300: '#F6D79D',
60
+ 400: '#FFD874',
61
+ 500: '#FBBE21',
62
+ 600: '#FDB242',
63
+ DEFAULT: '#EEB13C',
64
+ },
65
+ poi: {
66
+ 100: '#F1AFCE',
67
+ 300: '#EB8CB9',
68
+ DEFAULT: '#D35092',
69
+ 900: '#AA5488',
52
70
  },
53
71
  danger: {
54
72
  DEFAULT: '#F35A5A',
55
- hover: '#FE7D7D',
73
+ light: '#FE8678',
56
74
  },
57
75
  red: {
76
+ 2: '#F34141',
58
77
  DEFAULT: '#EB5757',
59
78
  },
60
- cancel: {
61
- DEFAULT: '#E0E0E0',
62
- hover: '#CCCCCC',
63
- },
64
79
  gray: {
65
- 1: '#333333',
66
- 2: '#4F4F4F',
67
- 3: '#828282',
68
- 4: '#BDBDBD',
69
- 5: '#E0E0E0',
70
- 6: '#F2F2F2',
71
- DEFAULT: '#FBFBFB',
80
+ 1: '#2C2D31',
81
+ 2: '#4D4F55',
82
+ 3: '#858792',
83
+ 4: '#BCBFCF',
84
+ 4.5: '#C7C5D0',
85
+ 5: '#DFE1E9',
86
+ 6: '#ECECF2',
87
+ },
88
+ green: {
89
+ 2: '#6EC393',
90
+ DEFAULT: '#27AE60',
72
91
  },
73
92
  blue: {
74
93
  1: '#2F80ED',
75
- 2: '#2D9CDB',
94
+ 2: '#110DFB',
76
95
  3: '#332FED',
77
- 4: '#110DFB',
78
96
  },
79
97
  orange: {
80
98
  DEFAULT: '#F48A28',
81
99
  },
82
- 'edit-purple': '#6E6BDD',
83
- bg: {
84
- DEFAULT: '#E8EAF2',
85
- middle: '#F3F4F8',
86
- },
87
- line: 'rgba(229, 230, 244, 0.5)',
88
- border: {
89
- DEFAULT: '#A09BAF',
100
+ edit: {
101
+ DEFAULT: '#6E6BDD',
90
102
  },
91
103
  card: {
92
- 'primary-light': '#F9F9FF',
93
- 'secondary-light': '#FFFBF1',
94
- 'third-light': '#F9FFF1',
95
104
  'lightpr-bg': '#FBFCFF',
96
105
  },
97
106
  insight: {
98
107
  title: '#696CBA',
99
108
  'title-line': '#9B74DA',
100
109
  'hint-line': '#ADB4F5',
101
- 'web-comment-border-start': '#39BBE4',
102
- 'web-comment-border-end': 'rgb(144 128 241/0.74)',
103
- 'web-1-layer': '#64C2FD',
104
- 'web-2-layer': '#5966D0',
105
- 'web-3-layer': '#8191F4',
106
- 'web-4-layer': '#838BB9',
107
- 'web-1-start': '#24afdd',
108
- 'web-1-end': '#5e5bf4',
109
- 'web-2-start': '#4953B0',
110
- 'web-2-end': '#5A68E8',
111
- 'web-3-start': '#6775F4',
112
- 'web-3-end': '#4F79E5',
113
- 'web-4-start': '#838bb9',
114
- 'web-4-end': '#5c89fa',
115
- 'web-border-1': '#AEBFFD',
116
- 'web-border-2': '#7181C7',
117
110
  'web-title-start': '#39BBE4',
118
111
  'web-title-end': 'rgb(144 128 241/0.74)',
119
- 'poi-comment-border-start': '#FF835C',
120
- 'poi-comment-border-end': 'rgb(120 91 207/0.74)',
121
- 'poi-1-layer': '#A444D1',
122
- 'poi-2-layer': '#D87BAA',
123
- 'poi-3-layer': '#F7A175',
124
- 'poi-4-layer': '#EEBD5C',
125
- 'poi-1-start': '#FF5252',
126
- 'poi-1-end': '#8631F1',
127
- 'poi-2-start': '#FB715E',
128
- 'poi-2-end': '#B86EE4',
129
- 'poi-3-start': '#FE9960',
130
- 'poi-3-end': '#AB8DFF',
131
- 'poi-4-start': '#ffb23f',
132
- 'poi-4-end': '#c9b5f8',
133
- 'poi-border-1': '#FFD3E3',
134
- 'poi-border-2': '#F66C95',
135
- 'poi-title-start': 'rgb(255 131 92/0.7)',
136
- 'poi-title-end': 'rgb(120 91 207/0.74)',
137
- yellow: '#FDB242',
138
- 'highlight-brand': '#4C49D2',
139
- 'section-bg': '#FDFDFF',
140
112
  },
141
- backdrop: {
113
+ mask: {
142
114
  DEFAULT: '#47485A',
143
115
  },
144
116
  'login-bg': {
145
117
  DEFAULT: '#fefefe',
146
118
  },
147
- popup: {
148
- DEFAULT: '#5a5c85',
149
- },
150
- up: {
151
- DEFAULT: '#6EC393',
152
- word: '#27AE60',
153
- bg: '#E8F2EB',
154
- },
155
- down: {
156
- DEFAULT: '#FE8678',
157
- word: '#F35A5A',
158
- bg: '#FE8678'
159
- },
160
- chart: {
161
- 'horizontal-line': '#E5E6F4',
162
- },
163
119
  },
164
120
  boxShadow: {
165
121
  DEFAULT: '0px 2px 4px rgba(111, 111, 111, 0.2)',