@commercetools/nimbus-tokens 3.1.0 → 3.3.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.
@@ -2245,6 +2245,7 @@
2245
2245
  --z-index-docked: 10;
2246
2246
  --z-index-dropdown: 1000;
2247
2247
  --z-index-sticky: 1100;
2248
+ --z-index-fab: 1150;
2248
2249
  --z-index-banner: 1200;
2249
2250
  --z-index-overlay: 1300;
2250
2251
  --z-index-modal: 1400;
@@ -6963,6 +6963,9 @@ declare const _default: {
6963
6963
  readonly sticky: {
6964
6964
  readonly value: 1100;
6965
6965
  };
6966
+ readonly fab: {
6967
+ readonly value: 1150;
6968
+ };
6966
6969
  readonly banner: {
6967
6970
  readonly value: 1200;
6968
6971
  };
@@ -2766,6 +2766,7 @@ declare const _default: {
2766
2766
  readonly docked: 10;
2767
2767
  readonly dropdown: 1000;
2768
2768
  readonly sticky: 1100;
2769
+ readonly fab: 1150;
2769
2770
  readonly banner: 1200;
2770
2771
  readonly overlay: 1300;
2771
2772
  readonly modal: 1400;
@@ -6966,6 +6966,9 @@ var themeTokens = {
6966
6966
  sticky: {
6967
6967
  value: 1100
6968
6968
  },
6969
+ fab: {
6970
+ value: 1150
6971
+ },
6969
6972
  banner: {
6970
6973
  value: 1200
6971
6974
  },
@@ -6966,6 +6966,9 @@ var themeTokens = {
6966
6966
  sticky: {
6967
6967
  value: 1100
6968
6968
  },
6969
+ fab: {
6970
+ value: 1150
6971
+ },
6969
6972
  banner: {
6970
6973
  value: 1200
6971
6974
  },
@@ -6964,6 +6964,9 @@ var themeTokens = {
6964
6964
  sticky: {
6965
6965
  value: 1100
6966
6966
  },
6967
+ fab: {
6968
+ value: 1150
6969
+ },
6967
6970
  banner: {
6968
6971
  value: 1200
6969
6972
  },
@@ -2769,6 +2769,7 @@ var designTokens = {
2769
2769
  docked: 10,
2770
2770
  dropdown: 1000,
2771
2771
  sticky: 1100,
2772
+ fab: 1150,
2772
2773
  banner: 1200,
2773
2774
  overlay: 1300,
2774
2775
  modal: 1400,
@@ -2769,6 +2769,7 @@ var designTokens = {
2769
2769
  docked: 10,
2770
2770
  dropdown: 1000,
2771
2771
  sticky: 1100,
2772
+ fab: 1150,
2772
2773
  banner: 1200,
2773
2774
  overlay: 1300,
2774
2775
  modal: 1400,
@@ -2767,6 +2767,7 @@ var designTokens = {
2767
2767
  docked: 10,
2768
2768
  dropdown: 1000,
2769
2769
  sticky: 1100,
2770
+ fab: 1150,
2770
2771
  banner: 1200,
2771
2772
  overlay: 1300,
2772
2773
  modal: 1400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus-tokens",
3
- "version": "3.1.0",
3
+ "version": "3.3.0",
4
4
  "main": "dist/commercetools-nimbus-tokens.cjs.js",
5
5
  "module": "dist/commercetools-nimbus-tokens.esm.js",
6
6
  "type": "module",
@@ -38,8 +38,8 @@
38
38
  "@babel/preset-typescript": "^7.29.7",
39
39
  "@tokens-studio/sd-transforms": "^2.0.3",
40
40
  "is-plain-obj": "^4.1.0",
41
- "prettier": "^3.8.3",
42
- "style-dictionary": "^5.4.0"
41
+ "prettier": "^3.9.5",
42
+ "style-dictionary": "^5.4.4"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "style-dictionary build --verbose --config ./src/style-dictionary.config.js",