@progress/kendo-theme-fluent 13.1.0-dev.3 → 13.1.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.
@@ -66521,6 +66521,33 @@
66521
66521
  "resolvedValue": "var(--kendo-popup-shadow, var(--kendo-elevation-5, 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12)))",
66522
66522
  "resolvedType": "String"
66523
66523
  },
66524
+ {
66525
+ "description": "Vertical spacing between the popup and the element it is anchored to.\n",
66526
+ "commentRange": {
66527
+ "start": 44,
66528
+ "end": 45
66529
+ },
66530
+ "context": {
66531
+ "type": "variable",
66532
+ "name": "kendo-popup-spacing-y",
66533
+ "value": "var( --kendo-popup-spacing-y, 0 )",
66534
+ "scope": "default",
66535
+ "line": {
66536
+ "start": 46,
66537
+ "end": 46
66538
+ }
66539
+ },
66540
+ "group": [
66541
+ "popup"
66542
+ ],
66543
+ "access": "public",
66544
+ "file": {
66545
+ "path": "fluent/scss/popup/_variables.scss",
66546
+ "name": "_variables.scss"
66547
+ },
66548
+ "resolvedValue": "var(--kendo-popup-spacing-y, 0)",
66549
+ "resolvedType": "String"
66550
+ },
66524
66551
  {
66525
66552
  "description": "The height of the ProgressBar.\n",
66526
66553
  "commentRange": {
@@ -170807,6 +170834,33 @@
170807
170834
  },
170808
170835
  "resolvedValue": "var(--kendo-popup-shadow, var(--kendo-elevation-5, 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12)))",
170809
170836
  "resolvedType": "String"
170837
+ },
170838
+ {
170839
+ "description": "Vertical spacing between the popup and the element it is anchored to.\n",
170840
+ "commentRange": {
170841
+ "start": 44,
170842
+ "end": 45
170843
+ },
170844
+ "context": {
170845
+ "type": "variable",
170846
+ "name": "kendo-popup-spacing-y",
170847
+ "value": "var( --kendo-popup-spacing-y, 0 )",
170848
+ "scope": "default",
170849
+ "line": {
170850
+ "start": 46,
170851
+ "end": 46
170852
+ }
170853
+ },
170854
+ "group": [
170855
+ "popup"
170856
+ ],
170857
+ "access": "public",
170858
+ "file": {
170859
+ "path": "fluent/scss/popup/_variables.scss",
170860
+ "name": "_variables.scss"
170861
+ },
170862
+ "resolvedValue": "var(--kendo-popup-spacing-y, 0)",
170863
+ "resolvedType": "String"
170810
170864
  }
170811
170865
  ]
170812
170866
  },
@@ -61254,6 +61254,31 @@
61254
61254
  "name": "_variables.scss"
61255
61255
  }
61256
61256
  },
61257
+ {
61258
+ "description": "Vertical spacing between the popup and the element it is anchored to.\n",
61259
+ "commentRange": {
61260
+ "start": 44,
61261
+ "end": 45
61262
+ },
61263
+ "context": {
61264
+ "type": "variable",
61265
+ "name": "kendo-popup-spacing-y",
61266
+ "value": "var( --kendo-popup-spacing-y, 0 )",
61267
+ "scope": "default",
61268
+ "line": {
61269
+ "start": 46,
61270
+ "end": 46
61271
+ }
61272
+ },
61273
+ "group": [
61274
+ "popup"
61275
+ ],
61276
+ "access": "public",
61277
+ "file": {
61278
+ "path": "popup/_variables.scss",
61279
+ "name": "_variables.scss"
61280
+ }
61281
+ },
61257
61282
  {
61258
61283
  "description": "The height of the ProgressBar.\n",
61259
61284
  "commentRange": {
@@ -2789,6 +2789,10 @@
2789
2789
  "type": "String",
2790
2790
  "value": "var(--kendo-popup-shadow, var(--kendo-elevation-5, 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12)))"
2791
2791
  },
2792
+ "kendo-popup-spacing-y": {
2793
+ "type": "String",
2794
+ "value": "var(--kendo-popup-spacing-y, 0)"
2795
+ },
2792
2796
  "kendo-table-default-size": {
2793
2797
  "type": "String",
2794
2798
  "value": "\"md\""
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.1.0-dev.3",
6
+ "version": "13.1.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.1.0-dev.3",
6
+ "version": "13.1.0",
7
7
  "previewColors": [
8
8
  "#1b1a19",
9
9
  "#21201f",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.1.0-dev.3",
6
+ "version": "13.1.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#faf9f8",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.1.0-dev.3",
6
+ "version": "13.1.0",
7
7
  "previewColors": [
8
8
  "#1F1F1F",
9
9
  "#292929",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.1.0-dev.3",
6
+ "version": "13.1.0",
7
7
  "previewColors": [
8
8
  "#fafafa",
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "13.1.0-dev.3",
4
+ "version": "13.1.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -55,12 +55,12 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@progress/kendo-svg-icons": "^4.8.0",
58
- "@progress/kendo-theme-core": "13.1.0-dev.3",
59
- "@progress/kendo-theme-utils": "13.1.0-dev.3"
58
+ "@progress/kendo-theme-core": "13.1.0",
59
+ "@progress/kendo-theme-utils": "13.1.0"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "a1e912df81b1aadcb852600c86a4ee5b55f72392"
65
+ "gitHead": "f6ed9a7bf4e4019d5cabc8772efcd25fedc54fbc"
66
66
  }
@@ -41,6 +41,10 @@ $kendo-popup-border: var( --kendo-popup-border, transparent ) !default;
41
41
  /// @group popup
42
42
  $kendo-popup-shadow: var( --kendo-popup-shadow, k-elevation(5) ) !default;
43
43
 
44
+ /// Vertical spacing between the popup and the element it is anchored to.
45
+ /// @group popup
46
+ $kendo-popup-spacing-y: var( --kendo-popup-spacing-y, 0 ) !default;
47
+
44
48
  @forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
45
49
  $kendo-popup-border-width: $kendo-popup-border-width,
46
50
  $kendo-popup-border-radius: $kendo-popup-border-radius,
@@ -51,5 +55,6 @@ $kendo-popup-shadow: var( --kendo-popup-shadow, k-elevation(5) ) !default;
51
55
  $kendo-popup-bg: $kendo-popup-bg,
52
56
  $kendo-popup-text: $kendo-popup-text,
53
57
  $kendo-popup-border: $kendo-popup-border,
54
- $kendo-popup-shadow: $kendo-popup-shadow
58
+ $kendo-popup-shadow: $kendo-popup-shadow,
59
+ $kendo-popup-spacing-y: $kendo-popup-spacing-y
55
60
  );