@hh.ru/magritte-ui 138.6.6 → 138.7.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/types.d.ts CHANGED
@@ -8,6 +8,8 @@ export declare const tokenColorIconValues: readonly ["primary", "secondary", "te
8
8
  export type TokenColorIcon = (typeof tokenColorIconValues)[number];
9
9
  export declare const tokenColorStrokeValues: readonly ["neutral", "phantom", "overlay", "accent", "positive", "negative", "warning", "special", "dreamy", "lovely", "vivid", "neutral-heavy", "constant", "constant-alt"];
10
10
  export type TokenColorStroke = (typeof tokenColorStrokeValues)[number];
11
+ export declare const tokenColorTextValues: readonly ["primary", "secondary", "tertiary", "dense", "accent", "accent-secondary", "positive", "positive-secondary", "negative", "negative-secondary", "warning", "warning-secondary", "special", "special-secondary", "constant", "constant-secondary", "inverse", "inverse-secondary", "lovely", "lovely-secondary", "dreamy", "dreamy-secondary", "vivid", "vivid-secondary"];
12
+ export type TokenColorText = (typeof tokenColorTextValues)[number];
11
13
  export declare const tokenShadowValues: readonly ["level-3", "level-2", "level-1", "level-0"];
12
14
  export type TokenShadow = (typeof tokenShadowValues)[number];
13
15
  export declare const tokenSemanticAnimationTimeXsDuration = 100;
package/types.js CHANGED
@@ -78,6 +78,32 @@ const tokenColorStrokeValues = [
78
78
  'constant',
79
79
  'constant-alt',
80
80
  ];
81
+ const tokenColorTextValues = [
82
+ 'primary',
83
+ 'secondary',
84
+ 'tertiary',
85
+ 'dense',
86
+ 'accent',
87
+ 'accent-secondary',
88
+ 'positive',
89
+ 'positive-secondary',
90
+ 'negative',
91
+ 'negative-secondary',
92
+ 'warning',
93
+ 'warning-secondary',
94
+ 'special',
95
+ 'special-secondary',
96
+ 'constant',
97
+ 'constant-secondary',
98
+ 'inverse',
99
+ 'inverse-secondary',
100
+ 'lovely',
101
+ 'lovely-secondary',
102
+ 'dreamy',
103
+ 'dreamy-secondary',
104
+ 'vivid',
105
+ 'vivid-secondary',
106
+ ];
81
107
  const tokenShadowValues = ['level-3', 'level-2', 'level-1', 'level-0'];
82
108
  const tokenSemanticAnimationTimeXsDuration = 100;
83
109
  const tokenSemanticAnimationTimeSDuration = 200;
@@ -92,5 +118,5 @@ const tokenSemanticAnimationEaseSpringStiffness = 400;
92
118
  const tokenSemanticAnimationEaseSpringDamping = 30;
93
119
  const tokenSemanticAnimationEaseSpringMass = 1;
94
120
 
95
- export { tokenBaseStaticBorderRadiusValues, tokenBaseStaticSpaceValues, tokenColorBackgroundValues, tokenColorIconValues, tokenColorStrokeValues, tokenSemanticAnimationEaseBaseX1, tokenSemanticAnimationEaseBaseX2, tokenSemanticAnimationEaseBaseY1, tokenSemanticAnimationEaseBaseY2, tokenSemanticAnimationEaseSpringDamping, tokenSemanticAnimationEaseSpringMass, tokenSemanticAnimationEaseSpringStiffness, tokenSemanticAnimationTimeLDuration, tokenSemanticAnimationTimeMDuration, tokenSemanticAnimationTimeSDuration, tokenSemanticAnimationTimeXlDuration, tokenSemanticAnimationTimeXsDuration, tokenShadowValues };
121
+ export { tokenBaseStaticBorderRadiusValues, tokenBaseStaticSpaceValues, tokenColorBackgroundValues, tokenColorIconValues, tokenColorStrokeValues, tokenColorTextValues, tokenSemanticAnimationEaseBaseX1, tokenSemanticAnimationEaseBaseX2, tokenSemanticAnimationEaseBaseY1, tokenSemanticAnimationEaseBaseY2, tokenSemanticAnimationEaseSpringDamping, tokenSemanticAnimationEaseSpringMass, tokenSemanticAnimationEaseSpringStiffness, tokenSemanticAnimationTimeLDuration, tokenSemanticAnimationTimeMDuration, tokenSemanticAnimationTimeSDuration, tokenSemanticAnimationTimeXlDuration, tokenSemanticAnimationTimeXsDuration, tokenShadowValues };
96
122
  //# sourceMappingURL=types.js.map
package/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sources":["src/types.ts"],"sourcesContent":["/* AUTOGENERATED FILE */\n\nexport const tokenBaseStaticSpaceValues = [\n 0, 2, 4, 6, 8, 10, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104,\n 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 180, 200, 220, 240, 260, 280,\n] as const;\nexport type TokenBaseStaticSpace = (typeof tokenBaseStaticSpaceValues)[number];\nexport const tokenBaseStaticBorderRadiusValues = [0, 2, 4, 8, 12, 16, 18, 20, 24, 28, 32, 36, 40] as const;\nexport type TokenBaseStaticBorderRadius = (typeof tokenBaseStaticBorderRadiusValues)[number];\nexport const tokenColorBackgroundValues = [\n 'primary',\n 'secondary',\n 'tertiary',\n 'accent-secondary',\n 'accent',\n 'positive-secondary',\n 'positive',\n 'negative-secondary',\n 'negative',\n 'warning-secondary',\n 'warning',\n 'special-secondary',\n 'special',\n 'dreamy-secondary',\n 'dreamy',\n 'lovely-secondary',\n 'lovely',\n 'vivid-secondary',\n 'vivid',\n 'body',\n 'overlay',\n 'overlay-action',\n 'overlay-viewer',\n 'overlay-toolbar',\n 'transparent',\n 'constant',\n 'constant-secondary',\n 'inverse',\n 'inverse-secondary',\n] as const;\nexport type TokenColorBackground = (typeof tokenColorBackgroundValues)[number];\nexport const tokenColorIconValues = [\n 'primary',\n 'secondary',\n 'tertiary',\n 'accent',\n 'accent-secondary',\n 'positive',\n 'positive-secondary',\n 'negative',\n 'negative-secondary',\n 'warning',\n 'warning-secondary',\n 'special',\n 'special-secondary',\n 'dreamy',\n 'dreamy-secondary',\n 'lovely',\n 'lovely-secondary',\n 'vivid',\n 'vivid-secondary',\n 'contrast',\n 'contrast-secondary',\n 'constant',\n 'constant-secondary',\n 'inverse',\n 'inverse-secondary',\n] as const;\nexport type TokenColorIcon = (typeof tokenColorIconValues)[number];\nexport const tokenColorStrokeValues = [\n 'neutral',\n 'phantom',\n 'overlay',\n 'accent',\n 'positive',\n 'negative',\n 'warning',\n 'special',\n 'dreamy',\n 'lovely',\n 'vivid',\n 'neutral-heavy',\n 'constant',\n 'constant-alt',\n] as const;\nexport type TokenColorStroke = (typeof tokenColorStrokeValues)[number];\nexport const tokenShadowValues = ['level-3', 'level-2', 'level-1', 'level-0'] as const;\nexport type TokenShadow = (typeof tokenShadowValues)[number];\nexport const tokenSemanticAnimationTimeXsDuration = 100;\nexport const tokenSemanticAnimationTimeSDuration = 200;\nexport const tokenSemanticAnimationTimeMDuration = 400;\nexport const tokenSemanticAnimationTimeLDuration = 600;\nexport const tokenSemanticAnimationTimeXlDuration = 800;\nexport const tokenSemanticAnimationEaseBaseX1 = 0.4;\nexport const tokenSemanticAnimationEaseBaseY1 = 0.24;\nexport const tokenSemanticAnimationEaseBaseX2 = 0;\nexport const tokenSemanticAnimationEaseBaseY2 = 1;\nexport const tokenSemanticAnimationEaseSpringStiffness = 400;\nexport const tokenSemanticAnimationEaseSpringDamping = 30;\nexport const tokenSemanticAnimationEaseSpringMass = 1;\n"],"names":[],"mappings":"AAAA;AAEa,MAAA,0BAA0B,GAAG;IACtC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG;AACnH,IAAA,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;EAC3F;AAEJ,MAAM,iCAAiC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAW;AAE9F,MAAA,0BAA0B,GAAG;IACtC,SAAS;IACT,WAAW;IACX,UAAU;IACV,kBAAkB;IAClB,QAAQ;IACR,oBAAoB;IACpB,UAAU;IACV,oBAAoB;IACpB,UAAU;IACV,mBAAmB;IACnB,SAAS;IACT,mBAAmB;IACnB,SAAS;IACT,kBAAkB;IAClB,QAAQ;IACR,kBAAkB;IAClB,QAAQ;IACR,iBAAiB;IACjB,OAAO;IACP,MAAM;IACN,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,aAAa;IACb,UAAU;IACV,oBAAoB;IACpB,SAAS;IACT,mBAAmB;EACZ;AAEE,MAAA,oBAAoB,GAAG;IAChC,SAAS;IACT,WAAW;IACX,UAAU;IACV,QAAQ;IACR,kBAAkB;IAClB,UAAU;IACV,oBAAoB;IACpB,UAAU;IACV,oBAAoB;IACpB,SAAS;IACT,mBAAmB;IACnB,SAAS;IACT,mBAAmB;IACnB,QAAQ;IACR,kBAAkB;IAClB,QAAQ;IACR,kBAAkB;IAClB,OAAO;IACP,iBAAiB;IACjB,UAAU;IACV,oBAAoB;IACpB,UAAU;IACV,oBAAoB;IACpB,SAAS;IACT,mBAAmB;EACZ;AAEE,MAAA,sBAAsB,GAAG;IAClC,SAAS;IACT,SAAS;IACT,SAAS;IACT,QAAQ;IACR,UAAU;IACV,UAAU;IACV,SAAS;IACT,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,eAAe;IACf,UAAU;IACV,cAAc;EACP;AAEJ,MAAM,iBAAiB,GAAG,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAW;AAEhF,MAAM,oCAAoC,GAAG,IAAI;AACjD,MAAM,mCAAmC,GAAG,IAAI;AAChD,MAAM,mCAAmC,GAAG,IAAI;AAChD,MAAM,mCAAmC,GAAG,IAAI;AAChD,MAAM,oCAAoC,GAAG,IAAI;AACjD,MAAM,gCAAgC,GAAG,IAAI;AAC7C,MAAM,gCAAgC,GAAG,KAAK;AAC9C,MAAM,gCAAgC,GAAG,EAAE;AAC3C,MAAM,gCAAgC,GAAG,EAAE;AAC3C,MAAM,yCAAyC,GAAG,IAAI;AACtD,MAAM,uCAAuC,GAAG,GAAG;AACnD,MAAM,oCAAoC,GAAG;;;;"}
1
+ {"version":3,"file":"types.js","sources":["src/types.ts"],"sourcesContent":["/* AUTOGENERATED FILE */\n\nexport const tokenBaseStaticSpaceValues = [\n 0, 2, 4, 6, 8, 10, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104,\n 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 180, 200, 220, 240, 260, 280,\n] as const;\nexport type TokenBaseStaticSpace = (typeof tokenBaseStaticSpaceValues)[number];\nexport const tokenBaseStaticBorderRadiusValues = [0, 2, 4, 8, 12, 16, 18, 20, 24, 28, 32, 36, 40] as const;\nexport type TokenBaseStaticBorderRadius = (typeof tokenBaseStaticBorderRadiusValues)[number];\nexport const tokenColorBackgroundValues = [\n 'primary',\n 'secondary',\n 'tertiary',\n 'accent-secondary',\n 'accent',\n 'positive-secondary',\n 'positive',\n 'negative-secondary',\n 'negative',\n 'warning-secondary',\n 'warning',\n 'special-secondary',\n 'special',\n 'dreamy-secondary',\n 'dreamy',\n 'lovely-secondary',\n 'lovely',\n 'vivid-secondary',\n 'vivid',\n 'body',\n 'overlay',\n 'overlay-action',\n 'overlay-viewer',\n 'overlay-toolbar',\n 'transparent',\n 'constant',\n 'constant-secondary',\n 'inverse',\n 'inverse-secondary',\n] as const;\nexport type TokenColorBackground = (typeof tokenColorBackgroundValues)[number];\nexport const tokenColorIconValues = [\n 'primary',\n 'secondary',\n 'tertiary',\n 'accent',\n 'accent-secondary',\n 'positive',\n 'positive-secondary',\n 'negative',\n 'negative-secondary',\n 'warning',\n 'warning-secondary',\n 'special',\n 'special-secondary',\n 'dreamy',\n 'dreamy-secondary',\n 'lovely',\n 'lovely-secondary',\n 'vivid',\n 'vivid-secondary',\n 'contrast',\n 'contrast-secondary',\n 'constant',\n 'constant-secondary',\n 'inverse',\n 'inverse-secondary',\n] as const;\nexport type TokenColorIcon = (typeof tokenColorIconValues)[number];\nexport const tokenColorStrokeValues = [\n 'neutral',\n 'phantom',\n 'overlay',\n 'accent',\n 'positive',\n 'negative',\n 'warning',\n 'special',\n 'dreamy',\n 'lovely',\n 'vivid',\n 'neutral-heavy',\n 'constant',\n 'constant-alt',\n] as const;\nexport type TokenColorStroke = (typeof tokenColorStrokeValues)[number];\nexport const tokenColorTextValues = [\n 'primary',\n 'secondary',\n 'tertiary',\n 'dense',\n 'accent',\n 'accent-secondary',\n 'positive',\n 'positive-secondary',\n 'negative',\n 'negative-secondary',\n 'warning',\n 'warning-secondary',\n 'special',\n 'special-secondary',\n 'constant',\n 'constant-secondary',\n 'inverse',\n 'inverse-secondary',\n 'lovely',\n 'lovely-secondary',\n 'dreamy',\n 'dreamy-secondary',\n 'vivid',\n 'vivid-secondary',\n] as const;\nexport type TokenColorText = (typeof tokenColorTextValues)[number];\nexport const tokenShadowValues = ['level-3', 'level-2', 'level-1', 'level-0'] as const;\nexport type TokenShadow = (typeof tokenShadowValues)[number];\nexport const tokenSemanticAnimationTimeXsDuration = 100;\nexport const tokenSemanticAnimationTimeSDuration = 200;\nexport const tokenSemanticAnimationTimeMDuration = 400;\nexport const tokenSemanticAnimationTimeLDuration = 600;\nexport const tokenSemanticAnimationTimeXlDuration = 800;\nexport const tokenSemanticAnimationEaseBaseX1 = 0.4;\nexport const tokenSemanticAnimationEaseBaseY1 = 0.24;\nexport const tokenSemanticAnimationEaseBaseX2 = 0;\nexport const tokenSemanticAnimationEaseBaseY2 = 1;\nexport const tokenSemanticAnimationEaseSpringStiffness = 400;\nexport const tokenSemanticAnimationEaseSpringDamping = 30;\nexport const tokenSemanticAnimationEaseSpringMass = 1;\n"],"names":[],"mappings":"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"}
@@ -1,23 +1,23 @@
1
1
  :global(.visual-tests-overrides) {
2
- --magritte-semantic-animation-time-xs-duration-v24-6-0: 10ms;
3
- --magritte-semantic-animation-time-s-duration-v24-6-0: 10ms;
4
- --magritte-semantic-animation-time-m-duration-v24-6-0: 10ms;
5
- --magritte-semantic-animation-time-l-duration-v24-6-0: 10ms;
6
- --magritte-semantic-animation-time-xl-duration-v24-6-0: 10ms;
7
- --magritte-semantic-animation-ease-in-out-100-duration-v24-6-0: 10ms;
8
- --magritte-semantic-animation-ease-in-out-200-duration-v24-6-0: 10ms;
9
- --magritte-semantic-animation-ease-in-out-300-duration-v24-6-0: 10ms;
10
- --magritte-semantic-animation-ease-in-out-400-duration-v24-6-0: 10ms;
11
- --magritte-semantic-animation-ease-in-out-500-duration-v24-6-0: 10ms;
12
- --magritte-semantic-animation-ease-in-out-tiger-100-duration-v24-6-0: 10ms;
13
- --magritte-semantic-animation-ease-in-out-tiger-200-duration-v24-6-0: 10ms;
14
- --magritte-semantic-animation-ease-in-out-tiger-300-duration-v24-6-0: 10ms;
15
- --magritte-semantic-animation-ease-in-out-tiger-400-duration-v24-6-0: 10ms;
16
- --magritte-semantic-animation-ease-in-out-tiger-500-duration-v24-6-0: 10ms;
17
- --magritte-semantic-animation-ease-in-out-tiger-800-duration-v24-6-0: 10ms;
18
- --magritte-semantic-animation-ease-in-out-leopard-100-duration-v24-6-0: 10ms;
19
- --magritte-semantic-animation-ease-in-out-leopard-200-duration-v24-6-0: 10ms;
20
- --magritte-semantic-animation-ease-in-out-leopard-300-duration-v24-6-0: 10ms;
21
- --magritte-semantic-animation-ease-in-out-leopard-400-duration-v24-6-0: 10ms;
22
- --magritte-semantic-animation-ease-in-out-leopard-500-duration-v24-6-0: 10ms;
2
+ --magritte-semantic-animation-time-xs-duration-v24-7-0: 10ms;
3
+ --magritte-semantic-animation-time-s-duration-v24-7-0: 10ms;
4
+ --magritte-semantic-animation-time-m-duration-v24-7-0: 10ms;
5
+ --magritte-semantic-animation-time-l-duration-v24-7-0: 10ms;
6
+ --magritte-semantic-animation-time-xl-duration-v24-7-0: 10ms;
7
+ --magritte-semantic-animation-ease-in-out-100-duration-v24-7-0: 10ms;
8
+ --magritte-semantic-animation-ease-in-out-200-duration-v24-7-0: 10ms;
9
+ --magritte-semantic-animation-ease-in-out-300-duration-v24-7-0: 10ms;
10
+ --magritte-semantic-animation-ease-in-out-400-duration-v24-7-0: 10ms;
11
+ --magritte-semantic-animation-ease-in-out-500-duration-v24-7-0: 10ms;
12
+ --magritte-semantic-animation-ease-in-out-tiger-100-duration-v24-7-0: 10ms;
13
+ --magritte-semantic-animation-ease-in-out-tiger-200-duration-v24-7-0: 10ms;
14
+ --magritte-semantic-animation-ease-in-out-tiger-300-duration-v24-7-0: 10ms;
15
+ --magritte-semantic-animation-ease-in-out-tiger-400-duration-v24-7-0: 10ms;
16
+ --magritte-semantic-animation-ease-in-out-tiger-500-duration-v24-7-0: 10ms;
17
+ --magritte-semantic-animation-ease-in-out-tiger-800-duration-v24-7-0: 10ms;
18
+ --magritte-semantic-animation-ease-in-out-leopard-100-duration-v24-7-0: 10ms;
19
+ --magritte-semantic-animation-ease-in-out-leopard-200-duration-v24-7-0: 10ms;
20
+ --magritte-semantic-animation-ease-in-out-leopard-300-duration-v24-7-0: 10ms;
21
+ --magritte-semantic-animation-ease-in-out-leopard-400-duration-v24-7-0: 10ms;
22
+ --magritte-semantic-animation-ease-in-out-leopard-500-duration-v24-7-0: 10ms;
23
23
  }