Skip to content

Commit 4af3400

Browse files
churicheva-vВалерия ЧуричеваEGNKupava
authored
fix: fix ui-primitives (#1)
* fix: fix ui-primitives * fix: delete package-lock Co-authored-by: Валерия Чуричева <[email protected]> Co-authored-by: EGNKupava <[email protected]>
1 parent b0ef37e commit 4af3400

File tree

4 files changed

+22715
-20748
lines changed

4 files changed

+22715
-20748
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"@alfalab/stylelint-core-vars": "^1.4.0",
6464
"@alfalab/utils": "^1.3.0",
6565
"@popperjs/core": "2.3.3",
66-
"alfa-ui-primitives": "^3.13.0",
6766
"classnames": "2.2.6",
6867
"compute-scroll-into-view": "1.0.13",
6968
"date-fns": "2.16.1",
@@ -85,7 +84,8 @@
8584
"recharts": "2.1.2",
8685
"resize-observer": "1.0.0",
8786
"swiper": "6.8.2",
88-
"text-mask-core": "5.1.2"
87+
"text-mask-core": "5.1.2",
88+
"ui-primitives": "^3.38.0"
8989
},
9090
"devDependencies": {
9191
"@alfalab/rollup-plugin-postcss": "^3.6.0",

tools/update-colors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const colorMods = require('./color-mods.json');
99
const UNDERSCORE_RE = /_/g;
1010
const DASH = '-';
1111

12-
const colorsDir = path.resolve(__dirname, '../node_modules/alfa-ui-primitives/styles');
12+
const colorsDir = path.resolve(__dirname, '../node_modules/ui-primitives/styles');
1313

1414
glob(path.join(colorsDir, 'colors*.json'), {}, (err, files) => {
1515
files.forEach(pathname => {

tools/update-typography.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs');
22
const path = require('path');
33
const handlebars = require('handlebars');
44

5-
const typography = require('../node_modules/alfa-ui-primitives/styles/typography_web.json');
5+
const typography = require('../node_modules/ui-primitives/styles/typography_web.json');
66

77
const out = [compileTemplate('font-vars.css.hbs')];
88

0 commit comments

Comments
 (0)