@hh.ru/magritte-ui 140.8.4 → 141.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/base-variables.less +42 -41
- package/css-variables.less +3834 -3743
- package/index.d.ts +3 -2
- package/index.js +3 -2
- package/index.js.map +1 -1
- package/index.mock.d.ts +3 -2
- package/index.mock.js +3 -2
- package/index.mock.js.map +1 -1
- package/package.json +79 -78
- package/themed-tokens.d.ts +1 -0
- package/themed-tokens.js +1 -0
- package/themed-tokens.js.map +1 -1
- package/tokens.less +2162 -2138
- package/visual-tests-overrides.less +21 -21
package/index.d.ts
CHANGED
|
@@ -35,7 +35,8 @@ export * from '@hh.ru/magritte-ui-avatar';
|
|
|
35
35
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
36
|
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell';
|
|
37
37
|
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion';
|
|
38
|
-
export { Modal } from '@hh.ru/magritte-ui-modal';
|
|
38
|
+
export { Modal, ModalWithImage, type ModalProps, type ModalWithImageProps, type ModalMediaProps, } from '@hh.ru/magritte-ui-modal';
|
|
39
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated';
|
|
39
40
|
export * from '@hh.ru/magritte-ui-number-pages';
|
|
40
41
|
export * from '@hh.ru/magritte-ui-breadcrumbs';
|
|
41
42
|
export { ProgressBar, type ProgressBarStyle, type ProgressBarProps } from '@hh.ru/magritte-ui-progress-bar';
|
|
@@ -80,7 +81,7 @@ export * from '@hh.ru/magritte-ui-scrollbar';
|
|
|
80
81
|
export * from '@hh.ru/magritte-ui-text-list';
|
|
81
82
|
export * from '@hh.ru/magritte-ui-content-overlay';
|
|
82
83
|
export * from '@hh.ru/magritte-ui-floating-button';
|
|
83
|
-
export
|
|
84
|
+
export { NavBar, type NavBarProps, type ActionsProps, type PaneProps, type MorphProps, type TitleContainerProps, type LayoutMorphProps, type EnvironmentFingerprintNodeProps, } from '@hh.ru/magritte-ui-nav-bar';
|
|
84
85
|
export * from '@hh.ru/magritte-ui-full-screen-loader';
|
|
85
86
|
export * from '@hh.ru/magritte-ui-media-viewer';
|
|
86
87
|
export * from '@hh.ru/magritte-ui-map';
|
package/index.js
CHANGED
|
@@ -33,7 +33,8 @@ export * from '@hh.ru/magritte-ui-avatar';
|
|
|
33
33
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
34
34
|
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell';
|
|
35
35
|
export { Accordion } from '@hh.ru/magritte-ui-accordion';
|
|
36
|
-
export { Modal } from '@hh.ru/magritte-ui-modal';
|
|
36
|
+
export { Modal, ModalWithImage } from '@hh.ru/magritte-ui-modal';
|
|
37
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated';
|
|
37
38
|
export * from '@hh.ru/magritte-ui-number-pages';
|
|
38
39
|
export * from '@hh.ru/magritte-ui-breadcrumbs';
|
|
39
40
|
export { ProgressBar } from '@hh.ru/magritte-ui-progress-bar';
|
|
@@ -78,7 +79,7 @@ export * from '@hh.ru/magritte-ui-scrollbar';
|
|
|
78
79
|
export * from '@hh.ru/magritte-ui-text-list';
|
|
79
80
|
export * from '@hh.ru/magritte-ui-content-overlay';
|
|
80
81
|
export * from '@hh.ru/magritte-ui-floating-button';
|
|
81
|
-
export
|
|
82
|
+
export { NavBar } from '@hh.ru/magritte-ui-nav-bar';
|
|
82
83
|
export * from '@hh.ru/magritte-ui-full-screen-loader';
|
|
83
84
|
export * from '@hh.ru/magritte-ui-media-viewer';
|
|
84
85
|
export * from '@hh.ru/magritte-ui-map';
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/index.mock.d.ts
CHANGED
|
@@ -39,7 +39,8 @@ export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
|
39
39
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
40
40
|
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
41
41
|
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion/index.mock';
|
|
42
|
-
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
42
|
+
export { Modal, ModalWithImage } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
43
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated/index.mock';
|
|
43
44
|
export * from '@hh.ru/magritte-ui-number-pages/index.mock';
|
|
44
45
|
export * from '@hh.ru/magritte-ui-breadcrumbs/index.mock';
|
|
45
46
|
export { ProgressBar, type ProgressBarStyle, type ProgressBarProps } from '@hh.ru/magritte-ui-progress-bar/index.mock';
|
|
@@ -76,7 +77,7 @@ export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
|
|
|
76
77
|
export * from '@hh.ru/magritte-ui-text-list/index.mock';
|
|
77
78
|
export * from '@hh.ru/magritte-ui-content-overlay/index.mock';
|
|
78
79
|
export * from '@hh.ru/magritte-ui-floating-button/index.mock';
|
|
79
|
-
export
|
|
80
|
+
export { NavBar, type NavBarProps, type ActionsProps, type PaneProps, type MorphProps, type TitleContainerProps, type LayoutMorphProps, type EnvironmentFingerprintNodeProps, } from '@hh.ru/magritte-ui-nav-bar/index.mock';
|
|
80
81
|
export * from '@hh.ru/magritte-ui-full-screen-loader/index.mock';
|
|
81
82
|
export * from '@hh.ru/magritte-ui-media-viewer/index.mock';
|
|
82
83
|
export * from '@hh.ru/magritte-ui-map/index.mock';
|
package/index.mock.js
CHANGED
|
@@ -35,7 +35,8 @@ export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
|
35
35
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
36
|
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
37
37
|
export { Accordion } from '@hh.ru/magritte-ui-accordion/index.mock';
|
|
38
|
-
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
38
|
+
export { Modal, ModalWithImage } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
39
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated/index.mock';
|
|
39
40
|
export * from '@hh.ru/magritte-ui-number-pages/index.mock';
|
|
40
41
|
export * from '@hh.ru/magritte-ui-breadcrumbs/index.mock';
|
|
41
42
|
export { ProgressBar } from '@hh.ru/magritte-ui-progress-bar/index.mock';
|
|
@@ -72,7 +73,7 @@ export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
|
|
|
72
73
|
export * from '@hh.ru/magritte-ui-text-list/index.mock';
|
|
73
74
|
export * from '@hh.ru/magritte-ui-content-overlay/index.mock';
|
|
74
75
|
export * from '@hh.ru/magritte-ui-floating-button/index.mock';
|
|
75
|
-
export
|
|
76
|
+
export { NavBar } from '@hh.ru/magritte-ui-nav-bar/index.mock';
|
|
76
77
|
export * from '@hh.ru/magritte-ui-full-screen-loader/index.mock';
|
|
77
78
|
export * from '@hh.ru/magritte-ui-media-viewer/index.mock';
|
|
78
79
|
export * from '@hh.ru/magritte-ui-map/index.mock';
|
package/index.mock.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mock.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mock.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "141.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -22,91 +22,92 @@
|
|
|
22
22
|
"@hh.ru/magritte-common-keyboard": "4.3.4",
|
|
23
23
|
"@hh.ru/magritte-common-mouse": "1.2.0",
|
|
24
24
|
"@hh.ru/magritte-common-resize": "0.2.2",
|
|
25
|
-
"@hh.ru/magritte-common-use-collapsible": "2.0.
|
|
25
|
+
"@hh.ru/magritte-common-use-collapsible": "2.0.27",
|
|
26
26
|
"@hh.ru/magritte-common-use-loading-state": "1.0.11",
|
|
27
27
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.11",
|
|
28
28
|
"@hh.ru/magritte-common-use-translation": "3.1.0",
|
|
29
|
-
"@hh.ru/magritte-design-tokens": "24.7.
|
|
29
|
+
"@hh.ru/magritte-design-tokens": "24.7.2",
|
|
30
30
|
"@hh.ru/magritte-fonts": "1.6.0",
|
|
31
31
|
"@hh.ru/magritte-reset-css": "1.3.0",
|
|
32
32
|
"@hh.ru/magritte-types": "5.0.7",
|
|
33
|
-
"@hh.ru/magritte-ui-accordion": "3.1.
|
|
34
|
-
"@hh.ru/magritte-ui-action": "6.0.
|
|
35
|
-
"@hh.ru/magritte-ui-action-bar": "5.
|
|
36
|
-
"@hh.ru/magritte-ui-action-list": "8.1.
|
|
37
|
-
"@hh.ru/magritte-ui-alert": "4.0.
|
|
38
|
-
"@hh.ru/magritte-ui-assistant": "1.0.
|
|
39
|
-
"@hh.ru/magritte-ui-avatar": "8.2.
|
|
40
|
-
"@hh.ru/magritte-ui-badge": "4.0.
|
|
41
|
-
"@hh.ru/magritte-ui-banner": "6.2.
|
|
42
|
-
"@hh.ru/magritte-ui-bottom-sheet": "9.4.
|
|
43
|
-
"@hh.ru/magritte-ui-branded-button": "2.3.
|
|
44
|
-
"@hh.ru/magritte-ui-breadcrumbs": "7.1.
|
|
33
|
+
"@hh.ru/magritte-ui-accordion": "3.1.45",
|
|
34
|
+
"@hh.ru/magritte-ui-action": "6.0.14",
|
|
35
|
+
"@hh.ru/magritte-ui-action-bar": "5.4.0",
|
|
36
|
+
"@hh.ru/magritte-ui-action-list": "8.1.75",
|
|
37
|
+
"@hh.ru/magritte-ui-alert": "4.0.32",
|
|
38
|
+
"@hh.ru/magritte-ui-assistant": "1.0.39",
|
|
39
|
+
"@hh.ru/magritte-ui-avatar": "8.2.7",
|
|
40
|
+
"@hh.ru/magritte-ui-badge": "4.0.12",
|
|
41
|
+
"@hh.ru/magritte-ui-banner": "6.2.26",
|
|
42
|
+
"@hh.ru/magritte-ui-bottom-sheet": "9.4.6",
|
|
43
|
+
"@hh.ru/magritte-ui-branded-button": "2.3.15",
|
|
44
|
+
"@hh.ru/magritte-ui-breadcrumbs": "7.1.74",
|
|
45
45
|
"@hh.ru/magritte-ui-breakpoint": "6.1.1",
|
|
46
|
-
"@hh.ru/magritte-ui-button": "7.2.
|
|
47
|
-
"@hh.ru/magritte-ui-button-stack": "4.0.
|
|
48
|
-
"@hh.ru/magritte-ui-card": "8.5.
|
|
49
|
-
"@hh.ru/magritte-ui-cell": "7.2.
|
|
50
|
-
"@hh.ru/magritte-ui-checkable-card": "5.0.
|
|
51
|
-
"@hh.ru/magritte-ui-checkbox-radio": "4.1.
|
|
52
|
-
"@hh.ru/magritte-ui-chips": "7.0.
|
|
53
|
-
"@hh.ru/magritte-ui-chips-input": "9.5.
|
|
54
|
-
"@hh.ru/magritte-ui-chips-trigger": "4.3.
|
|
55
|
-
"@hh.ru/magritte-ui-content-overlay": "1.2.
|
|
56
|
-
"@hh.ru/magritte-ui-date-picker": "6.1.
|
|
57
|
-
"@hh.ru/magritte-ui-divider": "3.2.
|
|
58
|
-
"@hh.ru/magritte-ui-dot-pages": "4.0.
|
|
59
|
-
"@hh.ru/magritte-ui-drop": "12.3.
|
|
60
|
-
"@hh.ru/magritte-ui-floating-button": "3.0.
|
|
61
|
-
"@hh.ru/magritte-ui-form-helper": "2.1.
|
|
62
|
-
"@hh.ru/magritte-ui-form-label": "8.1.
|
|
63
|
-
"@hh.ru/magritte-ui-full-screen-loader": "1.1.
|
|
64
|
-
"@hh.ru/magritte-ui-grid": "3.0.
|
|
65
|
-
"@hh.ru/magritte-ui-icon": "14.2.
|
|
66
|
-
"@hh.ru/magritte-ui-input": "9.4.
|
|
67
|
-
"@hh.ru/magritte-ui-layer": "3.2.
|
|
46
|
+
"@hh.ru/magritte-ui-button": "7.2.14",
|
|
47
|
+
"@hh.ru/magritte-ui-button-stack": "4.0.14",
|
|
48
|
+
"@hh.ru/magritte-ui-card": "8.5.19",
|
|
49
|
+
"@hh.ru/magritte-ui-cell": "7.2.27",
|
|
50
|
+
"@hh.ru/magritte-ui-checkable-card": "5.0.34",
|
|
51
|
+
"@hh.ru/magritte-ui-checkbox-radio": "4.1.23",
|
|
52
|
+
"@hh.ru/magritte-ui-chips": "7.0.22",
|
|
53
|
+
"@hh.ru/magritte-ui-chips-input": "9.5.35",
|
|
54
|
+
"@hh.ru/magritte-ui-chips-trigger": "4.3.29",
|
|
55
|
+
"@hh.ru/magritte-ui-content-overlay": "1.2.1",
|
|
56
|
+
"@hh.ru/magritte-ui-date-picker": "6.1.66",
|
|
57
|
+
"@hh.ru/magritte-ui-divider": "3.2.1",
|
|
58
|
+
"@hh.ru/magritte-ui-dot-pages": "4.0.26",
|
|
59
|
+
"@hh.ru/magritte-ui-drop": "12.3.32",
|
|
60
|
+
"@hh.ru/magritte-ui-floating-button": "3.0.29",
|
|
61
|
+
"@hh.ru/magritte-ui-form-helper": "2.1.15",
|
|
62
|
+
"@hh.ru/magritte-ui-form-label": "8.1.74",
|
|
63
|
+
"@hh.ru/magritte-ui-full-screen-loader": "1.1.27",
|
|
64
|
+
"@hh.ru/magritte-ui-grid": "3.0.8",
|
|
65
|
+
"@hh.ru/magritte-ui-icon": "14.2.12",
|
|
66
|
+
"@hh.ru/magritte-ui-input": "9.4.29",
|
|
67
|
+
"@hh.ru/magritte-ui-layer": "3.2.6",
|
|
68
68
|
"@hh.ru/magritte-ui-layout": "2.0.3",
|
|
69
|
-
"@hh.ru/magritte-ui-link": "7.1.
|
|
70
|
-
"@hh.ru/magritte-ui-loader": "3.0.
|
|
71
|
-
"@hh.ru/magritte-ui-map": "1.1.
|
|
72
|
-
"@hh.ru/magritte-ui-media-viewer": "1.2.
|
|
73
|
-
"@hh.ru/magritte-ui-modal": "
|
|
74
|
-
"@hh.ru/magritte-ui-
|
|
75
|
-
"@hh.ru/magritte-ui-
|
|
76
|
-
"@hh.ru/magritte-ui-
|
|
77
|
-
"@hh.ru/magritte-ui-
|
|
78
|
-
"@hh.ru/magritte-ui-
|
|
79
|
-
"@hh.ru/magritte-ui-
|
|
80
|
-
"@hh.ru/magritte-ui-
|
|
81
|
-
"@hh.ru/magritte-ui-
|
|
82
|
-
"@hh.ru/magritte-ui-rating-
|
|
83
|
-
"@hh.ru/magritte-ui-rating-
|
|
84
|
-
"@hh.ru/magritte-ui-
|
|
85
|
-
"@hh.ru/magritte-ui-
|
|
86
|
-
"@hh.ru/magritte-ui-
|
|
87
|
-
"@hh.ru/magritte-ui-
|
|
88
|
-
"@hh.ru/magritte-ui-
|
|
89
|
-
"@hh.ru/magritte-ui-
|
|
90
|
-
"@hh.ru/magritte-ui-
|
|
91
|
-
"@hh.ru/magritte-ui-
|
|
92
|
-
"@hh.ru/magritte-ui-
|
|
93
|
-
"@hh.ru/magritte-ui-
|
|
94
|
-
"@hh.ru/magritte-ui-
|
|
95
|
-
"@hh.ru/magritte-ui-
|
|
96
|
-
"@hh.ru/magritte-ui-
|
|
97
|
-
"@hh.ru/magritte-ui-
|
|
98
|
-
"@hh.ru/magritte-ui-
|
|
99
|
-
"@hh.ru/magritte-ui-
|
|
100
|
-
"@hh.ru/magritte-ui-
|
|
101
|
-
"@hh.ru/magritte-ui-
|
|
102
|
-
"@hh.ru/magritte-ui-
|
|
103
|
-
"@hh.ru/magritte-ui-
|
|
104
|
-
"@hh.ru/magritte-ui-
|
|
69
|
+
"@hh.ru/magritte-ui-link": "7.1.31",
|
|
70
|
+
"@hh.ru/magritte-ui-loader": "3.0.14",
|
|
71
|
+
"@hh.ru/magritte-ui-map": "1.1.20",
|
|
72
|
+
"@hh.ru/magritte-ui-media-viewer": "1.2.59",
|
|
73
|
+
"@hh.ru/magritte-ui-modal": "11.0.0",
|
|
74
|
+
"@hh.ru/magritte-ui-modal-deprecated": "1.0.1",
|
|
75
|
+
"@hh.ru/magritte-ui-nav-bar": "2.0.0",
|
|
76
|
+
"@hh.ru/magritte-ui-navigation-bar": "10.1.37",
|
|
77
|
+
"@hh.ru/magritte-ui-number-pages": "4.1.28",
|
|
78
|
+
"@hh.ru/magritte-ui-phone-input": "4.2.70",
|
|
79
|
+
"@hh.ru/magritte-ui-pincode-input": "2.5.20",
|
|
80
|
+
"@hh.ru/magritte-ui-placeholder": "11.1.27",
|
|
81
|
+
"@hh.ru/magritte-ui-progress-bar": "5.0.26",
|
|
82
|
+
"@hh.ru/magritte-ui-rating-review": "3.1.27",
|
|
83
|
+
"@hh.ru/magritte-ui-rating-smiles": "2.0.23",
|
|
84
|
+
"@hh.ru/magritte-ui-rating-stars": "2.2.27",
|
|
85
|
+
"@hh.ru/magritte-ui-scrollable-container": "6.2.23",
|
|
86
|
+
"@hh.ru/magritte-ui-scrollbar": "1.0.28",
|
|
87
|
+
"@hh.ru/magritte-ui-segmented": "2.1.28",
|
|
88
|
+
"@hh.ru/magritte-ui-select": "12.9.6",
|
|
89
|
+
"@hh.ru/magritte-ui-skeleton": "3.0.25",
|
|
90
|
+
"@hh.ru/magritte-ui-snackbar": "6.4.3",
|
|
91
|
+
"@hh.ru/magritte-ui-spacing": "2.1.21",
|
|
92
|
+
"@hh.ru/magritte-ui-stepper": "1.3.16",
|
|
93
|
+
"@hh.ru/magritte-ui-strikethrough": "1.0.9",
|
|
94
|
+
"@hh.ru/magritte-ui-suggest": "11.3.5",
|
|
95
|
+
"@hh.ru/magritte-ui-swipe": "8.2.30",
|
|
96
|
+
"@hh.ru/magritte-ui-switch": "3.1.24",
|
|
97
|
+
"@hh.ru/magritte-ui-table": "4.0.4",
|
|
98
|
+
"@hh.ru/magritte-ui-tabs": "7.2.46",
|
|
99
|
+
"@hh.ru/magritte-ui-tag": "5.3.12",
|
|
100
|
+
"@hh.ru/magritte-ui-text-list": "1.1.38",
|
|
101
|
+
"@hh.ru/magritte-ui-textarea": "3.3.31",
|
|
102
|
+
"@hh.ru/magritte-ui-theme-wrapper": "1.1.19",
|
|
103
|
+
"@hh.ru/magritte-ui-timer": "1.2.78",
|
|
104
|
+
"@hh.ru/magritte-ui-title": "8.3.3",
|
|
105
|
+
"@hh.ru/magritte-ui-tooltip": "11.0.27",
|
|
105
106
|
"@hh.ru/magritte-ui-translate-guard": "0.1.19",
|
|
106
|
-
"@hh.ru/magritte-ui-tree-selector": "5.5.
|
|
107
|
-
"@hh.ru/magritte-ui-trigger": "4.3.
|
|
108
|
-
"@hh.ru/magritte-ui-typography": "5.3.
|
|
109
|
-
"@hh.ru/magritte-ui-upload": "4.3.
|
|
107
|
+
"@hh.ru/magritte-ui-tree-selector": "5.5.48",
|
|
108
|
+
"@hh.ru/magritte-ui-trigger": "4.3.23",
|
|
109
|
+
"@hh.ru/magritte-ui-typography": "5.3.6",
|
|
110
|
+
"@hh.ru/magritte-ui-upload": "4.3.20"
|
|
110
111
|
},
|
|
111
112
|
"peerDependencies": {
|
|
112
113
|
"classnames": ">=2.3.2",
|
|
@@ -117,5 +118,5 @@
|
|
|
117
118
|
"publishConfig": {
|
|
118
119
|
"access": "public"
|
|
119
120
|
},
|
|
120
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "c04d157907ffbb3a873f8cd98fb63c4034f93f69"
|
|
121
122
|
}
|
package/themed-tokens.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ declare const _default: {
|
|
|
25
25
|
'magritte-color-stroke-positive': string;
|
|
26
26
|
'magritte-color-stroke-warning': string;
|
|
27
27
|
'magritte-color-stroke-special': string;
|
|
28
|
+
'magritte-color-stroke-overlay': string;
|
|
28
29
|
'magritte-color-stroke-neutral-phantom': string;
|
|
29
30
|
'magritte-color-stroke-neutral-inner': string;
|
|
30
31
|
'magritte-color-stroke-vivid': string;
|
package/themed-tokens.js
CHANGED
|
@@ -26,6 +26,7 @@ var themedTokens = {
|
|
|
26
26
|
'magritte-color-stroke-positive': '#10b55f',
|
|
27
27
|
'magritte-color-stroke-warning': '#D78009',
|
|
28
28
|
'magritte-color-stroke-special': '#a579f4',
|
|
29
|
+
'magritte-color-stroke-overlay': '#c6c6c63d',
|
|
29
30
|
'magritte-color-stroke-neutral-phantom': '#30303000',
|
|
30
31
|
'magritte-color-stroke-neutral-inner': '#303030',
|
|
31
32
|
'magritte-color-stroke-vivid': '#F9DB76',
|
package/themed-tokens.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themed-tokens.js","sources":["src/themed-tokens.ts"],"sourcesContent":["/* AUTOGENERATED FILE */\n\nexport default {\n 'hh-day': {\n 'magritte-color-stroke-neutral': '#DCE3EB',\n 'magritte-color-stroke-phantom': '#DCE3EB',\n 'magritte-color-stroke-overlay': '#5e6c773d',\n 'magritte-color-stroke-accent': '#0070ff',\n 'magritte-color-stroke-positive': '#0dc267',\n 'magritte-color-stroke-negative': '#ff4d3a',\n 'magritte-color-stroke-warning': '#ff9900',\n 'magritte-color-stroke-special': '#9054ea',\n 'magritte-color-stroke-dreamy': '#5ac8ff',\n 'magritte-color-stroke-lovely': '#ff3c77',\n 'magritte-color-stroke-vivid': '#F7D044',\n 'magritte-color-stroke-neutral-heavy': '#000000',\n 'magritte-color-stroke-neutral-inner': '#DCE3EB',\n 'magritte-color-stroke-neutral-phantom': '#DCE3EB',\n 'magritte-color-stroke-constant': '#303030',\n 'magritte-color-stroke-constant-alt': '#ffffff',\n 'magritte-color-component-map-background-area': '#0070ff29',\n },\n 'hh-night': {\n 'magritte-color-stroke-neutral': '#303030',\n 'magritte-color-stroke-phantom': '#30303000',\n 'magritte-color-stroke-accent': '#2b7fff',\n 'magritte-color-stroke-positive': '#10b55f',\n 'magritte-color-stroke-warning': '#D78009',\n 'magritte-color-stroke-special': '#a579f4',\n 'magritte-color-stroke-neutral-phantom': '#30303000',\n 'magritte-color-stroke-neutral-inner': '#303030',\n 'magritte-color-stroke-vivid': '#F9DB76',\n 'magritte-color-stroke-neutral-heavy': '#ffffff',\n 'magritte-color-component-map-background-area': '#2b7fff29',\n },\n 'zp-day': {\n 'magritte-color-stroke-accent': '#7195AF',\n 'magritte-color-stroke-warning': '#D78009',\n 'magritte-color-stroke-vivid': '#F9DB76',\n 'magritte-color-component-map-background-area': '#7195af29',\n },\n};\n"],"names":[],"mappings":"AAAA;AAEA,mBAAe;AACX,IAAA,QAAQ,EAAE;AACN,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,WAAW;AAC5C,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,6BAA6B,EAAE,SAAS;AACxC,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,uCAAuC,EAAE,SAAS;AAClD,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,oCAAoC,EAAE,SAAS;AAC/C,QAAA,8CAA8C,EAAE,WAAW;AAC9D,KAAA;AACD,IAAA,UAAU,EAAE;AACR,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,WAAW;AAC5C,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,uCAAuC,EAAE,WAAW;AACpD,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,6BAA6B,EAAE,SAAS;AACxC,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,8CAA8C,EAAE,WAAW;AAC9D,KAAA;AACD,IAAA,QAAQ,EAAE;AACN,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,6BAA6B,EAAE,SAAS;AACxC,QAAA,8CAA8C,EAAE,WAAW;AAC9D,KAAA;CACJ;;;;"}
|
|
1
|
+
{"version":3,"file":"themed-tokens.js","sources":["src/themed-tokens.ts"],"sourcesContent":["/* AUTOGENERATED FILE */\n\nexport default {\n 'hh-day': {\n 'magritte-color-stroke-neutral': '#DCE3EB',\n 'magritte-color-stroke-phantom': '#DCE3EB',\n 'magritte-color-stroke-overlay': '#5e6c773d',\n 'magritte-color-stroke-accent': '#0070ff',\n 'magritte-color-stroke-positive': '#0dc267',\n 'magritte-color-stroke-negative': '#ff4d3a',\n 'magritte-color-stroke-warning': '#ff9900',\n 'magritte-color-stroke-special': '#9054ea',\n 'magritte-color-stroke-dreamy': '#5ac8ff',\n 'magritte-color-stroke-lovely': '#ff3c77',\n 'magritte-color-stroke-vivid': '#F7D044',\n 'magritte-color-stroke-neutral-heavy': '#000000',\n 'magritte-color-stroke-neutral-inner': '#DCE3EB',\n 'magritte-color-stroke-neutral-phantom': '#DCE3EB',\n 'magritte-color-stroke-constant': '#303030',\n 'magritte-color-stroke-constant-alt': '#ffffff',\n 'magritte-color-component-map-background-area': '#0070ff29',\n },\n 'hh-night': {\n 'magritte-color-stroke-neutral': '#303030',\n 'magritte-color-stroke-phantom': '#30303000',\n 'magritte-color-stroke-accent': '#2b7fff',\n 'magritte-color-stroke-positive': '#10b55f',\n 'magritte-color-stroke-warning': '#D78009',\n 'magritte-color-stroke-special': '#a579f4',\n 'magritte-color-stroke-overlay': '#c6c6c63d',\n 'magritte-color-stroke-neutral-phantom': '#30303000',\n 'magritte-color-stroke-neutral-inner': '#303030',\n 'magritte-color-stroke-vivid': '#F9DB76',\n 'magritte-color-stroke-neutral-heavy': '#ffffff',\n 'magritte-color-component-map-background-area': '#2b7fff29',\n },\n 'zp-day': {\n 'magritte-color-stroke-accent': '#7195AF',\n 'magritte-color-stroke-warning': '#D78009',\n 'magritte-color-stroke-vivid': '#F9DB76',\n 'magritte-color-component-map-background-area': '#7195af29',\n },\n};\n"],"names":[],"mappings":"AAAA;AAEA,mBAAe;AACX,IAAA,QAAQ,EAAE;AACN,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,WAAW;AAC5C,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,6BAA6B,EAAE,SAAS;AACxC,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,uCAAuC,EAAE,SAAS;AAClD,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,oCAAoC,EAAE,SAAS;AAC/C,QAAA,8CAA8C,EAAE,WAAW;AAC9D,KAAA;AACD,IAAA,UAAU,EAAE;AACR,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,WAAW;AAC5C,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,gCAAgC,EAAE,SAAS;AAC3C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,+BAA+B,EAAE,WAAW;AAC5C,QAAA,uCAAuC,EAAE,WAAW;AACpD,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,6BAA6B,EAAE,SAAS;AACxC,QAAA,qCAAqC,EAAE,SAAS;AAChD,QAAA,8CAA8C,EAAE,WAAW;AAC9D,KAAA;AACD,IAAA,QAAQ,EAAE;AACN,QAAA,8BAA8B,EAAE,SAAS;AACzC,QAAA,+BAA+B,EAAE,SAAS;AAC1C,QAAA,6BAA6B,EAAE,SAAS;AACxC,QAAA,8CAA8C,EAAE,WAAW;AAC9D,KAAA;CACJ;;;;"}
|