@alfalab/core-components-vars 9.9.0 → 9.9.1
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/cssm/bundle/click.css +1 -0
- package/cssm/bundle/corp.css +1 -0
- package/cssm/bundle/intranet.css +1 -0
- package/cssm/bundle/mobile.css +1 -0
- package/cssm/bundle/site.css +1 -0
- package/cssm/gaps.css +1 -0
- package/cssm/index.css +1 -0
- package/cssm/index.d.ts +1 -0
- package/cssm/index.js +1 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/gaps.css +1 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/modern/index.d.ts +1 -0
- package/modern/index.js +1 -0
- package/package.json +1 -1
- package/src/gaps.css +1 -0
package/cssm/bundle/click.css
CHANGED
package/cssm/bundle/corp.css
CHANGED
package/cssm/bundle/intranet.css
CHANGED
package/cssm/bundle/mobile.css
CHANGED
package/cssm/bundle/site.css
CHANGED
package/cssm/gaps.css
CHANGED
package/cssm/index.css
CHANGED
package/cssm/index.d.ts
CHANGED
|
@@ -1448,6 +1448,7 @@ export const gap3xs: "2px";
|
|
|
1448
1448
|
export const gap2xs: "4px";
|
|
1449
1449
|
export const gapXs: "8px";
|
|
1450
1450
|
export const gapS: "12px";
|
|
1451
|
+
export const gap2s: "14px";
|
|
1451
1452
|
export const gapM: "16px";
|
|
1452
1453
|
export const gapL: "20px";
|
|
1453
1454
|
export const gapXl: "24px";
|
package/cssm/index.js
CHANGED
|
@@ -1448,6 +1448,7 @@ module.exports.gap3xs = "2px";
|
|
|
1448
1448
|
module.exports.gap2xs = "4px";
|
|
1449
1449
|
module.exports.gapXs = "8px";
|
|
1450
1450
|
module.exports.gapS = "12px";
|
|
1451
|
+
module.exports.gap2s = "14px";
|
|
1451
1452
|
module.exports.gapM = "16px";
|
|
1452
1453
|
module.exports.gapL = "20px";
|
|
1453
1454
|
module.exports.gapXl = "24px";
|
package/esm/index.d.ts
CHANGED
|
@@ -1448,6 +1448,7 @@ export const gap3xs: "2px";
|
|
|
1448
1448
|
export const gap2xs: "4px";
|
|
1449
1449
|
export const gapXs: "8px";
|
|
1450
1450
|
export const gapS: "12px";
|
|
1451
|
+
export const gap2s: "14px";
|
|
1451
1452
|
export const gapM: "16px";
|
|
1452
1453
|
export const gapL: "20px";
|
|
1453
1454
|
export const gapXl: "24px";
|
package/esm/index.js
CHANGED
|
@@ -1448,6 +1448,7 @@ export const gap3xs = "2px";
|
|
|
1448
1448
|
export const gap2xs = "4px";
|
|
1449
1449
|
export const gapXs = "8px";
|
|
1450
1450
|
export const gapS = "12px";
|
|
1451
|
+
export const gap2s = "14px";
|
|
1451
1452
|
export const gapM = "16px";
|
|
1452
1453
|
export const gapL = "20px";
|
|
1453
1454
|
export const gapXl = "24px";
|
package/gaps.css
CHANGED
package/index.d.ts
CHANGED
|
@@ -1448,6 +1448,7 @@ export const gap3xs: "2px";
|
|
|
1448
1448
|
export const gap2xs: "4px";
|
|
1449
1449
|
export const gapXs: "8px";
|
|
1450
1450
|
export const gapS: "12px";
|
|
1451
|
+
export const gap2s: "14px";
|
|
1451
1452
|
export const gapM: "16px";
|
|
1452
1453
|
export const gapL: "20px";
|
|
1453
1454
|
export const gapXl: "24px";
|
package/index.js
CHANGED
|
@@ -1448,6 +1448,7 @@ module.exports.gap3xs = "2px";
|
|
|
1448
1448
|
module.exports.gap2xs = "4px";
|
|
1449
1449
|
module.exports.gapXs = "8px";
|
|
1450
1450
|
module.exports.gapS = "12px";
|
|
1451
|
+
module.exports.gap2s = "14px";
|
|
1451
1452
|
module.exports.gapM = "16px";
|
|
1452
1453
|
module.exports.gapL = "20px";
|
|
1453
1454
|
module.exports.gapXl = "24px";
|
package/modern/index.d.ts
CHANGED
|
@@ -1448,6 +1448,7 @@ export const gap3xs: "2px";
|
|
|
1448
1448
|
export const gap2xs: "4px";
|
|
1449
1449
|
export const gapXs: "8px";
|
|
1450
1450
|
export const gapS: "12px";
|
|
1451
|
+
export const gap2s: "14px";
|
|
1451
1452
|
export const gapM: "16px";
|
|
1452
1453
|
export const gapL: "20px";
|
|
1453
1454
|
export const gapXl: "24px";
|
package/modern/index.js
CHANGED
|
@@ -1448,6 +1448,7 @@ export const gap3xs = "2px";
|
|
|
1448
1448
|
export const gap2xs = "4px";
|
|
1449
1449
|
export const gapXs = "8px";
|
|
1450
1450
|
export const gapS = "12px";
|
|
1451
|
+
export const gap2s = "14px";
|
|
1451
1452
|
export const gapM = "16px";
|
|
1452
1453
|
export const gapL = "20px";
|
|
1453
1454
|
export const gapXl = "24px";
|
package/package.json
CHANGED